.menu-nav, .drop, .list-contact, .social-list, .footer-list, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide .btn-light {
    background-color: #00aca0;
    border-color: #00aca0;
    color: #fff;
    text-transform: uppercase; }
    .slick-slide .btn-light:hover {
      background-color: #00aca0;
      border-color: #00aca0;
      color: #fff; }

.slick-arrow.slick-hidden {
  display: none; }

.hamburger {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 1; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger .text {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 3px;
    color: #fff;
    transition: color 0.3s ease-in-out;
    margin-left: 7px; }

.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative;
  min-width: 14px; }

.hamburger-inner {
  display: block;
  top: 50%;
  width: 100%;
  margin-top: 1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #00aca0;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -4px; }
  .hamburger-inner::after {
    bottom: -4px; }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.navbar-toggler[aria-expanded='true'] .hamburger .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .navbar-toggler[aria-expanded='true'] .hamburger .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .navbar-toggler[aria-expanded='true'] .hamburger .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20; }
  @media (max-width: 1199.98px) {
    .header {
      background-color: #fff; } }
  @media (min-width: 1024px) {
    .header {
      background-image: -webkit-linear-gradient(#fff 0%, #fff 59%, rgba(255, 255, 255, 0)); } }
  @media (min-width: 1024px) {
    .header .help-btn-holder {
      position: absolute;
      top: 2px;
      left: 0;
      max-width: none;
      width: auto;
      z-index: 20; } }
  @media (max-width: 1023.98px) {
    .header .help-btn-holder {
      max-width: 385px;
      padding: 0 17px 0 13px; } }
  @media (max-width: 767.98px) {
    .header .help-btn-holder {
      max-width: 100%;
      padding: 0 31px 0 13px; } }
  @media (max-width: 414px) {
    .header .help-btn-holder {
      padding-bottom: 15px; } }
  @media (max-width: 767.98px) {
    .header .help-btn-holder .link-primary,
    .header .help-btn-holder input[type="text"] {
      width: 50%; } }
  .header .logo {
    max-width: 135px;
    margin-bottom: 10px;
    padding-top: 3px; }
    @media (min-width: 768px) {
      .header .logo {
        max-width: 145px;
        padding-left: 10px; } }
    .header .logo img {
      max-width: 166px; }
      @media (max-width: 1199.98px) {
        .header .logo img {
          width: 100%; } }
    @media (min-width: 1024px) {
      .header .logo {
        max-width: 200px;
        width: 100%;
        padding-left: 0;
        z-index: 10; } }
    @media (min-width: 1200px) {
      .header .logo {
        max-width: 257px; } }

.form-search {
  position: absolute;
  right: 0;
  left: 0;
  top: 30px;
  z-index: 3; }
  @media (min-width: 1024px) {
    .form-search {
      margin-left: -200px;
      z-index: -1;
      background-image: linear-gradient(#fff5e8, #fff);
      top: -68px;
      padding-top: 122px !important; } }
  @media (min-width: 1200px) {
    .form-search {
      margin-left: -257px; } }
  .form-search .form-control {
    border-radius: 5px 0 0 5px; }
    @media (min-width: 1200px) {
      .form-search .form-control {
        max-width: 50%; } }
  .form-search label {
    position: absolute;
    cursor: pointer;
    right: 1.4375rem;
    top: 1.625rem;
    font-size: 1.0625rem;
    background: #707070;
    color: #fff;
    z-index: 4; }
  .form-search .fa-search {
    position: absolute;
    cursor: pointer;
    right: 1.4375rem;
    top: 1.625rem;
    font-size: 1.0625rem;
    transform: rotate(90deg);
    transition: color 0.3s linear;
    z-index: 4; }
    .form-search .fa-search:hover {
      color: #0088ce; }
  .form-search .search-input {
    padding-right: 30px; }
  .form-search .tag-blocks h4 {
    text-transform: none; }
  .form-search .tag-blocks a {
    display: inline-block;
    float: left;
    padding: 8px 10px 6px;
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-right: 5px;
    margin-bottom: 5px;
    background: transparent;
    border-radius: 5px;
    text-transform: none;
    color: #707070; }
    .form-search .tag-blocks a:hover, .form-search .tag-blocks a:active {
      color: #707070; }
  .form-search .tag-blocks .categories h4 {
    color: #00aca0; }
  .form-search .tag-blocks .categories a {
    border: 1px solid #00aca0;
    text-transform: uppercase; }
    .form-search .tag-blocks .categories a:hover {
      background-color: #00aca0;
      color: #fff; }
  .form-search .tag-blocks .topics h4 {
    color: #8e3a80; }
  .form-search .tag-blocks .topics a {
    border: 1px solid #8e3a80;
    text-transform: uppercase; }
    .form-search .tag-blocks .topics a:hover {
      background-color: #8e3a80;
      color: #fff; }
  .form-search .tag-blocks .featured h4 {
    color: #7c7c7c; }
  .form-search .tag-blocks .featured a {
    border: 1px solid #7c7c7c;
    text-transform: uppercase; }
    .form-search .tag-blocks .featured a:hover {
      background-color: #7c7c7c;
      color: #fff; }
  .form-search:before, .form-search:after {
    content: '';
    background: inherit;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0; }
  .form-search:before {
    right: 99%;
    width: 100%; }
  .form-search:after {
    left: 99%;
    width: 100%; }

@media (max-width: 1023.98px) {
  .navbar:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 23px;
    right: 31px;
    height: 1px;
    background-color: #00aca0; } }

@media (max-width: 1023.98px) {
  .navbar-collapse {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    transform: scaleY(0);
    transform-origin: top;
    height: 0;
    transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear, height 0.3s linear; } }
@media (min-width: 1024px) {
  .navbar-collapse {
    background-image: none !important; } }
@media (max-width: 1023.98px) {
  .navbar-collapse.show {
    transform: scaleY(1);
    height: auto; } }

.menu-nav {
  background: rgba(255, 255, 255, 0.8); }
  @media (min-width: 768px) {
    .menu-nav {
      background: transparent; } }
  @media (min-width: 1024px) {
    .menu-nav {
      display: flex;
      border-top: 1px solid #00aca0; } }
  .menu-nav > li {
    font-size: 1rem;
    padding: 0 10px;
    transition: background-color 0.3s linear; }
    @media (min-width: 1024px) {
      .menu-nav > li {
        margin-right: 5px;
        padding: 0; } }
    @media (min-width: 1200px) {
      .menu-nav > li {
        margin-right: 20px; } }
    .menu-nav > li:last-child {
      margin-right: 0; }
    .menu-nav > li > a {
      font-weight: 500;
      padding: 9px 11px;
      display: block;
      font-size: 1rem;
      z-index: 2;
      position: relative;
      color: #707070; }
      @media (min-width: 1024px) {
        .menu-nav > li > a {
          font-size: 0.875rem; } }
      @media (min-width: 1024px) {
        .menu-nav > li > a:before {
          position: absolute;
          top: 0;
          left: 15px;
          right: 15px;
          height: 2px;
          background-color: #00aca0;
          transform: scaleX(0);
          transition: transform 0.3s linear;
          content: ''; } }
    @media (min-width: 768px) {
      .menu-nav > li.hover .drop {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1); } }
    @media (max-width: 1023.98px) {
      .menu-nav > li.hover .drop {
        height: auto;
        transform: scaleY(1); } }
    @media (min-width: 1200px) {
      .menu-nav > li.hover .drop {
        transform: scaleY(1); } }
    .menu-nav > li.hover > a {
      color: #00aca0; }
      .menu-nav > li.hover > a:before {
        transform: scaleX(1); }
    .menu-nav > li.active > a {
      color: #00aca0; }
      .menu-nav > li.active > a:before {
        transform: scaleX(1); }

.drop {
  z-index: 0;
  position: relative;
  transform-origin: top;
  height: 0;
  transform: scaleY(0);
  padding: 0;
  transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear, height 0.3s linear; }
  @media (min-width: 1024px) {
    .drop {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      transform: scaleY(0);
      padding: 162px 0 0;
      border-radius: 0;
      border-bottom: 8px solid #00aca0;
      background-image: linear-gradient(#fff5e8, #fff); } }
  .drop:before, .drop:after {
    content: '';
    background: inherit;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0; }
    @media (min-width: 1024px) {
      .drop:before, .drop:after {
        border-bottom: 8px solid #00aca0;
        bottom: -8px; } }
  .drop:before {
    right: 100%;
    width: 100%; }
  .drop:after {
    left: 100%;
    width: 100%; }
  @media (min-width: 1024px) {
    .drop {
      min-width: 204px;
      margin-left: -200px;
      top: -36px; } }
  @media (min-width: 1200px) {
    .drop {
      margin-left: -257px; } }
  .drop .menu-parent-title {
    font-size: 1.875rem;
    color: #00aca0;
    padding-left: 24px; }
  @media (min-width: 768px) {
    .drop .mobile-background {
      background-image: none !important; } }
  @media (min-width: 1024px) {
    .drop .mobile-background > ul {
      column-count: 2; } }
  .drop .mobile-background > ul li.menu-item-has-children {
    break-inside: avoid; }
  .drop ul {
    list-style-type: none;
    padding: 0 24px;
    margin: 0; }
    .drop ul > li {
      margin-bottom: 22px;
      padding: 0 8px; }
      .drop ul > li:last-child {
        margin-bottom: 0; }
      .drop ul > li a {
        color: #707070;
        font-size: 0.875rem;
        font-weight: 500;
        display: inline-block;
        padding-left: 10px;
        position: relative; }
        .drop ul > li a:before {
          position: absolute;
          left: 0;
          width: 2px;
          top: 0;
          bottom: 0;
          content: '';
          background-color: transparent;
          transition: background-color 0.3s linear; }
        .drop ul > li a:hover {
          text-decoration: none;
          font-weight: bold;
          color: #00aca0; }
          .drop ul > li a:hover:before {
            background-color: #00aca0; }
      .drop ul > li.active > a {
        font-weight: bold;
        color: #00aca0; }
        .drop ul > li.active > a:before {
          background-color: #00aca0; }

@media (min-width: 1024px) {
  .navbar-nav {
    border-top: 1px solid #00aca0; } }

@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-collapse {
    z-index: 1; } }

.navbar-toggler {
  position: absolute;
  right: 31px;
  z-index: 6;
  outline: none;
  top: 154px; }
  @media (min-width: 415px) {
    .navbar-toggler {
      top: 141px; } }

.help-btn-holder {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto; }

.list-contact {
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 40px 15px 0; }
  @media (min-width: 1024px) {
    .list-contact {
      margin-bottom: 35px;
      font-size: 0.6875rem;
      padding: 14px 2px 0;
      z-index: 10; } }
  .list-contact a {
    color: #707070;
    font-weight: 500;
    position: relative; }
    .list-contact a:hover {
      color: #8e3a80; }
  .list-contact a.form-opener[aria-expanded="false"] .fa-times {
    display: none; }
  .list-contact a.form-opener[aria-expanded="false"] .fa-search {
    display: block; }
  .list-contact a.form-opener[aria-expanded="true"] .fa-times {
    display: block; }
  .list-contact a.form-opener[aria-expanded="true"] .fa-search {
    display: none; }
  .list-contact li {
    position: relative;
    margin-right: 13px;
    letter-spacing: 0.08em; }
    @media (min-width: 1024px) {
      .list-contact li {
        margin-right: 23px; } }
    .list-contact li:last-child {
      margin-right: 0; }

.form-opener {
  position: relative;
  width: 17px;
  height: 19px;
  display: inline-block;
  font-size: 1.0625rem;
  outline: none; }
  .form-opener .fa-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear, visibility 0.3s linear; }
  .form-opener .fa-times {
    position: absolute;
    top: calc(50% - 3px);
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    font-size: 1.25rem;
    transition: opacity 0.3s linear, visibility 0.3s linear; }

.link-primary {
  background-color: #8e3a80;
  color: #f7f7f7;
  border: 1px solid #8e3a80;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.00em;
  font-size: 0.75rem;
  padding: 8px;
  margin-bottom: 0;
  transition: background-color 0.3s linear, color 0.3s linear; }
  @media (min-width: 415px) {
    .link-primary {
      padding: 12px 0 12px 8px;
      min-width: 212px; } }
  @media (min-width: 1024px) {
    .link-primary {
      padding: 13px 14px;
      font-size: 0.875rem; } }
  .link-primary:hover {
    background-color: #bb59ab;
    color: #fff; }

.link-secondary {
  background-color: #00aca0;
  color: #fff;
  border: 1px solid #00aca0;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.00em;
  font-size: 0.75rem;
  padding: 12px 8px;
  margin-bottom: 0;
  transition: background-color 0.3s linear, color 0.3s linear; }
  @media (min-width: 1024px) {
    .link-secondary {
      padding: 13px 14px;
      font-size: 0.875rem; } }
  .link-secondary:hover {
    background-color: #00f9e7;
    color: #fff; }

.header .input-zip,
.footer .input-zip {
  font-size: 0.75rem;
  font-weight: 300;
  color: #a5a5a5;
  border-radius: 0px 5px 5px 0px;
  padding: 8px;
  border: 1px solid #d0d0d0;
  border-left: 0;
  display: flex;
  align-items: center;
  line-height: 1.52;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  transition: background-color 0.3s linear, color 0.3s linear; }
  @media (min-width: 415px) {
    .header .input-zip,
    .footer .input-zip {
      padding: 8px 4px 8px 10px;
      min-width: 146px; } }
  @media (min-width: 1024px) {
    .header .input-zip,
    .footer .input-zip {
      padding: 8px;
      min-width: 177px; } }
  .header .input-zip::-webkit-input-placeholder,
  .footer .input-zip::-webkit-input-placeholder {
    color: #a5a5a5; }
  .header .input-zip::-moz-placeholder,
  .footer .input-zip::-moz-placeholder {
    opacity: 1;
    color: #a5a5a5; }
  .header .input-zip:-moz-placeholder,
  .footer .input-zip:-moz-placeholder {
    color: #a5a5a5; }
  .header .input-zip:-ms-input-placeholder,
  .footer .input-zip:-ms-input-placeholder {
    color: #a5a5a5; }
  .header .input-zip.placeholder,
  .footer .input-zip.placeholder {
    color: #a5a5a5; }

.navigation-wrapper {
  position: relative;
  width: 100%;
  z-index: 5; }

.footer {
  padding-top: 17px;
  border-top: 8px solid #00aca0; }
  @media (min-width: 768px) {
    .footer {
      padding-top: 53px; } }
  .footer h5 {
    font-weight: 800;
    text-transform: uppercase;
    color: #8e3a80;
    margin-bottom: 5px; }
    @media (max-width: 1023.98px) {
      .footer h5 {
        font-size: 0.875rem; } }
  .footer .img-holder {
    margin-bottom: 15px;
    max-width: 380px; }
    @media (min-width: 768px) {
      .footer .img-holder {
        margin-bottom: 21px; } }
  .footer .frm_form_fields .frm_fields_container {
    width: 100%; }
  .footer .logo img {
    max-width: 166px; }
  .footer .email {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 0; }
    .footer .email input {
      border: none;
      font-weight: 300;
      padding: 0.6rem 0.25rem;
      width: 100%; }
  .footer .btn-light {
    font-size: 0.75rem;
    letter-spacing: 0.075em;
    line-height: 1;
    padding: 12px 22px;
    border-color: #d0d0d0;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    min-width: 112px; }
    @media (max-width: 1023.98px) {
      .footer .btn-light {
        padding: 10px 17px; } }
  .footer .link-primary {
    padding: 13px 12px; }
    @media (max-width: 1023.98px) {
      .footer .link-primary {
        width: 100%; } }
    @media (min-width: 1200px) {
      .footer .link-primary {
        min-width: 247px; } }
  .footer .input-zip {
    min-width: 120px; }
    @media (min-width: 768px) {
      .footer .input-zip {
        min-width: 125px; } }
  .footer .icon-label {
    font-size: 1.0625rem;
    transform: rotate(90deg) translatex(-50%);
    position: absolute;
    right: 6px;
    top: 50%;
    margin: 0;
    cursor: pointer;
    color: #a5a5a5; }
  .footer .img-holder img {
    width: 100%; }
  .footer .form-col {
    max-width: 120px; }
    @media (min-width: 768px) {
      .footer .form-col {
        max-width: 125px; } }
    .footer .form-col input {
      padding-right: 25px; }
  @media (max-width: 1023.98px) {
    .footer .form-group {
      margin-bottom: 20px; } }
  @media (max-width: 1023.98px) {
    .footer .help-btn-holder {
      border-bottom: 1px solid #0083c7;
      padding-bottom: 31px; } }

.main-footer {
  padding-bottom: 31px; }
  @media (min-width: 768px) {
    .main-footer {
      padding-bottom: 42px; } }

.social-list {
  align-items: center;
  color: #8e3a80; }
  .social-list span {
    font-weight: 800; }
  .social-list li {
    margin-right: 7px; }
    .social-list li:last-child {
      margin-right: 0; }
  .social-list a {
    height: 24px;
    width: 24px;
    background-color: #8e3a80;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px; }
    .social-list a:hover {
      background-color: #bb59ab;
      color: #fff; }

.rights-holder {
  color: #fff;
  background: #00aca0;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  padding: 21px 0 15px; }
  @media (min-width: 768px) {
    .rights-holder {
      padding: 20px 0 18px; } }
  .rights-holder a {
    color: #fff; }
    .rights-holder a:hover {
      color: #b3c9dc; }

.footer-list li {
  margin-bottom: 15px;
  font-size: 0.8125rem;
  font-weight: 500; }
  .footer-list li:last-child {
    margin-bottom: 0; }
.footer-list a {
  color: #7c7c7c; }
  .footer-list a:hover {
    color: #8e3a80; }

.mobile-border {
  position: relative; }
  @media (max-width: 1023.98px) {
    .mobile-border:after {
      left: 28px;
      right: 28px;
      content: '';
      height: 1px;
      position: absolute;
      bottom: 0;
      background-color: #00aca0; } }

h1,
.h1 {
  font-weight: 700; }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 2.8125rem; } }
  h1 a,
  .h1 a {
    color: inherit; }

h2,
.h2 {
  font-weight: 400;
  color: #00aca0; }
  @media (min-width: 1024px) {
    h2,
    .h2 {
      font-size: 2rem; } }
  h2 a,
  .h2 a {
    color: inherit; }

h3,
.h3 {
  font-weight: 700;
  color: #8e3a80; }
  @media (min-width: 1024px) {
    h3,
    .h3 {
      font-size: 1.75rem; } }
  h3 a,
  .h3 a {
    color: inherit; }

h4,
.h4 {
  font-weight: 700;
  color: #7c7c7c; }
  @media (min-width: 1024px) {
    h4,
    .h4 {
      font-size: 1.5rem; } }
  h4 a,
  .h4 a {
    color: inherit; }

h5,
.h5 {
  font-weight: 700;
  color: #7c7c7c; }
  @media (min-width: 1024px) {
    h5,
    .h5 {
      font-size: 0.9375rem; } }
  h5 a,
  .h5 a {
    color: inherit; }

#main p,
#main li {
  font-size: 1.125rem; }

button:focus {
  outline: none; }

a {
  transition: color 0.3s linear, background-color 0.3s linear; }

.notification-bar {
  border: 1px solid #0083c7; }

.btn-primary {
  text-transform: uppercase;
  background-color: #8e3a80;
  border-color: #8e3a80; }
  .btn-primary:hover {
    background-color: #00aca0;
    border-color: #00aca0; }

.text-primary {
  color: #8e3a80 !important; }

.section-hero {
  border-bottom: 8px solid #00aca0; }
  .section-hero h1 {
    color: #8e3a80;
    margin-bottom: 13px;
    line-height: 1.36; }
    @media (max-width: 1023.98px) {
      .section-hero h1 {
        font-size: 2.25rem;
        margin-bottom: 15px; } }
  .section-hero .text-holder {
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 34px; }
  @media (max-width: 1023.98px) {
    .section-hero .btn {
      padding: 8px 23px;
      font-size: 0.75rem; } }

.slick-dots {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%);
  display: flex; }
  @media (max-width: 1023.98px) {
    .slick-dots {
      bottom: -4px; } }
  .slick-dots li {
    margin-right: 15px; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li.slick-active button {
      background-color: #00aca0; }
  .slick-dots button {
    background-color: #fff;
    padding: 0;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    border: none;
    color: transparent;
    overflow: hidden;
    display: inline-block;
    transition: background-color 0.3s linear; }
    .slick-dots button:hover {
      background-color: #00aca0;
      outline: none; }
    .slick-dots button:focus {
      outline: none; }

.slider-content {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 473px;
  padding-top: 210px;
  position: relative; }
  @media (min-width: 415px) {
    .slider-content {
      padding-top: 187px; } }
  @media (min-width: 768px) {
    .slider-content {
      min-height: 597px; } }
  .slider-content:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(231, 238, 244, 0.7); }
    @media (min-width: 768px) {
      .slider-content:before {
        display: none; } }

.section-card {
  padding: 24px 0 0;
  background-color: #ebebeb; }
  @media (min-width: 768px) {
    .section-card {
      padding: 66px 0 56px; } }
  .section-card .slick-dots {
    bottom: 8px; }
  .section-card .btn-outline-primary {
    background-color: rgba(247, 247, 247, 0.97);
    letter-spacing: .075em;
    padding: 6px 15px; }
    @media (max-width: 1023.98px) {
      .section-card .btn-outline-primary {
        padding: 8px 19px; } }
    .section-card .btn-outline-primary:hover {
      background-color: #0083c7; }
    .home .section-card .btn-outline-primary {
      width: 100%;
      z-index: 10;
      padding: 0.62rem 1.75rem;
      background-color: transparent; }
      .home .section-card .btn-outline-primary:hover {
        background-color: #0083c7; }
  @media (min-width: 768px) {
    .section-card .mobile-card-slider .card-holder:last-child {
      margin-right: 0 !important; } }

.card-holder {
  min-height: 455px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #707070;
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  @media (max-width: 1199.98px) {
    .card-holder {
      margin: 0 10px; } }
  @media (min-width: 1024px) {
    .card-holder {
      max-width: 344px;
      min-height: 428px; } }
  .card-holder .card-body {
    background-image: linear-gradient(180deg, rgba(231, 238, 244, 0.01) 0%, rgba(231, 238, 244, 0.75) 39%, #e7eef4 63%, #e7eef4 100%); }
  .card-holder h3 {
    color: #8e3a80;
    font-weight: 700; }
  .card-holder .title {
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .card-holder .title {
        margin-bottom: 15px; } }

@media (max-width: 1023.98px) {
  .mobile-card-slider {
    max-width: 380px;
    margin: 0 auto;
    padding-bottom: 52px; } }
@media (min-width: 768px) {
  .mobile-card-slider {
    display: flex; } }

.section-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://visionhealthalliance.org/wp-content/themes/taye/images/img05.jpg);
  color: #fff;
  position: relative;
  padding: 34px 0 36px; }
  @media (min-width: 1200px) {
    .section-banner {
      padding: 41px 0 42px; } }
  .section-banner h2 {
    font-weight: 800;
    color: #fff; }
    @media (max-width: 1023.98px) {
      .section-banner h2 {
        letter-spacing: 0.03em;
        font-size: 1.5625rem;
        line-height: 1.35;
        margin-bottom: 15px; } }
    @media (min-width: 768px) {
      .section-banner h2 {
        font-size: 2.375rem;
        margin-bottom: 13px;
        letter-spacing: 0.03em; } }
  .section-banner .text-holder {
    letter-spacing: 0.03em;
    margin-bottom: 19px;
    text-shadow: 30px 40px 40px #ffffff;
    color: #e7eef4;
    font-weight: 500; }
  .section-banner .btn-outline-light {
    border: 1px solid rgba(231, 238, 244, 0.63);
    color: #eaf0f6;
    padding: 10px 18px; }
    @media (max-width: 1023.98px) {
      .section-banner .btn-outline-light {
        font-size: 0.6875rem;
        letter-spacing: 0.08em; } }
    .section-banner .btn-outline-light:hover {
      color: #0083c7; }

.decore-block {
  background-position: 100% 50%;
  background-image: url(https://visionhealthalliance.org/wp-content/themes/taye/images/icon01_green.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 135px;
  padding: 15px 3px;
  display: flex;
  align-items: center;
  color: #fff; }
  @media (max-width: 1023.98px) {
    .decore-block {
      min-width: 118px; } }
  .decore-block span {
    position: relative;
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 2.3125rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.03em; }
    @media (max-width: 1023.98px) {
      .decore-block span {
        padding-bottom: 8px; } }

.section-presentation {
  background-image: url(https://visionhealthalliance.org/wp-content/themes/taye/images/img07.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  padding: 24px 0 30px; }
  @media (min-width: 1200px) {
    .section-presentation {
      padding: 49px 0 25px; } }
  .section-presentation .img-holder {
    border-radius: 6px;
    overflow: hidden;
    min-height: 178px;
    background-size: cover;
    background-position: center;
    margin-bottom: 13px; }
    @media (min-width: 768px) {
      .section-presentation .img-holder {
        min-height: 250px; } }
    @media (min-width: 1024px) {
      .section-presentation .img-holder {
        min-height: 363px; } }
    @media (min-width: 1200px) {
      .section-presentation .img-holder {
        margin-right: -186px; } }
    .section-presentation .img-holder img {
      width: 100%; }
  .section-presentation .subtitle {
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #00aca0;
    display: block;
    letter-spacing: 0.086em;
    margin-bottom: 17px; }
    @media (min-width: 1200px) {
      .section-presentation .subtitle {
        margin-bottom: 5px; } }
  .section-presentation .content-holder {
    padding: 23px 17px 17px 18px;
    border-radius: 11px;
    border: 1px solid #7c7c7c;
    background-color: rgba(255, 255, 255, 0.97); }
    @media (min-width: 1200px) {
      .section-presentation .content-holder {
        position: relative;
        margin-left: -30px;
        padding: 24px 30px 30px 24px; } }
    .section-presentation .content-holder h3 {
      color: #8e3a80;
      font-weight: 700;
      letter-spacing: 0.02em;
      margin-bottom: 13px;
      font-size: 1.9375rem; }
      @media (min-width: 1200px) {
        .section-presentation .content-holder h3 {
          font-size: 2.25rem; } }
  .section-presentation .text-holder {
    color: #4a4a4a;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 19px; }
    @media (min-width: 1200px) {
      .section-presentation .text-holder {
        margin-bottom: 23px; } }
  .section-presentation .btn {
    padding: 10px 15px;
    min-width: 188px; }
    @media (max-width: 1023.98px) {
      .section-presentation .btn {
        padding: 10px 11px;
        min-width: 159px;
        font-size: 0.6875rem; } }
  .section-presentation.inner-presentation {
    background-image: none; }
    @media (max-width: 1023.98px) {
      .section-presentation.inner-presentation {
        padding-top: 47px;
        padding-bottom: 37px; } }
    @media (min-width: 768px) {
      .section-presentation.inner-presentation {
        padding: 42px 0 32px; } }
    .section-presentation.inner-presentation .img-holder {
      border-radius: 20px;
      border: 1px solid #707070; }
      @media (max-width: 1023.98px) {
        .section-presentation.inner-presentation .img-holder {
          min-height: 192px;
          margin-bottom: 33px; } }
      @media (min-width: 576px) {
        .section-presentation.inner-presentation .img-holder {
          min-height: 250px; } }
      @media (min-width: 1024px) {
        .section-presentation.inner-presentation .img-holder {
          margin-right: -114px;
          min-height: 358px; } }
    .section-presentation.inner-presentation .single-activity .img-holder {
      border-radius: 5px;
      margin-right: 0; }
    .section-presentation.inner-presentation .single-activity h3 {
      color: #8e3a80; }
    .section-presentation.inner-presentation .content-holder {
      padding: 23px 24px 44px 23px; }
      @media (min-width: 1200px) {
        .section-presentation.inner-presentation .content-holder {
          padding: 23px 24px 36px 23px; } }
    @media (max-width: 1023.98px) {
      .section-presentation.inner-presentation .text-holder {
        margin-bottom: 26px; } }
    .section-presentation.inner-presentation .subtitle {
      margin-bottom: 7px; }
      @media (min-width: 1200px) {
        .section-presentation.inner-presentation .subtitle {
          margin-bottom: 5px; } }
    @media (max-width: 1023.98px) {
      .section-presentation.inner-presentation h3 {
        font-size: 35px; } }
    @media (max-width: 1023.98px) {
      .section-presentation.inner-presentation .btn {
        font-size: 1rem;
        padding: 12px 86px 12px 17px;
        text-align: left;
        line-height: 1.35; } }

.section-hero-inner {
  padding-top: 191px;
  background-size: contain;
  background-position: 50% 23%;
  background-repeat: no-repeat;
  padding-bottom: 29px; }
  @media (max-width: 1023.98px) {
    .section-hero-inner {
      background-color: #fff;
      background-image: none !important; } }
  @media (min-width: 768px) {
    .section-hero-inner {
      padding-bottom: 75px;
      background-size: cover;
      background-position: center; } }
  .section-hero-inner.search {
    background-size: contain;
    background-position: 100% 0%; }
  .section-hero-inner h1 {
    font-weight: 900;
    letter-spacing: 0.0em;
    margin-bottom: 1px; }
    @media (max-width: 1023.98px) {
      .section-hero-inner h1 {
        font-size: 2.1875rem; } }
  .section-hero-inner h2 {
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #00aca0; }
    @media (max-width: 1023.98px) {
      .section-hero-inner h2 {
        font-size: 1.875rem;
        letter-spacing: 0.0em; } }
  .section-hero-inner h3.post-date-heading a {
    color: inherit; }
  .section-hero-inner .wp-post-image {
    width: 100%; }
  .section-hero-inner .text-holder {
    font-weight: 500;
    line-height: 1.78;
    color: #7c7c7c; }
  .section-hero-inner .hentry.result h2 {
    color: #00aca0; }
    .section-hero-inner .hentry.result h2 a {
      color: inherit; }
  .section-hero-inner .hentry.result .img-holder img {
    width: 100%; }
  .section-hero-inner .hentry + .hentry {
    margin-top: 36px;
    padding-top: 30px;
    border-top: 1px solid #0083c7; }

.section-hero-info {
  padding-top: 191px;
  background-size: contain;
  background-position: 50% 23%;
  background-repeat: no-repeat;
  padding-bottom: 22px; }
  @media (max-width: 1023.98px) {
    .section-hero-info {
      background-color: #fff;
      background-image: none !important; } }
  @media (min-width: 768px) {
    .section-hero-info {
      padding-bottom: 52px;
      background-size: cover;
      background-position: center; } }
  .section-hero-info h1 {
    letter-spacing: 0.0em;
    margin-bottom: 1px;
    line-height: 1.35; }
    @media (max-width: 1023.98px) {
      .section-hero-info h1 {
        font-size: 2.1875rem; } }
  .section-hero-info .text-holder {
    font-weight: 500;
    color: #7c7c7c; }

.border-bottom-line {
  position: relative;
  padding-bottom: 32px; }
  .border-bottom-line:after {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 38px;
    height: 1px;
    background-color: #00aca0;
    content: ''; }

.section-content {
  padding: 32px 0 29px; }
  @media (min-width: 768px) {
    .section-content {
      padding: 53px 0 63px; } }
  .section-content h1 {
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 15px; }
  .section-content h2 {
    color: #8e3a80;
    font-weight: 700;
    line-height: 1; }
  .section-content .text-holder {
    line-height: 1.78; }
    .section-content .text-holder p {
      margin-bottom: 2px; }
  .section-content .img-holder {
    border-radius: 5px;
    overflow: hidden; }
    .section-content .img-holder img {
      width: 100%; }
  .section-content .opener {
    font-weight: 500;
    text-decoration: underline;
    font-size: 1rem; }
    .section-content .opener:hover {
      text-decoration: none; }
    @media (min-width: 768px) {
      .section-content .opener {
        display: none; } }
  .section-content .slick-prev {
    position: absolute;
    border: none;
    background-color: transparent;
    top: 100%;
    color: #707070;
    font-size: 2.5rem;
    left: 0;
    padding: 0;
    z-index: 10;
    outline: none; }
  .section-content .slick-next {
    position: absolute;
    border: none;
    background-color: transparent;
    top: 100%;
    color: #707070;
    font-size: 2.5rem;
    right: 0;
    padding: 0;
    z-index: 10;
    outline: none; }
  .section-content .blog-single-post {
    min-height: 25rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid #d0d0d0; }
    .section-content .blog-single-post h3 {
      z-index: 10; }
    .section-content .blog-single-post .btn {
      z-index: 10;
      width: 100%; }
    .section-content .blog-single-post .fader:after {
      position: absolute;
      content: '';
      background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.6) 35%, rgba(0, 0, 0, 0) 100%);
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1; }

.blue-wrapper {
  background-color: #eaf4fb; }
  .blue-wrapper h2 {
    color: #0088ce; }
  .blue-wrapper a.opener {
    color: #0088ce; }

.border-top-blue {
  border-top: 8px solid #0088ce; }

.border-top-gray {
  border-top: 8px solid #7c7c7c; }

.success-wrapper {
  background-color: #bcd9d9; }
  .success-wrapper h2 {
    color: #8e3a80; }
  .success-wrapper a.opener {
    color: #00aca0; }

.border-top-success {
  border-top: 8px solid #00aca0; }

.info-wrapper {
  background-color: #c49cb8; }
  .info-wrapper h2 {
    color: #8e3a80; }
  .info-wrapper a.opener {
    color: #8e3a80; }

.border-top-info {
  border-top: 8px solid #8e3a80; }

.warning-wrapper {
  background-color: #ebebeb; }
  .warning-wrapper h2 {
    color: #8e3a80; }
  .warning-wrapper a.opener {
    color: #00aca0; }

.border-top-warning {
  border-top: 8px solid #7c7c7c; }

.border-bottom-warning {
  border-bottom: 8px solid #00aca0; }

.background-dark {
  background-color: #bcd9d9;
  color: #7c7c7c; }
  .background-dark h2 {
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 15px; }

.section-offers {
  border-bottom: 8px solid #0083c7;
  border-top: 8px solid #0083c7;
  padding: 34px 0 40px; }
  @media (min-width: 768px) {
    .section-offers {
      padding: 42px 0; } }
  .section-offers .img-holder {
    border-radius: 5px;
    overflow: hidden; }
    .section-offers .img-holder img {
      width: 100%; }

.offer-holder {
  position: relative;
  border-radius: 5px;
  border: 2px solid #707070;
  width: 100%;
  text-align: center;
  overflow: hidden; }
  .offer-holder h2 {
    font-weight: 800;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #0088ce;
    text-transform: capitalize;
    line-height: 1.35;
    margin-bottom: 12px; }
    @media (max-width: 1023.98px) {
      .offer-holder h2 {
        font-size: 1.375rem; } }
  @media (max-width: 1023.98px) {
    .offer-holder .btn-light {
      font-size: 0.6875rem;
      padding: 6px 14px; } }
  @media (min-width: 768px) {
    .offer-holder .btn-light {
      padding: 10px 19px; } }
  .offer-holder .content-holder {
    padding: 18px 23px 17px 30px; }
    @media (min-width: 415px) {
      .offer-holder .content-holder {
        padding: 18px 23px 17px 17px; } }
    @media (min-width: 768px) {
      .offer-holder .content-holder {
        padding: 25px 8px 24px 59px; } }
  .offer-holder .decore-block {
    left: -19px;
    min-width: 50px;
    padding: 0;
    background-position: 0% 56%; }
    @media (min-width: 768px) {
      .offer-holder .decore-block {
        min-width: 70px; } }
    @media (max-width: 1023.98px) {
      .offer-holder .decore-block span {
        font-size: 1.625rem;
        padding-top: 14px;
        padding-right: 2px;
        padding-bottom: 3px; } }

.section-post-footer .meta ul {
  list-style-type: none;
  padding: 0; }
  .section-post-footer .meta ul li {
    font-size: 1.25rem;
    color: #707070; }
.section-post-footer .slick-slide {
  margin: 0 15px; }
.section-post-footer .slick-list {
  margin: 0 -15px; }
.section-post-footer .slick-prev {
  position: absolute;
  border: none;
  background-color: transparent;
  top: 100%;
  color: #707070;
  font-size: 2.5rem;
  left: 0;
  padding: 0;
  z-index: 10;
  outline: none; }
.section-post-footer .slick-next {
  position: absolute;
  border: none;
  background-color: transparent;
  top: 100%;
  color: #707070;
  font-size: 2.5rem;
  right: 0;
  padding: 0;
  z-index: 10;
  outline: none; }
.section-post-footer .post-slide {
  min-height: 25rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 1px solid #d0d0d0; }
  .section-post-footer .post-slide .slide-content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .section-post-footer .post-slide h3 {
    z-index: 10;
    font-weight: 700;
    color: #8e3a80; }
    .section-post-footer .post-slide h3 a {
      color: #8e3a80; }
  .section-post-footer .post-slide .fader:after {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.6) 35%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }

.section-related-posts .slick-slide {
  margin: 0 15px; }
.section-related-posts .slick-list {
  margin: 0 -15px; }
.section-related-posts .slick-prev {
  position: absolute;
  border: none;
  background-color: transparent;
  top: 100%;
  color: #707070;
  font-size: 2.5rem;
  left: 0;
  padding: 0;
  z-index: 10;
  outline: none; }
.section-related-posts .slick-next {
  position: absolute;
  border: none;
  background-color: transparent;
  top: 100%;
  color: #707070;
  font-size: 2.5rem;
  right: 0;
  padding: 0;
  z-index: 10;
  outline: none; }

.page-id-823 .section-hero-inner .container {
  max-width: 90rem; }
.section-hero-inner .traffic-express {
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial; }
  .section-hero-inner .traffic-express h1,
  .section-hero-inner .traffic-express h2,
  .section-hero-inner .traffic-express h3,
  .section-hero-inner .traffic-express h4,
  .section-hero-inner .traffic-express h5,
  .section-hero-inner .traffic-express h6,
  .section-hero-inner .traffic-express p,
  .section-hero-inner .traffic-express span {
    font-family: "brandon-grotesque", sans-serif; }
  .section-hero-inner .traffic-express h1 {
    color: #0083c7;
    font-size: 2.5rem; }

@media (min-width: 768px) {
  .section-partners .secondary-partners .single-partner {
    padding-left: 30px;
    padding-right: 30px; } }

.page.page-template-template-finder {
  background-color: #fff;
  font-weight: normal;
  font-family: "brandon-grotesque", sans-serif;
  color: #4a4a4a;
  text-align: left; }
  @media (min-width: 576px) {
    .page.page-template-template-finder .container {
      max-width: 1150px; } }
  .page.page-template-template-finder .text-primary {
    color: #8e3a80 !important; }
  .page.page-template-template-finder .navbar,
  .page.page-template-template-finder form {
    box-shadow: none;
    background-color: transparent; }
  .page.page-template-template-finder form {
    padding: 0; }
  .page.page-template-template-finder .form-search {
    position: absolute;
    right: 0;
    left: 0;
    top: 30px;
    z-index: 3; }
    @media (min-width: 1024px) {
      .page.page-template-template-finder .form-search {
        margin-left: -200px;
        z-index: -1;
        background-image: linear-gradient(#fff5e8, #fff);
        top: -68px;
        padding-top: 122px !important; } }
    @media (min-width: 1200px) {
      .page.page-template-template-finder .form-search {
        margin-left: -257px; } }
    .page.page-template-template-finder .form-search form {
      width: auto;
      max-width: 100%; }
    .page.page-template-template-finder .form-search .form-control {
      border-radius: 5px 0 0 5px;
      height: auto; }
      @media (min-width: 1200px) {
        .page.page-template-template-finder .form-search .form-control {
          max-width: 50%; } }
    .page.page-template-template-finder .form-search .tag-blocks h4 {
      text-transform: none; }
    .page.page-template-template-finder .form-search .tag-blocks a {
      padding: 8px 10px 6px;
      font-size: 0.8125rem;
      line-height: 1.4;
      background: transparent;
      border-radius: 5px;
      color: #707070; }
      .page.page-template-template-finder .form-search .tag-blocks a:hover, .page.page-template-template-finder .form-search .tag-blocks a:active {
        color: #707070; }
  .page.page-template-template-finder #main header {
    padding: 0; }
    .page.page-template-template-finder #main header .finder-toolbar-wrap {
      margin-left: 0; }
  .page.page-template-template-finder #main .page {
    background: #fff; }
  .page.page-template-template-finder #main .map {
    z-index: 2; }
  .page.page-template-template-finder #main .pagination li {
    font-size: 0.875rem;
    padding: 4px 4px 2px; }
    .page.page-template-template-finder #main .pagination li.active {
      background-color: #8e3a80;
      border-color: #8e3a80; }
  .page.page-template-template-finder #main .pagination a {
    color: #8e3a80; }
  .page.page-template-template-finder #main .pagination .active a {
    color: #fff; }
  .page.page-template-template-finder .footer .form-control.email {
    border: 1px solid #d0d0d0;
    border-radius: 5px 0 0 5px;
    height: auto;
    color: #a5a5a5; }
  .page.page-template-template-finder .footer .btn {
    box-shadow: none;
    margin: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    font-weight: 800;
    word-wrap: normal; }
  .page.page-template-template-finder .footer .btn-light {
    background-color: #f7f7f7 !important;
    color: #4c565c;
    border: 1px solid #d0d0d0;
    border-left: 0; }

body {
  min-width: 320px; }

.resize-active * {
  transition: none !important; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 800px; }

a {
  outline: none;
  color: #8e3a80; }
  a:hover {
    text-decoration: none;
    outline: none;
    color: #bb59ab; }

.btn-light {
  border: 1px solid #707070;
  color: #4c565c; }

.btn {
  padding-top: 0.75rem; }
  @media (min-width: 1200px) {
    .btn {
      letter-spacing: 0.079em; } }
  .btn a {
    color: #fff; }
    .btn a:hover {
      color: #fff; }

.wq_quizProgressBar > span {
  background-color: #00aca0; }

/*# sourceMappingURL=main.css.map */

/*
     FILE ARCHIVED ON 00:59:16 Jan 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:39:47 Aug 02, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.495
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.01
  esindex: 0.011
  cdx.remote: 11.366
  LoadShardBlock: 736.628 (3)
  PetaboxLoader3.datanode: 237.736 (5)
  PetaboxLoader3.resolve: 1825.085 (3)
  load_resource: 1352.363 (2)
*/