textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
}
.faqs-toogle {
  white-space: normal;
}
.w-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 9px;
  appearance: none;
}
ol {
  list-style-type: none;
  position: relative;
}
ol li {
  counter-increment: step-counter;
}
ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 13px;
  color: white;
  font-weight: 500;
  background-color: #13b5b5;
  border-radius: 99px;
  text-align: center;
  line-height: 18px;
  margin-top: 4px;
}
*:focus { outline: none; }



.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}



img.alignleft,
div.alignleft {
  float: left;
  margin: 12px 48px 48px 0;
}
img.alignleft {
  width: auto !important;
}
img.alignright,
div.alignright {
  float: right;
  margin: 12px 0 48px 48px;
}
img.alignright {
  width: auto !important;
}
img.aligncenter,
div.aligncenter {
  display: block;
  margin: 24px auto 60px;
}
img.aligncenter {
  width: auto !important;
}

img.alignleft,
div.alignleft img,
img.alignright,
div.alignright img,
img.aligncenter,
div.aligncenter img {
  border-radius: 18px;
}

@media (max-width: 767px) {
  img.alignleft,
  div.alignleft,
  img.alignright,
  div.alignright,
  img.aligncenter,
  div.aligncenter {
    float: none;
    display: block;
    width: auto !important;
    margin: 24px 0 48px;
  }
}

@media screen and (max-width: 479px) {
  img.alignleft,
  div.alignleft,
  img.alignright,
  div.alignright,
  img.aligncenter,
  div.aligncenter {
    margin: 24px 0 36px;
  }
}



.text-link {
  color: #005689;
}
.text-link:hover {
  color: #b32519;
}

.has-invert h1,
.has-invert .faux-h1,
.has-invert h2,
.has-invert .faux-h2,
.has-invert h3,
.has-invert .faux-h3,
.has-invert h4,
.has-invert .faux-h4,
.has-invert h5,
.has-invert .faux-h5,
.has-invert h6,
.has-invert .faux-h6,
.has-invert li,
.has-invert label,
.has-invert strong {
  color: #fff;
}

.has-invert p {
  color: hsla(0, 0%, 100%, 0.8);
}

.has-invert .text-link {
  color: #fff;
}
.has-invert .text-link:hover {
  color: #fbaa1e;
}

.has-invert .link {
  color: #fff;
}
.has-invert .link:hover {
  border-bottom-color: #fff;
  color: #fbaa1e;
}

.has-invert .divider-line {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.has-invert .pagination .page-no {
  color: #fff;
}

.dropdown-trigger.invert {
  color: #fff;
}



.header .hide-desktop {
  color: #25465a;
}



.footer-nav-col-1 .faux-h5,
.footer-nav-col-2 .faux-h5 {
  margin-top: 24px;
}

.footer-nav-col-1 .faux-h5 a,
.footer-nav-col-1 .faux-h5 a:hover,
.footer-nav-col-2 .faux-h5 a,
.footer-nav-col-2 .faux-h5 a:hover {
  color: #fff;
}



div.button {
  min-height: 0;
  min-width: 0;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
  border-radius: 9px;
  background-color: #fbaa1e;
  box-shadow: 0 12px 36px 0 rgba(251, 170, 30, 0.2);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

div.button div.button-text input {
  min-height: 55px;
  min-width: 160px;
  padding: 14px 60px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 479px) {
  div.button div.button-text input {
    padding-right: 36px;
    padding-left: 36px;
  }
}



.wpcf7 form.submitting div.button {
  /*position: static;*/
  overflow: visible;
}

.wpcf7 form div.button .wpcf7-spinner {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

.wpcf7 form .wpcf7-not-valid-tip {
  margin: 0 0 0 26px;
  font-size: 14px;
  text-align: left;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}



.wpcf7 form .select-field {
  background-position: right 24px top 50%;
  background-color: #ecf0f1;
  box-shadow: none;
}



.wpcf7 form .form-horizontal {
  margin-top: 12px;
  align-items: flex-start;
}

.wpcf7 form .form-horizontal .wpcf7-form-control-wrap {
  width: 100%;
  margin-right: 24px;
  flex: 1;
}
.wpcf7 form .form-horizontal .text-field.inline-w-button {
  margin-right: 0;
}

.wpcf7 form .form-horizontal .button {
  margin-top: 0;
}

.wpcf7 form .form-horizontal + .wpcf7-response-output {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .wpcf7 form .form-horizontal {
    align-items: stretch;
  }

  .wpcf7 form .form-horizontal .button {
    margin-top: 12px;
  }
}



.section.neg-t-margin {
  margin-top: -60px;
}

@media screen and (max-width: 991px) {
  .section.neg-t-margin {
    margin-top: -48px;
  }
}

@media screen and (max-width: 767px) {
  .section.neg-t-margin {
    margin-top: -36px;
  }
}
@media screen and (max-width: 479px) {
  .section.neg-t-margin {
    margin-top: -24px;
  }
}



/* fix text rendering issue in Win11/Chrome99 */
.fluid-cell,
.article-cell {
  transform-style: flat !important;
}
