/*! project-name v0.0.1 | (c) 2026 YOUR NAME | MIT License | http://link-to-your-git-repo.com */
.number-mob-click {
  pointer-events: none;
  text-decoration: none !important;
  color: #414141;
}

@media only screen and (max-width: 767.9px) {
  .number-mob-click {
    pointer-events: all;
    color: #135585;
  }
}

.form-grp {
  margin-bottom: 16px;
}

.btn-primary {
  background-color: #3fddff;
  color: #121940;
  font-weight: 700;
}

.btn-primary-out-line {
  background: transparent;
  border: 3px solid #3FDDFF;
  color: #135585;
  border-radius: 12px;
}

.btn-pri-mary:hover {
  background: none;
  text-decoration: underline;
}

.btn-pri-mary:active {
  background: none;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #135585;
  text-decoration: none;
}

.btn-s {
  font-family: Nunito Sans, sans-serif;
  border: 1px solid transparent;
  text-decoration: none;
  display: block;
  cursor: pointer;
  outline: none;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  text-transform: uppercase;
  padding: 9px 24px;
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.btn-pri-mary {
  border-radius: 12px;
  background-color: #3FDDFF;
  color: #414141;
  -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.btn-pri-mary:hover {
  background: #135585;
  color: #fff;
  text-decoration: underline;
}

.btn-pri-mary:active {
  background: none;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #135585;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 3px 1px #0000001A;
          box-shadow: 0px 1px 3px 1px #0000001A;
  -webkit-box-shadow: 0px 1px 2px 0px #00000033;
          box-shadow: 0px 1px 2px 0px #00000033;
}

.btn-primary-out-line {
  border-radius: 12px;
  background: transparent;
  border: 3px solid #3FDDFF;
  color: #135585;
}

.btn-primary-out-line:hover {
  background: none;
  color: #135585;
  text-decoration: underline;
}

.btn-primary-out-line:active {
  background: none;
  border: none;
  color: #135585;
  text-decoration: none;
}

.btn-submit {
  margin-top: 32px;
  margin-bottom: 4px;
}

.first {
  padding-top: 4px;
}

.mb-36-1o-32 {
  margin-bottom: 32px;
}

.banner-bg {
  padding: 165px 0 181px !important;
}

.font-nunito {
  font-family: "Nunito", sans-serif;
}

.form-control, .form-select {
  height: 48px;
}

.banner-bg {
  padding: 165px 0 180px !important;
}

.form-select {
  color: #7A7A7A;
  background-image: url("/tio/images/global/svg/chevrons.svg");
}

.form-select.error {
  background: url("/tio/images/global/svg/chevrons.svg") no-repeat 100% #fff6f6 !important;
  background-position: right 16px center !important;
}

.border-r-12 {
  border-radius: 12px;
}

.mw-304 {
  max-width: 304px;
}

label.error {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0 !important;
}

input[name="supporttype"][type="checkbox"] {
  width: 32px;
  height: 32px;
}

input[name="contactmethod"][type="checkbox"] {
  width: 32px;
  height: 32px;
}

input[name="infoemailopt"][type="checkbox"] {
  width: 32px;
  height: 32px;
}

input[name="infotextopt"][type="checkbox"] {
  width: 32px;
  height: 32px;
}

#sign-up-submit {
  background: #23CBB8 !important;
  border-radius: 12px;
  padding: 12px 24px !important;
  width: auto !important;
}

#sign-up-submit .btn-inner {
  gap: 10px;
  color: #222020;
  font-weight: 700;
}

.request-a-rep-header {
  padding-bottom: 24px;
}

.has-error input[type=checkbox]:before, .has-error input[type=radio]:before {
  outline: 3px solid #e22339 !important;
}

.required-error-popup {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 372px;
  margin-bottom: 48px;
}

.required-error-popup .error-icon {
  background-color: #E22339;
  padding: 17px 14px;
  padding-left: 7px;
  border-left: 8px solid #E22339 !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.required-error-popup .error-icon img {
  vertical-align: middle;
  max-width: 24px;
  height: 24px;
}

.required-error-popup .error-text {
  color: #414141;
  font-size: 16px;
  padding: 16px 14px;
  border: 1px solid #bebcbc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 0;
  /* width: 100%; */
}

.thankyou-popup .modal-btn .btn-primary:hover {
  color: #fff !important;
}

.thankyou-popup .modal-btn .btn-primary-outline {
  border: 3px solid #23CBB8;
  color: #222020;
}

.thankyou-popup .modal-btn .btn-primary-outline:hover {
  background-color: #135585 !important;
  border: 3px solid #135585;
  color: #fff !important;
}

@media only screen and (max-width: 767.9px) {
  .form-grp {
    margin-bottom: 16px;
  }
  .px-sm-8px {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mb-36-1o-32 {
    margin-bottom: 32px;
  }
  .first {
    padding-top: 0px;
  }
  .btn-submit {
    margin-top: -4px;
    margin-bottom: 80px;
    width: 288px;
  }
  .banner-bg {
    padding: 40px 0 56px !important;
  }
  .gap-sm-0 {
    gap: 0px !important;
  }
  .required-error-popup {
    width: unset !important;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 40px 0 16px;
  }
  .required-error-popup .error-text {
    padding: 16px;
  }
  .required-error-popup .error-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sign-up-submit {
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .mw-custom {
    max-width: 99%;
  }
}
