@charset "UTF-8";
/* Mixins*/
/* Global*/
@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1441px) {
  .container {
    width: 100%;
    max-width: 1440px;
  }
}

body {
  overflow-x: hidden;
}
body.loading {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
}

.justify-center {
  justify-content: center;
  width: 100%;
  text-align: center;
}

.justify-left {
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}

.justify-right {
  justify-content: flex-end;
  width: 100%;
  text-align: right;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ease-100, nav ul#menu-primary-menu li .dropdown-toggle:after {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.ease-200, footer .links li a, footer .social-media-buttons a, .blog-lists .blog-posts .blog-item .col-text .article-excerpt a, .blog-lists .blog-posts .blog-item .thumbnail a img, .packages .package .col-package, .special-masthead .col-slider .my-owl-nav-mta button[type=button]:after, .special-masthead .col-slider .my-owl-nav-mta button[type=button], .breadcrumbs p, .breadcrumbs a, .image-gallery .images a img, .faq .accordion .card .card-header button, .faq .accordion .card .card-header button.collapsed:after, .secondary-nav .phone-number-secondary a:hover, .secondary-nav .phone-number-secondary a, nav .nav-cta a, nav.navbar, .third-color .textarea a, .third-color .textarea p a, .third-color.custom-form .form-elements .contact-info a, .third-color.packages .package .col-package .info a, .secondary-color .textarea a, .secondary-color .textarea p a, .secondary-color.custom-form .form-elements .contact-info a, .secondary-color.packages .package .col-package .info a, .primary-color .textarea a, .primary-color .textarea p a, .primary-color.custom-form .form-elements .contact-info a, .primary-color.packages .package .col-package .info a, .default .textarea a, .default .textarea p a, .default.custom-form .form-elements .contact-info a, .default.packages .package .col-package .info a, .btn, .special-masthead.primary-color .row .col-text .links a, .custom-form .contact-info a, .call-to-action .links a, .fourth-color .links a, .third-color .links a, .third-color.custom-form .gform_footer input[type=submit], .third-color.packages .package .col-package .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color .links a, .secondary-color.custom-form .gform_footer input[type=submit], .secondary-color.packages .package .col-package .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color .links a, .primary-color.custom-form .gform_footer input[type=submit], .primary-color.packages .package .col-package .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .default .links a, .default.custom-form .gform_footer input[type=submit], .default.packages .package .col-package .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ease-300, .treatment-icons .icons-row .icons, .special-masthead .scroll-down .scroll-arrows a:hover, .faq .accordion .card .card-header button:after {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ease-350, .blog-lists .blog-posts .blog-item .thumbnail a, body.loading {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ease-500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ease-600 {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.ease-700 {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.ease-800 {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.ease-900 {
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.ease-1000 {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.heading,
.subheading,
.links {
  display: flex;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .width-sm-50 {
    width: 50%;
  }
  .width-sm-75 {
    width: 75%;
  }
  .width-sm-100 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .width-md-50 {
    width: 50%;
  }
  .width-md-75 {
    width: 75%;
  }
  .width-md-100 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .width-lg-50 {
    width: 50%;
  }
  .width-lg-75 {
    width: 75%;
  }
  .width-lg-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .width-xl-50 {
    width: 50%;
  }
  .width-xl-75 {
    width: 75%;
  }
  .width-xl-100 {
    width: 100%;
  }
}
.width-50 {
  width: 50%;
}
.width-75 {
  width: 75%;
}
.width-100 {
  width: 100%;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/* Theme */
body, html {
  background-color: #F8F8F8;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sofia-pro-soft, sans-serif;
  color: inherit;
}

h1 {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 55px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p, a, li, button, input, select, label {
  font-family: poppins, sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
}

p a {
  color: "#000";
  text-decoration: underline;
}
p a:hover {
  color: grey;
}

.btn, .special-masthead.primary-color .row .col-text .links a, .custom-form .contact-info a, .call-to-action .links a, .fourth-color .links a, .third-color .links a, .third-color.custom-form .gform_footer input[type=submit], .third-color.packages .package .col-package .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color .links a, .secondary-color.custom-form .gform_footer input[type=submit], .secondary-color.packages .package .col-package .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color .links a, .primary-color.custom-form .gform_footer input[type=submit], .primary-color.packages .package .col-package .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .default .links a, .default.custom-form .gform_footer input[type=submit], .default.packages .package .col-package .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a {
  padding: 8px 40px;
  font-family: sofia-pro-soft, sans-serif;
  text-decoration: none;
  font-weight: 500;
  border-radius: 29px;
  border: 2px solid transparent;
}
.btn.btn-1, .treatment-icons .icons-row .mob-icons-btn a.btn, .special-masthead.primary-color .row .col-text .links a.btn-1, .special-masthead.primary-color .row .col-text .links .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .special-masthead.primary-color .row .col-text .links a, .custom-form .contact-info a.btn-1, .custom-form .contact-info .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .custom-form .contact-info a, .call-to-action .links a.btn-1, .call-to-action .links .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .call-to-action .links a, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a, .fourth-color .links a.btn-1, .fourth-color .links .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .fourth-color .links a, .third-color .links a.btn-1, .third-color .links .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .third-color .links a, .third-color .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .third-color .links a, .third-color.custom-form .gform_footer input.btn-1[type=submit], .third-color.packages .package .col-package .link a.btn-1, .third-color.packages .package .col-package .link .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links .third-color.packages .package .col-package .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color .links a.btn-1, .secondary-color .links .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .secondary-color .links a, .secondary-color .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .secondary-color .links a, .secondary-color.custom-form .gform_footer input.btn-1[type=submit], .secondary-color.packages .package .col-package .link a.btn-1, .secondary-color.packages .package .col-package .link .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links .secondary-color.packages .package .col-package .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color .links a.btn-1, .primary-color .links .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .primary-color .links a, .primary-color .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .primary-color .links a, .primary-color.custom-form .gform_footer input.btn-1[type=submit], .primary-color.packages .package .col-package .link a.btn-1, .primary-color.packages .package .col-package .link .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links .primary-color.packages .package .col-package .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-1, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .default .links a.btn, .default .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .default .links a, .default .links .custom-form .contact-info a, .custom-form .contact-info .default .links a, .default .call-to-action .links a, .call-to-action .default .links a, .default .fourth-color .links a, .fourth-color .default .links a, .default .third-color .links a, .third-color .default .links a, .default .links .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .default .links a, .default .secondary-color .links a, .secondary-color .default .links a, .default .links .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .default .links a, .default .primary-color .links a, .primary-color .default .links a, .default .links .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .default .links a, .default .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .default .links a, .default .links a.btn-1, .default .links .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .default .links a, .default .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .default .links a, .default .links a, .default.custom-form .gform_footer input.btn[type=submit], .default.custom-form .third-color.custom-form .gform_footer input[type=submit], .third-color.custom-form .default.custom-form .gform_footer input[type=submit], .default.custom-form .secondary-color.custom-form .gform_footer input[type=submit], .secondary-color.custom-form .default.custom-form .gform_footer input[type=submit], .default.custom-form .primary-color.custom-form .gform_footer input[type=submit], .primary-color.custom-form .default.custom-form .gform_footer input[type=submit], .default.custom-form .gform_footer input.btn-1[type=submit], .default.custom-form .gform_footer input[type=submit], .default.packages .package .col-package .link a.btn, .default.packages .package .col-package .link .custom-form .contact-info a, .custom-form .contact-info .default.packages .package .col-package .link a, .default.packages .package .col-package .link .call-to-action .links a, .call-to-action .links .default.packages .package .col-package .link a, .default.packages .package .col-package .link .fourth-color .links a, .fourth-color .links .default.packages .package .col-package .link a, .default.packages .package .col-package .link .third-color .links a, .third-color .links .default.packages .package .col-package .link a, .default.packages .third-color.packages .package .col-package .link a, .third-color.packages .default.packages .package .col-package .link a, .default.packages .package .col-package .link .secondary-color .links a, .secondary-color .links .default.packages .package .col-package .link a, .default.packages .secondary-color.packages .package .col-package .link a, .secondary-color.packages .default.packages .package .col-package .link a, .default.packages .package .col-package .link .primary-color .links a, .primary-color .links .default.packages .package .col-package .link a, .default.packages .primary-color.packages .package .col-package .link a, .primary-color.packages .default.packages .package .col-package .link a, .default.packages .package .col-package .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .default.packages .package .col-package .link a, .default.packages .package .col-package .link .links a, .default.packages .links .package .col-package .link a, .default.packages .package .col-package .link a.btn-1, .default.packages .package .col-package .link .treatment-icons .icons-row .mob-icons-btn a, .treatment-icons .icons-row .mob-icons-btn .default.packages .package .col-package .link a, .default.packages .package .col-package .link .links a, .default.packages .links .package .col-package .link a, .default.packages .package .col-package .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a {
  background-color: #274193;
  color: #FFF;
}
.btn.btn-1:hover, .treatment-icons .icons-row .mob-icons-btn a.btn:hover, .special-masthead.primary-color .row .col-text .links a.btn-1:hover, .special-masthead.primary-color .row .col-text .links .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .special-masthead.primary-color .row .col-text .links a:hover, .custom-form .contact-info a.btn-1:hover, .custom-form .contact-info .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .custom-form .contact-info a:hover, .call-to-action .links a.btn-1:hover, .call-to-action .links .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .call-to-action .links a:hover, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a:hover, .fourth-color .links a.btn-1:hover, .fourth-color .links .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .fourth-color .links a:hover, .third-color .links a.btn-1:hover, .third-color .links .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .third-color .links a:hover, .third-color .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a:hover, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .third-color .links a:hover, .third-color.custom-form .gform_footer input.btn-1[type=submit]:hover, .third-color.packages .package .col-package .link a.btn-1:hover, .third-color.packages .package .col-package .link .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .third-color.packages .package .col-package .link a:hover, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links .third-color.packages .package .col-package .link a:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .secondary-color .links a.btn-1:hover, .secondary-color .links .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .secondary-color .links a:hover, .secondary-color .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a:hover, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .secondary-color .links a:hover, .secondary-color.custom-form .gform_footer input.btn-1[type=submit]:hover, .secondary-color.packages .package .col-package .link a.btn-1:hover, .secondary-color.packages .package .col-package .link .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .secondary-color.packages .package .col-package .link a:hover, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links .secondary-color.packages .package .col-package .link a:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .primary-color .links a.btn-1:hover, .primary-color .links .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .primary-color .links a:hover, .primary-color .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a:hover, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .primary-color .links a:hover, .primary-color.custom-form .gform_footer input.btn-1[type=submit]:hover, .primary-color.packages .package .col-package .link a.btn-1:hover, .primary-color.packages .package .col-package .link .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .primary-color.packages .package .col-package .link a:hover, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links .primary-color.packages .package .col-package .link a:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-1:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .default .links a.btn:hover, .default .special-masthead.primary-color .row .col-text .links a:hover, .special-masthead.primary-color .row .col-text .default .links a:hover, .default .links .custom-form .contact-info a:hover, .custom-form .contact-info .default .links a:hover, .default .call-to-action .links a:hover, .call-to-action .default .links a:hover, .default .fourth-color .links a:hover, .fourth-color .default .links a:hover, .default .third-color .links a:hover, .third-color .default .links a:hover, .default .links .third-color.packages .package .col-package .link a:hover, .third-color.packages .package .col-package .link .default .links a:hover, .default .secondary-color .links a:hover, .secondary-color .default .links a:hover, .default .links .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .package .col-package .link .default .links a:hover, .default .primary-color .links a:hover, .primary-color .default .links a:hover, .default .links .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .package .col-package .link .default .links a:hover, .default .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .default .links a:hover, .default .links a.btn-1:hover, .default .links .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .default .links a:hover, .default .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a:hover, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .default .links a:hover, .default .links a:hover, .default.custom-form .gform_footer input.btn[type=submit]:hover, .default.custom-form .third-color.custom-form .gform_footer input[type=submit]:hover, .third-color.custom-form .default.custom-form .gform_footer input[type=submit]:hover, .default.custom-form .secondary-color.custom-form .gform_footer input[type=submit]:hover, .secondary-color.custom-form .default.custom-form .gform_footer input[type=submit]:hover, .default.custom-form .primary-color.custom-form .gform_footer input[type=submit]:hover, .primary-color.custom-form .default.custom-form .gform_footer input[type=submit]:hover, .default.custom-form .gform_footer input.btn-1[type=submit]:hover, .default.custom-form .gform_footer input[type=submit]:hover, .default.packages .package .col-package .link a.btn:hover, .default.packages .package .col-package .link .custom-form .contact-info a:hover, .custom-form .contact-info .default.packages .package .col-package .link a:hover, .call-to-action .links .default.packages .package .col-package .link a:hover, .fourth-color .links .default.packages .package .col-package .link a:hover, .third-color .links .default.packages .package .col-package .link a:hover, .default.packages .third-color.packages .package .col-package .link a:hover, .third-color.packages .default.packages .package .col-package .link a:hover, .secondary-color .links .default.packages .package .col-package .link a:hover, .default.packages .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .default.packages .package .col-package .link a:hover, .primary-color .links .default.packages .package .col-package .link a:hover, .default.packages .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .default.packages .package .col-package .link a:hover, .default.packages .package .col-package .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .default.packages .package .col-package .link a:hover, .default.packages .package .col-package .link .links a:hover, .default.packages .links .package .col-package .link a:hover, .default.packages .package .col-package .link a.btn-1:hover, .default.packages .package .col-package .link .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .default.packages .package .col-package .link a:hover, .default.packages .package .col-package .link a:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover {
  border-color: #E94B59;
  background-color: #E94B59;
}
.btn.btn-hollow-1, .special-masthead.primary-color .row .col-text .links a.btn-hollow-1, .custom-form .contact-info a.btn-hollow-1, .call-to-action .links a.btn-hollow-1, .fourth-color .links a.btn-hollow-1, .third-color .links a.btn-hollow-1, .third-color.custom-form .gform_footer input.btn-hollow-1[type=submit], .third-color.packages .package .col-package .link a.btn-hollow-1, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-1, .secondary-color .links a.btn-hollow-1, .secondary-color.custom-form .gform_footer input.btn-hollow-1[type=submit], .secondary-color.packages .package .col-package .link a.btn-hollow-1, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-1, .primary-color .links a.btn-hollow-1, .primary-color.custom-form .gform_footer input.btn-hollow-1[type=submit], .primary-color.packages .package .col-package .link a.btn-hollow-1, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-1, .default .links a.btn:nth-child(even), .default .special-masthead.primary-color .row .col-text .links a:nth-child(even), .special-masthead.primary-color .row .col-text .default .links a:nth-child(even), .default .links .custom-form .contact-info a:nth-child(even), .custom-form .contact-info .default .links a:nth-child(even), .default .call-to-action .links a:nth-child(even), .call-to-action .default .links a:nth-child(even), .default .fourth-color .links a:nth-child(even), .fourth-color .default .links a:nth-child(even), .default .third-color .links a:nth-child(even), .third-color .default .links a:nth-child(even), .default .links .third-color.packages .package .col-package .link a:nth-child(even), .third-color.packages .package .col-package .link .default .links a:nth-child(even), .default .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .default .links a:nth-child(even), .default .secondary-color .links a:nth-child(even), .secondary-color .default .links a:nth-child(even), .default .links .secondary-color.packages .package .col-package .link a:nth-child(even), .secondary-color.packages .package .col-package .link .default .links a:nth-child(even), .default .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .default .links a:nth-child(even), .default .primary-color .links a:nth-child(even), .primary-color .default .links a:nth-child(even), .default .links .primary-color.packages .package .col-package .link a:nth-child(even), .primary-color.packages .package .col-package .link .default .links a:nth-child(even), .default .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .default .links a:nth-child(even), .default .links a.btn-hollow-1, .default .links a:nth-child(even), .default.custom-form .gform_footer input.btn-hollow-1[type=submit], .default.packages .package .col-package .link a.btn-hollow-1, .default.packages .package .col-package .link .links a:nth-child(even), .default.packages .links .package .col-package .link a:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-1, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:nth-child(even), .default.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even) {
  background-color: transparent;
  border: 2px solid #274193;
  color: #274193;
}
.btn.btn-hollow-1:hover, .special-masthead.primary-color .row .col-text .links a.btn-hollow-1:hover, .custom-form .contact-info a.btn-hollow-1:hover, .call-to-action .links a.btn-hollow-1:hover, .fourth-color .links a.btn-hollow-1:hover, .third-color .links a.btn-hollow-1:hover, .third-color.custom-form .gform_footer input.btn-hollow-1[type=submit]:hover, .third-color.packages .package .col-package .link a.btn-hollow-1:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-1:hover, .secondary-color .links a.btn-hollow-1:hover, .secondary-color.custom-form .gform_footer input.btn-hollow-1[type=submit]:hover, .secondary-color.packages .package .col-package .link a.btn-hollow-1:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-1:hover, .primary-color .links a.btn-hollow-1:hover, .primary-color.custom-form .gform_footer input.btn-hollow-1[type=submit]:hover, .primary-color.packages .package .col-package .link a.btn-hollow-1:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-1:hover, .default .links a.btn:hover:nth-child(even), .default .special-masthead.primary-color .row .col-text .links a:hover:nth-child(even), .special-masthead.primary-color .row .col-text .default .links a:hover:nth-child(even), .default .links .custom-form .contact-info a:hover:nth-child(even), .custom-form .contact-info .default .links a:hover:nth-child(even), .default .call-to-action .links a:hover:nth-child(even), .call-to-action .default .links a:hover:nth-child(even), .default .fourth-color .links a:hover:nth-child(even), .fourth-color .default .links a:hover:nth-child(even), .default .third-color .links a:hover:nth-child(even), .third-color .default .links a:hover:nth-child(even), .default .links .third-color.packages .package .col-package .link a:hover:nth-child(even), .third-color.packages .package .col-package .link .default .links a:hover:nth-child(even), .default .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .default .links a:hover:nth-child(even), .default .secondary-color .links a:hover:nth-child(even), .secondary-color .default .links a:hover:nth-child(even), .default .links .secondary-color.packages .package .col-package .link a:hover:nth-child(even), .secondary-color.packages .package .col-package .link .default .links a:hover:nth-child(even), .default .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .default .links a:hover:nth-child(even), .default .primary-color .links a:hover:nth-child(even), .primary-color .default .links a:hover:nth-child(even), .default .links .primary-color.packages .package .col-package .link a:hover:nth-child(even), .primary-color.packages .package .col-package .link .default .links a:hover:nth-child(even), .default .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .default .links a:hover:nth-child(even), .default .links a.btn-hollow-1:hover, .default .links a:hover:nth-child(even), .default.custom-form .gform_footer input.btn-hollow-1[type=submit]:hover, .default.packages .package .col-package .link a.btn-hollow-1:hover, .default.packages .package .col-package .link .links a:hover:nth-child(even), .default.packages .links .package .col-package .link a:hover:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-1:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:hover:nth-child(even), .default.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even) {
  color: #fff;
}
.btn.btn-2, .special-masthead.primary-color .row .col-text .links a.btn-2, .special-masthead.primary-color .row .col-text .links a:nth-child(even), .custom-form .contact-info a.btn-2, .call-to-action .links a.btn-2, .fourth-color .links a.btn-2, .third-color .links a.btn-2, .third-color .special-masthead.primary-color .row .col-text .links a:nth-child(even), .special-masthead.primary-color .row .col-text .third-color .links a:nth-child(even), .third-color.custom-form .gform_footer input.btn-2[type=submit], .third-color.packages .package .col-package .link a.btn-2, .special-masthead.primary-color .row .col-text .links .third-color.packages .package .col-package .link a:nth-child(even), .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-2, .special-masthead.primary-color .row .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:nth-child(even), .special-masthead.primary-color .row .third-color.blog-lists .blog-posts .blog-item .col-text .links .article-excerpt .link a:nth-child(even), .secondary-color .links a.btn-2, .secondary-color .special-masthead.primary-color .row .col-text .links a:nth-child(even), .special-masthead.primary-color .row .col-text .secondary-color .links a:nth-child(even), .secondary-color.custom-form .gform_footer input.btn-2[type=submit], .secondary-color.packages .package .col-package .link a.btn-2, .special-masthead.primary-color .row .col-text .links .secondary-color.packages .package .col-package .link a:nth-child(even), .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-2, .special-masthead.primary-color .row .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:nth-child(even), .special-masthead.primary-color .row .secondary-color.blog-lists .blog-posts .blog-item .col-text .links .article-excerpt .link a:nth-child(even), .primary-color .links a.btn-2, .primary-color.custom-form .gform_footer input.btn-2[type=submit], .primary-color.packages .package .col-package .link a.btn, .primary-color.packages .package .col-package .link .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .links .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .custom-form .contact-info a, .custom-form .contact-info .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .call-to-action .links a, .call-to-action .links .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .fourth-color .links a, .fourth-color .links .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .third-color .links a, .third-color .links .primary-color.packages .package .col-package .link a, .primary-color.packages .third-color.packages .package .col-package .link a, .third-color.packages .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .secondary-color .links a, .secondary-color .links .primary-color.packages .package .col-package .link a, .primary-color.packages .secondary-color.packages .package .col-package .link a, .secondary-color.packages .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .links a, .primary-color.packages .links .package .col-package .link a, .primary-color.packages .package .col-package .link a.btn-2, .primary-color.packages .package .col-package .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .default .links a.btn-2, .default .special-masthead.primary-color .row .col-text .links a:nth-child(even), .special-masthead.primary-color .row .col-text .default .links a:nth-child(even), .default .links .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .default .links a, .default.custom-form .gform_footer input.btn-2[type=submit], .default.packages .package .col-package .link a.btn-2, .special-masthead.primary-color .row .col-text .links .default.packages .package .col-package .link a:nth-child(even), .default.packages .primary-color.packages .package .col-package .link a, .primary-color.packages .default.packages .package .col-package .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-2, .special-masthead.primary-color .row .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:nth-child(even), .special-masthead.primary-color .row .default.blog-lists .blog-posts .blog-item .col-text .links .article-excerpt .link a:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a {
  background-color: #48B9B2;
  color: #FFF;
}
.btn.btn-2:hover, .special-masthead.primary-color .row .col-text .links a.btn-2:hover, .special-masthead.primary-color .row .col-text .links a:hover:nth-child(even), .custom-form .contact-info a.btn-2:hover, .call-to-action .links a.btn-2:hover, .fourth-color .links a.btn-2:hover, .third-color .links a.btn-2:hover, .third-color.custom-form .gform_footer input.btn-2[type=submit]:hover, .third-color.packages .package .col-package .link a.btn-2:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-2:hover, .secondary-color .links a.btn-2:hover, .secondary-color.custom-form .gform_footer input.btn-2[type=submit]:hover, .secondary-color.packages .package .col-package .link a.btn-2:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-2:hover, .primary-color .links a.btn-2:hover, .primary-color.custom-form .gform_footer input.btn-2[type=submit]:hover, .primary-color.packages .package .col-package .link a.btn:hover, .special-masthead.primary-color .row .col-text .links .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .package .col-package .link .custom-form .contact-info a:hover, .custom-form .contact-info .primary-color.packages .package .col-package .link a:hover, .call-to-action .links .primary-color.packages .package .col-package .link a:hover, .fourth-color .links .primary-color.packages .package .col-package .link a:hover, .third-color .links .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .third-color.packages .package .col-package .link a:hover, .third-color.packages .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .package .col-package .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .primary-color.packages .package .col-package .link a:hover, .secondary-color .links .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .package .col-package .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .package .col-package .link .links a:hover, .primary-color.packages .links .package .col-package .link a:hover, .primary-color.packages .package .col-package .link a.btn-2:hover, .primary-color.packages .package .col-package .link a:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .default .links a.btn-2:hover, .default .links .primary-color.packages .package .col-package .link a:hover, .default.custom-form .gform_footer input.btn-2[type=submit]:hover, .default.packages .package .col-package .link a.btn-2:hover, .default.packages .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .default.packages .package .col-package .link a:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-2:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .package .col-package .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover {
  background-color: #39958f;
}
.btn.btn-hollow-2, .special-masthead.primary-color .row .col-text .links a, .custom-form .contact-info a.btn-hollow-2, .call-to-action .links a.btn-hollow-2, .fourth-color .links a.btn-hollow-2, .third-color .links a.btn-hollow-2, .third-color .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .third-color .links a, .third-color.custom-form .gform_footer input.btn-hollow-2[type=submit], .third-color.packages .package .col-package .link a.btn-hollow-2, .third-color.packages .package .col-package .link .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .links .third-color.packages .package .col-package .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-2, .third-color.blog-lists .blog-posts .blog-item .special-masthead.primary-color .row .col-text .article-excerpt .link .links a, .special-masthead.primary-color .row .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a, .third-color.blog-lists .blog-posts .blog-item .special-masthead.primary-color .row .col-text .links .article-excerpt .link a, .special-masthead.primary-color .row .third-color.blog-lists .blog-posts .blog-item .col-text .links .article-excerpt .link a, .secondary-color .links a.btn-hollow-2, .secondary-color .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .secondary-color .links a, .secondary-color.custom-form .gform_footer input.btn-hollow-2[type=submit], .secondary-color.packages .package .col-package .link a.btn-hollow-2, .secondary-color.packages .package .col-package .link .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .links .secondary-color.packages .package .col-package .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-2, .secondary-color.blog-lists .blog-posts .blog-item .special-masthead.primary-color .row .col-text .article-excerpt .link .links a, .special-masthead.primary-color .row .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a, .secondary-color.blog-lists .blog-posts .blog-item .special-masthead.primary-color .row .col-text .links .article-excerpt .link a, .special-masthead.primary-color .row .secondary-color.blog-lists .blog-posts .blog-item .col-text .links .article-excerpt .link a, .primary-color .links a.btn-hollow-2, .primary-color.custom-form .gform_footer input.btn-hollow-2[type=submit], .primary-color.packages .package .col-package .link a.btn-hollow-2, .primary-color.packages .package .col-package .link .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .links .primary-color.packages .package .col-package .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-2, .primary-color.blog-lists .blog-posts .blog-item .special-masthead.primary-color .row .col-text .article-excerpt .link .links a, .special-masthead.primary-color .row .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a, .primary-color.blog-lists .blog-posts .blog-item .special-masthead.primary-color .row .col-text .links .article-excerpt .link a, .special-masthead.primary-color .row .primary-color.blog-lists .blog-posts .blog-item .col-text .links .article-excerpt .link a, .default .links a.btn-hollow-2, .default .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .default .links a, .default.custom-form .gform_footer input.btn-hollow-2[type=submit], .default.packages .package .col-package .link a.btn-hollow-2, .default.packages .package .col-package .link .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .links .default.packages .package .col-package .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-2, .default.blog-lists .blog-posts .blog-item .special-masthead.primary-color .row .col-text .article-excerpt .link .links a, .special-masthead.primary-color .row .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a, .default.blog-lists .blog-posts .blog-item .special-masthead.primary-color .row .col-text .links .article-excerpt .link a, .special-masthead.primary-color .row .default.blog-lists .blog-posts .blog-item .col-text .links .article-excerpt .link a {
  background-color: transparent;
  border: 2px solid #48B9B2;
  color: #FFF;
}
.btn.btn-3, .special-masthead.primary-color .row .col-text .links a.btn-3, .custom-form .contact-info a.btn-3, .call-to-action .links a.btn-3, .fourth-color .links a.btn, .fourth-color .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .fourth-color .links a, .fourth-color .links .custom-form .contact-info a, .custom-form .contact-info .fourth-color .links a, .fourth-color .call-to-action .links a, .call-to-action .fourth-color .links a, .fourth-color .links a.btn-3, .fourth-color .links a, .third-color .links a.btn, .third-color .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .third-color .links a, .third-color .links .custom-form .contact-info a, .custom-form .contact-info .third-color .links a, .third-color .call-to-action .links a, .call-to-action .third-color .links a, .third-color .fourth-color .links a, .fourth-color .third-color .links a, .third-color .links a.btn-3, .third-color .fourth-color .links a, .fourth-color .third-color .links a, .third-color .links a, .third-color.custom-form .gform_footer input.btn[type=submit], .third-color.custom-form .gform_footer input.btn-3[type=submit], .third-color.custom-form .gform_footer input[type=submit], .third-color.packages .package .col-package .link a.btn-3, .third-color.packages .package .col-package .link .fourth-color .links a, .fourth-color .links .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .links a, .third-color.packages .links .package .col-package .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-3, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a, .fourth-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a, .third-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color .links a.btn, .secondary-color .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .secondary-color .links a, .secondary-color .links .custom-form .contact-info a, .custom-form .contact-info .secondary-color .links a, .secondary-color .call-to-action .links a, .call-to-action .secondary-color .links a, .secondary-color .fourth-color .links a, .fourth-color .secondary-color .links a, .secondary-color .third-color .links a, .third-color .secondary-color .links a, .secondary-color .links .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .secondary-color .links a, .secondary-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .secondary-color .links a, .secondary-color .links a.btn-3, .secondary-color .fourth-color .links a, .fourth-color .secondary-color .links a, .secondary-color .third-color .links a, .third-color .secondary-color .links a, .secondary-color .links a, .secondary-color.custom-form .gform_footer input.btn[type=submit], .secondary-color.custom-form .third-color.custom-form .gform_footer input[type=submit], .third-color.custom-form .secondary-color.custom-form .gform_footer input[type=submit], .secondary-color.custom-form .gform_footer input.btn-3[type=submit], .secondary-color.custom-form .third-color.custom-form .gform_footer input[type=submit], .third-color.custom-form .secondary-color.custom-form .gform_footer input[type=submit], .secondary-color.custom-form .gform_footer input[type=submit], .secondary-color.packages .package .col-package .link a.btn-3, .secondary-color.packages .package .col-package .link .fourth-color .links a, .fourth-color .links .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .third-color .links a, .third-color .links .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .links a, .secondary-color.packages .links .package .col-package .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-3, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a, .fourth-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .third-color .links a, .third-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a, .secondary-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color .links a.btn, .special-masthead.primary-color .row .col-text .links a, .primary-color .links .custom-form .contact-info a, .custom-form .contact-info .primary-color .links a, .primary-color .call-to-action .links a, .call-to-action .primary-color .links a, .primary-color .fourth-color .links a, .fourth-color .primary-color .links a, .primary-color .third-color .links a, .third-color .primary-color .links a, .primary-color .links .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .primary-color .links a, .primary-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .primary-color .links a, .primary-color .secondary-color .links a, .secondary-color .primary-color .links a, .primary-color .links .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .primary-color .links a, .primary-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color .links a.btn-3, .primary-color .fourth-color .links a, .fourth-color .primary-color .links a, .primary-color .third-color .links a, .third-color .primary-color .links a, .primary-color .secondary-color .links a, .secondary-color .primary-color .links a, .primary-color .links a, .primary-color.custom-form .gform_footer input.btn[type=submit], .primary-color.custom-form .third-color.custom-form .gform_footer input[type=submit], .third-color.custom-form .primary-color.custom-form .gform_footer input[type=submit], .primary-color.custom-form .secondary-color.custom-form .gform_footer input[type=submit], .secondary-color.custom-form .primary-color.custom-form .gform_footer input[type=submit], .primary-color.custom-form .gform_footer input.btn-3[type=submit], .primary-color.custom-form .third-color.custom-form .gform_footer input[type=submit], .third-color.custom-form .primary-color.custom-form .gform_footer input[type=submit], .primary-color.custom-form .secondary-color.custom-form .gform_footer input[type=submit], .secondary-color.custom-form .primary-color.custom-form .gform_footer input[type=submit], .primary-color.custom-form .gform_footer input[type=submit], .primary-color.packages .package .col-package .link a.btn-3, .primary-color.packages .package .col-package .link .fourth-color .links a, .fourth-color .links .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .third-color .links a, .third-color .links .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .secondary-color .links a, .secondary-color .links .primary-color.packages .package .col-package .link a, .primary-color.packages .package .col-package .link .links a, .primary-color.packages .links .package .col-package .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-3, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a, .fourth-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .third-color .links a, .third-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a, .primary-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a, .default .links a.btn-3, .default .fourth-color .links a, .fourth-color .default .links a, .default .third-color .links a, .third-color .default .links a, .default .secondary-color .links a, .secondary-color .default .links a, .default .primary-color .links a, .primary-color .default .links a, .default.custom-form .gform_footer input.btn-3[type=submit], .default.custom-form .third-color.custom-form .gform_footer input[type=submit], .third-color.custom-form .default.custom-form .gform_footer input[type=submit], .default.custom-form .secondary-color.custom-form .gform_footer input[type=submit], .secondary-color.custom-form .default.custom-form .gform_footer input[type=submit], .default.custom-form .primary-color.custom-form .gform_footer input[type=submit], .primary-color.custom-form .default.custom-form .gform_footer input[type=submit], .default.packages .package .col-package .link a.btn-3, .default.packages .package .col-package .link .fourth-color .links a, .fourth-color .links .default.packages .package .col-package .link a, .default.packages .package .col-package .link .third-color .links a, .third-color .links .default.packages .package .col-package .link a, .default.packages .package .col-package .link .secondary-color .links a, .secondary-color .links .default.packages .package .col-package .link a, .default.packages .package .col-package .link .primary-color .links a, .primary-color .links .default.packages .package .col-package .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-3, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a, .fourth-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .third-color .links a, .third-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .secondary-color .links a, .secondary-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .primary-color .links a, .primary-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a {
  background-color: #48B9B2;
  color: #FFF;
}
.btn.btn-3:hover, .special-masthead.primary-color .row .col-text .links a.btn-3:hover, .custom-form .contact-info a.btn-3:hover, .call-to-action .links a.btn-3:hover, .fourth-color .links a.btn:hover, .fourth-color .special-masthead.primary-color .row .col-text .links a:hover, .special-masthead.primary-color .row .col-text .fourth-color .links a:hover, .fourth-color .links .custom-form .contact-info a:hover, .custom-form .contact-info .fourth-color .links a:hover, .fourth-color .call-to-action .links a:hover, .call-to-action .fourth-color .links a:hover, .fourth-color .links a.btn-3:hover, .fourth-color .links a:hover, .third-color .links a.btn:hover, .third-color .special-masthead.primary-color .row .col-text .links a:hover, .special-masthead.primary-color .row .col-text .third-color .links a:hover, .third-color .links .custom-form .contact-info a:hover, .custom-form .contact-info .third-color .links a:hover, .third-color .call-to-action .links a:hover, .call-to-action .third-color .links a:hover, .third-color .fourth-color .links a:hover, .fourth-color .third-color .links a:hover, .third-color .links a.btn-3:hover, .third-color .fourth-color .links a:hover, .fourth-color .third-color .links a:hover, .third-color .links a:hover, .third-color.custom-form .gform_footer input.btn[type=submit]:hover, .third-color.custom-form .gform_footer input.btn-3[type=submit]:hover, .third-color.custom-form .gform_footer input[type=submit]:hover, .third-color.packages .package .col-package .link a.btn-3:hover, .third-color.packages .package .col-package .link .fourth-color .links a:hover, .fourth-color .links .third-color.packages .package .col-package .link a:hover, .third-color.packages .package .col-package .link .links a:hover, .third-color.packages .links .package .col-package .link a:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-3:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a:hover, .fourth-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:hover, .third-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .secondary-color .links a.btn:hover, .secondary-color .special-masthead.primary-color .row .col-text .links a:hover, .special-masthead.primary-color .row .col-text .secondary-color .links a:hover, .secondary-color .links .custom-form .contact-info a:hover, .custom-form .contact-info .secondary-color .links a:hover, .secondary-color .call-to-action .links a:hover, .call-to-action .secondary-color .links a:hover, .secondary-color .fourth-color .links a:hover, .fourth-color .secondary-color .links a:hover, .secondary-color .third-color .links a:hover, .third-color .secondary-color .links a:hover, .secondary-color .links .third-color.packages .package .col-package .link a:hover, .third-color.packages .package .col-package .link .secondary-color .links a:hover, .secondary-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .secondary-color .links a:hover, .secondary-color .links a.btn-3:hover, .secondary-color .fourth-color .links a:hover, .fourth-color .secondary-color .links a:hover, .secondary-color .third-color .links a:hover, .third-color .secondary-color .links a:hover, .secondary-color .links a:hover, .secondary-color.custom-form .gform_footer input.btn[type=submit]:hover, .secondary-color.custom-form .third-color.custom-form .gform_footer input[type=submit]:hover, .third-color.custom-form .secondary-color.custom-form .gform_footer input[type=submit]:hover, .secondary-color.custom-form .gform_footer input.btn-3[type=submit]:hover, .secondary-color.custom-form .gform_footer input[type=submit]:hover, .secondary-color.packages .package .col-package .link a.btn-3:hover, .secondary-color.packages .package .col-package .link .fourth-color .links a:hover, .fourth-color .links .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .package .col-package .link .third-color .links a:hover, .third-color .links .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .package .col-package .link .links a:hover, .secondary-color.packages .links .package .col-package .link a:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-3:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a:hover, .fourth-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .third-color .links a:hover, .third-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:hover, .secondary-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .primary-color .links a.btn:hover, .special-masthead.primary-color .row .col-text .links a:hover, .primary-color .links .custom-form .contact-info a:hover, .custom-form .contact-info .primary-color .links a:hover, .primary-color .call-to-action .links a:hover, .call-to-action .primary-color .links a:hover, .primary-color .fourth-color .links a:hover, .fourth-color .primary-color .links a:hover, .primary-color .third-color .links a:hover, .third-color .primary-color .links a:hover, .primary-color .links .third-color.packages .package .col-package .link a:hover, .third-color.packages .package .col-package .link .primary-color .links a:hover, .primary-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .primary-color .links a:hover, .primary-color .secondary-color .links a:hover, .secondary-color .primary-color .links a:hover, .primary-color .links .secondary-color.packages .package .col-package .link a:hover, .primary-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .primary-color .links a.btn-3:hover, .primary-color .fourth-color .links a:hover, .fourth-color .primary-color .links a:hover, .primary-color .third-color .links a:hover, .third-color .primary-color .links a:hover, .primary-color .secondary-color .links a:hover, .secondary-color .primary-color .links a:hover, .primary-color .links a:hover, .primary-color.custom-form .gform_footer input.btn[type=submit]:hover, .primary-color.custom-form .third-color.custom-form .gform_footer input[type=submit]:hover, .third-color.custom-form .primary-color.custom-form .gform_footer input[type=submit]:hover, .primary-color.custom-form .secondary-color.custom-form .gform_footer input[type=submit]:hover, .secondary-color.custom-form .primary-color.custom-form .gform_footer input[type=submit]:hover, .primary-color.custom-form .gform_footer input.btn-3[type=submit]:hover, .primary-color.custom-form .gform_footer input[type=submit]:hover, .primary-color.packages .package .col-package .link a.btn-3:hover, .primary-color.packages .package .col-package .link .fourth-color .links a:hover, .fourth-color .links .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .package .col-package .link .third-color .links a:hover, .third-color .links .primary-color.packages .package .col-package .link a:hover, .secondary-color .links .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .package .col-package .link .links a:hover, .primary-color.packages .links .package .col-package .link a:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-3:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a:hover, .fourth-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .third-color .links a:hover, .third-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .secondary-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:hover, .primary-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .default .links a.btn-3:hover, .default .fourth-color .links a:hover, .fourth-color .default .links a:hover, .default .third-color .links a:hover, .third-color .default .links a:hover, .default .secondary-color .links a:hover, .secondary-color .default .links a:hover, .default .primary-color .links a:hover, .primary-color .default .links a:hover, .default.custom-form .gform_footer input.btn-3[type=submit]:hover, .default.custom-form .third-color.custom-form .gform_footer input[type=submit]:hover, .third-color.custom-form .default.custom-form .gform_footer input[type=submit]:hover, .default.custom-form .secondary-color.custom-form .gform_footer input[type=submit]:hover, .secondary-color.custom-form .default.custom-form .gform_footer input[type=submit]:hover, .default.custom-form .primary-color.custom-form .gform_footer input[type=submit]:hover, .primary-color.custom-form .default.custom-form .gform_footer input[type=submit]:hover, .default.packages .package .col-package .link a.btn-3:hover, .default.packages .package .col-package .link .fourth-color .links a:hover, .fourth-color .links .default.packages .package .col-package .link a:hover, .default.packages .package .col-package .link .third-color .links a:hover, .third-color .links .default.packages .package .col-package .link a:hover, .default.packages .package .col-package .link .secondary-color .links a:hover, .secondary-color .links .default.packages .package .col-package .link a:hover, .default.packages .package .col-package .link .primary-color .links a:hover, .primary-color .links .default.packages .package .col-package .link a:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-3:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a:hover, .fourth-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .third-color .links a:hover, .third-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .secondary-color .links a:hover, .secondary-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .primary-color .links a:hover, .primary-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover {
  background-color: #E94B59;
  border-color: #E94B59;
}
.btn.btn-hollow-3, .special-masthead.primary-color .row .col-text .links a.btn-hollow-3, .custom-form .contact-info a.btn-hollow-3, .call-to-action .links a.btn-hollow-3, .fourth-color .links a.btn-hollow-3, .third-color .links a.btn-hollow-3, .third-color.custom-form .gform_footer input.btn-hollow-3[type=submit], .third-color.packages .package .col-package .link a.btn-hollow-3, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-3, .secondary-color .links a.btn-hollow-3, .secondary-color.custom-form .gform_footer input.btn-hollow-3[type=submit], .secondary-color.packages .package .col-package .link a.btn-hollow-3, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-3, .primary-color .links a.btn:nth-child(even), .special-masthead.primary-color .row .col-text .links a:nth-child(even), .primary-color .links .custom-form .contact-info a:nth-child(even), .custom-form .contact-info .primary-color .links a:nth-child(even), .primary-color .call-to-action .links a:nth-child(even), .call-to-action .primary-color .links a:nth-child(even), .primary-color .fourth-color .links a:nth-child(even), .fourth-color .primary-color .links a:nth-child(even), .primary-color .third-color .links a:nth-child(even), .third-color .primary-color .links a:nth-child(even), .primary-color .links .third-color.packages .package .col-package .link a:nth-child(even), .third-color.packages .package .col-package .link .primary-color .links a:nth-child(even), .primary-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .primary-color .links a:nth-child(even), .primary-color .secondary-color .links a:nth-child(even), .secondary-color .primary-color .links a:nth-child(even), .primary-color .links .secondary-color.packages .package .col-package .link a:nth-child(even), .secondary-color.packages .package .col-package .link .primary-color .links a:nth-child(even), .primary-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .primary-color .links a:nth-child(even), .primary-color .links a.btn-hollow-3, .primary-color .links a:nth-child(even), .primary-color.custom-form .gform_footer input.btn-hollow-3[type=submit], .primary-color.packages .package .col-package .link a.btn-hollow-3, .primary-color.packages .package .col-package .link .links a:nth-child(even), .primary-color.packages .links .package .col-package .link a:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-3, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:nth-child(even), .primary-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .default .links a.btn-hollow-3, .default .primary-color .links a:nth-child(even), .primary-color .default .links a:nth-child(even), .default.custom-form .gform_footer input.btn-hollow-3[type=submit], .default.packages .package .col-package .link a.btn-hollow-3, .default.packages .package .col-package .link .primary-color .links a:nth-child(even), .primary-color .links .default.packages .package .col-package .link a:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-3, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .primary-color .links a:nth-child(even), .primary-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even) {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}
.btn.btn-hollow-3:hover, .special-masthead.primary-color .row .col-text .links a.btn-hollow-3:hover, .custom-form .contact-info a.btn-hollow-3:hover, .call-to-action .links a.btn-hollow-3:hover, .fourth-color .links a.btn-hollow-3:hover, .third-color .links a.btn-hollow-3:hover, .third-color.custom-form .gform_footer input.btn-hollow-3[type=submit]:hover, .third-color.packages .package .col-package .link a.btn-hollow-3:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-3:hover, .secondary-color .links a.btn-hollow-3:hover, .secondary-color.custom-form .gform_footer input.btn-hollow-3[type=submit]:hover, .secondary-color.packages .package .col-package .link a.btn-hollow-3:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-3:hover, .primary-color .links a.btn:hover:nth-child(even), .special-masthead.primary-color .row .col-text .links a:hover:nth-child(even), .primary-color .links .custom-form .contact-info a:hover:nth-child(even), .custom-form .contact-info .primary-color .links a:hover:nth-child(even), .primary-color .call-to-action .links a:hover:nth-child(even), .call-to-action .primary-color .links a:hover:nth-child(even), .primary-color .fourth-color .links a:hover:nth-child(even), .fourth-color .primary-color .links a:hover:nth-child(even), .primary-color .third-color .links a:hover:nth-child(even), .third-color .primary-color .links a:hover:nth-child(even), .primary-color .links .third-color.packages .package .col-package .link a:hover:nth-child(even), .third-color.packages .package .col-package .link .primary-color .links a:hover:nth-child(even), .primary-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .primary-color .links a:hover:nth-child(even), .primary-color .secondary-color .links a:hover:nth-child(even), .secondary-color .primary-color .links a:hover:nth-child(even), .primary-color .links .secondary-color.packages .package .col-package .link a:hover:nth-child(even), .secondary-color.packages .package .col-package .link .primary-color .links a:hover:nth-child(even), .primary-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .primary-color .links a:hover:nth-child(even), .primary-color .links a.btn-hollow-3:hover, .primary-color .links a:hover:nth-child(even), .primary-color.custom-form .gform_footer input.btn-hollow-3[type=submit]:hover, .primary-color.packages .package .col-package .link a.btn-hollow-3:hover, .primary-color.packages .package .col-package .link .links a:hover:nth-child(even), .primary-color.packages .links .package .col-package .link a:hover:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-3:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:hover:nth-child(even), .primary-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .default .links a.btn-hollow-3:hover, .default .primary-color .links a:hover:nth-child(even), .primary-color .default .links a:hover:nth-child(even), .default.custom-form .gform_footer input.btn-hollow-3[type=submit]:hover, .default.packages .package .col-package .link a.btn-hollow-3:hover, .default.packages .package .col-package .link .primary-color .links a:hover:nth-child(even), .primary-color .links .default.packages .package .col-package .link a:hover:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-3:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .primary-color .links a:hover:nth-child(even), .primary-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even) {
  background-color: transparent;
  border-color: #48B9B2;
  color: #48B9B2;
}
.btn.btn-hollow-4, .special-masthead.primary-color .row .col-text .links a.btn-hollow-4, .custom-form .contact-info a.btn-hollow-4, .call-to-action .links a.btn-hollow-4, .fourth-color .links a.btn-hollow-4, .fourth-color .links a:nth-child(even), .third-color .links a.btn:nth-child(even), .third-color .special-masthead.primary-color .row .col-text .links a:nth-child(even), .special-masthead.primary-color .row .col-text .third-color .links a:nth-child(even), .third-color .links .custom-form .contact-info a:nth-child(even), .custom-form .contact-info .third-color .links a:nth-child(even), .third-color .call-to-action .links a:nth-child(even), .call-to-action .third-color .links a:nth-child(even), .third-color .fourth-color .links a:nth-child(even), .fourth-color .third-color .links a:nth-child(even), .third-color .links a.btn-hollow-4, .third-color .fourth-color .links a:nth-child(even), .fourth-color .third-color .links a:nth-child(even), .third-color .links a:nth-child(even), .third-color.custom-form .gform_footer input.btn-hollow-4[type=submit], .third-color.packages .package .col-package .link a.btn-hollow-4, .fourth-color .links .third-color.packages .package .col-package .link a:nth-child(even), .third-color.packages .package .col-package .link .links a:nth-child(even), .third-color.packages .links .package .col-package .link a:nth-child(even), .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-4, .fourth-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:nth-child(even), .third-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .secondary-color .links a.btn:nth-child(even), .secondary-color .special-masthead.primary-color .row .col-text .links a:nth-child(even), .special-masthead.primary-color .row .col-text .secondary-color .links a:nth-child(even), .secondary-color .links .custom-form .contact-info a:nth-child(even), .custom-form .contact-info .secondary-color .links a:nth-child(even), .secondary-color .call-to-action .links a:nth-child(even), .call-to-action .secondary-color .links a:nth-child(even), .secondary-color .fourth-color .links a:nth-child(even), .fourth-color .secondary-color .links a:nth-child(even), .secondary-color .third-color .links a:nth-child(even), .third-color .secondary-color .links a:nth-child(even), .secondary-color .links .third-color.packages .package .col-package .link a:nth-child(even), .secondary-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .secondary-color .links a.btn-hollow-4, .secondary-color .fourth-color .links a:nth-child(even), .fourth-color .secondary-color .links a:nth-child(even), .secondary-color .third-color .links a:nth-child(even), .third-color .secondary-color .links a:nth-child(even), .secondary-color .links a:nth-child(even), .secondary-color.custom-form .gform_footer input.btn-hollow-4[type=submit], .secondary-color.packages .package .col-package .link a.btn-hollow-4, .fourth-color .links .secondary-color.packages .package .col-package .link a:nth-child(even), .third-color .links .secondary-color.packages .package .col-package .link a:nth-child(even), .secondary-color.packages .package .col-package .link .links a:nth-child(even), .secondary-color.packages .links .package .col-package .link a:nth-child(even), .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-4, .fourth-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .third-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:nth-child(even), .secondary-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .primary-color .links a.btn-hollow-4, .primary-color .fourth-color .links a:nth-child(even), .fourth-color .primary-color .links a:nth-child(even), .primary-color .third-color .links a:nth-child(even), .third-color .primary-color .links a:nth-child(even), .primary-color .secondary-color .links a:nth-child(even), .secondary-color .primary-color .links a:nth-child(even), .primary-color.custom-form .gform_footer input.btn-hollow-4[type=submit], .primary-color.packages .package .col-package .link a.btn-hollow-4, .primary-color.packages .package .col-package .link .fourth-color .links a:nth-child(even), .fourth-color .links .primary-color.packages .package .col-package .link a:nth-child(even), .primary-color.packages .package .col-package .link .third-color .links a:nth-child(even), .third-color .links .primary-color.packages .package .col-package .link a:nth-child(even), .primary-color.packages .package .col-package .link .secondary-color .links a:nth-child(even), .secondary-color .links .primary-color.packages .package .col-package .link a:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-4, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a:nth-child(even), .fourth-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .third-color .links a:nth-child(even), .third-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .secondary-color .links a:nth-child(even), .secondary-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .default .links a.btn-hollow-4, .default .fourth-color .links a:nth-child(even), .fourth-color .default .links a:nth-child(even), .default .third-color .links a:nth-child(even), .third-color .default .links a:nth-child(even), .default .secondary-color .links a:nth-child(even), .secondary-color .default .links a:nth-child(even), .default.custom-form .gform_footer input.btn-hollow-4[type=submit], .default.packages .package .col-package .link a.btn-hollow-4, .default.packages .package .col-package .link .fourth-color .links a:nth-child(even), .fourth-color .links .default.packages .package .col-package .link a:nth-child(even), .default.packages .package .col-package .link .third-color .links a:nth-child(even), .third-color .links .default.packages .package .col-package .link a:nth-child(even), .default.packages .package .col-package .link .secondary-color .links a:nth-child(even), .secondary-color .links .default.packages .package .col-package .link a:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-4, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a:nth-child(even), .fourth-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .third-color .links a:nth-child(even), .third-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .secondary-color .links a:nth-child(even), .secondary-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even) {
  background-color: transparent;
  border-color: #274193;
  color: #274193;
}
.btn.btn-hollow-4:hover, .special-masthead.primary-color .row .col-text .links a.btn-hollow-4:hover, .custom-form .contact-info a.btn-hollow-4:hover, .call-to-action .links a.btn-hollow-4:hover, .fourth-color .links a.btn-hollow-4:hover, .fourth-color .links a:hover:nth-child(even), .third-color .links a.btn:hover:nth-child(even), .third-color .special-masthead.primary-color .row .col-text .links a:hover:nth-child(even), .special-masthead.primary-color .row .col-text .third-color .links a:hover:nth-child(even), .third-color .links .custom-form .contact-info a:hover:nth-child(even), .custom-form .contact-info .third-color .links a:hover:nth-child(even), .third-color .call-to-action .links a:hover:nth-child(even), .call-to-action .third-color .links a:hover:nth-child(even), .third-color .fourth-color .links a:hover:nth-child(even), .fourth-color .third-color .links a:hover:nth-child(even), .third-color .links a.btn-hollow-4:hover, .third-color .fourth-color .links a:hover:nth-child(even), .fourth-color .third-color .links a:hover:nth-child(even), .third-color .links a:hover:nth-child(even), .third-color.custom-form .gform_footer input.btn-hollow-4[type=submit]:hover, .third-color.packages .package .col-package .link a.btn-hollow-4:hover, .fourth-color .links .third-color.packages .package .col-package .link a:hover:nth-child(even), .third-color.packages .package .col-package .link .links a:hover:nth-child(even), .third-color.packages .links .package .col-package .link a:hover:nth-child(even), .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-4:hover, .fourth-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:hover:nth-child(even), .third-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .secondary-color .links a.btn:hover:nth-child(even), .secondary-color .special-masthead.primary-color .row .col-text .links a:hover:nth-child(even), .special-masthead.primary-color .row .col-text .secondary-color .links a:hover:nth-child(even), .secondary-color .links .custom-form .contact-info a:hover:nth-child(even), .custom-form .contact-info .secondary-color .links a:hover:nth-child(even), .secondary-color .call-to-action .links a:hover:nth-child(even), .call-to-action .secondary-color .links a:hover:nth-child(even), .secondary-color .fourth-color .links a:hover:nth-child(even), .fourth-color .secondary-color .links a:hover:nth-child(even), .secondary-color .third-color .links a:hover:nth-child(even), .third-color .secondary-color .links a:hover:nth-child(even), .secondary-color .links .third-color.packages .package .col-package .link a:hover:nth-child(even), .secondary-color .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .secondary-color .links a.btn-hollow-4:hover, .secondary-color .fourth-color .links a:hover:nth-child(even), .fourth-color .secondary-color .links a:hover:nth-child(even), .secondary-color .third-color .links a:hover:nth-child(even), .third-color .secondary-color .links a:hover:nth-child(even), .secondary-color .links a:hover:nth-child(even), .secondary-color.custom-form .gform_footer input.btn-hollow-4[type=submit]:hover, .secondary-color.packages .package .col-package .link a.btn-hollow-4:hover, .fourth-color .links .secondary-color.packages .package .col-package .link a:hover:nth-child(even), .third-color .links .secondary-color.packages .package .col-package .link a:hover:nth-child(even), .secondary-color.packages .package .col-package .link .links a:hover:nth-child(even), .secondary-color.packages .links .package .col-package .link a:hover:nth-child(even), .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-4:hover, .fourth-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .third-color .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .links a:hover:nth-child(even), .secondary-color.blog-lists .links .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .primary-color .links a.btn-hollow-4:hover, .primary-color .fourth-color .links a:hover:nth-child(even), .fourth-color .primary-color .links a:hover:nth-child(even), .primary-color .third-color .links a:hover:nth-child(even), .third-color .primary-color .links a:hover:nth-child(even), .primary-color .secondary-color .links a:hover:nth-child(even), .secondary-color .primary-color .links a:hover:nth-child(even), .primary-color.custom-form .gform_footer input.btn-hollow-4[type=submit]:hover, .primary-color.packages .package .col-package .link a.btn-hollow-4:hover, .primary-color.packages .package .col-package .link .fourth-color .links a:hover:nth-child(even), .fourth-color .links .primary-color.packages .package .col-package .link a:hover:nth-child(even), .primary-color.packages .package .col-package .link .third-color .links a:hover:nth-child(even), .third-color .links .primary-color.packages .package .col-package .link a:hover:nth-child(even), .primary-color.packages .package .col-package .link .secondary-color .links a:hover:nth-child(even), .secondary-color .links .primary-color.packages .package .col-package .link a:hover:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-4:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a:hover:nth-child(even), .fourth-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .third-color .links a:hover:nth-child(even), .third-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .secondary-color .links a:hover:nth-child(even), .secondary-color .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .default .links a.btn-hollow-4:hover, .default .fourth-color .links a:hover:nth-child(even), .fourth-color .default .links a:hover:nth-child(even), .default .third-color .links a:hover:nth-child(even), .third-color .default .links a:hover:nth-child(even), .default .secondary-color .links a:hover:nth-child(even), .secondary-color .default .links a:hover:nth-child(even), .default.custom-form .gform_footer input.btn-hollow-4[type=submit]:hover, .default.packages .package .col-package .link a.btn-hollow-4:hover, .default.packages .package .col-package .link .fourth-color .links a:hover:nth-child(even), .fourth-color .links .default.packages .package .col-package .link a:hover:nth-child(even), .default.packages .package .col-package .link .third-color .links a:hover:nth-child(even), .third-color .links .default.packages .package .col-package .link a:hover:nth-child(even), .default.packages .package .col-package .link .secondary-color .links a:hover:nth-child(even), .secondary-color .links .default.packages .package .col-package .link a:hover:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-4:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color .links a:hover:nth-child(even), .fourth-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .third-color .links a:hover:nth-child(even), .third-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .secondary-color .links a:hover:nth-child(even), .secondary-color .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even) {
  background-color: transparent;
  border-color: #E94B59;
  color: #E94B59;
}
.btn.btn-5, .special-masthead.primary-color .row .col-text .links a.btn-5, .custom-form .contact-info a.btn-5, .call-to-action.layout-b .col-info .links a.btn:nth-child(even), .call-to-action.layout-b .col-info .special-masthead.primary-color .row .col-text .links a:nth-child(even), .special-masthead.primary-color .row .col-text .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .links .custom-form .contact-info a:nth-child(even), .custom-form .contact-info .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action .links a.btn-5, .call-to-action.layout-b .col-info .links a:nth-child(even), .fourth-color .links a.btn-5, .fourth-color .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .fourth-color .links a:nth-child(even), .fourth-color.cards .links a, .third-color .links a.btn-5, .third-color .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .third-color .links a:nth-child(even), .third-color .fourth-color.cards .links a, .fourth-color.cards .third-color .links a, .third-color.custom-form .gform_footer input.btn-5[type=submit], .third-color.packages .package .col-package .link a.btn, .third-color.packages .package .col-package .link .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .links .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .custom-form .contact-info a, .custom-form .contact-info .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .call-to-action .links a, .call-to-action .links .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .fourth-color .links a, .fourth-color .links .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .links a, .third-color.packages .links .package .col-package .link a, .third-color.packages .package .col-package .link a.btn-5, .third-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .links .third-color.packages .package .col-package .link a:nth-child(even), .third-color.packages .package .col-package .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-5, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color.cards .links a, .fourth-color.cards .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color .links a.btn-5, .secondary-color .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .secondary-color .links a:nth-child(even), .secondary-color .fourth-color.cards .links a, .fourth-color.cards .secondary-color .links a, .secondary-color .links .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .secondary-color .links a, .secondary-color.custom-form .gform_footer input.btn-5[type=submit], .secondary-color.packages .package .col-package .link a.btn, .secondary-color.packages .package .col-package .link .special-masthead.primary-color .row .col-text .links a, .special-masthead.primary-color .row .col-text .links .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .custom-form .contact-info a, .custom-form .contact-info .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .call-to-action .links a, .call-to-action .links .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .fourth-color .links a, .fourth-color .links .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .third-color .links a, .third-color .links .secondary-color.packages .package .col-package .link a, .secondary-color.packages .third-color.packages .package .col-package .link a, .third-color.packages .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .links a, .secondary-color.packages .links .package .col-package .link a, .secondary-color.packages .package .col-package .link a.btn-5, .secondary-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .links .secondary-color.packages .package .col-package .link a:nth-child(even), .secondary-color.packages .package .col-package .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-5, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color.cards .links a, .fourth-color.cards .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color .links a.btn-5, .primary-color .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .primary-color .links a:nth-child(even), .primary-color .fourth-color.cards .links a, .fourth-color.cards .primary-color .links a, .primary-color .links .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .primary-color .links a, .primary-color .links .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .primary-color .links a, .primary-color.custom-form .gform_footer input.btn-5[type=submit], .primary-color.packages .package .col-package .link a.btn-5, .primary-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .links .primary-color.packages .package .col-package .link a:nth-child(even), .primary-color.packages .package .col-package .link .fourth-color.cards .links a, .fourth-color.cards .links .primary-color.packages .package .col-package .link a, .primary-color.packages .third-color.packages .package .col-package .link a, .third-color.packages .primary-color.packages .package .col-package .link a, .primary-color.packages .secondary-color.packages .package .col-package .link a, .secondary-color.packages .primary-color.packages .package .col-package .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-5, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color.cards .links a, .fourth-color.cards .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .default .links a.btn-5, .default .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .default .links a:nth-child(even), .default .fourth-color.cards .links a, .fourth-color.cards .default .links a, .default .links .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .link .default .links a, .default .links .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .link .default .links a, .default.custom-form .gform_footer input.btn-5[type=submit], .default.packages .package .col-package .link a.btn-5, .default.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .links .default.packages .package .col-package .link a:nth-child(even), .default.packages .package .col-package .link .fourth-color.cards .links a, .fourth-color.cards .links .default.packages .package .col-package .link a, .default.packages .third-color.packages .package .col-package .link a, .third-color.packages .default.packages .package .col-package .link a, .default.packages .secondary-color.packages .package .col-package .link a, .secondary-color.packages .default.packages .package .col-package .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-5, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:nth-child(even), .call-to-action.layout-b .col-info .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color.cards .links a, .fourth-color.cards .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .third-color.packages .package .col-package .link a, .third-color.packages .package .col-package .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .secondary-color.packages .package .col-package .link a, .secondary-color.packages .package .col-package .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a {
  background-color: #E94B59;
  border-color: #E94B59;
  color: #FFF;
}
.btn.btn-5:hover, .special-masthead.primary-color .row .col-text .links a.btn-5:hover, .custom-form .contact-info a.btn-5:hover, .call-to-action.layout-b .col-info .links a.btn:hover:nth-child(even), .call-to-action.layout-b .col-info .special-masthead.primary-color .row .col-text .links a:hover:nth-child(even), .special-masthead.primary-color .row .col-text .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .links .custom-form .contact-info a:hover:nth-child(even), .custom-form .contact-info .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action .links a.btn-5:hover, .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .fourth-color .links a.btn-5:hover, .fourth-color .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .fourth-color .links a:hover:nth-child(even), .fourth-color.cards .links a:hover, .third-color .links a.btn-5:hover, .third-color .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .third-color .links a:hover:nth-child(even), .third-color .fourth-color.cards .links a:hover, .fourth-color.cards .third-color .links a:hover, .third-color.custom-form .gform_footer input.btn-5[type=submit]:hover, .third-color.packages .package .col-package .link a.btn:hover, .third-color.packages .package .col-package .link .special-masthead.primary-color .row .col-text .links a:hover, .special-masthead.primary-color .row .col-text .links .third-color.packages .package .col-package .link a:hover, .third-color.packages .package .col-package .link .custom-form .contact-info a:hover, .custom-form .contact-info .third-color.packages .package .col-package .link a:hover, .call-to-action .links .third-color.packages .package .col-package .link a:hover, .fourth-color .links .third-color.packages .package .col-package .link a:hover, .third-color.packages .package .col-package .link .links a:hover, .third-color.packages .links .package .col-package .link a:hover, .third-color.packages .package .col-package .link a.btn-5:hover, .third-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .links .third-color.packages .package .col-package .link a:hover:nth-child(even), .third-color.packages .package .col-package .link a:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-5:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color.cards .links a:hover, .fourth-color.cards .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .third-color.packages .package .col-package .link a:hover, .third-color.packages .package .col-package .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .secondary-color .links a.btn-5:hover, .secondary-color .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .secondary-color .links a:hover:nth-child(even), .secondary-color .fourth-color.cards .links a:hover, .fourth-color.cards .secondary-color .links a:hover, .secondary-color .links .third-color.packages .package .col-package .link a:hover, .secondary-color.custom-form .gform_footer input.btn-5[type=submit]:hover, .secondary-color.packages .package .col-package .link a.btn:hover, .secondary-color.packages .package .col-package .link .special-masthead.primary-color .row .col-text .links a:hover, .special-masthead.primary-color .row .col-text .links .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .package .col-package .link .custom-form .contact-info a:hover, .custom-form .contact-info .secondary-color.packages .package .col-package .link a:hover, .call-to-action .links .secondary-color.packages .package .col-package .link a:hover, .fourth-color .links .secondary-color.packages .package .col-package .link a:hover, .third-color .links .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .third-color.packages .package .col-package .link a:hover, .third-color.packages .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .package .col-package .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .package .col-package .link .links a:hover, .secondary-color.packages .links .package .col-package .link a:hover, .secondary-color.packages .package .col-package .link a.btn-5:hover, .secondary-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .links .secondary-color.packages .package .col-package .link a:hover:nth-child(even), .secondary-color.packages .package .col-package .link a:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-5:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color.cards .links a:hover, .fourth-color.cards .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .third-color.packages .package .col-package .link a:hover, .third-color.packages .package .col-package .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .package .col-package .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .primary-color .links a.btn-5:hover, .primary-color .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .primary-color .links a:hover:nth-child(even), .primary-color .fourth-color.cards .links a:hover, .fourth-color.cards .primary-color .links a:hover, .primary-color .links .third-color.packages .package .col-package .link a:hover, .primary-color .links .secondary-color.packages .package .col-package .link a:hover, .primary-color.custom-form .gform_footer input.btn-5[type=submit]:hover, .primary-color.packages .package .col-package .link a.btn-5:hover, .primary-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .links .primary-color.packages .package .col-package .link a:hover:nth-child(even), .primary-color.packages .package .col-package .link .fourth-color.cards .links a:hover, .fourth-color.cards .links .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .third-color.packages .package .col-package .link a:hover, .third-color.packages .primary-color.packages .package .col-package .link a:hover, .primary-color.packages .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .primary-color.packages .package .col-package .link a:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-5:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color.cards .links a:hover, .fourth-color.cards .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .third-color.packages .package .col-package .link a:hover, .third-color.packages .package .col-package .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .package .col-package .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .default .links a.btn-5:hover, .default .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .default .links a:hover:nth-child(even), .default .fourth-color.cards .links a:hover, .fourth-color.cards .default .links a:hover, .default .links .third-color.packages .package .col-package .link a:hover, .default .links .secondary-color.packages .package .col-package .link a:hover, .default.custom-form .gform_footer input.btn-5[type=submit]:hover, .default.packages .package .col-package .link a.btn-5:hover, .default.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .links .default.packages .package .col-package .link a:hover:nth-child(even), .default.packages .package .col-package .link .fourth-color.cards .links a:hover, .fourth-color.cards .links .default.packages .package .col-package .link a:hover, .default.packages .third-color.packages .package .col-package .link a:hover, .third-color.packages .default.packages .package .col-package .link a:hover, .default.packages .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .default.packages .package .col-package .link a:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-5:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:hover:nth-child(even), .call-to-action.layout-b .col-info .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover:nth-child(even), .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .fourth-color.cards .links a:hover, .fourth-color.cards .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .third-color.packages .package .col-package .link a:hover, .third-color.packages .package .col-package .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .secondary-color.packages .package .col-package .link a:hover, .secondary-color.packages .package .col-package .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover {
  color: #274193;
  border-color: #274193;
  background-color: transparent;
}
.btn.btn-hollow-5, .special-masthead.primary-color .row .col-text .links a.btn-hollow-5, .custom-form .contact-info a.btn-hollow-5, .call-to-action .links a.btn-hollow-5, .call-to-action.layout-b .col-info .links a, .fourth-color .links a.btn-hollow-5, .third-color .links a.btn-hollow-5, .third-color .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .third-color .links a, .third-color.custom-form .gform_footer input.btn-hollow-5[type=submit], .third-color.packages .package .col-package .link a.btn-hollow-5, .third-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .links .third-color.packages .package .col-package .link a, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-5, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .secondary-color .links a.btn-hollow-5, .secondary-color .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .secondary-color .links a, .secondary-color.custom-form .gform_footer input.btn-hollow-5[type=submit], .secondary-color.packages .package .col-package .link a.btn-hollow-5, .secondary-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .links .secondary-color.packages .package .col-package .link a, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-5, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .primary-color .links a.btn-hollow-5, .primary-color .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .primary-color .links a, .primary-color.custom-form .gform_footer input.btn-hollow-5[type=submit], .primary-color.packages .package .col-package .link a.btn-hollow-5, .primary-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .links .primary-color.packages .package .col-package .link a, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-5, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a, .default .links a.btn-hollow-5, .default .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .default .links a, .default.custom-form .gform_footer input.btn-hollow-5[type=submit], .default.packages .package .col-package .link a.btn-hollow-5, .default.packages .package .col-package .link .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .links .default.packages .package .col-package .link a, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-5, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a, .call-to-action.layout-b .col-info .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a {
  background-color: transparent;
  border-color: #E94B59;
  color: #E94B59;
}
.btn.btn-hollow-5:hover, .special-masthead.primary-color .row .col-text .links a.btn-hollow-5:hover, .custom-form .contact-info a.btn-hollow-5:hover, .call-to-action .links a.btn-hollow-5:hover, .call-to-action.layout-b .col-info .links a:hover, .fourth-color .links a.btn-hollow-5:hover, .third-color .links a.btn-hollow-5:hover, .third-color .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .third-color .links a:hover, .third-color.custom-form .gform_footer input.btn-hollow-5[type=submit]:hover, .third-color.packages .package .col-package .link a.btn-hollow-5:hover, .third-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .third-color.packages .package .col-package .link a:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-5:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .secondary-color .links a.btn-hollow-5:hover, .secondary-color .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .secondary-color .links a:hover, .secondary-color.custom-form .gform_footer input.btn-hollow-5[type=submit]:hover, .secondary-color.packages .package .col-package .link a.btn-hollow-5:hover, .secondary-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .secondary-color.packages .package .col-package .link a:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-5:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .primary-color .links a.btn-hollow-5:hover, .primary-color .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .primary-color .links a:hover, .primary-color.custom-form .gform_footer input.btn-hollow-5[type=submit]:hover, .primary-color.packages .package .col-package .link a.btn-hollow-5:hover, .primary-color.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .primary-color.packages .package .col-package .link a:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-5:hover, .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .default .links a.btn-hollow-5:hover, .default .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .default .links a:hover, .default.custom-form .gform_footer input.btn-hollow-5[type=submit]:hover, .default.packages .package .col-package .link a.btn-hollow-5:hover, .default.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .default.packages .package .col-package .link a:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a.btn-hollow-5:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover {
  color: #274193;
  border-color: #274193;
}

.default {
  background-color: #F8F8F8;
}
.default.breadcrumbs a {
  color: #274193;
}
.default.breadcrumbs a:hover {
  color: #1c2f6b;
}
.default.breadcrumbs span.breadcrumb_last {
  color: #274193;
}
.default.faq .card .card-header button {
  color: #fff !important;
}
.default.blog-lists .blog-posts .blog-item .thumbnail .date-posted {
  color: #274193;
}
.default.blog-lists .blog-posts .blog-item .col-text .article-excerpt a .article-title {
  background: #FFF;
  color: white;
  min-height: 56px;
}
.default.blog-lists .blog-posts .blog-item .col-text .article-excerpt a:hover .article-title {
  color: #1c2f6b;
}
.default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .text-box {
  color: #000000;
}
.default.packages.arch:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1918.42 129.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f8f8f8;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M1918.42,129H0C241.61,49.51,582,0,959.21,0S1677,49.51,1918.42,129Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
}
.default.packages .package .col-package {
  background: #FFF;
}
.default.packages .package .col-package span.package-tier {
  color: #E94B59;
  background: #274193;
}
.default.packages .package .col-package span.most-popular-title {
  color: #E94B59;
}
.default.packages .package .col-package h4 {
  color: #274193;
}
.default.packages .package .col-package .info p, .default.packages .package .col-package .info ul, .default.packages .package .col-package .info ol, .default.packages .package .col-package .info li {
  font-weight: 300;
}
.default.packages .package .col-package .info a {
  text-decoration: underline;
  color: #274193;
  font-weight: 600;
}
.default.packages .package .col-package .info a:hover {
  color: #121d42;
}
.default.custom-form .form-elements {
  padding-top: 50px;
  background: #FFF;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-top: 50px;
}
.default.custom-form .form-elements .contact-info a {
  color: #FFF;
  background-color: #274193;
  border: 2px solid transparent;
}
.default.custom-form .form-elements .contact-info a:hover {
  background-color: #48B9B2;
  color: #274193;
  border-color: #274193;
}
.default.custom-form .form-elements p {
  margin-bottom: 0;
}
.default.custom-form .gform_wrapper {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #FFF;
  padding: 50px 200px;
  margin-bottom: 50px;
}
.default.custom-form .gform_wrapper .gform_body .gform_fields .gfield label {
  font-weight: 500;
  text-transform: lowercase;
}
.default.custom-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text], .default.custom-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email] {
  border: 1px solid #707070;
  border-radius: 2px;
}
.default.custom-form .gform_footer {
  display: flex;
  justify-content: center;
}
.default .col-image img {
  border-radius: 4px;
}
.default.media-text-alternate .col-image img, .default.media-text-alternate .col-video img, .default.media-text-alternate .col-slider img, .default.media-text-alternate .col-embed img, .default.media-text-alternate .col-multi-image img {
  z-index: 9;
  position: relative;
}
.default .heading h1, .default .heading h2, .default .heading h3, .default .heading h4, .default .heading h5, .default .heading h6 {
  color: #274193;
}
.default .subheading h1 {
  font-family: sofia-pro-soft, sans-serif;
  color: #274193;
  font-size: 34px;
}
.default .subheading h2 {
  font-family: sofia-pro-soft, sans-serif;
  color: #274193;
  font-size: 55px;
}
.default .subheading h3 {
  font-family: sofia-pro-soft, sans-serif;
  color: #274193;
  font-size: 42px;
}
.default .subheading h4 {
  font-family: sofia-pro-soft, sans-serif;
  color: #274193;
  font-size: 36px;
}
.default .subheading h5 {
  font-family: sofia-pro-soft, sans-serif;
  color: #274193;
  font-size: 24px;
}
.default .subheading h6 {
  font-family: sofia-pro-soft, sans-serif;
  color: #274193;
  font-size: 20px;
}
.default .textarea p a {
  text-decoration: underline;
  color: #274193;
  font-weight: 600;
}
.default .textarea p a:hover {
  color: #121d42;
}
.default .textarea ul {
  list-style: none;
}
.default .textarea ul li {
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.default .textarea ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.06 39.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2399E6D8;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Path_280' data-name='Path 280' class='cls-1' d='M32.1,6.37a12.81,12.81,0,0,1,.46,12.81c-2.24,4-6.59,6.05-10.43,8.34a22.81,22.81,0,0,0-5.6,4.31c-1.71,2-2.46,4.59-4.33,6.43C7,43.36,2.12,33.48.9,29.31A23.92,23.92,0,0,1,3.31,10.68C6,6.11,10,2,15.33.54c5.73-1.6,13.31.36,16.76,5.83'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 20px;
  background-repeat: no-repeat;
  display: flex;
  width: 5%;
  position: absolute;
  left: -7%;
  top: 8px;
}
@media screen and (max-width: 768px) {
  .default .textarea ul li:before {
    top: 6%;
    left: -7%;
  }
}
.default .textarea ul li text {
  width: 95%;
}
.default .textarea a {
  text-decoration: underline;
  color: #274193;
  font-weight: 600;
}
.default .textarea a:hover {
  color: #121d42;
}
.default .textarea strong, .default .textarea b {
  font-weight: 600;
  color: #274193;
}
.default .links a:nth-child(even) {
  margin: 0 20px;
}
.primary-color {
  background-color: #274193 !important;
}
.primary-color .col-image img {
  border-radius: 4px;
}
.primary-color.blog-lists {
  background-color: #E7F4F6;
}
.primary-color.blog-lists .blog-posts .blog-item {
  box-shadow: none;
}
.primary-color.blog-lists .blog-posts .blog-item .thumbnail .date-posted {
  color: #274193;
}
.primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt a .article-title {
  background: #FFF;
  color: #FFF;
}
.primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt a:hover .article-title {
  color: #1c2f6b;
}
.primary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .text-box {
  color: #000000;
}
.primary-color.packages:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1918.42 129.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23274193;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M1918.42,129H0C241.61,49.51,582,0,959.21,0S1677,49.51,1918.42,129Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
}
.primary-color.packages .package .col-package {
  background: #FFF;
  box-shadow: none !important;
}
.primary-color.packages .package .col-package span.package-tier {
  color: #FFF;
  background: #E94B59;
}
.primary-color.packages .package .col-package span.most-popular-title {
  color: #FFF;
}
.primary-color.packages .package .col-package h4 {
  color: #274193;
}
.primary-color.packages .package .col-package .info p, .primary-color.packages .package .col-package .info ul, .primary-color.packages .package .col-package .info ol, .primary-color.packages .package .col-package .info li {
  font-weight: 500;
}
.primary-color.packages .package .col-package .info a {
  text-decoration: underline;
  color: #FFF !important;
  font-weight: 600;
}
.primary-color.packages .package .col-package .info a:hover {
  color: #99E6D8 !important;
}
.primary-color.faq .card {
  -webkit-box-shadow: 0 0 5px 1px #1A2B61 !important;
  box-shadow: 0 0 5px 1px #1A2B61 !important;
}
.primary-color.faq .card .card-header button {
  color: #fff !important;
}
.primary-color.custom-form .form-elements {
  padding-top: 50px;
  background: #FFF;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-top: 50px;
}
.primary-color.custom-form .form-elements .contact-info a {
  color: #FFF;
  background-color: #48B9B2;
  border: 2px solid transparent;
}
.primary-color.custom-form .form-elements .contact-info a:hover {
  background-color: #274193;
  color: #FFF;
  border-color: #48B9B2;
}
.primary-color.custom-form .form-elements .heading h1, .primary-color.custom-form .form-elements .heading h2, .primary-color.custom-form .form-elements .heading h3, .primary-color.custom-form .form-elements .heading h4, .primary-color.custom-form .form-elements .heading h5, .primary-color.custom-form .form-elements .heading h6, .primary-color.custom-form .form-elements .subheading h1, .primary-color.custom-form .form-elements .subheading h2, .primary-color.custom-form .form-elements .subheading h3, .primary-color.custom-form .form-elements .subheading h4, .primary-color.custom-form .form-elements .subheading h5, .primary-color.custom-form .form-elements .subheading h6 {
  color: #274193;
}
.primary-color.custom-form .form-elements p {
  color: #000;
  margin-bottom: 0;
}
.primary-color.custom-form .gform_wrapper {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #FFF;
  padding: 50px 200px;
  margin-bottom: 50px;
}
.primary-color.custom-form .gform_wrapper .gform_body .gform_fields .gfield label {
  font-weight: 500;
  text-transform: lowercase;
}
.primary-color.custom-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text], .primary-color.custom-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email] {
  border: 1px solid #707070;
  border-radius: 2px;
}
.primary-color.custom-form .gform_footer {
  display: flex;
  justify-content: center;
}
.primary-color.media-text-alternate .col-image, .primary-color.media-text-alternate .col-video, .primary-color.media-text-alternate .col-slider, .primary-color.media-text-alternate .col-embed, .primary-color.media-text-alternate .col-multi-image {
  position: relative;
}
.primary-color.media-text-alternate .col-image img, .primary-color.media-text-alternate .col-video img, .primary-color.media-text-alternate .col-slider img, .primary-color.media-text-alternate .col-embed img, .primary-color.media-text-alternate .col-multi-image img {
  z-index: 9;
  position: relative;
}
.primary-color.media-text-alternate .col-image:after, .primary-color.media-text-alternate .col-video:after, .primary-color.media-text-alternate .col-slider:after, .primary-color.media-text-alternate .col-embed:after, .primary-color.media-text-alternate .col-multi-image:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  bottom: -15px;
  height: 100%;
  width: 95%;
  background: #99E6D8;
  display: flex;
  z-index: 0;
  right: -15px;
}
.primary-color .heading h1, .primary-color .heading h2, .primary-color .heading h3, .primary-color .heading h4, .primary-color .heading h5, .primary-color .heading h6 {
  color: #FFF;
}
.primary-color .subheading h1, .primary-color .subheading h2, .primary-color .subheading h3, .primary-color .subheading h4, .primary-color .subheading h5, .primary-color .subheading h6 {
  font-family: sofia-pro-soft, sans-serif;
  color: #FFF;
  font-size: 34px;
}
.primary-color .textarea p {
  color: #FFF;
}
.primary-color .textarea p a {
  text-decoration: underline;
  color: #FFF !important;
  font-weight: 600;
}
.primary-color .textarea p a:hover {
  color: #99E6D8 !important;
}
.primary-color .textarea p strong, .primary-color .textarea p b {
  font-weight: 600;
  color: #FFF;
}
.primary-color .textarea a {
  text-decoration: underline;
  color: #FFF !important;
  font-weight: 600;
}
.primary-color .textarea a:hover {
  color: #99E6D8 !important;
}
.primary-color .textarea ul {
  list-style: none;
}
.primary-color .textarea ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.primary-color .textarea ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.06 39.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Path_280' data-name='Path 280' class='cls-1' d='M32.1,6.37a12.81,12.81,0,0,1,.46,12.81c-2.24,4-6.59,6.05-10.43,8.34a22.81,22.81,0,0,0-5.6,4.31c-1.71,2-2.46,4.59-4.33,6.43C7,43.36,2.12,33.48.9,29.31A23.92,23.92,0,0,1,3.31,10.68C6,6.11,10,2,15.33.54c5.73-1.6,13.31.36,16.76,5.83'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  height: 20px;
  width: 30px;
  background-repeat: no-repeat;
  display: flex;
}
.primary-color .textarea ul li text {
  width: 95%;
}
.primary-color .textarea ul, .primary-color .textarea ol {
  color: #FFF;
}
.primary-color .textarea ul li, .primary-color .textarea ol li {
  color: #FFF;
}
.primary-color .links a:nth-child(even) {
  margin: 0 20px;
}
.secondary-color {
  background: #E7F4F6;
}
.secondary-color .col-image img {
  border-radius: 4px;
}
.secondary-color.blog-lists .blog-posts .blog-item {
  box-shadow: none;
}
.secondary-color.blog-lists .blog-posts .blog-item .thumbnail .date-posted {
  color: #E94B59;
}
.secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt a .article-title {
  background: #FFF;
  color: #FFF;
}
.secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .text-box {
  color: #000000;
}
.secondary-color.packages:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1918.42 129.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23E7F4F6;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M1918.42,129H0C241.61,49.51,582,0,959.21,0S1677,49.51,1918.42,129Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
}
.secondary-color.packages .package .col-package {
  background: #FFF;
}
.secondary-color.packages .package .col-package span.package-tier {
  color: #274193;
  background: #FFF;
}
.secondary-color.packages .package .col-package span.most-popular-title {
  color: #274193;
}
.secondary-color.packages .package .col-package h4 {
  color: #E94B59;
}
.secondary-color.packages .package .col-package .info p, .secondary-color.packages .package .col-package .info ul, .secondary-color.packages .package .col-package .info ol, .secondary-color.packages .package .col-package .info li {
  font-weight: 500;
}
.secondary-color.packages .package .col-package .info a {
  text-decoration: underline;
  color: #274193;
  font-weight: 600;
}
.secondary-color.packages .package .col-package .info a:hover {
  color: #121d42;
}
.secondary-color.faq .card .card-header button {
  color: #274193 !important;
}
.secondary-color.custom-form .form-elements {
  padding-top: 50px;
  background: #FFF;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-top: 50px;
}
.secondary-color.custom-form .form-elements .contact-info a {
  color: #FFF;
  background-color: #48B9B2;
  border: 2px solid transparent;
}
.secondary-color.custom-form .form-elements .contact-info a:hover {
  background-color: #E94B59;
  color: #FFF;
  border-color: #ef7883;
}
.secondary-color.custom-form .form-elements .heading h1, .secondary-color.custom-form .form-elements .heading h2, .secondary-color.custom-form .form-elements .heading h3, .secondary-color.custom-form .form-elements .heading h4, .secondary-color.custom-form .form-elements .heading h5, .secondary-color.custom-form .form-elements .heading h6, .secondary-color.custom-form .form-elements .subheading h1, .secondary-color.custom-form .form-elements .subheading h2, .secondary-color.custom-form .form-elements .subheading h3, .secondary-color.custom-form .form-elements .subheading h4, .secondary-color.custom-form .form-elements .subheading h5, .secondary-color.custom-form .form-elements .subheading h6 {
  color: #274193;
}
.secondary-color.custom-form .form-elements p {
  color: #000;
  margin-bottom: 0;
}
.secondary-color.custom-form .gform_wrapper {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #FFF;
  padding: 50px 200px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .secondary-color.custom-form .gform_wrapper {
    padding: 50px 100px !important;
  }
}
@media screen and (max-width: 550px) {
  .secondary-color.custom-form .gform_wrapper {
    padding: 20px 30px !important;
  }
}
.secondary-color.custom-form .gform_wrapper .gform_body .gform_fields .gfield label {
  font-weight: 500;
}
.secondary-color.custom-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text], .secondary-color.custom-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email] {
  border: 1px solid #707070;
  border-radius: 2px;
}
.secondary-color.custom-form .gform_footer {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .secondary-color.custom-form .gform_footer input[type=submit] {
    width: 100%;
  }
}
.secondary-color.media-text-alternate .col-image, .secondary-color.media-text-alternate .col-video, .secondary-color.media-text-alternate .col-slider, .secondary-color.media-text-alternate .col-embedl, .secondary-color.media-text-alternate .col-multi-image {
  position: relative;
}
.secondary-color.media-text-alternate .col-image img, .secondary-color.media-text-alternate .col-video img, .secondary-color.media-text-alternate .col-slider img, .secondary-color.media-text-alternate .col-embedl img, .secondary-color.media-text-alternate .col-multi-image img {
  z-index: 9;
  position: relative;
}
.secondary-color.media-text-alternate .col-image:after, .secondary-color.media-text-alternate .col-video:after, .secondary-color.media-text-alternate .col-slider:after, .secondary-color.media-text-alternate .col-embedl:after, .secondary-color.media-text-alternate .col-multi-image:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  bottom: -15px;
  height: 100%;
  width: 95%;
  background: #48B9B2;
  display: flex;
  z-index: 0;
  right: -15px;
}
.secondary-color .heading h1, .secondary-color .heading h2, .secondary-color .heading h3, .secondary-color .heading h4, .secondary-color .heading h5, .secondary-color .heading h6 {
  color: #274193;
}
.secondary-color .subheading h1, .secondary-color .subheading h2, .secondary-color .subheading h3, .secondary-color .subheading h4, .secondary-color .subheading h5, .secondary-color .subheading h6 {
  font-family: sofia-pro-soft, sans-serif;
  color: #274193;
  font-size: 34px;
}
.secondary-color .textarea p a {
  text-decoration: underline;
  color: #274193;
  font-weight: 600;
}
.secondary-color .textarea p a:hover {
  color: #121d42;
}
.secondary-color .textarea ul {
  list-style: none;
}
.secondary-color .textarea ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.secondary-color .textarea ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.06 39.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23E94B59;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Path_280' data-name='Path 280' class='cls-1' d='M32.1,6.37a12.81,12.81,0,0,1,.46,12.81c-2.24,4-6.59,6.05-10.43,8.34a22.81,22.81,0,0,0-5.6,4.31c-1.71,2-2.46,4.59-4.33,6.43C7,43.36,2.12,33.48.9,29.31A23.92,23.92,0,0,1,3.31,10.68C6,6.11,10,2,15.33.54c5.73-1.6,13.31.36,16.76,5.83'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  height: 20px;
  width: 30px;
  background-repeat: no-repeat;
  display: flex;
}
.secondary-color .textarea ul li text {
  width: 95%;
}
.secondary-color .textarea a {
  text-decoration: underline;
  color: #274193;
  font-weight: 600;
}
.secondary-color .textarea a:hover {
  color: #121d42;
}
.secondary-color .textarea strong, .secondary-color .textarea b {
  font-weight: 600;
  color: #274193;
}
.secondary-color .links a:nth-child(even) {
  margin: 0 20px;
}
.third-color {
  background: #E7F4F6;
}
.third-color .col-image img {
  border-radius: 4px;
}
.third-color.blog-lists .blog-posts .blog-item {
  box-shadow: none;
}
.third-color.blog-lists .blog-posts .blog-item .thumbnail .date-posted {
  color: #E94B59;
}
.third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt a .article-title {
  background: #FFF;
  color: #E94B59;
}
.third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt a:hover .article-title {
  color: #e31e2f;
}
.third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .text-box {
  color: #000000;
}
.third-color.packages:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1918.42 129.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23E7F4F6;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M1918.42,129H0C241.61,49.51,582,0,959.21,0S1677,49.51,1918.42,129Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
}
.third-color.packages .package .col-package {
  background: #FFF;
}
.third-color.packages .package .col-package span.package-tier {
  color: #274193;
  background: #FFF;
}
.third-color.packages .package .col-package span.most-popular-title {
  color: #274193;
}
.third-color.packages .package .col-package h4 {
  color: #E94B59;
}
.third-color.packages .package .col-package .info p, .third-color.packages .package .col-package .info ul, .third-color.packages .package .col-package .info ol, .third-color.packages .package .col-package .info li {
  font-weight: 500;
}
.third-color.packages .package .col-package .info a {
  text-decoration: underline;
  color: #274193;
  font-weight: 600;
}
.third-color.packages .package .col-package .info a:hover {
  color: #121d42;
}
.third-color.faq .card .card-header button {
  color: #274193 !important;
}
.third-color.custom-form .form-elements {
  padding-top: 50px;
  background: #FFF;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-top: 50px;
}
.third-color.custom-form .form-elements .contact-info a {
  color: #FFF;
  background-color: #48B9B2;
  border: 2px solid transparent;
}
.third-color.custom-form .form-elements .contact-info a:hover {
  background-color: #E94B59;
  color: #FFF;
  border-color: #ef7883;
}
.third-color.custom-form .form-elements .heading h1, .third-color.custom-form .form-elements .heading h2, .third-color.custom-form .form-elements .heading h3, .third-color.custom-form .form-elements .heading h4, .third-color.custom-form .form-elements .heading h5, .third-color.custom-form .form-elements .heading h6, .third-color.custom-form .form-elements .subheading h1, .third-color.custom-form .form-elements .subheading h2, .third-color.custom-form .form-elements .subheading h3, .third-color.custom-form .form-elements .subheading h4, .third-color.custom-form .form-elements .subheading h5, .third-color.custom-form .form-elements .subheading h6 {
  color: #274193;
}
.third-color.custom-form .form-elements p {
  color: #000;
  margin-bottom: 0;
}
.third-color.custom-form .gform_wrapper {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #FFF;
  padding: 50px 200px;
  margin-bottom: 50px;
}
.third-color.custom-form .gform_wrapper .gform_body .gform_fields .gfield label {
  font-weight: 500;
  text-transform: lowercase;
}
.third-color.custom-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text], .third-color.custom-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email] {
  border: 1px solid #707070;
  border-radius: 2px;
}
.third-color.custom-form .gform_footer {
  display: flex;
  justify-content: center;
}
.third-color.media-text-alternate .col-image, .third-color.media-text-alternate .col-video, .third-color.media-text-alternate .col-slider, .third-color.media-text-alternate .col-embedl, .third-color.media-text-alternate .col-multi-image {
  position: relative;
}
.third-color.media-text-alternate .col-image img, .third-color.media-text-alternate .col-video img, .third-color.media-text-alternate .col-slider img, .third-color.media-text-alternate .col-embedl img, .third-color.media-text-alternate .col-multi-image img {
  z-index: 9;
  position: relative;
}
.third-color.media-text-alternate .col-image:after, .third-color.media-text-alternate .col-video:after, .third-color.media-text-alternate .col-slider:after, .third-color.media-text-alternate .col-embedl:after, .third-color.media-text-alternate .col-multi-image:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  bottom: -15px;
  height: 100%;
  width: 95%;
  background: #48B9B2;
  display: flex;
  z-index: 0;
  right: -15px;
}
.third-color .heading h1, .third-color .heading h2, .third-color .heading h3, .third-color .heading h4, .third-color .heading h5, .third-color .heading h6 {
  color: #274193;
}
.third-color .subheading h1, .third-color .subheading h2, .third-color .subheading h3, .third-color .subheading h4, .third-color .subheading h5, .third-color .subheading h6 {
  font-family: poppins, sans-serif;
  color: #274193;
  font-size: 34px;
}
.third-color .textarea p a {
  text-decoration: underline;
  color: #274193;
  font-weight: 600;
}
.third-color .textarea p a:hover {
  color: #121d42;
}
.third-color .textarea ul {
  list-style: none;
}
.third-color .textarea ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.third-color .textarea ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.06 39.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23E94B59;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Path_280' data-name='Path 280' class='cls-1' d='M32.1,6.37a12.81,12.81,0,0,1,.46,12.81c-2.24,4-6.59,6.05-10.43,8.34a22.81,22.81,0,0,0-5.6,4.31c-1.71,2-2.46,4.59-4.33,6.43C7,43.36,2.12,33.48.9,29.31A23.92,23.92,0,0,1,3.31,10.68C6,6.11,10,2,15.33.54c5.73-1.6,13.31.36,16.76,5.83'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  height: 20px;
  width: 30px;
  background-repeat: no-repeat;
  display: flex;
}
.third-color .textarea ul li text {
  width: 95%;
}
.third-color .textarea a {
  text-decoration: underline;
  color: #274193;
  font-weight: 600;
}
.third-color .textarea a:hover {
  color: #121d42;
}
.third-color .textarea strong, .third-color .textarea b {
  font-weight: 600;
  color: #274193;
}
.third-color .links a:nth-child(even) {
  margin: 0 20px;
}
.fourth-color.media-text-alternate .col-image, .fourth-color.media-text-alternate .col-video, .fourth-color.media-text-alternate .col-slider, .fourth-color.media-text-alternate .col-embedl, .fourth-color.media-text-alternate .col-multi-image {
  position: relative;
}
.fourth-color.media-text-alternate .col-image img, .fourth-color.media-text-alternate .col-video img, .fourth-color.media-text-alternate .col-slider img, .fourth-color.media-text-alternate .col-embedl img, .fourth-color.media-text-alternate .col-multi-image img {
  z-index: 9;
  position: relative;
}
.fourth-color.media-text-alternate .col-image:after, .fourth-color.media-text-alternate .col-video:after, .fourth-color.media-text-alternate .col-slider:after, .fourth-color.media-text-alternate .col-embedl:after, .fourth-color.media-text-alternate .col-multi-image:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  bottom: -15px;
  height: 100%;
  width: 95%;
  background: transparent;
  display: flex;
  z-index: 0;
  right: -15px;
}
.fourth-color .col-text strong, .fourth-color .col-text b {
  color: #274193;
  font-weight: 600;
}
.fourth-color .links a:nth-child(even) {
  margin: 0 20px;
}
.fourth-color .heading h1, .fourth-color .heading h2, .fourth-color .heading h3, .fourth-color .heading h4, .fourth-color .heading h5, .fourth-color .heading h6 {
  color: #274193;
  font-weight: bold;
}
.fourth-color .subheading h1, .fourth-color .subheading h2, .fourth-color .subheading h3, .fourth-color .subheading h4, .fourth-color .subheading h5, .fourth-color .subheading h6 {
  font-family: sofia-pro-soft, sans-serif;
  color: #E94B59;
  font-weight: bold;
}
/* Header */
nav {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
}
nav.navbar {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  nav.navbar .dropdown-menu {
    height: 350px;
    overflow: auto;
  }
}
nav.navbar.scrolled {
  margin-top: 0px !important;
}
nav .nav-cta {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
nav .nav-cta a {
  font-family: poppins, sans-serif;
  margin: 0 5px;
  padding: 0 0 0 25px;
  border-radius: 29px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  background-color: #E94B59;
  color: white;
  white-space: nowrap;
}
@media screen and (max-width: 1474px) {
  nav .nav-cta a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1416px) {
  nav .nav-cta a {
    font-size: 14px;
    padding: 3px 6px;
  }
}
@media screen and (max-width: 1320px) {
  nav .nav-cta a {
    padding: 5px 15px;
  }
}
nav .nav-cta a:hover {
  background-color: #274193;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  text-align: center;
  color: #FFDD77;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
nav .nav-cta a.phone-number {
  background-color: #48b9b2;
}
nav .nav-cta a i {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 50%;
  color: #E94B59;
  margin: 3px;
}
@media screen and (max-width: 590px) {
  nav .nav-cta {
    display: none;
  }
}
nav .phone-number-cta {
  max-width: 200px;
}
nav .phone-number-cta a {
  background-color: #274193;
  font-family: poppins, sans-serif;
  padding: 9px 24px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 16px;
  color: #FFF;
  white-space: nowrap;
}
@media screen and (max-width: 1474px) {
  nav .phone-number-cta a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1416px) {
  nav .phone-number-cta a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1320px) {
  nav .phone-number-cta a {
    padding: 5px 15px;
  }
}
nav .phone-number-cta .phone-number:hover {
  color: white !important;
}
@media screen and (max-width: 700px) {
  nav .phone-number-cta {
    display: none;
  }
}
nav .mobile-phone-btn {
  background-color: #96e1d4;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 100px;
}
@media screen and (min-width: 591px) {
  nav .mobile-phone-btn {
    display: none;
  }
}
@media screen and (max-width: 590px) {
  nav .mobile-phone-btn {
    top: 25px;
  }
}
@media screen and (max-width: 450px) {
  nav .mobile-phone-btn {
    right: 80px;
    top: 24px;
  }
}
nav .mobile-phone-btn i {
  padding: 10px;
}
nav ul#menu-primary-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  float: inherit;
  text-align: center;
}
nav ul#menu-primary-menu li {
  margin-right: 15px;
  position: relative;
}
nav ul#menu-primary-menu li a {
  display: flex !important;
  align-items: center;
}
nav ul#menu-primary-menu li .dropdown-toggle:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-down' class='svg-inline--fa fa-caret-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: flex;
  background-repeat: no-repeat;
  position: relative !important;
  margin-left: 10px;
  margin-right: -1.8em;
  top: 0 !important;
  right: 0 !important;
  border: 0;
}
nav ul#menu-primary-menu li.show .dropdown-toggle:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  nav ul#menu-primary-menu li {
    margin-right: 0;
  }
}
nav ul#menu-primary-menu li a {
  font-family: sofia-pro-soft, sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  color: #212529;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (max-width: 1489px) {
  nav ul#menu-primary-menu li a {
    font-size: 14px;
  }
}
nav ul#menu-primary-menu li a:hover {
  color: #000;
}
nav ul#menu-primary-menu li.menu-item-has-children {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  nav ul#menu-primary-menu li.menu-item-has-children {
    margin-right: 0;
  }
}
nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  outline: 0;
  top: 50px;
  background: #274193;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1200px) {
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1200px) {
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a {
    justify-content: center !important;
  }
}
@media screen and (max-width: 1024px) {
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a:after {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a:hover, nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a:focus {
    background: #FFF;
    color: #000 !important;
    outline: 0;
  }
}
nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li {
  margin-right: 0;
}
nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a {
  padding: 1em;
  background: #274193;
  color: #FFF;
}
nav ul#menu-primary-menu li.menu-item-has-children ul.dropdown-menu li a:hover {
  color: #000;
  background: #FFF;
}
nav ul#menu-primary-menu li.current-menu-item .dropdown-menu li a {
  font-weight: normal;
}
nav ul#menu-primary-menu li.current-menu-item a {
  position: relative;
  color: #274193;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  z-index: 1;
}
nav ul#menu-primary-menu li.current-menu-item a:before {
  content: "";
  background-image: url("http://localhost/cardiff-hearing/app/uploads/2021/07/navbar-active-cardiff-hearing.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  z-index: -1;
  left: 0;
  right: -5px;
  margin: 0 auto;
}
nav ul#menu-primary-menu li.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  font-size: 8px;
}
@media screen and (max-width: 1200px) {
  nav .dropdown-item {
    justify-content: center;
  }
}
nav.navbar .navbar-brand {
  width: 200px;
  float: left;
}
@media screen and (max-width: 500px) {
  nav.navbar .navbar-brand {
    width: 150px;
  }
}
nav .collapse, nav .collapsing {
  flex-direction: row-reverse;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  nav .collapse, nav .collapsing {
    background: #fff;
    position: absolute;
    left: 0;
    top: 98%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  nav .collapse #menu-primary-menu, nav .collapsing #menu-primary-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  nav .collapse #menu-primary-menu li, nav .collapsing #menu-primary-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  nav .collapse #menu-primary-menu li a, nav .collapsing #menu-primary-menu li a {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  nav .collapse #menu-primary-menu li a, nav .collapsing #menu-primary-menu li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  nav .collapse, nav .collapsing {
    flex-direction: column;
  }
  nav .collapse .book-online-mobile, nav .collapsing .book-online-mobile {
    display: none;
  }
}
nav .collapse .book-online-mobile, nav .collapsing .book-online-mobile {
  background-color: #e94b59 !important;
}

.secondary-nav {
  padding: 4px 0;
  background-color: #274193;
}
.secondary-nav .phone-number-secondary {
  text-align: right;
}
.secondary-nav .phone-number-secondary i {
  color: #fff;
  margin: 0 3px;
}
.secondary-nav .phone-number-secondary a {
  text-decoration: none;
  color: #fff;
}
.secondary-nav .phone-number-secondary a:hover {
  text-decoration: underline;
  padding-left: 5px;
}

.promotion {
  background: #FAC9D1;
}
.promotion .owl-carousel {
  max-width: 80%;
  margin: auto;
}
.promotion .owl-carousel button {
  background-color: red;
}
.promotion .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: poppins, sans-serif;
  text-decoration: none;
  color: #274193;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .promotion .item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  .promotion .item a {
    font-size: 13px;
  }
}
.promotion .item a:hover {
  color: #121d42;
}
.promotion .item a:hover span.icon {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.promotion .item a span.icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.promotion .item a span.icon img {
  height: 100%;
  width: 100%;
}
.promotion .promotion-mobile {
  display: none;
  justify-content: space-between;
  position: absolute;
  top: 132px;
  width: 100%;
  padding: 0 50px;
}
.promotion .promotion-mobile button {
  background-color: transparent;
  border: none;
}
.promotion .promotion-mobile button i {
  font-size: 20px;
}
.promotion .promotion-mobile button:nth-child(4) {
  display: none;
}
@media screen and (max-width: 1200px) {
  .promotion .promotion-mobile button:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .promotion .promotion-mobile {
    top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .promotion .promotion-mobile {
    padding: 0;
  }
}
.promotion .promotion-mobile .owl-prev {
  color: black;
  background-color: transparent;
}
.promotion .promotion-mobile.disabled {
  display: none;
  visibility: hidden;
}

.navbar-toggler {
  background-color: #274193;
  border-radius: 15px;
  padding: 9px;
}
@media screen and (max-width: 1200px) {
  .navbar-toggler {
    position: absolute;
    left: 47%;
    top: 36px;
  }
}
@media screen and (max-width: 590px) {
  .navbar-toggler {
    right: 0;
    left: 84%;
    top: 20px;
  }
}
.navbar-toggler:focus {
  outline: none;
  border: 0;
  box-shadow: none !important;
}

.inverted .collapse, .inverted .collapsing {
  flex-direction: row;
  text-align: center;
  width: 100%;
}

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #e65100;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.main-colour {
  color: #fff !important;
}
.main-colour span {
  color: #fff;
  background: white;
}

/* Blocks*/
@media screen and (max-width: 768px) {
  .call-to-action .links {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .call-to-action .links a {
    margin: 10px 0 !important;
  }
}
.call-to-action.layout-b {
  position: relative;
}
.call-to-action.layout-b:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  width: 100%;
  z-index: 1;
  height: 315px;
}
.call-to-action.layout-b .heading, .call-to-action.layout-b .subheading {
  margin-bottom: 30px;
}
.call-to-action.layout-b .heading h1, .call-to-action.layout-b .heading h2, .call-to-action.layout-b .heading h3, .call-to-action.layout-b .heading h4, .call-to-action.layout-b .heading h5, .call-to-action.layout-b .heading h6, .call-to-action.layout-b .subheading h1, .call-to-action.layout-b .subheading h2, .call-to-action.layout-b .subheading h3, .call-to-action.layout-b .subheading h4, .call-to-action.layout-b .subheading h5, .call-to-action.layout-b .subheading h6 {
  color: #274193;
}
.call-to-action.layout-b .col-info {
  padding: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px 1px #D6D6D6;
  box-shadow: 0 0 5px 1px #D6D6D6;
  z-index: 2;
  border-radius: 4px;
}
.call-to-action.layout-b .col-info .links {
  margin-top: 30px;
}
.call-to-action.layout-b .col-info .links a:nth-child(even) {
  margin-left: 10px;
  margin-right: 10px;
}
.call-to-action.layout-b .col-info .links .btn-1:hover, .call-to-action.layout-b .col-info .links .treatment-icons .icons-row .mob-icons-btn a:hover, .treatment-icons .icons-row .mob-icons-btn .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a:hover, .call-to-action.layout-c .footer-cta-wrap .inner-wrap .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .default.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .default.packages .package .col-package .link a:hover, .default.packages .package .col-package .link .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .default.custom-form .gform_footer input[type=submit]:hover, .default.custom-form .gform_footer .call-to-action.layout-b .col-info .links input[type=submit]:hover, .call-to-action.layout-b .col-info .default .links a:hover, .default .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .secondary-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:hover, .call-to-action.layout-b .col-info .links .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a:hover, .third-color.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link .call-to-action.layout-b .col-info .links a:hover {
  background-color: transparent;
}
.call-to-action.layout-c {
  background: url("https://cardiffhearing.co.uk/app/uploads/2021/11/pattern-cta-bg-cardiff-hearing.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #E94B59;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 100px;
}
.call-to-action.layout-c:before {
  content: "";
  background-image: url("https://cardiffhearing.co.uk/app/uploads/2021/11/cta-bg-top-cardiff-hearing.svg");
  position: absolute;
  left: 0;
  right: 0;
  top: -51px;
  width: 100%;
  z-index: 1;
  height: 60px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1760px) {
  .call-to-action.layout-c:before {
    top: -44px;
  }
}
@media screen and (max-width: 1515px) {
  .call-to-action.layout-c:before {
    top: -37px;
  }
}
@media screen and (max-width: 1200px) {
  .call-to-action.layout-c:before {
    top: -25px;
  }
}
@media screen and (max-width: 858px) {
  .call-to-action.layout-c:before {
    top: -21px;
  }
}
@media screen and (max-width: 725px) {
  .call-to-action.layout-c:before {
    top: -18px;
  }
}
@media screen and (max-width: 610px) {
  .call-to-action.layout-c:before {
    top: -15px;
  }
}
@media screen and (max-width: 505px) {
  .call-to-action.layout-c:before {
    top: -13px;
  }
}
@media screen and (max-width: 490px) {
  .call-to-action.layout-c:before {
    top: -12px;
  }
}
@media screen and (max-width: 407px) {
  .call-to-action.layout-c:before {
    top: -9px;
  }
}
.call-to-action.layout-c .footer-cta-wrap {
  background: white;
  border-radius: 230px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .call-to-action.layout-c .footer-cta-wrap {
    border-radius: 120px;
  }
}
@media screen and (max-width: 900px) {
  .call-to-action.layout-c .footer-cta-wrap {
    border-radius: 50px;
  }
}
.call-to-action.layout-c .footer-cta-wrap .inner-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 900px) {
  .call-to-action.layout-c .footer-cta-wrap .inner-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .call-to-action.layout-c .footer-cta-wrap .inner-wrap {
    width: 100%;
  }
}
.call-to-action.layout-c .footer-cta-wrap .inner-wrap .heading {
  color: #274193;
}
.call-to-action.layout-c .footer-cta-wrap .inner-wrap .links a {
  margin-right: 10px;
}

.media-text-alternate .col-image {
  height: 100%;
  position: relative;
}
.media-text-alternate .col-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.media-text-alternate .col-image .lobey {
  height: 200px;
  width: 200px;
  position: absolute !important;
  bottom: -30px;
  right: 50px;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  .media-text-alternate .col-image .lobey {
    width: 150px;
    height: 150px;
  }
}
.media-text-alternate .col-video {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.media-text-alternate .col-video .video {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 99;
}
.media-text-alternate .col-video .video iframe {
  border-radius: 4px;
  width: 100%;
  min-height: 400px;
}
.media-text-alternate .col-video .video iframe .ytp-impression-link {
  display: none !important;
}
.media-text-alternate .col-video:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 50px;
  height: 70% !important;
  width: 95%;
  display: flex;
  right: -15px;
}
.media-text-alternate .col-embed {
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-text-alternate .col-embed .embed {
  z-index: 99;
  width: 100%;
}
.media-text-alternate .col-embed .embed p video {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 14px #00000029;
  border-radius: 10px;
}
.media-text-alternate .col-embed:after {
  z-index: -1 !important;
  height: 95% !important;
}
.media-text-alternate .col-text {
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 60px;
}
.media-text-alternate .col-text .heading h1, .media-text-alternate .col-text .heading h2, .media-text-alternate .col-text .heading h3, .media-text-alternate .col-text .heading h4, .media-text-alternate .col-text .heading h5, .media-text-alternate .col-text .heading h6 {
  font-weight: 500;
}
.media-text-alternate .col-text .subheading h1, .media-text-alternate .col-text .subheading h2, .media-text-alternate .col-text .subheading h3, .media-text-alternate .col-text .subheading h4, .media-text-alternate .col-text .subheading h5, .media-text-alternate .col-text .subheading h6 {
  font-weight: bold;
}
.media-text-alternate .col-text ul {
  columns: 2;
}
@media screen and (max-width: 768px) {
  .media-text-alternate .col-text ul {
    columns: 1;
  }
}
@media screen and (max-width: 500px) {
  .media-text-alternate .col-text {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 500px) {
  .media-text-alternate .col-text .links {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .media-text-alternate .col-text .links a {
    margin: 5px 0;
    text-align: center;
  }
}
.media-text-alternate .col-multi-image {
  height: 100%;
}
.media-text-alternate .col-multi-image .image-1 img {
  width: 100%;
  height: 100%;
}
.media-text-alternate .col-multi-image .image-2, .media-text-alternate .col-multi-image .image-3 {
  height: 255px;
  margin-bottom: 40px;
  margin-top: 10px;
}
.media-text-alternate .col-multi-image .image-2 img, .media-text-alternate .col-multi-image .image-3 img {
  width: 100%;
  height: 100%;
}
.media-text-alternate .stacked.links a {
  background-color: #99E6D8;
  border-radius: 20px;
  width: 100%;
  color: #274193;
  margin-left: 0 !important;
  display: flex;
  margin-bottom: 10px;
  padding: 4px 22px;
}
.media-text-alternate .stacked.links a span.icon {
  margin-right: 8px;
  height: 30px;
  width: 30px;
  padding: 4px;
  display: flex;
}
.media-text-alternate .stacked.links a span.icon img {
  width: 100%;
  height: 100%;
}
.media-text-alternate .stacked.links a:hover {
  border-color: #274193;
}
.media-text-alternate .stacked.links a:hover span.icon {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@media screen and (max-width: 992px) {
  #custom_video {
    margin-top: -5px !important;
  }
}
@media screen and (max-width: 768px) {
  #custom_video {
    margin-top: 50px !important;
  }
}
#custom_video .container {
  width: 80% !important;
  margin: 0 auto;
  max-width: none !important;
}
@media screen and (max-width: 650px) {
  #custom_video .container {
    width: 100% !important;
  }
}
#custom_video .container .col-embed {
  width: 57% !important;
}
@media screen and (max-width: 1740px) {
  #custom_video .container .col-embed {
    width: 45% !important;
  }
}
#custom_video .container .col-text {
  width: 43% !important;
  z-index: 999;
  padding: 20px !important;
}
@media screen and (max-width: 1470px) {
  #custom_video .container .col-text {
    width: 48% !important;
  }
}
#custom_video .container .row {
  justify-content: space-between;
}
@media screen and (max-width: 1299px) {
  #custom_video .container .row {
    flex-direction: column;
  }
  #custom_video .container .row .col-text {
    width: 100% !important;
  }
  #custom_video .container .row .col-embed {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  .custom-form .consent-contact-form .ginput_container_consent {
    display: flex;
  }
  .custom-form .consent-contact-form .ginput_container_consent input {
    margin-top: 10px;
    margin-right: 10px;
  }
}
.custom-form .contact-info {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .custom-form .contact-info {
    flex-direction: column;
  }
}
.custom-form .contact-info a {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding: 4px 25px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .custom-form .contact-info a {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    justify-content: center;
  }
}
.custom-form .contact-info a.email:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='envelope' class='svg-inline--fa fa-envelope fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  margin-left: 10px;
}
.custom-form .contact-info a.telephone:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='phone' class='svg-inline--fa fa-phone fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3C5 357.3-2.6 372.3.8 387L24 487.7C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z'%3E%3C/path%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  margin-left: 10px;
}

.faq .accordion {
  border-radius: 30px;
}
.faq .accordion .card {
  border-radius: 30px;
  margin-bottom: 20px;
  border: none;
  -webkit-box-shadow: 0 0 5px 1px #D6D6D6;
  box-shadow: 0 0 5px 1px #D6D6D6;
}
.faq .accordion .card .show, .faq .accordion .card .collapse {
  text-align: left;
}
.faq .accordion .card .card-header {
  padding: 1rem 1rem;
  border-radius: 30px;
  background-color: #274193;
  border: none;
}
.faq .accordion .card .card-header h2 {
  margin-bottom: 0;
}
.faq .accordion .card .card-header button.collapsed:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #000;
  margin-left: 8px;
  transform: rotateZ(180deg);
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq .accordion .card .card-header button.collapsed.down:after {
  content: "\f077";
}
.faq .accordion .card .card-header button.collapsed.plus:after {
  content: "\f067";
}
.faq .accordion .card .card-header button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  outline: none;
  border: none;
  background-color: transparent;
  color: #000;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faq .accordion .card .card-header button {
    font-size: 20px;
  }
}
.faq .accordion .card .card-header button:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 8px;
  transform: rotateZ(180deg);
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq .accordion .card .card-header button.up:after {
  content: "\f078";
}
.faq .accordion .card .card-header button.minus:after {
  content: "\f068";
}

section.header-hero-slider {
  position: relative;
}
section.header-hero-slider .carousel .overlay {
  background: none;
}
section.header-hero-slider .owl-carousel .owl-stage {
  display: flex;
}
section.header-hero-slider .owl-carousel .owl-stage .item {
  position: relative;
}
section.header-hero-slider .owl-carousel .owl-stage .item img {
  width: 100%;
  object-fit: cover;
}
section.header-hero-slider .owl-carousel .owl-stage .item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.header-hero-slider .owl-carousel .owl-stage .item .overlay .caption .title h1, section.header-hero-slider .owl-carousel .owl-stage .item .overlay .caption .title h2, section.header-hero-slider .owl-carousel .owl-stage .item .overlay .caption .title h3, section.header-hero-slider .owl-carousel .owl-stage .item .overlay .caption .title h4, section.header-hero-slider .owl-carousel .owl-stage .item .overlay .caption .title h5, section.header-hero-slider .owl-carousel .owl-stage .item .overlay .caption .title h6 {
  color: #FFF;
  font-weight: 400;
  text-shadow: 0px 3px 6px #000000;
}
section.header-hero-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
section.header-hero-slider .owl-carousel .owl-nav button.owl-prev, section.header-hero-slider .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  z-index: 999999;
  font-size: 0 !important;
  align-items: center;
  justify-content: center;
}
section.header-hero-slider .owl-carousel .owl-nav button.owl-prev:active, section.header-hero-slider .owl-carousel .owl-nav button.owl-prev:focus, section.header-hero-slider .owl-carousel .owl-nav button.owl-next:active, section.header-hero-slider .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
section.header-hero-slider .owl-carousel .owl-nav button.owl-next span {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23FFFFFF' d='M17.525 36.465l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L205.947 256 10.454 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L34.495 36.465c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
section.header-hero-slider .owl-carousel .owl-nav button.owl-next span:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
section.header-hero-slider .owl-carousel .owl-nav button.owl-prev span {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23FFFFFF' d='M238.475 475.535l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L50.053 256 245.546 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L10.454 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z'%3E%3C/path%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
section.header-hero-slider .owl-carousel .owl-nav button.owl-prev span:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.masthead .image {
  position: relative;
}
.masthead .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masthead .image .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.masthead .image .caption h1, .masthead .image .caption h2, .masthead .image .caption h3, .masthead .image .caption h4, .masthead .image .caption h5, .masthead .image .caption h6 {
  color: #FFF;
}

.image-gallery .images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.image-gallery .images a {
  display: inline-flex;
  height: 300px;
}
.image-gallery .images a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.image-gallery .images img:hover {
  transform: scale(1.1);
}

.google-map .acf-map {
  height: 400px;
}

.tabs-testimonial .container .nav-tabs .tab-content .tab-pane {
  color: white;
}
.tabs-testimonial .container .nav-tabs .tab-content .tab-pane p {
  color: white;
}

.testimonial-slider {
  background: #274193;
}
@media screen and (max-width: 768px) {
  .testimonial-slider {
    height: 100%;
  }
}
.testimonial-slider .section-testimonial {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.testimonial-slider .section-testimonial .testimonial-heading .holder h2, .testimonial-slider .section-testimonial .testimonial-heading .holder p {
  color: white;
}
.testimonial-slider .section-testimonial .owl-carousel {
  height: 100%;
  width: 100%;
  margin: 25px auto;
  overflow: unset !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer {
  min-height: 350px !important;
  padding-bottom: 20px;
  overflow: unset !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  position: relative;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  height: auto !important;
  flex: 1 0 auto;
  background-color: transparent;
  min-height: 320px;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .row {
  justify-content: center;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item span.icon {
  width: 200px;
  height: 200px;
  background: #FFF;
  position: relative;
  display: block;
  padding: 9px;
  border-radius: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 9;
  top: -60px;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item span.icon img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item span.icon svg {
  color: #FFF;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap .heading h1, .testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap .heading h2, .testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap .heading h3, .testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap .heading h4 {
  color: white !important;
  font-size: 34px !important;
}
@media screen and (max-width: 768px) {
  .testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap .heading h1, .testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap .heading h2, .testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap .heading h3, .testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap .heading h4 {
    font-size: 24px !important;
  }
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap .textarea p {
  color: white !important;
  line-height: 20px !important;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap .textarea b {
  color: white !important;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap .textarea strong {
  color: white !important;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonial-wrap.with_image {
  margin-top: -70px !important;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .auth_date {
  font-family: poppins, sans-serif;
  display: inline-flex;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .auth_date .author {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  font-size: 24px;
  font-family: poppins, sans-serif;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .auth_date .author b {
  color: #274193 !important;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .auth_date .date {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .testimonial-wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: stretch;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .testimonial-wrap .heading h1 {
  font-size: 30px !important;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .testimonial-wrap .links {
  margin-top: 5px;
}
.testimonial-slider .section-testimonial .owl-carousel .owl-stage-outer .owl-stage .owl-item .testimonial-wrap .links a {
  background-color: #E94B59 !important;
}
.testimonial-slider .section-testimonial .owl-dots {
  list-style-type: none;
}
.testimonial-slider .section-testimonial .owl-dots.disabled {
  display: none;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct {
  position: absolute;
  top: 0;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  margin: 10px 0px;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct button {
  border: none;
  background: none;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct .owl-nav-btn {
  cursor: pointer;
  background: #99E6D8;
  border-radius: 50%;
  border: 2px solid #99E6D8;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct .owl-nav-btn i {
  color: #274193;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct .owl-nav-btn.prev-slide {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  align-items: center;
  visibility: visible;
  left: 100px;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct .owl-nav-btn.prev-slide .prev-slide-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.257' height='18.953' viewBox='0 0 18.257 18.953'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(17.257 17.539) rotate(180)'%3E%3Cline class='a' x2='15.704' transform='translate(0 8.171)'/%3E%3Cpath class='a' d='M12,5l8.062,8.062L12,21.124' transform='translate(-3.805 -5)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: flex;
  width: 13px;
  height: 13px;
  background-size: 100%;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct .owl-nav-btn.prev-slide.prev-slide:hover {
  background-color: #274193;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct .owl-nav-btn.prev-slide.prev-slide:hover i {
  color: white;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct .owl-nav-btn.next-slide {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  align-items: center;
  visibility: visible;
  right: 100px;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct .owl-nav-btn.next-slide span.next-slide {
  display: flex;
  width: 13px;
  height: 13px;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focus…142-3.676 34.142 14.142z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct .owl-nav-btn.next-slide.next-slide:hover {
  background-color: #274193;
}
.testimonial-slider .section-testimonial .my-owl-nav-ct .owl-nav-btn.next-slide.next-slide:hover i {
  color: white;
}
@media screen and (max-width: 768px) {
  .testimonial-slider .images-client-wrap {
    display: none;
  }
}
.testimonial-slider .images-client-wrap .testimonial-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: white;
  border-radius: 15px;
  margin: 5px 4px;
  text-align: center;
  width: 13.5% !important;
}
@media screen and (max-width: 768px) {
  .testimonial-slider .images-client-wrap .testimonial-img {
    width: 30% !important;
  }
}
.testimonial-slider .images-client-wrap img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.testimonial-slider .row {
  justify-content: center;
}

section.text-editor .holder {
  z-index: 1;
  position: relative;
}
section.text-editor .holder p iframe {
  width: 60%;
  height: 480px;
}
@media screen and (max-width: 600px) {
  section.text-editor .holder p iframe {
    width: 100%;
    height: 200px;
  }
}

.breadcrumbs {
  padding: 8px 0;
}
.breadcrumbs p, .breadcrumbs a {
  margin-bottom: 0;
  font-family: poppins, sans-serif;
}
.breadcrumbs span.breadcrumb_last {
  font-weight: 600;
}

.image-rack .image-rack-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards .heading h1, .cards .heading h2, .cards .heading h3, .cards .heading h4, .cards .heading h5, .cards .heading h6 {
  font-size: 40px;
}
.cards .card-item {
  border-radius: 25px;
}
.cards .card-item .col-image {
  padding: 3px 3px;
  height: 80%;
}
.cards .card-item .col-image img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.cards .card-item .col-text {
  padding: 20px 20px;
}
.cards .card-item .col-text .card-info {
  padding: 20px 20px;
}
.cards .card-item .col-text .heading h1, .cards .card-item .col-text .heading h2, .cards .card-item .col-text .heading h3, .cards .card-item .col-text .heading h4, .cards .card-item .col-text .heading h5, .cards .card-item .col-text .heading h6 {
  font-size: 34px;
}
.cards .card-item .col-text .subheading h2, .cards .card-item .col-text .subheading h3, .cards .card-item .col-text .subheading h4, .cards .card-item .col-text .subheading h5, .cards .card-item .col-text .subheading h6 {
  font-size: 32px !important;
  font-weight: bold;
}
.cards .card-item .col-text.card-1 .heading {
  background-color: #E94B59;
}
.cards .card-item .col-text.card-2 .heading {
  background-color: #FFDD77;
}

.timeline {
  position: relative;
}
.timeline .row {
  margin-left: 10px;
  margin-right: 10px;
}
.timeline:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.06 39.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23274193;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Path_280' data-name='Path 280' class='cls-1' d='M32.1,6.37a12.81,12.81,0,0,1,.46,12.81c-2.24,4-6.59,6.05-10.43,8.34a22.81,22.81,0,0,0-5.6,4.31c-1.71,2-2.46,4.59-4.33,6.43C7,43.36,2.12,33.48.9,29.31A23.92,23.92,0,0,1,3.31,10.68C6,6.11,10,2,15.33.54c5.73-1.6,13.31.36,16.76,5.83'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  bottom: -1%;
  left: 49.2%;
}
.timeline .timeline-item {
  position: relative;
  padding: 40px;
}
.timeline .timeline-item.item-0:before {
  margin-top: 0 !important;
}
.timeline .timeline-item.left {
  position: relative;
}
.timeline .timeline-item.left:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.06 39.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23274193;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Path_280' data-name='Path 280' class='cls-1' d='M32.1,6.37a12.81,12.81,0,0,1,.46,12.81c-2.24,4-6.59,6.05-10.43,8.34a22.81,22.81,0,0,0-5.6,4.31c-1.71,2-2.46,4.59-4.33,6.43C7,43.36,2.12,33.48.9,29.31A23.92,23.92,0,0,1,3.31,10.68C6,6.11,10,2,15.33.54c5.73-1.6,13.31.36,16.76,5.83'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  top: 0;
  right: -20px;
  margin-top: 40px;
}
.timeline .timeline-item.left:after {
  content: "";
  width: 2px;
  height: 100%;
  display: flex;
  background: #274193;
  position: absolute;
  right: 0;
  top: 0;
}
.timeline .timeline-item.left .heading h1, .timeline .timeline-item.left .heading h2, .timeline .timeline-item.left .heading h3, .timeline .timeline-item.left .heading h4, .timeline .timeline-item.left .heading h5, .timeline .timeline-item.left .heading h6, .timeline .timeline-item.left .subheading h1, .timeline .timeline-item.left .subheading h2, .timeline .timeline-item.left .subheading h3, .timeline .timeline-item.left .subheading h4, .timeline .timeline-item.left .subheading h5, .timeline .timeline-item.left .subheading h6 {
  text-align: right;
  font-size: 32px;
}
.timeline .timeline-item.left .textarea {
  text-align: right;
}
.timeline .timeline-item.right {
  position: relative;
}
.timeline .timeline-item.right:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.06 39.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23274193;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Path_280' data-name='Path 280' class='cls-1' d='M32.1,6.37a12.81,12.81,0,0,1,.46,12.81c-2.24,4-6.59,6.05-10.43,8.34a22.81,22.81,0,0,0-5.6,4.31c-1.71,2-2.46,4.59-4.33,6.43C7,43.36,2.12,33.48.9,29.31A23.92,23.92,0,0,1,3.31,10.68C6,6.11,10,2,15.33.54c5.73-1.6,13.31.36,16.76,5.83'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  top: 0;
  left: -20px;
  margin-top: 40px;
}
.timeline .timeline-item.right:before {
  content: "";
  width: 2px;
  height: 100%;
  display: flex;
  background: #274193;
  position: absolute;
  left: -2px;
  top: 0;
}
.timeline .timeline-item.right .heading h1, .timeline .timeline-item.right .heading h2, .timeline .timeline-item.right .heading h3, .timeline .timeline-item.right .heading h4, .timeline .timeline-item.right .heading h5, .timeline .timeline-item.right .heading h6, .timeline .timeline-item.right .subheading h1, .timeline .timeline-item.right .subheading h2, .timeline .timeline-item.right .subheading h3, .timeline .timeline-item.right .subheading h4, .timeline .timeline-item.right .subheading h5, .timeline .timeline-item.right .subheading h6 {
  text-align: left;
  font-size: 32px;
}
.timeline .timeline-item.right .textarea {
  text-align: left;
}

.special-masthead {
  background-image: url("https://cardiffhearing.co.uk/app/uploads/2021/07/blue-brand-bg-2-cardiff-hearing.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1055px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .special-masthead {
    height: 885px;
  }
}
.special-masthead:after {
  content: "";
  background-image: url("https://cardiffhearing.co.uk/app/uploads/2021/11/hero-new-cardiff-hearing.svg");
  background-repeat: no-repeat;
  width: 104%;
  height: 100%;
  position: absolute;
  bottom: -60px;
  right: 0;
  background-size: 100%;
  background-position: bottom;
}
@media screen and (max-width: 992px) {
  .special-masthead:after {
    width: 638px;
    height: 300px;
  }
}
@media screen and (max-width: 550px) {
  .special-masthead:after {
    width: 450px;
    bottom: -10px;
  }
}
.special-masthead .col-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  z-index: 99;
  margin-top: 90px;
}
@media screen and (max-width: 580px) {
  .special-masthead .col-text .heading {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 580px) {
  .special-masthead .col-text .subheading {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .special-masthead .col-text {
    margin-top: 0px;
    padding: 20px 0;
  }
}
.special-masthead .col-text .logo {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .special-masthead .col-text .logo img {
    height: 180px;
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  .special-masthead .col-text .textarea {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 580px) {
  .special-masthead .col-text .links {
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .special-masthead .col-text a {
    margin: 10px 0 !important;
  }
}
.special-masthead .col-text a:nth-child(2) {
  color: white;
}
.special-masthead .col-text a:nth-child(2):hover {
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  background-color: white !important;
  text-align: center;
  color: #274193;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 40px;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.special-masthead .scroll-down {
  position: absolute;
  top: 450px;
  z-index: 99;
  width: 30%;
}
.special-masthead .scroll-down .scroll-arrows {
  text-align: center;
}
.special-masthead .scroll-down .scroll-arrows a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 18px;
  font-family: sofia-pro-soft, sans-serif;
}
.special-masthead .scroll-down .scroll-arrows a:hover {
  font-size: 30px;
}
.special-masthead .scroll-down .scroll-arrows a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0dd";
  display: block;
}
.special-masthead .col-slider {
  position: relative;
}
@media screen and (max-width: 992px) {
  .special-masthead .col-slider {
    top: -140px;
  }
}
.special-masthead .col-slider .my-owl-nav-mta {
  position: absolute;
  top: 30%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .special-masthead .col-slider .my-owl-nav-mta {
    left: 0;
    padding: 0 2px;
  }
}
.special-masthead .col-slider .my-owl-nav-mta button[type=button] {
  border: 2px solid transparent;
  background: #99E6D8;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-masthead .col-slider .my-owl-nav-mta button[type=button]:hover {
  background: transparent;
  border-color: #99E6D8;
}
.special-masthead .col-slider .my-owl-nav-mta button[type=button]:hover.owl-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-right' class='svg-inline--fa fa-caret-right fa-w-6' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23FFFFFF' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'%3E%3C/path%3E%3C/svg%3E");
}
.special-masthead .col-slider .my-owl-nav-mta button[type=button]:hover.owl-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-left' class='svg-inline--fa fa-caret-left fa-w-6' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23FFFFFF' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'%3E%3C/path%3E%3C/svg%3E");
}
.special-masthead .col-slider .my-owl-nav-mta button[type=button]:after {
  content: "";
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  z-index: 9;
}
.special-masthead .col-slider .my-owl-nav-mta button[type=button].owl-next .next-slide {
  margin-left: 5px;
}
.special-masthead .col-slider .my-owl-nav-mta button[type=button].owl-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-right' class='svg-inline--fa fa-caret-right fa-w-6' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%2326358C' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'%3E%3C/path%3E%3C/svg%3E");
}
.special-masthead .col-slider .my-owl-nav-mta button[type=button].owl-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-left' class='svg-inline--fa fa-caret-left fa-w-6' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%2326358C' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'%3E%3C/path%3E%3C/svg%3E");
}
.special-masthead .col-slider .owl-carousel {
  height: 450px;
  margin-bottom: 250px;
}
.special-masthead .col-slider .owl-carousel .owl-stage-outer {
  height: 450px;
}
.special-masthead .col-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 450px;
}
.special-masthead .col-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 450px;
}
.special-masthead .col-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 450px;
}
.special-masthead .col-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.special-masthead.primary-color .container {
  height: 100%;
}
.special-masthead.primary-color .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.special-masthead.primary-color .row .col-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.special-masthead.primary-color .row .col-text .heading h1, .special-masthead.primary-color .row .col-text .heading h2, .special-masthead.primary-color .row .col-text .heading h3, .special-masthead.primary-color .row .col-text .heading h4, .special-masthead.primary-color .row .col-text .heading h5, .special-masthead.primary-color .row .col-text .heading h6 {
  color: #FAC9D1;
}
.special-masthead.primary-color .row .col-text .subheading h1, .special-masthead.primary-color .row .col-text .subheading h2, .special-masthead.primary-color .row .col-text .subheading h3, .special-masthead.primary-color .row .col-text .subheading h4, .special-masthead.primary-color .row .col-text .subheading h5, .special-masthead.primary-color .row .col-text .subheading h6 {
  color: #FAC9D1;
  font-family: sofia-pro-soft, sans-serif !important;
}
.special-masthead.primary-color .row .col-text .subheading h2 {
  font-size: 60px !important;
}
.special-masthead.primary-color .row .col-text .textarea p {
  color: #FFF;
  margin-bottom: 0;
}
.special-masthead.primary-color .row .col-text .links {
  margin-top: 60px;
}
.special-masthead.primary-color .row .col-text .links a:nth-child(even) {
  margin-left: 15px;
}

.packages {
  position: relative;
}
.packages .container .row {
  justify-content: center;
}
.packages.arch:before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  display: flex;
  background-position: bottom;
  top: -148px;
  position: absolute;
}
.packages .package {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 580px) {
  .packages .package .package-wrap {
    margin-top: 50px;
  }
}
.packages .package .col-package {
  height: 100%;
  margin: 0 10px;
  position: relative;
  -webkit-box-shadow: 0 0 5px 1px #d6d6d6;
  box-shadow: 0 0 5px 1px #d6d6d6;
  border-radius: 4px;
  border-radius: 25px;
}
@media screen and (max-width: 1200px) {
  .packages .package .col-package {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .packages .package .col-package {
    margin-top: 30px;
  }
}
.packages .package .col-package:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.packages .package .col-package p {
  margin-bottom: 0;
}
.packages .package .col-package p span.most-popular-title {
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.packages .package .col-package p span.most-popular-title i {
  margin-left: 8px;
}
.packages .package .col-package.most-popular {
  top: -30px;
  padding: 60px 20px !important;
}
.packages .package .col-package span.package-tier {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  font-family: poppins, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  border-radius: 100%;
}
.packages .package .col-package span.package-tier .package-icon {
  height: 56px;
  width: 56px;
}
.packages .package .col-package .info {
  margin: 20px 0;
}
.packages .package .col-package .info ul, .packages .package .col-package .info ol {
  list-style: none;
  padding-left: 0;
}
.packages .package .col-package .info p strong {
  color: #274193;
}
.packages .package .col-package .package-heading {
  padding: 30px 5px;
  height: 140px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .packages .package .col-package .package-heading {
    height: auto;
  }
}
.packages .package .col-package .package-heading h4 {
  margin-top: 10px !important;
  font-size: 34px !important;
}
@media screen and (max-width: 600px) {
  .packages .package .col-package .package-heading h4 {
    font-size: 28px !important;
  }
}
.packages .package .col-package .package-info {
  padding: 20px 20px;
  margin-bottom: 30px;
}
.packages .package .col-package .package-info .package-price {
  text-align: center;
}
.packages .package .col-package .package-info .package-price .price {
  font-weight: bold;
  color: #274193;
  font-size: 30px;
}
.packages .package .col-package .link {
  position: absolute;
  bottom: 0;
  margin: 10px;
  text-align: center;
  right: 0;
  left: 0;
  padding: 10px;
}
.packages .package .col-package .link a {
  background-color: #E94B59 !important;
}
.packages .package .col-package .link a:hover {
  background-color: transparent !important;
  border: 2px solid transparent;
  color: #E94B59;
}

.cards-hearing-aids {
  background-color: #274193;
  background-image: url(https://cardiffhearing.co.uk/app/uploads/2021/11/footer-pattern-cardiff-hearing.svg);
  background-repeat: no-repeat;
  background-size: 67%;
  background-position: right bottom;
  right: 0;
  position: relative;
  padding: 10px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .cards-hearing-aids .hearing-aids-row {
    padding: 0 25px;
  }
}
.cards-hearing-aids:before {
  content: "";
  background: url(https://cardiffhearing.co.uk/app/uploads/2021/11/svg-blue-top-cardiff-hearing.svg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 10%;
  top: -75px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 998px) {
  .cards-hearing-aids:before {
    top: -46px;
    height: 4%;
  }
}
@media screen and (max-width: 400px) {
  .cards-hearing-aids:before {
    top: -43px;
    height: 3%;
  }
}
.cards-hearing-aids .heading h2 {
  color: white !important;
}
.cards-hearing-aids .textarea {
  color: white;
}
.cards-hearing-aids .card-item {
  background: #fff;
  border-radius: 25px;
  position: relative;
}
.cards-hearing-aids .card-item.card-1 span.package-tier {
  background: #E94B59;
  box-shadow: 0px 0px 31px #00000029;
}
.cards-hearing-aids .card-item.card-1 .heading-wrap {
  background: #E94B59;
}
.cards-hearing-aids .card-item.card-1 .links a {
  background: #E94B59 !important;
  font-weight: bold;
}
.cards-hearing-aids .card-item.card-1 .links a:hover {
  background: transparent !important;
  color: #E94B59;
}
.cards-hearing-aids .card-item.card-2 span.package-tier {
  background: #FFDD77;
  box-shadow: 0px 0px 31px #00000029;
}
.cards-hearing-aids .card-item.card-2 .heading-wrap {
  background: #FFDD77;
}
.cards-hearing-aids .card-item.card-2 .heading-wrap .heading h3 {
  color: #274193 !important;
}
.cards-hearing-aids .card-item.card-2 .links a {
  background: #FFDD77 !important;
  color: #274193 !important;
  font-weight: bold;
}
.cards-hearing-aids .card-item.card-2 .links a:hover {
  background: transparent !important;
  color: #FFDD77 !important;
  border: 2px solid #FFDD77 !important;
}
.cards-hearing-aids .card-item .col-text {
  padding: 0 !important;
}
.cards-hearing-aids .card-item .col-text span.package-tier {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  font-family: poppins, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  border-radius: 100%;
}
.cards-hearing-aids .card-item .col-text span.package-tier .package-icon {
  height: 40px;
  width: 40px;
}
.cards-hearing-aids .card-item .col-text .heading-wrap {
  border-radius: 25px 25px 0px 0px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .cards-hearing-aids .card-item .col-text .heading-wrap {
    height: 120px !important;
  }
}
.cards-hearing-aids .card-item .col-text .heading-wrap .heading h3 {
  color: white;
}
.cards-hearing-aids .card-item .col-text .textarea-wrap {
  padding: 5px 20px;
}
.cards-hearing-aids .card-item .col-text .subheading h4 {
  text-align: center;
}
.cards-hearing-aids .card-item .col-text .textarea {
  color: #414141;
}

.blog-lists .blog-posts .blog-item {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 1px #d6d6d6;
  box-shadow: 0 0 5px 1px #d6d6d6;
  border-radius: 4px;
}
.blog-lists .blog-posts .blog-item .thumbnail {
  border-radius: 4px;
  height: 300px;
}
.blog-lists .blog-posts .blog-item .thumbnail a img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-lists .blog-posts .blog-item .thumbnail a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-lists .blog-posts .blog-item .thumbnail .date-posted {
  position: absolute;
  top: 20px;
  right: 15px;
  background: #FFF;
  padding: 10px;
  border-radius: 4px;
}
.blog-lists .blog-posts .blog-item .thumbnail .date-posted p {
  font-weight: 600;
  font-family: poppins, sans-serif;
  font-size: 22px;
}
.blog-lists .blog-posts .blog-item .thumbnail .date-posted p {
  margin-bottom: 0;
}
.blog-lists .blog-posts .blog-item .col-text {
  -webkit-box-shadow: 0 0 5px 1px #d6d6d6;
  box-shadow: 0 0 5px 1px #d6d6d6;
  background: #274193;
}
.blog-lists .blog-posts .blog-item .col-text .article-excerpt {
  position: relative;
  padding: 20px;
  width: 95%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #274193;
  margin: 0 auto;
  margin-top: -30px;
  padding-bottom: 30px;
}
.blog-lists .blog-posts .blog-item .col-text .article-excerpt a {
  text-decoration: none;
}
.blog-lists .blog-posts .blog-item .col-text .article-excerpt a .article-title {
  font-size: 24px;
  font-weight: 600;
  font-family: poppins, sans-serif;
}
.blog-lists .blog-posts .blog-item .col-text .article-excerpt .text-box {
  line-height: 28px;
  min-height: 56px;
}
.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link {
  margin-top: 30px;
}
.blog-lists .pagination-container {
  padding-bottom: 50px;
}
.blog-lists .pagination-container .pagination {
  display: flex;
  width: 20%;
  justify-content: space-around;
}
.blog-lists .pagination-container .pagination .page-numbers {
  font-weight: bold;
  font-family: poppins, sans-serif;
  color: #A1A1A1;
  font-size: 27px;
  letter-spacing: 0;
  line-height: 44px;
  text-decoration: none;
  margin: 0 10px;
}
.blog-lists .pagination-container .pagination .page-numbers.current {
  color: #274193;
}
.blog-lists .pagination-container .pagination .page-numbers.next {
  background: #274193;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-lists .pagination-container .pagination .page-numbers.prev {
  background: #274193;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-lists .blog-posts .blog-item {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 1px #d6d6d6;
  box-shadow: 0 0 5px 1px #d6d6d6;
  border-radius: 4px;
}
.blog-lists .blog-posts .blog-item .thumbnail {
  border-radius: 4px;
  height: 300px;
}
.blog-lists .blog-posts .blog-item .thumbnail a img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-lists .blog-posts .blog-item .thumbnail a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-lists .blog-posts .blog-item .thumbnail .date-posted {
  position: absolute;
  top: 20px;
  right: 15px;
  background: #FFF;
  padding: 10px;
  border-radius: 4px;
}
.blog-lists .blog-posts .blog-item .thumbnail .date-posted p {
  font-weight: 600;
  font-family: poppins, sans-serif;
  font-size: 22px;
  color: #274193;
}
.blog-lists .blog-posts .blog-item .thumbnail .date-posted p {
  margin-bottom: 0;
}
.blog-lists .blog-posts .blog-item .col-text {
  -webkit-box-shadow: 0 0 5px 1px #d6d6d6;
  box-shadow: 0 0 5px 1px #d6d6d6;
  background: #274193;
}
.blog-lists .blog-posts .blog-item .col-text .article-excerpt {
  position: relative;
  padding: 20px;
  width: 95%;
  background: #274193;
  margin: 0 auto;
  margin-top: -30px;
  padding-bottom: 30px;
  border-radius: 15px;
}
.blog-lists .blog-posts .blog-item .col-text .article-excerpt a {
  text-decoration: none;
}
.blog-lists .blog-posts .blog-item .col-text .article-excerpt a .article-title {
  font-size: 24px;
  font-weight: 600;
  font-family: sofia-pro-soft, sans-serif;
  background: none !important;
}
.blog-lists .blog-posts .blog-item .col-text .article-excerpt .text-box {
  line-height: 28px;
  min-height: 56px;
  color: white !important;
  font-size: 18px;
}
.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link {
  margin-top: 30px;
}
.blog-lists .blog-posts .blog-item .col-text .article-excerpt .link a {
  background: #E94B59 !important;
  border-radius: 4px !important;
}
.blog-lists .pagination-container {
  padding-bottom: 50px;
}
.blog-lists .pagination-container .pagination {
  display: flex;
  width: 20%;
  justify-content: space-around;
}
.blog-lists .pagination-container .pagination .page-numbers {
  font-weight: bold;
  font-family: poppins, sans-serif;
  color: #A1A1A1;
  font-size: 27px;
  letter-spacing: 0;
  line-height: 44px;
  text-decoration: none;
}
.blog-lists .pagination-container .pagination .page-numbers.current {
  color: #274193;
}
.blog-lists .pagination-container .pagination .page-numbers.next {
  background: #274193;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-lists .pagination-container .pagination .page-numbers.prev {
  background: #274193;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.the-team {
  padding-bottom: 150px;
}
.the-team .subheading h1, .the-team .subheading h2, .the-team .subheading h3, .the-team .subheading h4, .the-team .subheading h5, .the-team .subheading h6 {
  font-size: 22px;
}

.the-members {
  background: #FAC9D1;
}
@media screen and (max-width: 600px) {
  .the-members .row {
    padding: 14px;
  }
}
@media screen and (max-width: 600px) {
  .the-members .team-members ul {
    padding-inline-start: 0px;
  }
}
.the-members .team-members .team-member {
  background: #FFF;
  border-radius: 50px;
  padding: 40px;
  margin-top: -70px;
  margin-bottom: 200px;
}
@media screen and (max-width: 600px) {
  .the-members .team-members .team-member {
    padding: 15px;
  }
}
.the-members .team-members .team-member .team-item .col-text {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .the-members .team-members .team-member .team-item .col-text {
    padding-left: 10px;
  }
}
.the-members .team-members .team-member .team-item .col-text:before {
  content: "";
  width: 2px;
  height: 100%;
  display: flex;
  position: absolute;
  left: -10px;
  background-color: #EAEAEA;
}
.the-members .team-members .team-member .team-item .thumbnail {
  margin-top: -100px;
  border-radius: 100%;
  margin-bottom: 30px;
}
.the-members .team-members .team-member .team-item .thumbnail img {
  object-fit: cover;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  border: 2px solid #FFF;
}
@media screen and (max-width: 1440px) {
  .the-members .team-members .team-member .team-item .thumbnail img {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .the-members .team-members .team-member .team-item .thumbnail img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .the-members .team-members .team-member .team-item .thumbnail {
    text-align: center;
  }
}
.the-members .team-members .team-member .team-item .member-details {
  text-align: center;
}
.the-members .team-members .team-member .team-item .member-details h3, .the-members .team-members .team-member .team-item .member-details h4 {
  color: #274193;
}
.the-members .team-members .team-member .team-item .member-details h3 {
  font-size: 32px;
}
.the-members .team-members .team-member .team-item .member-details h4 {
  font-family: poppins, sans-serif;
  font-size: 24px;
}
.the-members .team-members .team-member .article-excerpt h2 {
  font-size: 34px;
  color: #274193;
}
@media screen and (max-width: 600px) {
  .the-members .team-members .team-member .article-excerpt img {
    width: 300px;
    object-fit: contain;
  }
}
@media screen and (max-width: 425px) {
  .the-members .team-members .team-member .article-excerpt img {
    width: 230px;
    object-fit: contain;
  }
}

.dual-text-editor .subheading {
  margin: 10px 0;
}
.dual-text-editor .subheading h1, .dual-text-editor .subheading h2, .dual-text-editor .subheading h3, .dual-text-editor .subheading h4, .dual-text-editor .subheading h5 {
  font-size: 18px;
  color: #212529;
  font-weight: normal;
}

.client-testimonial .testimonial {
  z-index: 99;
}
.client-testimonial .testimonial .testimonial-holder {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.client-testimonial .testimonial .testimonial-holder .col-img {
  display: flex;
  justify-content: center;
}
.client-testimonial .testimonial .testimonial-holder .col-img .square {
  height: 150px;
  width: 150px;
  background-color: transparent;
}
.client-testimonial .testimonial .testimonial-holder .col-img .square img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

.google-reviews .wprs_unslider .wprev-slider ul li .wprevpro_t1_SPAN_5 {
  text-transform: capitalize !important;
}
.google-reviews .wprs_unslider .wprev-slider ul li .wprevpro_t1_outer_div {
  padding: 35px !important;
}
.google-reviews .wprs_unslider .wprev-slider ul li .wprevpro_t1_outer_div .wprev_preview_bradius_T1 {
  border-radius: 25px !important;
}
.google-reviews .wprs_unslider .wprs_unslider-arrow {
  background-color: #E94B59;
  opacity: 1 !important;
}
@media screen and (max-width: 600px) {
  .google-reviews .wprs_unslider .wprs_unslider-arrow.prev {
    left: -9px !important;
  }
}
@media screen and (max-width: 600px) {
  .google-reviews .wprs_unslider .wprs_unslider-arrow {
    right: -5px !important;
  }
}
.google-reviews .wprs_unslider .wprs_unslider-nav {
  box-shadow: none !important;
  background: transparent !important;
}

.treatment-icons .icons-row {
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .treatment-icons .icons-row .icons {
    display: none;
  }
}
.treatment-icons .icons-row .icons:hover {
  transform: scale(1.1);
}
.treatment-icons .icons-row .icons:hover img {
  box-shadow: none;
}
.treatment-icons .icons-row .mob-icons-btn {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .treatment-icons .icons-row .mob-icons-btn a {
    width: 100%;
  }
}
.treatment-icons .icons {
  text-align: center;
}
.treatment-icons .icons .icon-wrap {
  margin-bottom: 10px;
}
.treatment-icons .icons a.icon-link img {
  height: 85px;
  width: 85px;
  box-shadow: 0px 0px 31px #00000029;
  padding: 20px;
  border-radius: 50%;
}
.treatment-icons .icons .icon-rel {
  text-decoration: none;
  font-weight: bold;
  font-family: sofia-pro-soft, sans-serif;
  color: #274193;
}
.treatment-icons .icons:nth-child(1) img {
  background: #E94B59;
}
.treatment-icons .icons:nth-child(2) img {
  background: #FFDD77;
}
.treatment-icons .icons:nth-child(3) img {
  background: #99E6D8;
}
.treatment-icons .icons:nth-child(4) img {
  background: #FAC9D1;
}
.treatment-icons .icons:nth-child(5) img {
  background: #274193;
}
.treatment-icons .icons:nth-child(6) img {
  background: #99E6D8;
}

.testimonial-icons {
  background: url("https://cardiffhearing.co.uk/app/uploads/2021/11/lobey-surfingcardiff-hearing.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 629px;
  background-position: bottom right;
  padding-bottom: 40px;
}
.testimonial-icons .owl-carousel .item {
  height: 100px;
  background: #FFF;
  border-radius: 4px;
  padding: 10px;
}
.testimonial-icons .owl-carousel .item .icon {
  width: 500px;
  height: 400px;
}
.testimonial-icons .owl-carousel .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testimonial-icons .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}
.testimonial-icons .owl-carousel .owl-dots .owl-dot {
  border: 3px solid #E94B59 !important;
  padding: 5px !important;
  margin: 0 10px !important;
  border-radius: 100%;
}
.testimonial-icons .owl-carousel .owl-dots .owl-dot.active {
  background: #E94B59 !important;
}

/* Footer*/
footer {
  background-color: #274193;
  background-image: url("https://cardiffhearing.co.uk/app/uploads/2021/11/footer-pattern-cardiff-hearing.svg");
  background-repeat: no-repeat;
  background-size: 67%;
  background-position: right bottom;
  right: 0;
  position: relative;
  padding: 10px 0 10px 0;
}
@media screen and (max-width: 998px) {
  footer {
    padding: 32px 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-left: 10px;
  }
}
footer:before {
  content: "";
  background: url(https://cardiffhearing.co.uk/app/uploads/2021/11/packages-top-cardiff-hearing.svg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 24%;
  top: -133px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  footer:before {
    height: 21%;
  }
}
@media screen and (max-width: 992px) {
  footer:before {
    height: 15%;
  }
}
@media screen and (max-width: 768px) {
  footer:before {
    height: 10%;
  }
}
footer .awards-and-affiliates {
  margin-top: 30px;
}
footer .awards-and-affiliates .owl-carousel .item {
  height: 100px;
  background: #FFF;
  border-radius: 4px;
  padding: 10px;
}
footer .awards-and-affiliates .owl-carousel .item .icon {
  width: 300px;
  height: 200px;
}
footer .awards-and-affiliates .owl-carousel .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .opening-hours {
  padding-left: 0;
  list-style: none;
}
footer .opening-hours li {
  color: #FFF;
  font-family: poppins, sans-serif;
  font-weight: 500;
}
footer .opening-hours li .opening-day {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .opening-hours li .opening-day .times {
  display: flex;
}
footer .opening-hours li .opening-day .times .open-from {
  margin-right: 15px;
}
footer .social-media-buttons {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .social-media-buttons a {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  text-decoration: none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
footer .social-media-buttons a i {
  font-size: 1.5rem;
  color: #274193;
}
footer .social-media-buttons a:hover {
  animation-name: bounce;
  -moz-animation-name: bounce;
}
footer .contact-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
footer .contact-info a {
  text-decoration: none;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding: 4px 20px;
  font-weight: 500;
  border-radius: 4px;
  background: #FFF;
  color: #274193;
}
footer .contact-info a.email:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='envelope' class='svg-inline--fa fa-envelope fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23274193' d='M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z'%3E%3C/path%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  margin-right: 10px;
}
footer .contact-info a.telephone:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='phone' class='svg-inline--fa fa-phone fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23274193' d='M487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3C5 357.3-2.6 372.3.8 387L24 487.7C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z'%3E%3C/path%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  margin-right: 10px;
}
footer .contact-info a:hover:before {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
footer h3 {
  color: #FFF;
  font-size: 24px;
  margin-bottom: 30px;
}
footer .links {
  list-style: none;
  display: inline-flex;
  padding-left: 0;
  width: 100%;
  flex-direction: column;
  padding-left: 0;
}
footer .links li a {
  color: #FFF;
  font-weight: 500;
  text-transform: lowercase;
}
footer .links li a:hover {
  padding-left: 10px;
  color: #48B9B2;
}

.secondary-footer {
  background: #111F4A;
  padding: 8px 0;
}
.secondary-footer .site-info {
  text-align: center;
  width: 100%;
}
.secondary-footer .site-info p {
  color: #FFF;
  margin-bottom: 0;
  font-size: 14px;
}
.secondary-footer .site-info a {
  color: #FFF;
  font-size: 14px;
}
.secondary-footer .site-info a:hover {
  color: #48B9B2;
}

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