@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700;900&display=swap");
body {
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  color: #3f4244;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

/*-- TYPOGRAPHY --*/
h2 {
  font-size: 40px;
  font-weight: 700;
  color: #37373a;
  padding: 20px 0 20px 30px;
  border-left: 2px solid #298fc2;
  margin-bottom: 35px;
}
h2 .h2-sm {
  font-size: 0.8em;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    padding: 15px 0 15px 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 399px) {
  h2 {
    font-size: 20px;
  }
}

h2.h2-center {
  padding: 0;
  border: none;
  text-align: center;
}

h3 {
  font-size: 30px;
  margin: 0 0 35px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    margin: 0 0 25px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 17px;
  }
}

.sm-blue {
  font-size: 0.8em;
  color: #298fc2;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 575px) {
  .sm-blue {
    font-size: 0.9em;
  }
}

p {
  line-height: 1.7;
  margin-bottom: 35px;
}

.grey-btn {
  font-weight: 700;
  color: #37373a;
  background: #efefef;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 18px 35px 21px;
  line-height: 1;
  text-transform: uppercase;
  transform: 0.25s all linear;
  display: inline-block;
}
.grey-btn:hover {
  background: #298fc2;
  color: #fff;
  text-decoration: none;
}

.text-col {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .text-col {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .text-col {
    padding-top: 35px;
    padding-bottom: 0;
  }
}

.text-col-sm {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1199px) {
  .text-col-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .text-col-sm {
    padding-top: 35px;
    padding-bottom: 0;
  }
}

/*-- HEADER --*/
.navbar {
  padding: 25px 4% 0;
  z-index: 1000;
  font-size: 16px;
  transition: 0.25s all linear;
  /*@include respond-below(xxxl){
      padding:20px !important;
      font-size:14px;
  }*/
}
.navbar.scrolled {
  padding: 15px 4% 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 991px) {
  .navbar {
    font-size: 14px;
    padding: 15px 0 0 !important;
  }
}
.navbar #navbarCollapse {
  flex-direction: column;
  align-items: end;
}
@media (max-width: 991px) {
  .navbar #navbarCollapse {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    background: #f8f8f8;
  }
}
.navbar .container {
  width: 100%;
  max-width: none;
}
.navbar .secondary-links {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .navbar .secondary-links {
    justify-content: center;
    flex-direction: column;
    margin: 15px 0;
  }
}
.navbar .navbar-nav > li {
  position: relative;
  margin-left: 35px;
}
@media (max-width: 1499px) {
  .navbar .navbar-nav > li {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li {
    margin: 0;
  }
}
.navbar .navbar-nav > li:hover > a {
  color: #298fc2 !important;
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li:hover > a {
    color: #fff !important;
    background: #298fc2;
    border-color: #298fc2;
  }
}
.navbar .nav-link {
  font-weight: 700;
  color: #37373a !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  .navbar .nav-link {
    padding: 10px 20px;
    border-bottom: 1px solid #efefef;
    text-align: center;
  }
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
  margin-right: 16px;
}

.social-link {
  text-decoration: none;
  height: 14px;
  margin-right: 6px;
}

.social-link img {
  display: block;
  height: 100%;
  width: auto;
}

.social-links-mobile {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
  margin-right: 12px;
  right: 130px;
  top: 25px;
}

.social-links-footer {
  position: static;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 0;
  margin-right: auto;
  margin-top: 16px;
  filter: grayscale(100%) brightness(2);
}

@media screen and (min-width: 578px) {
  .social-links-mobile {
    right: 200px;
    top: 27px;
  }
  .social-link {
    text-decoration: none;
    height: 18px;
    margin-right: 6px;
  }
}

@media screen and (min-width: 992px) {
  .social-links-mobile {
    display: none;
  }
}

.navbar #phone-link,
.navbar #phone-link-mobile {
  color: #298fc2;
  font-weight: 700;
  margin-right: 20px;
  font-size: 14px;
}
.navbar #phone-link i,
.navbar #phone-link-mobile i {
  color: #298fc2;
  margin-right: 5px;
}
.navbar #phone-link:hover,
.navbar #phone-link-mobile:hover {
  text-decoration: none;
  color: #0b729b;
}
@media (max-width: 991px) {
  .navbar #phone-link {
    display: none;
  }
}
.navbar #phone-link-mobile {
  display: none;
  margin: 0;
  position: absolute;
  right: 3%;
  top: 25px;
  margin-right: 70px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .navbar #phone-link-mobile {
    display: block;
  }
}
@media (max-width: 575px) {
  .navbar #phone-link-mobile {
    margin-right: 50px;
    font-size: 10px;
    top: 24px;
  }
  .navbar #phone-link-mobile i {
    margin-right: 1px;
  }
}
@media (max-width: 299px) {
  .navbar #phone-link-mobile {
    display: none;
  }
}
.navbar .contact-btn {
  background: #298fc2;
  color: #fff;
  padding: 8px 20px 10px;
  font-size: 13px;
  margin-left: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transition: 0.25s all linear;
  border: 1px solid #298fc2;
  /*@include respond-below(xxxl){
      font-size:11px;
      padding:10px 20px 12px;
      margin-left:20px;
  }

  @include respond-below(xl){
      font-size:10px;
      padding-left:15px;
      padding-right:15px;
      margin-left:15px;
  }*/
}
.navbar .contact-btn.doctor-referral {
  color: #298fc2;
  background: transparent;
}
@media (max-width: 991px) {
  .navbar .contact-btn {
    font-size: 14px;
    margin: 3px auto;
    width: 80%;
  }
}
.navbar .contact-btn:hover {
  background: #0b729b;
  border-color: #0b729b;
  color: #fff;
  text-decoration: none;
}
.navbar .navbar-toggler {
  position: absolute;
  right: 3%;
  top: 15px;
  padding: 12px;
  background: #298fc2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: 0.25s all linear;
}
@media (max-width: 575px) {
  .navbar .navbar-toggler {
    top: 12px;
  }
}
.navbar .navbar-toggler:hover {
  background: #298fc2;
}
.navbar .navbar-toggler:hover .animated-icon span {
  background: #fff;
}
.navbar .dropdown-toggle::after {
  margin-left: 8px;
}
.navbar .animated-icon {
  height: 18px;
  width: 18px;
  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;
}
@media (max-width: 575px) {
  .navbar .animated-icon {
    height: 15px;
    width: 15px;
  }
}
.navbar .animated-icon span {
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  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;
}
.navbar .animated-icon span:nth-child(1) {
  top: 0px;
}
.navbar .animated-icon span:nth-child(2), .navbar .animated-icon span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}
.navbar .animated-icon span:nth-child(4) {
  bottom: 0px;
}
.navbar .animated-icon.open span:nth-child(1),
.navbar .animated-icon.open span:nth-child(4) {
  top: 50%;
  width: 0%;
  margin-top: -2px;
  left: 50%;
}
.navbar .animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar #logo {
  width: 250px;
  float: left;
  margin-bottom: 20px;
}
@media (max-width: 1499px) {
  .navbar #logo {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .navbar #logo {
    width: 190px;
  }
}
@media (max-width: 991px) {
  .navbar #logo {
    margin: 0 0 15px 3%;
    width: 150px;
  }
}
@media (max-width: 575px) {
  .navbar #logo {
    width: 120px;
  }
}

.sub-menu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 240px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  /*visibility:hidden;*/
  max-height: 0;
  overflow: hidden;
  transition: 0.25s all linear;
  padding: 0;
  font-size: 0.9em;
}
.sub-menu li {
  padding: 0;
  list-style-type: none;
}
@media (max-width: 991px) {
  .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    border: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    width: 100%;
  }
}
.sub-menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #efefef;
  color: #3f4244;
}
@media (max-width: 991px) {
  .sub-menu a {
    text-align: center;
  }
}
.sub-menu a:hover {
  background: #efefef;
  text-decoration: none;
}
@media (max-width: 991px) {
  .sub-menu a {
    background: #232323;
    color: #fff;
    border-bottom: 1px solid #000;
  }
  .sub-menu a:hover {
    background: #000;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .sub-menu li:first-of-type a {
    border-top: 3px solid #298fc2;
  }
}

.menu-item-has-children.expanded .sub-menu {
  /*visibility: visible;*/
  max-height: 200px;
  transition: 0.25s all linear;
}

/*-- BODY STYLES --*/
#wrapper {
  margin-top: 130px;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  #wrapper {
    margin-top: 125px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  #wrapper {
    margin-top: 73px;
  }
}
@media (max-width: 575px) {
  #wrapper {
    margin-top: 64px;
  }
}

.top-banner {
  width: 100%;
  height: 600px;
  background: url("/assets/img//banners/home-top-2.jpg") center center no-repeat;
  background-size: cover;
  -webkit-border-radius: 5px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius: 5px;
  -moz-border-radius-bottomright: 15px;
  border-radius: 5px;
  border-bottom-right-radius: 15px;
  position: relative;
  overflow: hidden;
}
.top-banner #vid1 {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  z-index: 0;
  opacity: 1;
  display: flex;
}
@media (max-width: 991px) {
  .top-banner #vid1 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .top-banner #vid1 {
    height: 115%;
    width: auto;
  }
}
@media (max-width: 1199px) {
  .top-banner {
    height: 450px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
@media (max-width: 991px) {
  .top-banner {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .top-banner {
    height: 350px !important;
  }
}
@media (max-width: 575px) {
  .top-banner {
    height: 250px !important;
  }
}
@media (max-width: 399px) {
  .top-banner {
    height: 200px !important;
  }
}
.top-banner h1 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 35px 60px 45px 125px;
  color: #fff;
  text-align: right;
  font-size: 45px;
  font-weight: 900;
  z-index: 0;
}
.top-banner h1 .h1-sub {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .top-banner h1 .h1-sub {
    margin-top: 5px;
  }
}
.top-banner h1:after {
  content: "";
  position: absolute;
  background: url("/assets/img/header-ground.svg") left center no-repeat;
  background-size: auto 100%;
  width: 10000px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.top-banner h1.h1-left {
  left: 0;
  right: auto;
  text-align: left;
  padding: 35px 125px 45px 60px;
}
.top-banner h1.h1-left:after {
  background: url("/assets/img/header-ground-left.svg") right center no-repeat;
  right: 0;
  left: auto;
}
@media (max-width: 1499px) {
  .top-banner h1.h1-left {
    padding: 30px 100px 40px 0;
    left: 4%;
  }
}
@media (max-width: 1199px) {
  .top-banner h1.h1-left {
    padding: 25px 80px 35px 0;
  }
}
@media (max-width: 575px) {
  .top-banner h1.h1-left {
    padding: 15px 60px 20px 0;
  }
}
@media (max-width: 399px) {
  .top-banner h1.h1-left {
    padding: 10px 50px 15px 0;
  }
}
@media (max-width: 1499px) {
  .top-banner h1 {
    font-size: 35px;
    padding: 30px 0 40px 100px;
    right: 4%;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .top-banner h1 {
    padding: 25px 0 35px 80px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .top-banner h1 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .top-banner h1 {
    font-size: 22px;
    padding: 15px 0 20px 60px;
  }
}
@media (max-width: 399px) {
  .top-banner h1 {
    font-size: 18px;
    padding: 10px 0 15px 50px;
  }
}

.home-banner {
  background: #232323;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height:650px;

  @include respond-below(xxxl){
      height:550px;
  }*/
}

.image-right {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .image-right {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .image-right {
    padding-left: 15px;
  }
}

.image-left {
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .image-left {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .image-left {
    padding-right: 15px;
  }
}

.technology-image img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.technology-image .info-strip {
  background: #3f4244;
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.technology-image .info-strip a.grey-btn {
  /*background:#fff;
  color:#19388a;*/
  float: none !important;
  display: block;
}

section {
  padding: 110px 0;
}
section.light-grey-ground {
  background: #f8f8f8;
}
section.img-ground {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  section.img-ground {
    background-size: 100% auto;
    padding: 450px 0 0;
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  section.img-ground {
    padding: 300px 0 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  section.img-ground {
    padding: 230px 0 0;
  }
}
@media (max-width: 399px) {
  section.img-ground {
    padding: 150px 0 0;
  }
}
section img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media (max-width: 1199px) {
  section {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 399px) {
  section {
    padding: 50px 0;
  }
}

#memberships img,
#community-support img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.text-block {
  padding: 60px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .text-block {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .text-block {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .text-block {
    padding: 30px;
  }
}

.why-choose-block {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
  overflow: hidden;
}
.why-choose-block .choose-icon {
  width: 25%;
  margin-right: 5%;
  float: left;
  max-width: 115px;
}
.why-choose-block .choose-info {
  width: 70%;
  float: left;
}
.why-choose-block .choose-info h3 {
  margin: 5px 0;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .why-choose-block .choose-info h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .why-choose-block .choose-info h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .why-choose-block .choose-info h3 {
    font-size: 16px;
  }
}
.why-choose-block .choose-info p {
  margin: 0;
  line-height: 1.5;
}

.image-info img {
  width: 100%;
}
.image-info .info-card,
.image-info .info-card-sm,
.image-info .info-card-3 {
  width: 92%;
  margin: -40px 4% 0;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .image-info .info-card,
.image-info .info-card-sm,
.image-info .info-card-3 {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .image-info .info-card,
.image-info .info-card-sm,
.image-info .info-card-3 {
    padding: 15px 20px;
    margin-top: -30px;
  }
}
.image-info .info-card h3,
.image-info .info-card-sm h3,
.image-info .info-card-3 h3 {
  margin: 0;
}
.image-info .info-card .cta-circle,
.image-info .info-card-sm .cta-circle,
.image-info .info-card-3 .cta-circle {
  width: 50px;
  height: 50px;
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: 0.25s all linear;
  color: #37373a;
}
.image-info .info-card .cta-circle:hover,
.image-info .info-card-sm .cta-circle:hover,
.image-info .info-card-3 .cta-circle:hover {
  background: #298fc2;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .image-info .info-card .cta-circle,
.image-info .info-card-sm .cta-circle,
.image-info .info-card-3 .cta-circle {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 575px) {
  .image-info .info-card .cta-circle,
.image-info .info-card-sm .cta-circle,
.image-info .info-card-3 .cta-circle {
    width: 40px;
    height: 40px;
  }
}
.image-info .info-card-sm {
  padding: 20px 25px;
  margin-top: -35px;
}
.image-info .info-card-3 {
  flex-direction: column;
  padding: 35px 45px 45px;
}
@media (max-width: 1199px) {
  .image-info .info-card-3 {
    padding: 25px 35px 35px;
  }
}
@media (max-width: 767px) {
  .image-info .info-card-3 {
    padding: 20px 30px 30px;
  }
}

#supporters a {
  width: 160px;
  display: inline-block;
  margin-left: 50px;
}

.container-1300 {
  width: 92%;
  margin: 0 auto;
  max-width: 1300px;
}

#testimonials {
  background: url("/assets/img/testimonial-ground.jpg") no-repeat;
  background-size: cover;
  padding: 200px 0;
}
@media (max-width: 1199px) {
  #testimonials {
    padding: 110px 0;
  }
}
@media (max-width: 767px) {
  #testimonials {
    padding: 280px 0 0;
    background-size: 100% auto;
    background-position: center top;
  }
}
@media (max-width: 575px) {
  #testimonials {
    padding: 175px 0 0;
  }
}
#testimonials #testimonial-wrapper {
  background: #fff;
  position: relative;
  margin-top: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  min-height: 450px;
}
@media (max-width: 1199px) {
  #testimonials #testimonial-wrapper {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  #testimonials #testimonial-wrapper {
    min-height: 0;
  }
}
#testimonials #testimonial-wrapper:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50px;
  width: 107px;
  height: 84px;
  background: url("/assets/img/quote.svg") no-repeat;
}
@media (max-width: 991px) {
  #testimonials #testimonial-wrapper:before {
    left: 30px;
    width: 60px;
    height: 50px;
    top: -35px;
  }
}
#testimonials #testimonial-wrapper #testimonials-slide {
  padding: 60px 50px;
  min-height: 400px;
}
@media (max-width: 991px) {
  #testimonials #testimonial-wrapper #testimonials-slide {
    min-height: 0;
    padding: 40px 30px 40px;
  }
}
#testimonials #testimonial-wrapper #testimonials-slide .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 0;
}
#testimonials #testimonial-wrapper #testimonials-slide .carousel-indicators li {
  background: #3f4244;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 15px 0 0;
  opacity: 0.5;
}
#testimonials #testimonial-wrapper #testimonials-slide .carousel-indicators li.active {
  opacity: 1;
}
#testimonials #testimonial-wrapper #testimonials-slide .testimonial-author {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  float: left;
  padding-bottom: 3px;
}
@media (max-width: 1199px) {
  #testimonials #testimonial-wrapper #testimonials-slide .testimonial-author {
    font-size: 18px;
  }
}
#testimonials #testimonial-wrapper #testimonials-slide p {
  margin: 35px 0;
}
@media (max-width: 1199px) {
  #testimonials #testimonial-wrapper #testimonials-slide p {
    margin-top: 25px;
  }
}

/*-- FOOTER --*/
footer {
  width: 100%;
  background: #313435;
  float: left;
  margin-bottom: 30px;
  padding: 80px 0;
  color: #fff;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
footer .copyright {
  font-size: 12px;
  width: 100%;
  color: #efefef;
}
@media (max-width: 767px) {
  footer .copyright {
    margin-top: 35px;
    font-size: 10px;
  }
}
footer hr {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  margin: 70px 0 25px;
}
@media (max-width: 767px) {
  footer hr {
    display: none;
  }
}
footer #footer-logo {
  display: block;
  width: 100px;
}
@media (max-width: 991px) {
  footer #footer-logo {
    width: 80px;
  }
}
footer .footer-col {
  float: right;
  margin-left: 60px;
  /*@include respond-above(md){
      &:first-of-type {
          margin-right:35px;
      }
  }*/
}
footer .footer-col:last-of-type {
  margin-left: 0;
}
footer .footer-col p {
  margin-bottom: 0;
  font-size: 0.9em;
}
footer .footer-col h4 {
  font-size: 20px;
  margin: 0 0 12px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  footer .footer-col h4 {
    font-size: 18px;
  }
}
footer .footer-col a {
  margin-bottom: 10px;
  color: #fff;
}
footer .footer-col a:hover {
  text-decoration: none;
  color: #298fc2;
}
@media (max-width: 1199px) {
  footer .footer-col {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-col {
    float: left;
    clear: both;
    margin: 35px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  footer {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 0;
  }
}

.memberships {
  padding: 0 15px;
}
.memberships a {
  margin: 0 15px 30px;
  width: 180px;
  height: 180px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 3px solid #fff;
}
@media (max-width: 1199px) {
  .memberships a {
    width: 160px;
    height: 160px;
    padding: 15px;
    margin: 0 10px 20px;
  }
}
@media (max-width: 767px) {
  .memberships a {
    width: 140px;
    height: 140px;
    padding: 10px;
  }
}
@media (max-width: 399px) {
  .memberships a {
    width: 120px;
    height: 120px;
  }
}
.memberships a:hover {
  border-color: #298fc2;
}

.accordion-wrapper {
  border: 1px solid #969696;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.accordion-wrapper .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  border-top: 1px solid #969696;
  transition: 0.25s all linear;
}
.accordion-wrapper .card:first-of-type {
  border-top: none;
}
.accordion-wrapper .card:hover {
  text-decoration: none;
}
.accordion-wrapper .card-header {
  font-weight: 700;
  font-size: 25px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: none;
}
.accordion-wrapper button {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 70px 20px 30px;
  margin: 0;
  text-align: left;
  color: #3f4244;
  font-weight: 700;
  font-size: 25px;
  transition: 0.25s all linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #298fc2;
  color: #fff;
}
.accordion-wrapper button:focus {
  text-decoration: none;
}
.accordion-wrapper button:hover {
  background: #298fc2;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .accordion-wrapper button {
    font-size: 16px;
    padding: 20px 15px;
  }
}
.accordion-wrapper button.collapsed {
  background: #fff;
  color: #3f4244;
}
.accordion-wrapper button.collapsed:hover {
  background: #efefef;
  text-decoration: none;
}
.accordion-wrapper button:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .accordion-wrapper button:after {
    font-size: 13px;
    right: 15px;
    top: 22px;
  }
}
.accordion-wrapper button.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "";
}
.accordion-wrapper .card-body {
  padding: 50px;
  background: #fff;
  /*p,
  ul {
      margin:0 0 30px;
      font-size:.9em;

      @include respond-below(xl){
          margin:0;
      }

      @include respond-below(md){
          margin:15px 0 0;
      }
  }*/
}
@media (max-width: 767px) {
  .accordion-wrapper .card-body {
    padding: 20px 15px;
  }
}

.app-links a {
  width: 160px;
  margin-right: 3px;
}
@media (max-width: 1349px) {
  .app-links a {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .app-links a {
    width: 130px;
  }
}

.form-wrapper {
  padding: 60px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-left: 40px;
}
@media (max-width: 991px) {
  .form-wrapper {
    padding: 50px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .form-wrapper {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .form-wrapper {
    padding: 30px;
  }
}

.resource-link {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: flex;
  align-items: center;
  border: 4px solid #fff;
}
.resource-link h4 {
  margin: 0;
  color: #3f4244;
}
.resource-link img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.resource-link:hover {
  text-decoration: none;
  border-color: #298fc2;
}

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