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;
}
.container-bg-image {
  object-position: left bottom;
}
.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;
}



img:not(.logo-img) {
  height: auto;
}
.no-t-margin {margin-top: 0}


.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%;
}



.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
.alignright {
  float: right;
  margin: 0 0 24px 24px;
}
.aligncenter {
  display: block;
  margin: 24px auto;
}

@media (max-width: 767px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 24px 0;
  }
}


.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position:  center 
}


@media screen and (max-width: 991px) {
    .bg-cover:after {
      content: "";
      position: absolute;
      top:0;
     left:0;
   bottom: 0;
 right: 0;
    background-color: #2b2b63; opacity: 0.6  }
    .bg-cover > * {
      color:#fff
    }
}
.wpcf7 form.submitting span.button {
  overflow: visible;
}

.wpcf7 form .form-item-wrap.action {
  position: relative;
}
.wpcf7 form .form-item-wrap.action .wpcf7-spinner {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

.wpcf7 form .wpcf7-not-valid-tip {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.section.red .wpcf7 form .wpcf7-not-valid-tip {
  color: #ffb900;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 2% 48px 2%;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 479px) {
  .wpcf7 form .form-item-wrap.action .wpcf7-spinner {
    margin-left: 12px;
  }

  .wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
  }
}


@media screen and (min-width: 1140px) {
 .fluid-cell._20-p-large{
     width: 20%;
     flex: 0 auto;
 }
}



.container.same-height {
  align-items: stretch;
}

.container.same-height .block,
.container.same-height .text-block {
  display: flex;
  flex-direction: column;
}
.container.same-height .block .grow,
.container.same-height .text-block .grow {
  flex-grow: 1;
}



.article-cell .subheading .category a {
  color: #161632;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: all .2s;
}
.article-cell .subheading .category a:hover {
  color: #161632;
  border-bottom: 1px solid #df4938;
  text-decoration: none;
}



.faq-collapsed {
  display: none;
}



.member-modal-content {
  display: none;
}
