.contact-us__thankyou {
  display: none;
  text-align: center;
}
.contact-us__thankyou-title {
  color: #2849ca;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-us__thankyou-img {
  margin: 30px auto;
  width: auto;
}
.contact-us .step {
  display: none;
}
.contact-us .step--active {
  display: block;
}
.contact-us .step--active:focus {
  outline: 0 !important;
}
.contact-us .step__header {
  -webkit-align-items: unset;
  -ms-flex-align: unset;
  align-items: unset;
  background-color: #e5e8f9;
  color: #2849ca;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 16px;
  -webkit-justify-content: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  margin-bottom: 20px;
  min-height: 0;
  padding: 0;
}
.contact-us .step__header-number {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2849ca;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 10px 15px;
  width: 30%;
}
.contact-us .step__header-text {
  margin: 0;
  padding: 10px 15px;
  width: 70%;
}
.contact-us .step__content {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.contact-us .step__content-item {
  text-align: center;
}
.contact-us .step__image {
  margin: 15px auto;
  width: auto;
}
.contact-us .step__error {
  color: #e97158;
  font-weight: 700;
  text-align: center;
}
.contact-us .step__error-message {
  color: #d0391b;
  display: none;
  font-size: 14px;
  margin: -10px 0 8px;
}
.contact-us .step__error-message:before {
  content: "\e91d";
  font-family: modicons-stroke;
  font-size: 15px;
  padding-right: 7px;
  vertical-align: bottom;
}
.contact-us .step__list {
  list-style-type: none;
  margin: 0;
  text-align: left;
}
.contact-us .field,
.contact-us .step__list li {
  border: 1px solid #757575;
  margin-bottom: 15px;
  padding: 10px;
}
.contact-us .step__list a {
  color: #000;
  display: block;
  text-decoration: underline;
}
.contact-us .step__list a + a {
  margin-top: 5px;
}
.contact-us .field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  transition: all 0.15s ease;
}
.contact-us .field label {
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin: 0;
  padding-left: 35px;
  position: relative;
  width: 100%;
}
.contact-us .field label::before {
  background-color: #e5e8f9;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: background-color 0.15s ease;
  width: 22px;
}
.contact-us .field:focus-within {
  outline: 2px solid #2849ca;
  outline-offset: 3px;
}
.contact-us .field input:checked + label::before {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2849ca;
  color: #fff;
  content: "\e920";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font: 14px/1 modicons-fill;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-rendering: auto;
}
.contact-us .form-group {
  margin: 0;
  text-align: left;
}
.contact-us .form-group label {
  color: #757575;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}
.contact-us .form-group textarea {
  height: 75px;
}
.contact-us legend {
  display: block;
  font-size: 24px;
  margin-bottom: 22px;
}
.contact-us .form-controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.contact-us .form-control {
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  height: 48px;
  line-height: 1.1875;
  margin: 0 0 15px;
  padding: 15px;
  position: relative;
  transition: all 0.15s ease;
  width: 100%;
}
.contact-us .form-control:focus {
  background-color: rgba(229, 232, 249, 0.4);
  border: 1px solid #2849ca;
}
.contact-us .has-error .form-control {
  background-color: #fcf6f3;
  border: 1px solid #d0391b;
  color: #d0391b;
}
.contact-us .has-error .form-control:focus {
  background-color: #fcf6f3;
  border: 1px solid #d0391b;
}
.contact-us .has-error .step__error-message {
  display: block;
}
.contact-us .btn-back {
  background-color: transparent;
  border: 2px solid #757575;
  border-radius: 100%;
  color: #757575;
  height: 48px;
  max-width: 48px;
  padding: 10px;
  transition: all 0.15s ease;
}
.contact-us .btn-back::before {
  content: "\e901";
  font-size: 20px;
  font-family: modicons-basic;
}
.contact-us .btn-back:focus {
  background-color: rgba(229, 232, 249, 0.4);
  border-color: #2849ca;
  color: #2849ca;
}
.contact-us .btn-submit {
  background-color: transparent;
  border: 2px solid #2849ca;
  border-radius: 30px;
  color: #2849ca;
  display: block;
  font-weight: 500;
  height: 48px;
  max-width: 300px;
  padding: 10px 30px;
  width: 60%;
}
.contact-us .btn-submit:active,
.contact-us .btn-submit:focus,
.contact-us .btn-submit:hover {
  background-color: #2849ca;
  color: #fff;
}
.contact-us .btn__spinner::after {
  border: 4px solid #2849ca;
  border-right-color: #fff;
  border-top-color: #fff;
}
.g-recaptcha {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .contact-us .field:hover {
    background-color: rgba(229, 232, 249, 0.4);
    border: 1px solid #2849ca;
  }
  .contact-us .field:hover label::before {
    background-color: #d0d6f4;
  }
  .contact-us .btn-back:hover {
    background-color: #e5e8f9;
    border-color: #2849ca;
    color: #2849ca;
  }
  .contact-us .form-control:hover {
    border: 1px solid #2849ca;
  }
  .contact-us .form-control:focus:hover {
    border-width: 1px;
  }
  .contact-us .has-error .form-control:hover {
    border: 1px solid #d0391b;
  }
}
body .modal--abandonment {
  background-color: transparent;
  border: 0;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  outline: 0;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 100;
}
body .modal--abandonment .modal-header {
  border: 0;
  padding: 0;
}
body .modal--abandonment .modal-content {
  padding: 20px 20px 40px;
  position: relative;
  text-align: center;
}
body .modal-dialog {
  margin: 30px auto;
  position: relative;
  width: 600px;
  z-index: 100;
}
body .modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  position: relative;
}
body .modal-header {
  border-bottom: 1px solid #e5e5e5;
  font-size: unset;
  line-height: 1;
  padding: 12px 15px;
}
body .modal-header--close {
  background-color: transparent;
  border: 0;
  color: #434142;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 2px;
  transition: color 0.15s ease-in-out;
}
body .modal-header--close:focus,
body .modal-header--close:hover {
  color: #767475;
}
body .modal-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-transform: capitalize;
}
body .modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  padding: 15px;
  position: relative;
  word-break: break-word;
}
body .modal-body h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}
body .modal-body a {
  color: #3678ba;
  text-decoration: underline;
  transition: color 0.15s ease, background-color 0.15s ease;
}
body .modal-body h4,
body .modal-body ul {
  margin-bottom: 20px;
}
body .modal-body li {
  margin-bottom: 5px;
}
body .modal-body p {
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 20px;
}
body .modal-body .subtitle,
body .modal-body .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
}
body .modal-body .subtitle {
  font-weight: 400;
  margin-top: 30px;
}
body .modal-body .subtitle--underlined {
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}
body .modal-body .blockquote {
  border-left: 5px solid #dcdcdc;
  margin-left: 30px;
  padding: 10px 0 10px 30px;
}
body .modal-body .unordered-list {
  list-style-type: disc;
}
body .modal-body .unordered-list ul {
  list-style-type: circle;
}
body .modal-body .unordered-list.no-decorator {
  list-style-type: none;
  margin-left: 15px;
}
body .modal-body .ordered-list {
  list-style-type: decimal;
}
body .modal-body .ordered-list li,
body .modal-body .ordered-list li p {
  font-weight: 400;
}
body .modal-body .ordered-list,
body .modal-body .unordered-list {
  margin: 15px 0 15px 30px;
  padding: 0;
}
body .modal-body .ordered-list li,
body .modal-body .unordered-list li {
  line-height: 1.35;
  margin: 0 0 15px;
}
body .modal-body .ordered-list li.no-margin,
body .modal-body .unordered-list li.no-margin {
  margin: 0;
}
body .modal-body .ordered-list--roman,
body .modal-body .unordered-list--roman {
  list-style-type: lower-roman;
  margin-left: 25px;
}
body .modal-body .ordered-list--alpha,
body .modal-body .unordered-list--alpha {
  list-style-type: lower-alpha;
  margin-left: 25px;
}
body .modal-body .sublist {
  counter-reset: subsection;
  list-style-type: none;
}
body .modal-body .sublist > li {
  counter-increment: subsection;
  padding-left: 36px;
  position: relative;
}
body .modal-body .sublist > li:before {
  content: "";
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  white-space: nowrap;
  width: 30px;
}
body .modal-body .sublist--seventeen {
  counter-reset: section 16;
}
body .modal-body .sublist--seventeen > li:before {
  content: "17." counter(subsection);
}
body .modal-body .notes {
  color: #989797;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
body .modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: center;
}
body .modal-footer .btn {
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
@media (min-width: 768px) {
  body .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  body .modal-body a:focus,
  body .modal-body a:hover {
    background-color: #eff4f9;
    color: #3678ba;
  }
  body .modal-body a:not(.modal-client__btn):focus {
    outline: 1px solid #3678ba !important;
    outline-offset: 2px;
  }
}
dialog[open] {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
dialog::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.footer {
  background-color: #212021;
  color: #fff;
  font-weight: 500;
  padding: 35px 0;
  text-align: center;
}
.footer a {
  color: #fff;
  cursor: pointer;
  transition: color 0.15s ease;
}
.footer a:active,
.footer a:focus,
.footer a:hover {
  color: #989797;
}
.footer__bbb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  margin: 20px auto 25px;
  max-width: 125px;
}
.footer__bbb--bottom {
  margin: 25px auto 0;
}
.footer__head-link {
  display: block;
  font-size: 14px;
  margin: 0 auto 20px;
}
.footer__head-link a {
  text-decoration: underline;
}
.footer__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__links a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1;
  margin: 8px 0 0;
  white-space: initial;
}
.footer__links li {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.footer__links li + li::before {
  content: "";
}
.footer__company-address,
.footer__copyright {
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0 0;
}
.improvement-center .footer {
  background-color: transparent;
  color: #bab9ba;
}
.improvement-center .footer .footer__links {
  margin-bottom: 25px;
}
.improvement-center .footer .footer__company-address,
.improvement-center .footer .footer__copyright,
.improvement-center .footer .footer__links a {
  color: #00667f;
}
@media (min-width: 768px) {
  .footer {
    font-size: 12px;
    padding-bottom: 50px;
  }
  .footer__links a {
    margin: 0 10px;
  }
  .footer__links li {
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-bottom: 8px;
  }
  .footer__links li + li::before {
    border-left: 1px solid #fff;
    display: inline-block;
    height: 100%;
    vertical-align: top;
  }
  .footer__links:not(.footer__links--custom) {
    margin: 0 auto;
    max-width: 700px;
  }
  .footer__links:not(.footer__links--custom) li.link-ccpa::before {
    display: none;
  }
  .footer__company-address {
    margin: 15px 0 5px;
  }
  .footer__copyright {
    margin: 10px 0 0;
  }
  .footer__company-address,
  .footer__copyright,
  .footer__head-link,
  .footer__links a {
    font-size: 16px;
  }
  .footer--spanish .footer__links a {
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  .footer__company-address {
    margin: 15px 0 9px;
  }
  .footer__copyright {
    margin: 6px 0 0;
  }
  .footer--spanish .footer__links a {
    margin: 0 10px;
  }
}
