/* COLOR SCHEME
	================================================ */
:root {
  --black: #212120;
  --sky-blue: #def1ff;
  --pink: #f26e7d;
  --button-blue: #578bc3;
  --text-gray: #a0a0a0;
  --dark-gray: #5c5c5c;
  --light-pink: #fef0f2;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Needs to be here to prevent blob in patient stories
section from causing a horizontal scroll */
html,
body {
  overflow-x: hidden !important;
  position: relative;
}

.gradient-transition-hero {
  background: linear-gradient(
    179.65deg,
    rgba(255, 255, 255, 0) 61.45%,
    rgba(255, 255, 255, 0.9) 93.12%,
    #ffffff 99.69%
  );
  height: 100px;
  margin-top: -150px;
  z-index: 1;
  position: relative;
}

.home__section-hero {
  background-color: var(--sky-blue);
  height: 600px;
  padding-top: 50px;
}

/* GENERAL STYLES
	================================================ */
.pink-highlight {
  background-image: linear-gradient(
    to bottom,
    transparent 0,
    transparent 0.8em,
    #fbdada 0.8001em,
    #fbdada 1.2em,
    transparent 1.2001em,
    transparent
  );
}

.drop-shadow {
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.1);
}

/* HOME - SITE HERO
		================================================ */

.home__section-hero .hero-header {
  padding-top: 3%;
}
.home__section-hero .container {
  height: inherit;
  display: flex;
}
.home__section-hero h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 36px;
  /*text-align: center; */
  font-weight: 800 !important;
  margin-bottom: 30px !important;
  color: var(--button-blue);
}

.home__section-hero h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
.home__section-hero span {
  color: #37669a;
  font-size: 48px;
  padding-top: 4%;
  font-weight: bold;
}
.home__section-hero img {
  height: auto;
}
.home__section-hero p {
  font-family: Merriweather;
  font-weight: 400;
  padding-bottom: 4%;
  padding-top: 4%;
}
.home__section-hero .btn.btn-primary.btn-lg {
  color: #fff;
  background-color: var(--button-blue);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  border: none;
  border-radius: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.home__section-hero .btn.btn-primary.btn-lg:hover {
  box-shadow: rgb(0 0 0 / 2%) 0px 16px 32px;
  transform: translateY(-1px);
  background: #5d94d0;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.home__section-hero .btn.btn-primary.btn-lg:active {
  transform: scale(0.99);
  background-color: #4277b0;
  transform: translateY(1px);
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

/* FAQ content */

.pink-link {
  color: var(--pink);
}

a.pink-link:hover {
  color: var(--pink);
}

.preregistry {
  color: var(--button-blue);
}

.center {
  text-align: center;
}

.dark-blue {
  color: var(--button-blue);
}

.big-bold {
  font-weight: bold;
  font-size: 22px;
}

.med-bold {
  font-weight: bold;
  font-size: 18px;
}

.busy {
  margin-bottom: 10px;
}

.question {
  font-family: "Montserrat";
  font-weight: bold;
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-size: 18px;
  margin-bottom: 2px;
}

.question-row {
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
  border-radius: 19px;
  margin: 10px;
  padding: 5px;
}

.answer {
  font-family: "Montserrat";
  padding: 20px 0px 0px 50px;
  display: none;
  color: var(--button-blue);
  font-weight: bold;
}

.big-q {
  font-weight: bold;
  padding-right: 5px;
  color: var(--pink);
}

.big-a {
  font-weight: bold;
  padding-right: 5px;
  color: var(--button-blue);
}

#connect {
  height: 400px;
  width: 80%;
  overflow: hidden;
  margin-bottom: -350px;
  background-image: url("images/form-background.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -300px;
  z-index: 500;
}

#leapcure-box {
  border-radius: 20px;
  padding: 20px;
  min-height: 320px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: #212529;
}

#comment-box {
  text-align: center;
  margin-top: 100px;
}

#still-have-questions {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}

#email-us {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-size: 16.75px;
  line-height: 145%;
  /* or 24px */
  color: #ffffff;
}

#chat-button {
  width: 45%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
}

#explanation {
  position: relative;
  top: -270px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
}

.small-button {
  display: inline;
  font-size: 16px;
  padding: 0 0 !important;
  width: 30%;
}

a.inverse-pink-button {
  color: var(--pink) !important;
  font-weight: bolder !important;
  text-decoration: underline !important;
  box-shadow: none !important;
  padding: 0;
  background-color: white !important;
}

@media only screen and (min-width: 1370px) {
  #connect {
    height: 450px;
    width: 80%;
    overflow: hidden;
    margin-bottom: -350px;
    background-image: url("images/form-background.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -300px;
    z-index: 500;
  }
}

@media only screen and (min-width: 1500px) {
  .preregistry {
    position: relative;
    top: -80px;
  }
  .gradient-transition-hero {
    margin-top: -100px;
  }
  #connect {
    background-size: cover;
  }
}

@media only screen and (max-width: 1273px) {
  #leapcure-box {
    border-radius: 20px;
    padding: 20px;
    min-height: 350px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #212529;
  }
}

@media only screen and (max-width: 1102px) {
  #leapcure-box {
    border-radius: 20px;
    padding: 20px;
    min-height: 350px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #212529;
  }
}

@media only screen and (max-width: 991px) {
  #comment-box {
    text-align: center;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 900px) {
  #comment-box {
    text-align: center;
    margin-top: 50px;
  }

  #email-us {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    /* or 24px */
    color: #ffffff;
  }

  #leapcure-box {
    border-radius: 20px;
    padding: 20px;
    min-height: 350px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #212529;
  }
}

@media only screen and (min-width: 415px) and (max-width: 736px) {
  .preregistry {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 29px;
  }
  #explanation {
    margin-top: 250px;
    padding-bottom: 50px;
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 400;
    font-size: 16.75px;
    line-height: 145%;
  }
  #connect {
    top: -200px;
    height: 300px;
  }
  #leapcure-box {
    border-radius: 20px;
    padding: 20px;
    min-height: 200px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #212529;
  }
}

@media only screen and (max-width: 414px) {
  #sticky-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-color: #ffffff;
    border-radius: 20px 20px 0px 0px;
    box-shadow: -3px 15px 40px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .big-bold {
    font-size: 16px;
  }
  #chat-button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    color: white;
    font-weight: bold;
    font-size: 20px;
  }

  #comment-box {
    background-color: var(--button-blue);
    padding: 20px;
  }
  .preregistry {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 29px;
  }
  .home__section-hero {
    background-color: var(--sky-blue);
    height: 450px;
    padding-top: 50px;
  }
  .home__section-hero h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 29px;
    /*text-align: center; */
    font-weight: 800 !important;
    margin-bottom: 30px !important;
    color: var(--button-blue);
  }
  #explanation {
    position: relative;
    top: -100px;
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 400;
    font-size: 16.75px;
    line-height: 145%;
  }
  .busy {
    font-size: 30px;
    padding-left: 10px;
    margin-top: 20px;
  }
  .busy-under {
    font-size: 24px;
  }
  a.inverse-pink-button {
    color: var(--pink) !important;
    font-weight: bolder !important;
    text-decoration: underline !important;
    box-shadow: none !important;
    padding: 0px !important;
    background-color: white !important;
  }

  .question-row {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    margin: 10px;
    padding: 10px;
  }
  .answer {
    font-family: "Montserrat";
    padding: 20px 0px 0px 20px;
    display: none;
    color: var(--button-blue);
  }
}

/* NAVBAR COMPONENT
	================================================ */
.leapcure-navbar {
  background-color: #ffffff;
}
.leapcure-navbar .navbar-collapse.collapse {
  justify-content: flex-end;
}
.leapcure-navbar .navbar-nav {
  gap: 60px;
}
.leapcure-navbar .navbar-nav .nav-link {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
}
.leapcure-navbar .navbar-nav .dropdown-item {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
}
.leapcure-navbar .navbar-nav .nav-link:hover {
  color: var(--pink);
  transition: 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.leapcure-navbar .navbar-nav .dropdown-item:hover {
  color: var(--pink);
  background-color: transparent;
  transition: 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.leapcure-navbar .navbar-nav .dropdown-item:active {
  color: var(--pink);
  background-color: transparent;
}
.leapcure-navbar img {
  width: 200px;
  height: 44px;
  transition: 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.leapcure-navbar img:hover {
  opacity: 85%;
  transition: 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.leapcure-navbar img:active {
  opacity: 80%;
}

@media only screen and (max-width: 992px) {
  .leapcure-navbar .navbar-nav {
    gap: 0;
  }
}
/* hides default bootstrap hamburger menu icon */
.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}

/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .home__section-hero .hero-header {
    padding-top: 8%;
    margin-top: 0px !important;
  }
  .home__section-hero .row {
    justify-content: center;
  }

  .home__section-hero img {
    height: auto;
    max-width: 100%;
  }
  .home__section-hero span {
    font-size: calc(24px + 1.5vw);
    padding-top: 2%;
  }
  .home__section-hero p {
    font-family: Merriweather;
    font-weight: 400;
    font-size: calc(12px + 1.5vw);
    /*text-align: center;*/
    padding-bottom: 1%;
    padding-top: 1%;
  }
  .home__section-hero .btn.btn-primary.btn-lg {
    font-size: calc(12px + 1.5vw);
    max-width: 200px;
    margin: 0 auto;
  }
  .home__section-hero {
    padding-top: 15%;
  }
}

@media only screen and (min-width: 1500px) {
  .home__section-hero {
    padding-top: 0%;
  }
}
@media only screen and (min-width: 1500px) {
  .home__section-hero .hero-header {
    padding-top: 15%;
  }
}

/* HOME - SECTION ONE
	================================================ */
.home__section-one {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-attachment: fixed; */

  padding-top: 5%;
}
.home__section-one h1,
h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 32px;
  color: var(--black);
}
.home__section-one p {
  font-family: Merriweather;
  font-weight: 400;
  max-width: 780px;
  margin: 0 auto;
  color: var(--black);
  font-size: 18px;
}
/* .home__section-one h4  {
	font-family: Montserrat;
	font-weight: 500;
	color: var(--black);
} */

/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .home__section-one h1 {
    font-size: 18px;
  }
  .home__section-one p {
    font-size: calc(12px + 1.5vw);
    padding-left: 12%;
    padding-right: 12%;
    line-height: 139.7%;
  }
  .home__section-one h3 {
    font-size: 18px;
    line-height: 20px;
    padding-top: 8%;
  }
}

/* HOME - SECTION TWO
	================================================ */
.home__section-two {
  padding-top: 4%;
  padding-left: 2em;
  padding-right: 2em;
}
.home__section-two .row {
  padding-top: 2em;
  padding-bottom: 2em;
}
.home__section-two h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 32px;
  color: var(--black);
}
.home__section-two p {
  font-family: Merriweather;
  font-weight: 400;
  font-size: 18px;
  color: var(--black);
}
/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .home__section-two h1 {
    font-size: 18px;
    text-align: center;
  }
  .home__section-two p {
    font-size: calc(12px + 1.5vw);
    text-align: center;
  }
  .home__section-two .row {
    padding: 0;
  }
  .home__section-two .lead {
    font-size: calc(12px + 1.5vw);
    text-align: center;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 3%;
  }
}
@media only screen and (max-width: 576px) {
  .patient-stories-desktop {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .patient-stories-mobile {
    display: none;
  }
}

/* BACKGROUND BLOB */
.patient-stories-bg-blob {
  position: absolute;
  right: 0%;
  margin-top: -76.5%;
  z-index: -1;
}
@media (min-width: 1814px) {
  .patient-stories-bg-blob {
    display: none;
  }
}
@media (max-width: 1521px) {
  .patient-stories-bg-blob {
    /* margin-top: -86.5%;
			right: -20%; */
    right: -10%;
    margin-top: -80.5%;
  }
}
@media (max-width: 1339px) {
  .patient-stories-bg-blob {
    /* margin-top: -86.5%;
			right: -20%; */
    right: -10%;
    margin-top: -90.5%;
  }
}
@media (max-width: 1230px) {
  .patient-stories-bg-blob {
    /* margin-top: -86.5%;
			right: -20%; */
    right: -10%;
    margin-top: -85.5%;
  }
}
@media (max-width: 1199px) {
  .patient-stories-bg-blob {
    /* margin-top: -86.5%;
			right: -20%; */
    right: -20%;
    margin-top: -90.5%;
  }
}
@media (max-width: 992px) {
  .patient-stories-bg-blob {
    /* margin-top: -86.5%;
			right: -20%; */
    display: none;
  }
}

/* HOME - SECTION THREE
	================================================ */
.home__section-three h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 32px;
  color: var(--black);
}
/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .home__section-three h2 {
    font-size: 18px;
    text-align: center;
  }
}
/* HOME - SECTION FOUR MAP
	================================================ */
.home__section-four {
  padding-top: 8%;
  padding-bottom: 8%;
}
.home__section-four h3 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 24px;
  color: var(--black);
  padding-bottom: 4%;
}
.carousel-image {
  max-width: 608px;
  margin: 0 auto;
}
.world-map {
  width: 100%;
  max-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-attachment: fixed; */
}
.carousel-indicators {
  bottom: -16%;
}
.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: rgba(196, 196, 196, 0.3);
  box-sizing: border-box;
}
.carousel-indicators .active {
  background: rgba(102, 97, 91, 0.7);
  border-radius: 100%;
}
/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .home__section-four h4 {
    font-size: calc(12px + 1.5vw);
  }
}
/* HOME - SECTION FIVE CONTACT FORM
	================================================ */
.contact-form-background {
  padding-top: 4%;
  padding-bottom: 4%;
}
.home__section-five h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.home__section-five h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.home__section-five p {
  font-family: Merriweather;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.home__section-five form {
  background: #ffffff;
  box-shadow: 15px 80.6px 105.701px 25px rgba(51, 51, 51, 0.1);
  border-radius: 20px;
  padding: 32px;
}
.home__section-five .btn.btn-primary {
  color: #fff;
  background-color: var(--button-blue);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  border: none;
  border-radius: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.home__section-five .btn.btn-primary:hover {
  box-shadow: rgb(0 0 0 / 2%) 0px 16px 32px;
  transform: translateY(-1px);
  background: #5d94d0;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.home__section-five .btn.btn-primary:active {
  transform: scale(0.99);
  background-color: #4277b0;
  transform: translateY(1px);
}
.home__section-five .form-label {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
}
/* Background shape behind form */
.mailing-form-bg-shape {
  margin: auto;
  position: relative;
  width: 100vw;
  max-width: 1443px;
  max-height: 514px;
  height: 90vh;
  background: white url(images/form-background.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
}

/* jquery UI styles */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: white;
  list-style-image: none;
}

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 0px;
}

.ui-state-hover,
.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: linear-gradient(
    to bottom,
    transparent 0,
    transparent 0.8em,
    #fbdada 0.8001em,
    #fbdada 1.2em,
    transparent 1.2001em,
    transparent
  );
}

/* MOBILE DESIGN */
@media only screen and (max-width: 993px) {
  .mailing-form-bg-shape {
    background: none;
    height: auto;
  }
  .contact-form-background {
    background-color: #578bc3;
    padding-bottom: 28%;
    padding-top: 12%;
  }
}
@media only screen and (max-width: 576px) {
  .home__section-five h2 {
    font-size: calc(18px + 1.5vw);
    padding-left: 8%;
  }
  .home__section-five p {
    font-size: calc(12px + 1.5vw);
    padding-left: 8%;
  }
  .contact-form-background {
    padding-bottom: 50%;
  }
}

@media only screen and (min-width: 1041px) {
  .home__section-five h1 {
    padding-left: 10%;
  }
  .home__section-five h2 {
    padding-left: 10%;
  }
  .home__section-five p {
    padding-left: 10%;
  }
}

/* FOOTER
	================================================ */
.footer {
  margin-top: 6%;
  margin-bottom: 100px;
}
.footer-nav {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 16px;
}
.footer-nav a {
  padding: 0% 3%;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
  transition: 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.footer hr {
  color: #0a142f;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-top: 14px;
  margin-bottom: 24px;
}
.footer-copyright {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer-copyright .copyright {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.footer-copyright a {
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
}
.mailto {
  z-index: 2;
}
.social {
  display: flex;
  gap: 25px;
  z-index: 2;
}
.social a img {
  height: 16px;
}

/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .footer-nav {
    flex-direction: column;
    gap: 15px;
  }
  .footer-copyright {
    flex-direction: column;
    gap: 15px;
  }
  .footer-copyright .social {
    justify-content: center;
  }
}

/* ABOUT US PAGE
	================================================ */

/* ABOUT - SECTION ONE
	================================================ */
.about__section-one {
  padding-top: 6%;
}
.about__section-one h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 36px;
  color: var(--black);
  width: 60%;
  margin: auto;
}
.about__section-one p {
  font-family: Merriweather;
  font-weight: 400;
  font-size: 18px;
  color: var(--black);
  max-width: 1012px;
  margin: 0 auto;
}
/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .about__section-one h1 {
    font-size: calc(18px + 1.5vw);
    padding-left: 4%;
    padding-right: 4%;
  }
  .about__section-one p {
    font-size: calc(12px + 1.5vw);
    padding: 0 12%;
  }
}

/* ABOUT - SECTION TWO
	================================================ */
.about__section-two h4 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  color: var(--pink);
}
.about__section-two .feature.col {
  padding-left: 2em;
  padding-right: 2em;
}
.about__section-two p {
  font-family: Merriweather;
  font-weight: 400;
  font-size: 18px;
  color: var(--black);
}
/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .about__section-two h4 {
    font-size: 18px;
    padding: 0 12%;
  }
  .about__section-two p {
    font-size: calc(12px + 1.5vw);
    padding: 0 12%;
  }
}

/* ABOUT - SECTION THREE
	================================================ */
.about__section-three {
  padding-bottom: 4%;
}
.about__section-three h4 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  color: var(--pink);
}
.about__section-three .feature.col {
  padding-left: 2em;
  padding-right: 2em;
}
.about__section-three p {
  font-family: Merriweather;
  font-weight: 400;
  font-size: 18px;
  color: var(--black);
}
/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .about__section-three h4 {
    font-size: 18px;
    padding: 0 12%;
  }
  .about__section-three p {
    font-size: calc(12px + 1.5vw);
    padding: 0 12%;
  }
}

/* ABOUT - SECTION FOUR MEET THE TEAM
	================================================ */
.about__section-four h4 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  color: var(--black);
  padding-top: 4%;
}
.about__section-four .card-body {
  padding: 0.9rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.about__section-four .card {
  background: #ffffff;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: none;
  height: 100%;
  flex-grow: 1;
}
.about__section-four .team-photo {
  position: relative;
  display: flex;
  height: fit-content;
}
.about__section-four .polygon {
  position: absolute;
  bottom: 0;
}
.about__section-four .card .team-photo object,
.about__section-four .card .team-photo img {
  object-fit: cover;
  max-height: 200px;
}
.about__section-four .card .card-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
}
.about__section-four .card .card-text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: var(--dark-gray);
}
.about__section-four .card .card-location {
  display: flex;
  align-items: baseline;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: var(--dark-gray);
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
}
.about__section-four .card .card-location img {
  padding-right: 3%;
}
/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .about__section-four h4 {
    font-size: 18px;
  }
  .about__section-four .card .card-title {
    font-size: 14px;
  }
  .about__section-four .card .card-text {
    font-size: 12px;
  }
  .about__section-four .card .card-location {
    font-size: 12px;
  }
}
/* ABOUT - SECTION FIVE VALUES
	================================================ */
.about__section-five {
  background-color: var(--light-pink);
  padding-top: 5%;
  padding-bottom: 2%;
}
.about__section-five h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 32px;
  color: var(--pink);
}
.about__section-five .mission-statement-lead {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
}
.about__section-five h4 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 21px;
  color: var(--black);
}
.about__section-five p {
  font-family: Merriweather;
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
}
/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .about__section-five h1 {
    font-size: calc(18px + 1.5vw);
  }
  .about__section-five .mission-statement-lead {
    font-size: calc(12px + 1.5vw);
    padding: 0 12%;
  }
  .about__section-five h4 {
    font-size: 16px;
  }
  .about__section-five p {
    font-size: calc(12px + 1.5vw);
    padding: 0 12%;
  }
}

/* ABOUT - SECTION SIX VALUES
	================================================ */
.about__section-six {
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}
.about__section-six h1 span {
  font-family: Montserrat;
}
.about__section-six h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 36px;
  color: var(--black);
}
.about__section-six p {
  font-family: Merriweather;
  font-weight: 400;
  font-size: 18px;
  color: var(--black);
}
.about__section-six ul {
  padding-left: 6%;
}
.about__section-six ul li {
  font-family: Merriweather;
  font-weight: 400;
  font-size: 18px;
  color: var(--black);
}
/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  section .about__section-six h1 {
    font-size: calc(18px + 1.5vw);
  }
  section .about__section-six p {
    font-size: calc(12px + 1.5vw);
    padding: 0 12%;
  }
  section .about__section-six ul li {
    font-size: calc(12px + 1.5vw);
    margin: 0 12%;
  }
}

/* ABOUT - SECTION SEVEN CAREERS
	================================================ */
.team-wave-divider {
  background-color: var(--sky-blue);
  padding-bottom: 6%;
}
.about__section-seven {
  padding-top: 4%;
  padding-left: 5%;
  padding-right: 5%;
}
.about__section-seven h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 36px;
  color: var(--black);
}
.about__section-seven p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
}
.about__section-seven .btn.btn-primary.btn-lg {
  color: #fff;
  background-color: var(--button-blue);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  border: none;
  border-radius: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.about__section-seven .btn.btn-primary:hover {
  box-shadow: rgb(0 0 0 / 2%) 0px 16px 32px;
  transform: translateY(-1px);
  background: #5d94d0;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.about__section-seven .btn.btn-primary:active {
  transform: scale(0.99);
  background-color: #4277b0;
  transform: translateY(1px);
}
section {
  position: relative;
}
/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .about__section-seven .jazz-hr-container {
    padding: 12%;
  }
  .about__section-seven h1 {
    font-size: calc(18px + 1.5vw);
    padding: 0 12%;
  }
  .about__section-seven p {
    font-size: calc(12px + 1.5vw);
    padding: 0 12%;
  }
  .about__section-seven .btn.btn-primary.btn-lg {
    font-size: calc(12px + 1.5vw);
    margin: 0 12%;
  }
}

/* MEET THE TEAM
	================================================ */
.card-location {
  font-size: 12px;
  color: #a0a0a0;
}

/* CORE VALUES
	================================================ */

.section-core-values {
  background-color: var(--light-pink);
}

/* TEXT ANIMATION
	================================================ */
.animated-text {
  display: flex;
  justify-content: center;
}
.rw-words-1 span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  color: var(--pink);
  -webkit-animation: rotateWord 21s linear infinite 0s;
  -ms-animation: rotateWord 21s linear infinite 0s;
  animation: rotateWord 21s linear infinite 0s;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 1.5em;
  width: intrinsic; /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content; /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
}
.rw-words-1 span:nth-child(2) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
.rw-words-1 span:nth-child(3) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.rw-words-1 span:nth-child(4) {
  -webkit-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
}
.rw-words-1 span:nth-child(5) {
  -webkit-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.rw-words-1 span:nth-child(6) {
  -webkit-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}
.rw-words-1 span:nth-child(7) {
  -webkit-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -ms-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -ms-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#health-influencers {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #212120;
}

@media only screen and (max-width: 576px) {
  .animated-text {
    text-align: center;
  }
  #health-influencers {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #212120;
  }
}

.bg-overlay {
  background: linear-gradient(
      180.15deg,
      rgba(255, 255, 255, 0) 0.13%,
      rgba(255, 255, 255, 0.9) 61.95%,
      #ffffff 99.87%
    ),
    url("https://unsplash.imgix.net/photo-1416339442236-8ceb164046f8?q=75&fm=jpg&s=8eb83df8a744544977722717b1ea4d09");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 450px;
  padding-top: 50px;
}

/* FLICKITY CAROUSEL
	================================================ */
.main-carousel {
  /* overflow parent width but keep in document flow */
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}
.flickity-slider {
  display: flex;
  align-items: center;
}
.carousel-cell {
  width: 70%;
  /* flex-box, center image in cell */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.carousel-cell img {
  display: block;
  /* dim unselected */
  opacity: 0.7;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s,
    -webkit-filter 0.3s, filter 0.3s;
  transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

/* brighten selected image */
.carousel-cell.is-selected img {
  opacity: 1;
  height: inherit;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: none;
  filter: none;
}

@media screen and (min-width: 960px) {
  .carousel-cell {
    width: 50%;
  }
}

/* TELL MY STORY FORM
	================================================ */
.tell-my-story-form {
  background: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding-top: 4%;
  padding-bottom: 2%;
  display: flex;
  flex-direction: column;
  width: 80%;
}

/* Mark input boxes that gets an error on validation: */
#patientStoriesForm .invalid {
  border-color: var(--pink);
}

/* Hide all steps by default: */
.tab {
  display: none;
  flex-direction: column;
  align-items: center;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04aa6d;
}

.tell-my-story-form .btn.btn-primary {
  color: #fff;
  background-color: var(--pink);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 40px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 250px;
  /* margin: 0 auto; */
}
.tell-my-story-form .nav-buttons {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
#prevBtn {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
}

.tell-my-story-form label {
  font-family: Montserrat;
}
#patientStoriesSubmitButton {
  display: none;
}

.pink,
.pink:hover {
  background-color: #f26e7d;
  border-color: #f26e7d;
}

#insight-form2 {
  margin-top: 30px;
}

#search-link2 {
  font-size: 24px;
}

#search-input2 {
  width: 87%;
}

/* MOBILE DESIGN */
@media only screen and (max-width: 576px) {
  .tell-my-story-form .btn.btn-primary {
    font-size: 12px;
    margin: 0 12%;
    white-space: nowrap;
  }
  .tell-my-story-form {
    width: 100%;
  }
  #prevBtn {
    font-family: Montserrat;
    font-size: 12px;
    margin: 0 12%;
    white-space: nowrap;
  }
  .form-control {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 325px) {
  .form-control {
    font-size: 10px !important;
  }
}
.tell-my-story-form .form-label {
  font-family: Montserrat;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  .tell-my-story-form {
    margin-top: 12%;
  }
}

.more-info {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
