@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

*:focus {
  outline: none !important;
}

.container-fluid {
  max-width: 1440px;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

@media screen and (min-width: 1024px) {
  .d-lg-flex {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .d-lg-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .d-lg-block {
    display: block;
  }
}

.w-unset {
  width: unset !important;
}

.f-stretch {
  align-content: stretch;
}

.bg-grey-light {
  background-color: #F6F6F6;
}

.bg-green-primary {
  background-color: #4DB9A8;
  color: #FFF;
}

.bg-green-dark {
  background-color: #036272;
  color: #FFF;
}

.svg-green {
  fill: #4DB9A8;
}

.svg-orange {
  fill: #E3913F;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.float-none {
  float: none !important;
}

.my-3 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.my-4 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.my-5 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mx-3 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.mx-4 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}

.mx-5 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.px-3 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.px-4 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.px-5 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.py-3 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-4 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.py-5 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 14px !important;
}

.mr-4 {
  margin-right: 34px !important;
}

.mr-5 {
  margin-right: 64px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pr-3 {
  padding-right: 14px !important;
}

.pr-4 {
  padding-right: 34px !important;
}

.pr-5 {
  padding-right: 64px !important;
}

@media screen and (min-width: 1024px) {
  .pr-lg-2 {
    padding-right: 8px !important;
  }
  .pr-lg-3 {
    padding-right: 14px !important;
  }
  .pr-lg-4 {
    padding-right: 34px !important;
  }
  .pr-lg-5 {
    padding-right: 64px !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}

.mt-3 {
  margin-top: 14px !important;
}

.mt-4 {
  margin-top: 34px !important;
}

.mt-5 {
  margin-top: 64px !important;
}

.mb-3 {
  margin-bottom: 14px !important;
}

.mb-4 {
  margin-bottom: 34px !important;
}

.mb-5 {
  margin-bottom: 64px !important;
}

.pt-3 {
  padding-top: 14px !important;
}

.pt-4 {
  padding-top: 34px !important;
}

.pt-5 {
  padding-top: 64px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-3 {
  padding-bottom: 14px !important;
}

.pb-4 {
  padding-bottom: 34px !important;
}

.pb-5 {
  padding-bottom: 64px !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-sm {
  font-size: 1rem !important;
  line-height: 1.25rem !important;
}

.text-regular {
  font-size: 1.125rem !important;
}

.text-md {
  font-size: 1.25rem !important;
  line-height: 1.8rem !important;
}

.text-lg {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.max-w-1200 {
  max-width: 1200px;
}
@media screen and (min-width: 1439px) {
  .max-w-1200 {
    max-width: 1340px;
  }
}

.max-w-1440 {
  max-width: 1440px;
}

.grecaptcha-badge {
  opacity: 0;
}

.responsive-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.responsive-embed-container iframe,
.responsive-embed-container object,
.responsive-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col-md-10 ul, .col-md-10 ol, .col-md-9 ul, .col-md-9 ol {
  font-size: 1rem;
}

.rte strong {
  color: #4DB9A8;
}
.rte ul {
  list-style: none;
  padding-left: 4px;
  font-size: 1rem;
}
.rte ul li {
  background: url(images/examen-icon-bullet-green.png) no-repeat left 7px;
  padding-left: 21px;
  display: block;
  margin-bottom: 10px;
}
.rte ol {
  list-style: none;
  counter-reset: ol-counter;
  padding-left: 0;
  font-size: 1rem;
}
.rte ol li {
  margin-bottom: 14px;
  counter-increment: ol-counter;
}
.rte ol li::before {
  content: counter(ol-counter) ". ";
  color: #4DB9A8;
  font-weight: 700;
}

#cookie-bar {
  font-size: 16px;
  background: #4DB9A8;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
  z-index: 9999;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #036272;
}

#cookie-bar .cb-enable:hover {
  background: #9B9B9B;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #0033bb;
}

#cookie-bar .cb-policy:hover {
  background: #0055dd;
}

.tablepress > :where(thead, tfoot) > * > th {
  background-color: #4DB9A8 !important;
  color: #FFF !important;
  vertical-align: top !important;
}

.tablepress {
  --border-color: $primary-green !important;
}

.tablepress > :not(caption) > * > * {
  padding: 20px !important;
}

.fwImage {
  width: 100%;
}

.float--left {
  float: left;
}
.float--right {
  float: right;
}
@media screen and (min-width: 1024px) {
  .float--lg-left {
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .float--lg-right {
    float: right;
  }
}

.blogPost {
  margin-bottom: 60px;
}
.blogPost img {
  max-width: 100%;
  height: auto;
}
.blogPost ul li {
  list-style: none;
  font-weight: 700;
}
.blogPost ul li:before {
  content: "•";
  color: #4DB9A8;
  display: inline-block;
  width: 23px;
  font-size: 30px;
}
.blogPost ol li {
  margin-bottom: 21px;
}

.blogListing {
  padding: 100px 0;
  overflow: auto;
}
.blogListing img {
  width: 100%;
  height: auto;
}
.blogListing > div {
  position: relative;
}
.blogListing_post {
  margin-bottom: 20px;
  padding: 0 5% 0;
  border-bottom: 1px solid #4DB9A8;
}
.blogListing h3 {
  font-size: 30px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .blogListing {
    padding: 0 0 48px;
  }
}

.article-author {
  color: #4DB9A8;
  font-size: 80%;
}

.clearing {
  clear: both;
}

.lgText {
  font-weight: 600;
}

.font--semibold {
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}

.marginAuto, .healthcare_nav_single p {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.titleFont--h1 {
  font-size: 3.9rem;
  line-height: 4.2rem;
}
@media (max-width: 880px) {
  .titleFont--h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 640px) {
  .titleFont--h1 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.titleFont--h2 {
  font-size: 1.5em;
}

.fontColor--white {
  color: #fff !important;
}
.fontColor--green {
  color: #4DB9A8 !important;
}
.fontColor--dark-green {
  color: #036272 !important;
}
.fontColor--orange {
  color: #E3913F !important;
}

a {
  color: inherit;
}
p {
  font-size: 1rem;
}

p > a {
  color: #4DB9A8;
  font-weight: 600;
}

.alignCenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

.fwWrap, .healthcare_content, .papers_wrap, .healthcare_papers, .healthcare_header, .learn_sectionTwo, .learn_sectionOne, .allHubs, .professional_contact_hubs, .professional_contact_info, .contact_hubs, .signup, .about_staff, .hubs, .theProcess, .hp_infoBlocks, .footerWrap, .headerWrap {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.textCenter, .healthcare_nav_single {
  text-align: center;
}

.textUnderline {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.textUnderline span {
  margin-bottom: 1px;
  padding-bottom: 1px;
  border-bottom: 3px solid #4DB9A8;
}
.textUnderline--orange span {
  border-bottom: 3px solid #E3913F;
}

.textUnderline.textLeft {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.7;
}

.fwCTA {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff;
  height: 520px;
  background-size: cover;
}
.fwCTA img {
  width: 100%;
}
.fwCTA_text {
  position: absolute;
  left: 88px;
  top: 10%;
  max-width: 490px;
  width: 100%;
}
.fwCTA_text h3 {
  margin-bottom: 0;
}

.transition, .events-signup #mc_embed_signup form .button, .healthcare_nav_single:hover p, .healthcare_nav_single:hover, .healthcare_nav_single p, .healthcare_nav_single, #mc_embed_signup .button, .contact_form_submit input:hover, .contact_form_submit input, .wpcf7-submit, .acceptance a:hover, .acceptance a, .signup_send:hover, .signup_send, .about_staff_person:hover .about_staff_person_text, .about_staff_person_text, .homepageSlider, .btn-sa .svg-green, .btn-sa .svg-orange, .btn-exact .svg-green, .btn-exact .svg-orange, .btn-sa, .btn-exact, a, a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.displayFlex, .papers_display li, .healthcare_nav > div, .professional_contact_hubs ul, .professional_contact_hubs, .contact_hubs ul, .contact_hubs, .about_staff_intro_text, .about_staff, .founder, .bio, .hp_infoBlocks_text, .btn, .blogListing {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.hiddenLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.animate, .btn-fill-vert:before, .btn-fill-vert:after, .btn {
  transition: all 0.5s;
}

.btn {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1em;
  color: #fff;
  width: 182px;
  height: 45px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.999;
}
.btn p {
  margin: 0;
}
.btn svg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.btn-white {
  color: #fff;
}
.btn-white:hover {
  color: #036272;
}

.btn-green {
  color: #4A4A4A;
}
.btn-green:hover {
  color: #fff;
}

.btn-sa, .btn-exact {
  width: unset;
  height: unset;
  flex-direction: row;
  padding: 4px 8px;
  border: 2px solid #4DB9A8;
  color: #036272;
}
.btn-sa p, .btn-exact p {
  padding-top: 4px;
}
.btn-sa .svg-green, .btn-sa .svg-orange, .btn-exact .svg-green, .btn-exact .svg-orange {
  position: relative;
  margin-right: 5px;
}
.btn-sa:hover, .btn-exact:hover {
  background-color: #4DB9A8;
}
.btn-sa:hover .svg-green, .btn-sa:hover .svg-orange, .btn-exact:hover .svg-green, .btn-exact:hover .svg-orange {
  fill: #FFF;
}

.btn-sa {
  border: 2px solid #E3913F;
  color: #CE7923;
}
.btn-sa:hover {
  background-color: #E3913F;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn.mb-5 {
  margin-bottom: 36px;
}

.btn-text-center {
  font-weight: 700;
  color: #4DB9A8;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.btn-text-center:hover {
  color: #036272;
}

.btn-header-sm {
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #4DB9A8;
  opacity: 1;
}
.btn-header-sm:hover {
  opacity: 0.7;
}

.btn-fill-vert {
  overflow: hidden;
}
.btn-fill-vert:before, .btn-fill-vert:after {
  content: "";
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
}
.btn-fill-vert:before {
  top: 50%;
}
.btn-fill-vert:after {
  bottom: 50%;
}
.btn-fill-vert:hover:before, .btn-fill-vert:hover:after {
  height: 50%;
  opacity: 1;
}
.btn-fill-vert.btn-white:before, .btn-fill-vert.btn-white:after {
  background-color: #fff;
}
.btn-fill-vert.btn-white:hover {
  border-color: #fff;
}
.btn-fill-vert.btn-green:before, .btn-fill-vert.btn-green:after {
  background-color: #4DB9A8;
}
.btn-fill-vert.btn-green:hover {
  border-color: #4DB9A8;
}

#menu-main-nav {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 28px;
}
#menu-main-nav li {
  margin-right: 2%;
}
#menu-main-nav li a {
  color: #fff;
  font-weight: 600;
  font-size: 0.75em;
}
#menu-main-nav .dropdown-menu {
  background-color: #036272;
  top: 39px;
}
#menu-main-nav .dropdown-menu li {
  border-bottom: 2px solid #4DB9A8;
  width: 290px;
}
#menu-main-nav .dropdown-menu li:last-of-type {
  border-bottom: 0;
}
#menu-main-nav .dropdown-menu li a {
  color: #fff !important;
  font-size: 0.65em;
  padding: 11px 8px;
}
#menu-main-nav .dropdown:hover .dropdown-menu {
  display: block;
}
#menu-main-nav .dropdown-menu:before {
  content: url(./images/dropdown-arrow.png);
  position: absolute;
  left: 0px;
  top: -16px;
  padding-top: 0px;
  width: 139px;
}

.navClearBg {
  position: relative !important;
}
.navClearBg_nav #menu-main-nav li a {
  color: #4A4A4A;
}

.navWrap {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 16px 0 0;
}
.navWrap_logo img {
  max-width: 144px;
  width: 100%;
}
.headerWrap {
  position: relative;
  color: #fff;
  height: 760px;
  background-size: cover;
}
.headerWrap img {
  width: 100%;
}
.headerWrap_text {
  position: absolute;
  left: 88px;
  top: 20%;
  max-width: 520px;
  width: 100%;
}
.headerWrap_text > p {
  margin-top: -40px;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .headerWrap_text > p {
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: -25px;
  }
}

.page-template-page-test .headerWrap_text > p {
  margin-top: 0;
  margin-bottom: 40px;
}

.slideNav-expander {
  margin-top: 10px;
}

#menu-mobile-nav {
  margin: 0;
  padding: 100px 40px 40px 40px;
}
#menu-mobile-nav .dropdown {
  margin-bottom: 20px;
}
#menu-mobile-nav > li {
  font-weight: 600;
}
#menu-mobile-nav li {
  float: none;
  color: #fff;
}
#menu-mobile-nav .dropdown-menu {
  position: relative;
  display: block;
  top: 0;
  float: none;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#menu-mobile-nav .dropdown-menu li a {
  color: #fff;
  display: block;
  white-space: inherit;
  margin-bottom: 10px;
}
#menu-mobile-nav .dropdown-menu li a:hover, #menu-mobile-nav .dropdown-menu li a:focus {
  background-image: none;
}
#menu-mobile-nav .close-nav {
  background-image: url(./images/close-nav.png);
  background-repeat: no-repeat;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}
#menu-mobile-nav .close-nav a {
  display: none;
}

.mobileNavWrap {
  display: none;
}

.footerWrap {
  background-color: #036272;
  color: #fff;
  padding: 52px 0 18px;
  max-width: unset;
}
.footerWrap_logo img {
  max-width: 37px;
  width: 100%;
}
.footerWrap--title {
  border-bottom: 2px solid #4DB9A8;
  width: fit-content;
  font-size: 0.6em;
  font-weight: 700;
  margin-top: 0;
}
.footerWrap--spacer {
  height: 3px;
  width: 100%;
  background-color: #4DB9A8;
  overflow: auto;
  margin: 40px 0 20px 0;
}
.footerWrap--smPrint {
  font-size: 0.6em;
  margin: 0;
}
.footerWrap ul {
  padding: 0;
}
.footerWrap ul li {
  list-style: none;
  font-size: 0.75em;
  margin: 7px 0;
}
.footerWrap ul.footerSocial {
  display: flex;
  margin-top: 0px;
}
.footerWrap ul.footerSocial li {
  margin: 0 12px 7px 0;
}
.footerWrap ul.footerFunders {
  display: flex;
  margin-top: 0px;
}
.footerWrap ul.footerFunders li {
  margin: 0 24px 0 0;
}
.footerWrap ul.footerFunders li img {
  max-height: 70px;
}

.homepageSlider {
  position: relative;
  opacity: 0;
}
.homepageSlider.flickity-enabled {
  opacity: 1;
}
.homepageSlider .slide {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .homepageSlider .slide {
    padding: 54px 0;
  }
}
.homepageSlider_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  max-width: 430px;
}
.homepageSlider_text h1 p {
  text-transform: uppercase;
}
.homepageSlider_text p {
  margin: 0;
}
@media (max-width: 640px) {
  .homepageSlider_text {
    position: relative;
    top: unset;
    transform: unset;
    text-align: center;
    left: 0;
    max-width: unset;
    padding: 0 40px;
  }
  .homepageSlider_text h1 {
    margin: 0 0 14px;
  }
  .homepageSlider_text h1 p {
    font-size: 24px;
    line-height: 32px;
  }
  .homepageSlider_text p {
    font-size: 16px;
    line-height: 21px;
  }
  .homepageSlider_text .btn {
    margin: 18px auto 0 !important;
  }
}
.homepageSlider img {
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .homepageSlider .flickity-button, .homepageSlider img {
    display: none;
  }
}

.testimonialSlider--slide {
  width: 100%;
  height: auto;
}
.testimonialSlider--pic {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  max-width: 120px;
  height: 120px;
  box-shadow: 7px 14px 30px 0px rgba(57, 68, 86, 0.3);
  background-color: #036272;
}
.testimonialSlider--pic---inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1) contrast(1.6);
  mix-blend-mode: screen;
}
.testimonialSlider .flickity-button {
  color: #4DB9A8;
}
.testimonialSlider .flickity-page-dots .dot.is-selected {
  background: #4DB9A8 !important;
}

.page-template-page-home .navWrap {
  padding: 16px 0 0;
}

@media (max-width: 640px) {
  .accreditations-header {
    max-width: 124px;
    height: auto;
  }
}

.hpAvailability {
  margin-top: 44px;
}
.hpAvailability div {
  padding-bottom: 54px;
}
.hpAvailability div:first-child {
  background-color: #F0EEEA;
  float: unset;
  margin-left: auto;
  margin-right: auto;
}
.hpAvailability div:first-child h4 {
  color: #B6AC95 !important;
  margin-top: 0;
  padding-top: 1.33em;
}
.hpAvailability div:first-child img {
  width: 100%;
  max-width: 529px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .hpAvailability {
    margin-top: 20px;
  }
}
.hpFeatures {
  text-align: center;
  padding: 80px 0;
  overflow: auto;
}
.hpFeatures_text {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hpFeatures > div:nth-child(2) {
  border-left: 3px solid #4DB9A8;
  border-right: 3px solid #4DB9A8;
}
.hpProduct {
  padding: 100px 0;
  overflow: auto;
}
.hpProduct_text {
  border: 2px solid #F3F3F3;
  padding: 25px;
}
.hpProduct_text p {
  margin: 0;
}
.hpProduct img {
  width: 100%;
}
.hpProduct--spacer {
  width: 100%;
  height: 40px;
}
.hp_infoBlocks > div {
  padding: 0;
}
.hp_infoBlocks > div img {
  width: 100%;
}
.hp_infoBlocks_text {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 600;
  font-size: 1.8em;
}

@media (max-width: 640px) {
  .hpProduct {
    padding: 20px 0 40px;
  }
}
.textSlider {
  background-color: #F6F6F6;
  padding: 100px 0;
  overflow: hidden;
}
.textSlider p {
  font-size: 2em;
  font-weight: 600;
}
.textSlider h3 {
  max-width: 735px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.8em;
}
.textSlider .slider {
  padding: 0 30px;
}

@media (max-width: 640px) {
  .page-template-page-test .headerWrap {
    height: 540px;
    overflow: inherit;
  }
  .page-template-page-test .headerWrap_text {
    max-width: 310px;
    top: 22%;
  }
  .page-template-page-test .headerWrap_text h1 {
    font-size: 20px;
  }
  .page-template-page-test .headerWrap_text h3 {
    font-size: 26px;
    line-height: 32px;
    margin: 18px 0;
  }
  .page-template-page-test .headerWrap_text > p {
    margin: 0 0 24px;
  }
}
.header-logos img {
  max-width: 360px;
  height: auto;
  width: 100%;
}

.the-test_intro {
  margin-top: 48px;
}
.the-test_intro .intro {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}
.the-test_section {
  margin: 64px auto;
}
.the-test_section img {
  width: 100%;
  height: auto;
}
.the-test_section .content-logos img {
  display: inline-block;
  width: 100%;
  max-width: 310px;
  height: auto;
  margin: 24px 18px 48px;
}
.the-test_section .textUnderline.textLeft {
  margin-top: 0;
}

.theProcess {
  background-color: #F6F6F6;
  overflow: auto;
  padding: 90px 0;
}
.theProcess p {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.theProcess--intro {
  font-size: 0.9em !important;
  max-width: 550px !important;
}

.client-testimonials h2 {
  margin-bottom: 48px;
}
.client-testimonials .testimonial {
  margin-bottom: 44px;
  font-size: 1rem;
}
.client-testimonials .testimonial .client-name {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991px) {
  .client-testimonials .testimonial {
    padding-bottom: 28px;
    border-bottom: 1px solid #036272;
    margin: 0 auto 36px;
    max-width: 720px;
  }
  .client-testimonials .testimonial:last-child {
    border-bottom: none;
  }
}

.hubs {
  overflow: initial;
}
.hubs > div {
  padding: 0;
}
.hubs > div:first-of-type {
  padding: 70px 5%;
}
.hubs ul {
  padding: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: auto;
}
.hubs ul li {
  float: left;
  width: 50%;
  list-style: none;
  font-weight: 700;
}
.hubs ul li:before {
  content: "•";
  color: #4DB9A8;
  display: inline-block;
  width: 23px;
  font-size: 30px;
}

@media (max-width: 488px) {
  .hubs ul li {
    width: 100%;
  }
}
.numberoneFeatures {
  overflow: auto;
  margin-top: 36px;
}
.numberoneFeatures_text {
  text-align: center;
  width: 100%;
  padding: 0 30px 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.semenAnalysis--header .container-fluid {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 7% 0;
}
.semenAnalysis--header .container-fluid h1 {
  font-size: 56px;
  line-height: 60px;
  text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.8);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .semenAnalysis--header .container-fluid h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .semenAnalysis--header .container-fluid h1 br {
    display: none;
  }
}
.semenAnalysis--header .container-fluid .btn-header-sm {
  border-bottom: 2px solid #E3913F;
}
.semenAnalysis--featuredImage {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 56%;
}

.page-template-pages-sa-product p > a {
  color: #E3913F;
}
.page-template-pages-sa-product .learn_sectionTwo {
  padding: 100px 0 60px;
}
.page-template-pages-sa-product .learn_sectionThree .col-md-10 {
  float: unset;
}
.page-template-pages-sa-product .learn_sectionThree .col-md-10 h3 {
  display: inline-block;
  border-bottom: 3px solid #E3913F;
  line-height: 40px;
  font-size: 30px;
}
.page-template-pages-sa-product #mc_embed_signup .asterisk {
  color: #E3913F;
}
.page-template-pages-sa-product #mc_embed_signup .mc-field-group.input-group ul li input[type=radio]:checked:after {
  background-color: #E3913F;
}
.page-template-pages-sa-product #mc_embed_signup div.mce_inline_error {
  background-color: #E3913F !important;
}
.page-template-pages-sa-product #mc_embed_signup input.mce_inline_error {
  border-color: #E3913F !important;
}
.page-template-pages-sa-product #mc_embed_signup .button {
  background-color: #E3913F;
}
.page-template-pages-sa-product #mc_embed_signup .button:hover {
  background-color: #CE7923;
}

.page-template-pages-sa-product .footerWrap p > a {
  color: #4DB9A8;
}

.bio_papers {
  background-color: #F6F6F6;
  font-weight: 600;
}
.bio_papers, .bio_image {
  padding: 30px 30px 30px 50px;
}
.bio_experience h2 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.bio_experience p {
  margin: 8px 0;
}

.founder {
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-top: 120px;
}
.founder_text {
  width: 50%;
  padding: 60px 45px;
  color: #fff;
  background-color: #036272;
  float: left;
}
.founder_image {
  width: 50%;
  float: left;
  background-image: url(https://examenlab.com/wp-content/uploads/2021/09/sheena-lewis-ceo-examen.jpg);
  background-size: cover;
  background-position: center center;
}

.cco_image {
  width: 50%;
  float: left;
  background-image: url(https://examenlab.com/wp-content/uploads/2021/09/eileen-regan-cco-examen.jpg);
  background-size: cover;
  background-position: center center;
}

.about_staff {
  overflow: inherit;
  padding-top: 120px;
}
.about_staff > div {
  padding: 0;
}
.about_staff_intro {
  background-color: #036272;
  color: #fff;
  position: relative;
}
.about_staff_intro_text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  flex-direction: column;
}
.about_staff_person {
  position: relative;
}
.about_staff_person img {
  width: 100%;
}
.about_staff_person_text {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px 10px 0 10px;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #4DB9A8 0%, #036272 100%);
  background-image: -o-linear-gradient(left, #4DB9A8 0%, #036272 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4DB9A8), to(#036272));
  background-image: linear-gradient(to bottom, #4DB9A8 0%, #036272 100%);
}
.about_staff_person_text h3 {
  margin: 0;
}
.about_staff_person_text--title {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
  margin-bottom: 20px;
}
.about_staff_person:hover .about_staff_person_text {
  opacity: 1;
}

.signup {
  border-top: 3px solid #4DB9A8;
  padding: 40px 0;
}
.signup_fName {
  width: 50%;
  float: left;
}
.signup_fName input {
  width: 100%;
}
.signup_lName {
  width: 50%;
  float: left;
}
.signup_lName input {
  width: 100%;
}
.signup_email input {
  width: 100%;
}
.signup_fName, .signup_lName, .signup_email {
  padding: 10px;
}
.signup_fName input, .signup_lName input, .signup_email input {
  border: 0;
  padding: 8px;
  background-color: #F6F6F6;
}
.signup_fName input::-webkit-input-placeholder, .signup_lName input::-webkit-input-placeholder, .signup_email input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4A4A4A;
}
.signup_fName input::-moz-placeholder, .signup_lName input::-moz-placeholder, .signup_email input::-moz-placeholder { /* Firefox 19+ */
  color: #4A4A4A;
}
.signup_fName input:-ms-input-placeholder, .signup_lName input:-ms-input-placeholder, .signup_email input:-ms-input-placeholder { /* IE 10+ */
  color: #4A4A4A;
}
.signup_fName input:-moz-placeholder, .signup_lName input:-moz-placeholder, .signup_email input:-moz-placeholder { /* Firefox 18- */
  color: #4A4A4A;
}
.signup_send {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 2px solid #4DB9A8;
  background-color: transparent;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7em;
  width: initial;
}
.signup_send:hover {
  background-color: #4DB9A8;
  color: #fff;
}
.signup .response {
  padding: 10px;
}

.acceptance {
  margin-bottom: 20px;
}
.acceptance input {
  float: left;
  width: 30px !important;
  margin-top: 8px;
}
.acceptance .wpcf7-list-item-label {
  float: left;
  width: 90%;
  font-weight: 300;
}
.acceptance .wpcf7-list-item {
  margin-left: 0;
}
.acceptance a {
  text-decoration: underline;
}
.acceptance a:hover {
  color: #4DB9A8;
}

span.wpcf7-list-item {
  margin: 0 1rem 0 0 !important;
}

.wpcf7 input[type=radio], input[type=checkbox] {
  margin: 4px 6px 0 0 !important;
}

.wpcf7 .form-control {
  margin-bottom: 16px;
}

.wpcf7-submit {
  border: 3px solid #4DB9A8;
  background-color: #FFF;
  color: #036272;
  padding: 12px 18px;
  margin-top: 18px;
}
.wpcf7-submit:hover {
  border: 3px solid #036272;
  background-color: #036272;
  color: #FFF;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 3px solid #4DB9A8;
}

.contact_details > p {
  margin-top: 0;
}
.contact_details ul {
  padding: 0;
}
.contact_details ul li {
  list-style: none;
}
.contact_form input, .contact_form textarea {
  background-color: #F6F6F6;
  border: 0;
  margin-bottom: 20px;
  padding: 15px;
  width: 100%;
}
.contact_form input::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B4B4B4;
}
.contact_form input::-moz-placeholder, .contact_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #B4B4B4;
}
.contact_form input:-ms-input-placeholder, .contact_form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #B4B4B4;
}
.contact_form input:-moz-placeholder, .contact_form textarea:-moz-placeholder { /* Firefox 18- */
  color: #B4B4B4;
}
.contact_form_submit input {
  border: 2px solid #4DB9A8;
  background-color: transparent;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.65em;
  width: initial;
}
.contact_form_submit input:hover {
  background-color: #4DB9A8;
  color: #fff;
}
.contact_hubs {
  margin-top: 100px;
  overflow: visible;
  background-color: #F6F6F6;
}
.contact_hubs--email {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.contact_hubs > div {
  padding: 0;
}
.contact_hubs > div:first-of-type {
  padding: 40px;
}
.contact_hubs ul {
  max-width: 500px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.contact_hubs ul li {
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.contact_hubs ul li p {
  display: inline;
}
.contact_hubs ul li div {
  padding-left: 28px;
}
.contact_hubs ul li:before {
  content: "•";
  color: #4DB9A8;
  display: inline-block;
  width: 23px;
  font-size: 30px;
}

.professional_contact_info {
  background-color: #F6F6F6;
  margin-top: 40px;
}
.professional_contact_info > div {
  padding: 40px;
}
.professional_contact_hubs {
  margin-top: 100px;
  overflow: visible;
}
.professional_contact_hubs > div {
  padding: 40px;
}
.professional_contact_hubs > div:nth-child(2) {
  padding: 0;
}
.professional_contact_hubs ul {
  max-width: 500px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.professional_contact_hubs ul li {
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.professional_contact_hubs ul li p {
  display: inline;
}
.professional_contact_hubs ul li div {
  padding-left: 28px;
}
.professional_contact_hubs ul li:before {
  content: "•";
  color: #4DB9A8;
  display: inline-block;
  width: 23px;
  font-size: 30px;
}

#mc_embed_signup .indicates-required {
  font-size: 16px;
  margin-bottom: 16px;
  font-style: italic;
}
#mc_embed_signup .asterisk {
  color: #4DB9A8;
}
#mc_embed_signup .mc-field-group {
  width: 46%;
  float: left;
  margin-right: 2%;
  margin-bottom: 12px;
}
#mc_embed_signup .mc-field-group input {
  width: 100%;
}
#mc_embed_signup .mc-field-group label {
  font-weight: 400;
  font-size: 16px;
}
#mc_embed_signup .mc-field-group.input-group {
  width: 100%;
  float: none;
  clear: both;
}
#mc_embed_signup .mc-field-group.input-group ul {
  list-style-type: none;
  padding-left: 0;
}
#mc_embed_signup .mc-field-group.input-group ul li input {
  width: unset;
  margin-right: 14px;
}
#mc_embed_signup .mc-field-group.input-group ul li input[type=radio]:after {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
#mc_embed_signup .mc-field-group.input-group ul li input[type=radio]:checked:after {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #4DB9A8;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
#mc_embed_signup div.mce_inline_error {
  background-color: #036272 !important;
  font-size: 15px;
}
#mc_embed_signup input.mce_inline_error {
  border-color: #036272 !important;
}
#mc_embed_signup .button {
  color: #FFF;
  background-color: #4DB9A8;
  border: none;
  padding: 12px 26px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
#mc_embed_signup .button:hover {
  background-color: #036272;
}
@media (max-width: 767px) {
  #mc_embed_signup .mc-field-group {
    width: 100%;
    margin-right: 0;
  }
}

.map {
  height: 500px;
}

.mapFW {
  height: 100%;
}

.allHubs {
  margin-top: 50px;
  padding: 40px 0 0 0;
  background-color: #F6F6F6;
}
.allHubs_list:before {
  display: block;
}
.allHubs ul {
  margin-top: 30px;
  margin-bottom: 50px;
}
.allHubs ul li {
  list-style: none;
}
.allHubs ul li p {
  margin-bottom: 0;
}

.learnPage--wrap {
  margin: 60px 0;
  overflow: auto;
}

.callout-box {
  border-radius: 6px;
  padding: 24px;
  background-color: #036272;
  color: #FFF;
}

.learn_sectionOne {
  margin-top: 100px;
  padding: 40px 0 100px;
  background-color: #F6F6F6;
}
.learn_sectionOne li {
  font-size: 1rem;
}
.learn_sectionOne--text .lgText {
  font-size: 32px;
  margin: 0 0 18px;
}
@media screen and (max-width: 768px) {
  .learn_sectionOne--text .lgText {
    margin: 24px 0 18px;
  }
}
.learn_sectionOne--wrap {
  margin: 80px 0 0 0;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .learn_sectionOne--wrap {
    margin: 14px 0 0 0;
  }
}
.learn_sectionTwo {
  padding: 100px 0;
}
.learn_sectionTwo li {
  font-size: 1rem;
}
.learn--spacer {
  width: 100%;
  height: 60px;
}

.learn-child-intro h3 {
  font-size: 30px;
  border-bottom: 3px solid #4DB9A8;
  width: fit-content;
}

.zoom-icon {
  float: right;
  margin-top: 8px;
}

.healthcare_header {
  background-color: #036272;
  color: #fff;
  padding: 140px 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.healthcare_header--spacer {
  width: 100%;
  height: 10px;
}
.healthcare_header ul {
  padding: 0;
  overflow: auto;
}
.healthcare_header ul li {
  list-style: none;
  width: 50%;
  float: left;
}
.healthcare_header p {
  margin: 0;
}
.healthcare_nav {
  margin: 40px 0;
}
.healthcare_nav_single {
  height: 255px;
  border: 3px solid #4DB9A8;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
}
.healthcare_nav_single p {
  max-width: 210px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: center;
  flex-direction: column;
}
.healthcare_nav_single:hover {
  background-color: #4DB9A8;
}
.healthcare_nav_single:hover p {
  color: #fff;
}
.healthcare_papers {
  background-color: #F6F6F6;
  padding: 80px 0;
}

.searchandfilter ul {
  padding: 0;
}

.papers_wrap {
  padding: 90px 0;
}
.papers_filters {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.papers_filters select {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border-bottom: 3px solid #4DB9A8;
  max-width: 219px;
  width: 100%;
  min-width: inherit;
  background: transparent url(./images/select-arrow.png) no-repeat 95px;
  background-position: right;
  padding-right: 13px;
}
.papers_filters input {
  border: none;
  border-bottom: 3px solid #4DB9A8;
  padding: 0 5px;
}
.papers_filters ul {
  padding: 0;
}
.papers_filters ul li {
  float: left;
  padding: 8px;
}
.papers_display {
  padding: 0;
}
.papers_display .sf-field-taxonomy-research_categories {
  background-color: transparent !important;
}
.papers_display--titles {
  background-color: transparent !important;
  font-weight: 600;
}
.papers_display li {
  background-color: #fff;
  overflow: auto;
  width: 100%;
  list-style: none;
  background-color: #EBEBEB;
  position: relative;
}
.papers_display li:nth-child(2n+1) {
  background-color: #F6F6F6;
}
.papers_display li div {
  padding: 0 15px;
  float: left;
  position: relative;
}
.papers_display li div img {
  margin-top: 12px;
  margin-left: 4px;
}
.papers_display li div:nth-child(1) {
  width: 30%;
}
.papers_display li div:nth-child(2) {
  width: 10%;
}
.papers_display li div:nth-child(3) {
  width: 60%;
}
.papers_display li div:nth-child(3) p span {
  font-size: 0.7em;
  font-style: italic;
}

.healthcare_content {
  background-color: #F6F6F6;
  padding: 48px 0 100px;
}
.healthcare_content--breaker {
  width: 100%;
  height: 3px;
  background-color: #4DB9A8;
  margin: 20px 0;
}
.healthcare_content--breaker:last-of-type {
  height: 0;
}
.healthcare_content_intro {
  padding: 90px 0;
}
.healthcare_lightbox {
  margin-bottom: 40px;
  overflow: auto;
}
.healthcare_lightbox img {
  width: 50%;
  float: left;
  padding: 2px;
}

.referencePaperWrap div {
  border-bottom: 1px solid #4DB9A8;
  font-size: 0.8em;
}
.referencePaperWrap div:last-of-type {
  border-bottom: 0;
}

.eventsArchive--header .container-fluid {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 7% 0;
}
.eventsArchive--header .container-fluid h1 {
  font-size: 56px;
  line-height: 60px;
  text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.8);
  padding: 0 20px;
}
.eventsArchive--intro {
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
}
.eventsArchive--featuredImage {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 56%;
}
.eventsArchive--listing h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 38px;
  margin: 0 0 14px;
}
.eventsArchive--info {
  font-size: 15px;
  line-height: 19px;
}
.eventsArchive--info strong {
  color: #4DB9A8;
}
.eventsArchive--details {
  font-size: 18px;
  line-height: 24px;
}

hr.green {
  background-color: #4DB9A8;
  margin-bottom: 12px;
  height: 1px;
}

hr.green-spaced {
  background-color: #4DB9A8;
  margin-bottom: 28px;
  height: 3px;
  opacity: 1;
}

.eventsListing img {
  height: auto;
  max-width: 100%;
}
.eventsListing--info {
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid #4DB9A8;
  font-size: 15px;
  line-height: 19px;
}
.eventsListing--info strong {
  color: #4DB9A8;
}
.eventsListing--featuredImage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 50%;
}
.eventsListing--description {
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  border-bottom: 1px solid #4DB9A8;
  padding-bottom: 18px;
  margin-bottom: 48px;
}
.eventsListing--details img {
  height: auto;
  max-width: 100%;
}
.eventsListing--socialShare {
  border-top: 2px solid #4DB9A8;
  padding-top: 24px;
  margin-top: 36px;
  margin-bottom: 44px;
  list-style-type: none;
  padding-left: none;
  margin-left: none;
  padding-inline-start: unset;
}
.eventsListing--socialShare li {
  margin-right: 14px;
}

.events-signup {
  background-color: #E6F4F6;
  padding: 56px 0 38px;
}
.events-signup #mc_embed_signup form {
  padding: 0;
}
.events-signup #mc_embed_signup form h2 {
  font-weight: 700;
  padding: 0;
  margin: 0 auto;
  font-size: 30px;
  line-height: 34px;
}
.events-signup #mc_embed_signup form .button {
  border: 3px solid #4DB9A8;
  background-color: #E6F4F6;
  color: #036272;
  padding: 12px 18px;
  margin-top: 0;
  border-radius: 0;
  height: unset;
  font-weight: 700 !important;
  line-height: unset;
}
.events-signup #mc_embed_signup form .button:hover {
  border: 3px solid #036272;
  background-color: #036272;
  color: #FFF;
}
.events-signup #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  color: #FFF !important;
}

@media (max-width: 991px) {
  .bio {
    display: block;
  }
  .bio_papers, .bio_image {
    padding: 15px;
  }
  .bio_experience {
    word-break: break-all;
    margin-bottom: 30px;
  }
  .mapFW {
    height: 500px;
  }
  .healthcare_nav .fwWrap > div, .healthcare_nav .headerWrap > div, .healthcare_nav .footerWrap > div, .healthcare_nav .hp_infoBlocks > div, .healthcare_nav .theProcess > div, .healthcare_nav .hubs > div, .healthcare_nav .about_staff > div, .healthcare_nav .signup > div, .healthcare_nav .contact_hubs > div, .healthcare_nav .professional_contact_info > div, .healthcare_nav .professional_contact_hubs > div, .healthcare_nav .allHubs > div, .healthcare_nav .learn_sectionOne > div, .healthcare_nav .learn_sectionTwo > div, .healthcare_nav .healthcare_header > div, .healthcare_nav .healthcare_papers > div, .healthcare_nav .papers_wrap > div, .healthcare_nav .healthcare_content > div {
    margin-bottom: 30px;
  }
  .papers_display li div:nth-child(2) {
    display: none;
  }
  .papers_display li div:nth-child(1) {
    width: 30%;
  }
  .papers_display li div:nth-child(3) {
    width: 70%;
  }
  .headerWrap {
    height: 600px;
  }
  .headerWrap_text h3 {
    font-size: 1.8em;
  }
  .mobile-buy {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
  }
  .mobile-buy:after {
    content: "\f07a"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    right: 125px;
    top: 7px;
    position: absolute;
  }
  .navWrap {
    padding: 16px 0 8px;
  }
  .navWrap_cta .btn {
    display: none;
  }
  .mobileNavWrap {
    display: block;
    float: right;
    margin-left: 30px;
  }
  .about_staff_person_text {
    position: relative;
    opacity: 1;
    padding: 35px 10px 20px 10px;
    height: auto;
  }
  .slick-next {
    right: 33px !important;
  }
  .slick-prev {
    left: 33px !important;
  }
  .slick-list {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (max-width: 840px) {
  #menu-mobile-nav {
    width: 300px;
    padding: 80px 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .about_staff_intro {
    height: 300px;
  }
  .footerWrap {
    text-align: center;
  }
  .footerWrap_logo {
    margin-bottom: 30px;
  }
  .footerWrap--title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
    margin-top: 30px;
  }
  .hpFeatures {
    padding: 50px 0;
  }
  .hpFeatures > div:nth-child(2) {
    border-left: 0;
    border-right: 0;
    border-top: 3px solid #4DB9A8;
    border-bottom: 3px solid #4DB9A8;
  }
  .learnPage--wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .learnPage--wrap--text {
    order: 2;
  }
  .learnPage--wrap--image {
    order: 1;
  }
  .learn_sectionOne--wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .learn_sectionOne--image {
    order: 1;
  }
  .learn_sectionOne--text {
    order: 2;
  }
}
@media (max-width: 640px) {
  .founder_text, .founder_image {
    width: 100%;
  }
  .founder_text {
    padding: 40px 20px;
  }
  .founder_image {
    height: 450px;
  }
  .papers_display li div:nth-child(1) {
    width: 40%;
  }
  .papers_display li div:nth-child(3) {
    width: 60%;
  }
  .fwCTA_text {
    max-width: 300px;
    left: 48px;
  }
  .fwCTA_text h3 {
    font-size: 1.7em;
  }
  .headerWrap {
    height: 500px;
    overflow: inherit;
  }
  .headerWrap_text {
    max-width: 400px;
  }
  .headerWrap_text h3 {
    font-size: 1.4em;
  }
  .contact_hubs ul {
    max-width: none;
    padding: 0;
  }
  .contact_hubs ul li {
    width: 100%;
  }
  .professional_contact_hubs ul {
    padding: 0;
  }
  .professional_contact_hubs ul li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .signup_fName, .signup_lName, .signup_email {
    width: 100%;
    float: none;
  }
  .papers_filters select {
    margin-bottom: 20px;
  }
  .papers_filters ul li {
    float: none;
  }
  .healthcare_header ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .headerWrap_text {
    left: 25px;
    top: 20%;
    max-width: 300px;
  }
  .headerWrap_text h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 400px) {
  .founder_image {
    height: 325px;
  }
  .sf-field-taxonomy-research_categories {
    overflow: hidden;
  }
  .papers_display li div:nth-child(1) {
    width: 50%;
  }
  .papers_display li div:nth-child(3) {
    width: 50%;
  }
  .fwCTA_text {
    max-width: 280px;
    left: 20px;
  }
}
