body {
  font-family: "Heebo", sans-serif;
  margin: 0;
  padding: 0;
  color: #00567a;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

p,
li {
  font-size: 20px;
  line-height: 1.5;
  color: inherit;
  margin: 0;
  margin-bottom: 16px;
}

h1,
.h1 {
  font-size: 42px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
h2,
.h2 {
  font-size: 36px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
h3,
.h3 {
  font-size: 27px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
h4,
.h4 {
  font-size: 25px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.text-big {
  font-size: 70px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.text-small {
  font-size: 17px;
  line-height: 1.5;
  color: inherit;
  margin: 0;
  font-family: "Heebo", sans-serif;
}

/* Helpers */
.anchor {
  margin-top: -200px;
  padding-top: 200px;
}
.text-white {
  color: #ffffff;
}
.text-primary {
  color: #00567a;
}
.text-secondary {
  color: #a2bf26;
}
.text-dark-secondary {
  color: #169f40;
}
.text-light-primary {
  color: #2490be;
}
.bg-primary {
  background-color: #00567a;
}
.bg-secondary {
  background-color: #a2bf26;
}
.bg-dark-secondary {
  background-color: #169f40;
}
.text-bold {
  font-weight: 700;
}
.text-regular {
  font-weight: 400;
}
.text-center {
  text-align: center;
}
.text-small-top {
  font-size: 8px;
  vertical-align: top;
  padding: 0 !important;
  display: inline-block !important;
}
.text-link {
  text-decoration: underline;
  font-weight: 700;
}
.text-link-green {
  color: #a2bf26;
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.3s ease;
}
.text-link-green:hover {
  color: #ffffff;
}
.word-break {
  word-wrap: break-word;
}
.position-relative {
  position: relative;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-x-1 {
  padding: 0 8px;
}
.p-b-2 {
  padding-bottom: 16px;
}
.p-t-2 {
  padding-top: 16px;
}
.p-l-2 {
  padding-left: 16px;
}
.p-l-4 {
  padding-left: 32px;
}
.p-r-2 {
  padding-right: 16px;
}
.p-r-4 {
  padding-right: 32px;
}
.m-b-2 {
  margin-bottom: 16px;
}
.m-b-4 {
  margin-bottom: 32px;
}
.m-t-2 {
  margin-top: 16px;
}
.m-t-4 {
  margin-top: 32px;
}
.m-b-6 {
  margin-bottom: 48px;
}
.m-0 {
  margin: 0 !important;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-y-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
img {
  width: 100%;
}
.hidden-content {
  display: none;
}
.green-underline {
  border-bottom: 2px solid #a2bf26;
}
/* Layout */
.container {
  max-width: 1230px !important;
}
.page-wrapper {
  padding-top: 140px;
  overflow-x: hidden;
}

/* List */
ul {
  padding: 0;
  list-style: none;
}
li {
  line-height: 1.4;
  padding: 4px 0 0px 20px;
  position: relative;
  font-weight: 500;
}
li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 11px;
  background-image: url("../images/list-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 12px;
}

li p {
  font-size: inherit;
  margin-bottom: 0;
}

/* Buttons */
.button {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  border-radius: 7px;
  padding: 12px 21px 15px 21px;
  position: relative;
  transition: all 0.3s ease;
  font-family: "Oswald", sans-serif;
  border: 2px solid #00567a;
}
.button-primary {
  color: #ffffff;
  background-color: #00567a;
}
.button-hollow {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.button-hollow-dark {
  color: #00567a;
  background-color: transparent;
  border: 2px solid #00567a;
}
.button-hollow-green {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #a2bf26;
}
.button-primary:hover,
.button-hollow:hover,
.button-hollow-green:hover {
  color: #ffffff;
  background-color: #a2bf26;
  border: 2px solid #a2bf26;
}
.button-arrow {
  padding: 12px 50px 15px 21px;
}
.button-arrow:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-top-green.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 14px;
  top: 12px;
  transition: all 0.3s ease;
}
.button-arrow:hover:after {
  background-image: url("../images/arrow-top-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(6px);
}
.button-download {
  padding: 12px 50px 15px 21px;
}
.button-download:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-download.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 14px;
  top: 12px;
  transition: all 0.3s ease;
}
.button-download:hover:after {
  background-image: url("../images/icon-download-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(2px);
}
.button-yes-no {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 8px;
  cursor: pointer;
}
#button-yes:hover {
  background-color: #00567a;
  border: 2px solid #00567a;
}
.button-yes-no img {
  width: 24px;
  height: 24px;
  margin-left: 6px;
  margin-top: 4px;
}
.button-small {
  font-size: 15px;
}
.step-btn {
  background-color: #afcb37;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  padding: 12px 35px;
  font-weight: 400;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  width: 100%;
  max-width: 570px;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.step-btn:after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;

  background-image: url("../images/step-close.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 32px;
  top: 20px;
  transition: all 0.3s ease;
}
.step-btn.active {
  background-color: #00567a;
}
.step-btn.active:after {
  background-image: url("../images/step-open.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.step {
  max-width: 570px;
  margin: 0 auto 16px auto;
}
.step-content {
  transition: all 0.5s ease;

  overflow: hidden;
  margin-top: 16px;
  padding: 0 8px;
}
/* .step-btn:hover + .step-content {
  opacity: 1;
  height: auto;
} */

/* HEADER */
header {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
header.scroll-bg {
  background-color: #ffffff;
}
.header {
  padding: 32px 0;
}
.logo img {
  width: 280px;
}
.header-line {
  border-top: 2px solid #a2bf26;
  max-width: 150px;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-item a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}
.nav-item a:hover {
  color: #a2bf26;
}
.nav-item:hover .subnav {
  display: flex;
}
.header .subnav {
  min-width: 180px;
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: #00567a;
  margin: 0 auto;
  padding: 8px 22px;
  top: 30px;
  left: -20px;
  border-radius: 7px 7px 25px 7px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
}

.header .subnav a {
  color: #ffffff;
  padding: 8px 0;
  text-align: left;
  font-size: 18px;
  transition: color 0.3s ease;
}
.header .subnav a:hover {
  color: #a2bf26;
}
.header-mobile {
  display: none;
}
.header-mobile .row {
  padding: 18px 0;
}
.header-mobile .logo a {
  display: block;
}
.header-mobile .logo img {
  width: 180px;
}
.nav-mobile .button {
  font-size: 14px;
  margin: 16px auto;
}
.header-mobile-phone {
  display: flex;
  align-items: center;
}
#mobile-open {
  background: transparent;
  border: none;
  display: block;
  margin-left: auto;
  background-image: url("../images/menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
}
.header-mobile.open {
  background-color: #ffffff;
}
.header-mobile.open #mobile-open {
  background-image: url("../images/close.svg");
}
.nav-mobile {
  text-align: center;
  background: #ffffff;
  padding: 0 0 24px 0;
  display: none;
  width: 100%;
}
.nav-mobile.visible {
  display: block;
}
.nav-mobile-item {
  padding: 8px 0;
  position: relative;
}
.nav-mobile-item a {
  font-weight: 500;
}
.enroll-page .nav {
  display: flex;
  justify-content: flex-start;
}
.enroll-page .nav-item {
  padding-right: 70px;
}
.enroll-page .subnav {
  left: -10px;
}

/* Footer */
.top-footer-section {
  background-image: url("../images/top-footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 160px 0;
}
.middle-footer-section {
  padding-top: 82px;
  padding-bottom: 30px;
}
.middle-footer-section-extra-links {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0 20px 76px;
}
.middle-footer-section p {
  font-size: 12px;
  font-weight: 500;
  color: #b7b7b7;
  padding-left: 76px;
}
.bottom-footer-section {
  background-color: #f8f8f8;
  padding: 37px 0;
}
.bottom-footer-section p {
  font-size: 13px;
}

/* Popup */
#popup {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #073041;
  z-index: 1000;
}
#popup .popup-inner {
  padding: 95px;
  max-width: 940px;
  width: 80%;
  margin: 7% auto;
  border-radius: 21px;
  background-color: #ffffff;
  position: relative;
}
.popup-inner .close-button {
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  border: 1px solid #073041;
  background-color: transparent;
  padding: 3px 8px 4px 8px;
  cursor: pointer;
}
.table {
  padding: 0 2%;
  overflow-x: scroll;
}

.table .col-4 {
  border: 1px solid #073041;
  padding: 8px;
}

/* Section Media Text */
.section-media-text-image {
  min-height: 860px;
  max-width: 549px;
  width: 100%;
  position: relative;
}
.section-media-text-inner {
  margin-top: 64px;
}

.section-media-text-image img {
  height: 860px;
  width: auto;
  position: absolute;
  top: 0;
  left: -180px;
  z-index: 2;
}
.section-media-text-image .image-element {
  position: absolute;
  background-image: url("../images/image-element.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: -190px;
  top: -20px;
  transform: rotate(4deg);
  z-index: 1;
}
.green-meta-line {
  width: 60px;
  border-top: 2px solid #a2bf26;
}
.green-meta-line-big {
  width: 170px;
  border-top: 2px solid #a2bf26;
}
.spotlight {
  border: 2px solid #00a03b;
  border-radius: 30px;
  padding: 16px;
  margin: 32px 0 0 0 !important;
  z-index: 3;
  position: relative;
}
.spotlight .col-md-10,
.spotlight .col-md-9 {
  border-left: 2px solid #00a03b;
}

.spotlight img {
  width: 46px;
  height: 43px;
}
.spotlight .spotlight-image-logo img {
  width: 100px;
  height: auto;
}

.professionals-page .spotlight {
  margin-top: -90px !important;
}

/* Section two cards */
.section-two-cards {
  padding-bottom: 100px;
  background-image: url("../images/mask-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: -90px;
}
.card-patient,
.card-provider {
  position: relative;
}
.section-two-cards-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 15px 30px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  border-radius: 0 0 14px 6px;
}
.section-two-cards-btn img {
  transition: all 0.3s ease;
  margin-left: 10px;
  width: 40px;
  height: 40px;
}
.section-two-cards-btn:hover img {
  transform: translateX(8px);
}

/* Section two diagrams */
.section-two-diagrams .diagram {
  position: relative;
  padding: 32px 0 120px 0px;
}
.section-two-diagrams .diagram img {
  max-width: 465px;
  max-height: 475px;
  margin: 0 auto;
  display: block;
}
.section-two-diagrams .diagram-content {
  position: absolute;
  left: 22%;
  top: 32%;
}

/* Section text and media with bg */
.section-text-media {
  position: relative;
  margin: 100px 0;
}
.section-text-media:before {
  position: absolute;
  content: "";
  background-image: url("../images/text-media-bg-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 100px;
  left: 0;
  top: -100px;
}
.section-text-media:after {
  position: absolute;
  content: "";
  background-image: url("../images/text-media-bg-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -100px;
}
.section-text-media-transparent {
  margin-top: -30px;
}
.section-text-media-transparent .section-text-media-image {
}
.section-text-media-transparent:before,
.section-text-media-transparent:after {
  display: none;
}
.section-text-media-image {
  min-height: 760px;
  width: 100%;
  position: relative;
}
.section-text-media-image img {
  height: 760px;
  width: auto;
  position: absolute;
  top: -260px;
  right: -150px;
  z-index: 2;
}
.section-text-media-image .image-element {
  position: absolute;
  background-image: url("../images/image-element.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: -170px;
  top: -200px;
  transform: rotate(192deg);
  z-index: 1;
}
.section-text-media .section-media-text-inner {
  margin-top: 0 !important;
}

/* Section steps  */
.section-steps,
.patient-eligibility {
  padding-bottom: 0;
  background-image: url("../images/mask-bg-gray.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.section-steps {
  padding: 64px 0;
}
.step {
  flex-direction: column;
}
.why-participate {
  margin-top: -104px;
}

/* Section 2 columns */
.section-two-columns-inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 36px;
}
.section-two-columns-inner p {
  padding: 49px 33px 52px 93px;
  background-color: #ffffff;
  border-radius: 67px;
}
.section-two-columns-number {
  font-size: 110px;
  color: #eff3f5;
  font-weight: 500;
  position: absolute;
  left: -20px;
  bottom: 25%;
}
.patient-eligibility {
  margin-top: -180px;
  padding-bottom: 180px;
}
.enroll-section {
  margin-top: -20px;
  margin-bottom: 0;
}
.enroll-section.section-text-media:after {
  display: none;
}

/* 
Simple page */

.simple-page:before {
  position: absolute;
  content: "";
  background-image: url("../images/page-content-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 800px;
  height: 900px;
  right: 0;
  top: 0;
  z-index: 3;
}
.page-content {
  padding: 32px 0;
  z-index: 4;
  position: relative;
}
.page-content li {
  font-weight: 400;
}

/* Responsive */
@media only screen and (max-width: 760px) {
  #popup .popup-inner {
    padding: 52px 36px;
  }
  .popup-inner .button-group {
    align-items: center;
  }
  .popup-inner .button-group a,
  .popup-inner .button-group button {
    margin-bottom: 16px !important;
    width: auto;
  }
  #external-link-popup .popup-inner {
    padding: 16px;
  }
  #external-link-popup .popup-inner {
    margin-top: 120px;
  }
  .section-media-text-image img {
    position: relative;
    height: 400px;
    left: -50px;
  }
  .section-media-text-image .image-element {
    height: 300px;
    left: -60px;
    top: -10px;
    transform: rotate(8deg);
  }
  .section-text-media-image .image-element {
    height: 400px;
    right: -120px;
    top: -0;
    transform: rotate(182deg);
  }
  .section-media-text-image,
  .section-text-media-image {
    min-height: auto;
  }
  .section-text-media-image img {
    position: relative;
    height: 400px;
    right: -50px;
    top: 0;
  }
  .table .row {
    width: 800px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1100px) {
  .section-media-text-image img {
    position: relative;
    height: 600px;
    left: -50px;
  }
  .section-media-text-image .image-element {
    height: 500px;
    left: -60px;
    top: -20px;
    transform: rotate(8deg);
  }

  .section-media-text-image,
  .section-text-media-image {
    min-height: 600px;
  }
  .section-text-media-image img {
    position: relative;
    height: 600px;
    right: -60px;
    top: -240px;
  }
}

@media only screen and (max-width: 991px) {
  header {
    z-index: 1000;
  }
  h1,
  .h1 {
    font-size: 25px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 21px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  p,
  li {
    font-size: 16px;
  }
  .text-small {
    font-size: 14px;
  }
  .header {
    display: none;
  }
  .header-mobile {
    display: block;
  }

  .top-footer-section {
    padding: 80px 0;
  }
  .top-footer-section .button {
    margin-top: 32px;
    margin-left: 0;
  }
  .middle-footer-section {
    padding: 40px 0 16px 0;
  }
  .middle-footer-section .logo img {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
  .middle-footer-section .nav {
    flex-direction: column;
  }
  .middle-footer-section-extra-links {
    justify-content: center;
    padding: 0;
  }
  .middle-footer-section .row {
    justify-content: center;
  }
  .middle-footer-section .row p {
    padding: 16px 0 0 0;
    text-align: center;
  }
  .middle-footer-section .nav a {
    margin: 16px auto;
  }
  .nav-item a {
    font-size: 14px;
  }
  .button {
    font-size: 16px;
  }
  .middle-footer-section .header-line {
    margin: 16px auto;
    display: block;
    max-width: 260px;
  }
  .bottom-footer-section {
    padding: 20px 0;
  }
  .bottom-footer-section p {
    text-align: center;
  }
  .page-wrapper {
    padding-top: 100px;
  }
  .section-media-text-inner {
    padding: 16px;
  }
  .spotlight img {
    margin: 0 auto;
    display: block;
  }
  .spotlight .col-md-10,
  .spotlight .col-md-9 {
    border-top: 2px solid #00a03b;
    border-left: 2px solid transparent;
    padding: 16px 0;
    margin-top: 16px;
  }
  .section-two-cards-btn {
    font-size: 20px;
    padding: 12px 16px;
  }
  .section-two-cards-btn img {
    width: 24px;
    height: 24px;
  }
  .section-two-diagrams .diagram {
    padding: 32px 0;
  }
  .section-two-diagrams .diagram-content {
    left: 10%;
    top: 33%;
  }
  .text-big {
    font-size: 46px;
  }
  .section-text-media {
    margin: 60px 0;
  }

  .professionals-page .spotlight {
    margin-top: 0px !important;
  }
  .why-participate,
  .section-text-media-transparent,
  .section-media-text-inner,
  .enroll-section,
  .patient-eligibility,
  .section-two-cards {
    margin-top: 0;
  }
  .section-two-columns-inner {
    flex-direction: column;
  }
  .section-two-columns-number {
    font-size: 80px;
    left: 0;
    bottom: 35%;
  }
  .patient-eligibility {
    padding-bottom: 60px;
  }
  .enroll-section {
    margin-bottom: 0;
  }
  .professionals-page .spotlight {
    margin-top: 0 !important;
  }
  .step-btn {
    font-size: 18px;
  }
  .step-btn:after {
    top: 12px;
  }
}

@media only screen and (max-width: 1200px) {
  .spotlight .spotlight-image-logo img {
    width: 80px;
    height: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .logo img {
    width: 280px;
  }
  .nav-item a {
    font-size: 16px;
  }
  .button {
    font-size: 16px;
  }
  .header-line {
    margin-right: -50px;
  }
  .section-text-media-image img {
    right: -100px;
  }
  .professionals-page .spotlight {
    margin-top: 0 !important;
  }
  .section-text-media-transparent {
    margin-top: 80px !important;
  }
  .patient-eligibility {
    margin-top: -100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .header .subnav {
    top: 24px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header {
    background-color: #ffffff;
  }
  .header {
    padding: 0 !important;
  }
  #qualify-iframe {
    min-height: 1420px;
  }
}
