html {
  scroll-padding-top: 138px;
}

h1 {
  font-size: 42px;
  font-weight: 400;
  color: #024453;
}

h2 {
  font-size: 34px;
  font-weight: 400;
  color: #024453;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  color: #024453;
}

.unavailable {
  opacity: 0.7;
  cursor: default;
}

.homepage {
  background-image: url(../img/landing_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-position: center top;
  background-color: #060E11;
}

#homepage_hero_inner {
  justify-content: center;
  align-items: center;
}

.spotlight_logo {
  background-image: url(../img/logo.png);
  background-size: 174px 30px;
  max-width: 174px;
  width: 174px;
  height: 30px;
  margin-left: 24px;
}

.homepage_hero h1 {
  color: white;
  font-size: 68px;
  font-weight: 300;
}

.homepage_hero p {
  color: #FCD603;
  font-size: 24px;
  font-weight: 400;
}

.homepage_cards {
  /*row-gap: 10px;*/
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-auto-rows: 1fr;
  grid-row-gap: 10px;
  /*grid-column-gap: 10px;*/
}

.homepage_card_inner {
  background-color: #EBF1F3;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 100%;
}

.homepage_card h5 {
  text-align: center;
  color: black;
  font-size: 32px;
  font-weight: 300;
}

.homepage_card p {
  text-align: center;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.homepage_card button {
  background-color: #FCD603;
  color: #02161A;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid #FCD603;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.homepage_card button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s ease;
}

.hero_row {
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  background-size: contain;
}

.hero_text {
  background-color: #024453;
  border-radius: 10px;
  padding: 20px;
  bottom: 0px;
  position: absolute;
  width: 45%;
  max-height: 90%;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.15);
}

.hero_text h1 {
  color: white;
  font-weight: 200;
  font-style: normal;
}

.hero_text p {
  color: #FCD603;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
}

.hero_row_navigating {
  background-image: url(../img/hero_navigating.jpg);
  height: 458px;
}

.hero_row_about {
  background-image: url(../img/hero_about.jpg);
  height: 458px;
}

.hero_row_living {
  background-image: url(../img/hero_living.jpg);
  height: 458px;
}

.hero_row_about .hero_text, .hero_row_navigating .hero_text {
  width: 40% !important;
  height: 71%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero_row_navigating .hero_text {
  width: 31% !important;
}

.hero_row_navigating .hero_text {
  padding-left: 25px;
  padding-right: 15px;
}

.hero_row_navigating .hero_text p {
  padding-right: 15px;
}

.hero_row_living .hero_text {
  padding-left: 25px;
}

.hero_row_living .hero_text p {
  padding-right: 30px;
}

.hero_row_living .hero_text {
  width: 34% !important;
  height: 71%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}

.hero_row_about h1 {
  max-width: 60%;
}

.bsg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.no-gutter-desktop {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bsg_p {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.container_row {
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
}

.disclaimer_row {
  min-height: 34px;
  background-color: #11677A;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.disclaimer_row .disclaimer_inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.disclaimer_row .disclaimer_inner .col-lg-8 {
  padding-left: 0px;
}

.disclaimer_row p {
  color: white;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.disclaimer_row p b {
  font-weight: 700;
}

#top_nav_container {
  /*margin-left: 34px;*/
  /*margin-right: 34px;*/
  padding-left: 0px;
  padding-right: 0px;
}

#dd_lang {
  display: flex;
  justify-content: flex-end;
}

.lang_selector .dropdown-menu {
  background-color: white;
  z-index: 1030;
  padding: 20px;
  width: 290px;
  transform: unset !important;
  inset: unset !important;
  z-index: 1070;
}

.lang_selector button {
  color: white;
}

.lang_selector .dropdown-menu .dropdown-item {
  font-size: 18px;
}

.update_country_button {
  background-color: #FCD603;
  width: 100%;
  color: #02161A !important;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  border: 1px solid #FCD603;
  padding: 10px;
  border-radius: 7px;
}

span.dropdown-item {
  cursor: default;
}

.lang_selector .dropdown-menu p {
  color: black;
  font-size: 18px;
  font-weight: 400;
}

.lang_selector .form-check {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.lang_selector .dropdown-menu img {
  width: 70px;
}

/*.lang_selector button
{
  color: white;
  font-size: 13px;
  font-weight: 400;
}*/
.lang_selector img {
  margin-right: 5px;
}

.desktop_subnav {
  z-index: 1010;
}

#navbarSupportedContent {
  flex-grow: unset !important;
}

.top_nav_row {
  min-height: 78px;
  background-color: #024453;
}

.top_nav_row.transparent {
  background-color: transparent;
}

.resources {
  min-width: 419px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EBF1F3;
}

.resources p {
  margin: 0;
  padding: 0;
}

.resources p a {
  color: #024453;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.download-row {
  border-radius: 10px;
}

.download-row:hover {
  background-color: #024453;
}

.download-row:hover p a {
  color: white;
}

.download-row:hover img {
  filter: brightness(0) invert(1);
}

.download-icon {
  margin: 0 auto;
  display: block;
  display: flex;
  justify-content: center;
}

#top_nav {
  z-index: 1050;
}

#top_nav .nav-link {
  color: white;
  font-weight: 700;
}

#top_nav .nav-item.active {
  background-color: #FCD603;
  border-radius: 8px;
}

#top_nav .nav-item.active a {
  color: #02161A;
}

#top_nav .nav-item {
  padding-left: 10px;
  padding-right: 10px;
}

#navbarNav {
  justify-content: flex-end;
}

.yellow_box_container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-rows: 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.yellow_box_container.signs {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-auto-rows: 1fr;
  grid-row-gap: 10px;
}

.yellow_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px 0px 10px;
}

.yellow_box p, .yellow_box_v p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.yellow_box p b, .yellow_box_v p b {
  font-weight: 700;
}

.yellow_box_row img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.yellow_box_row {
  height: 100%;
  width: 100%;
  background-color: #FFF3DC;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.yellow_box_v {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /*padding-left: 20px;
  padding-right: 20px;*/
}

.yellow_box_row_v {
  height: 100%;
  width: 100%;
  background-color: #FFF3DC;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.yellow_box_row_v p {
  text-align: center;
  color: #02161A;
  font-size: 16px;
  font-weight: 700;
}

.signs_inner {
  background-color: #FFF3DC;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbar-nav {
  column-gap: 10px;
  margin-bottom: 6px;
}

#sub_nav {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#sub_nav .nav-item {
  border-radius: 8px;
  padding: 0;
  margin: 0;
}

#sub_nav .nav-item p {
  padding: 0;
  margin: 0;
}

#sub_nav .nav-item:nth-child(1) {
  padding-left: 0px;
}

#sub_nav .nav-link {
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #024453;
  border: 2px solid #024453;
  padding: 0;
  margin: 0;
  padding: 8px;
  border-radius: 8px;
}

#sub_nav .nav-link.active {
  font-weight: 700;
}

#sub_nav .nav-item.active {
  background-color: #024453;
}

#sub_nav .nav-item.active .nav-link {
  color: white;
}

#sub_nav .nav-item:hover {
  background-color: #024453;
}

#sub_nav .nav-item:hover .nav-link {
  color: white;
}

.image_row {
  background-color: #EBF1F3;
  border-radius: 10px;
  padding-bottom: 30px;
}

.image_row_text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 30px;
}

.image_row h2 {
  color: #024453;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}

.image_row p {
  font-size: 18px;
  color: black;
  line-height: 150%;
  font-weight: 400;
}

.image_row_left img {
  transform: translate(10px, -20px);
}

.image_row_right img {
  transform: translate(-10px, -20px);
}

.alert_row {
  /*min-height: 134px;*/
  background-color: #024453;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.alert_wrapper {
  background-color: #024453;
}

.grey_wrapper {
  background-color: #EBF1F3;
}

.grey_wrapper img {
  border-radius: 10px;
  transform: translate(0px, -30px);
}

.alert_row p {
  color: white;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  padding: 0;
  margin: 0;
}

.photo_row p {
  color: white;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  padding: 0;
  margin: 0;
}

.photo_row img {
  border-radius: 10px;
  transform: translate(0px, 40px);
}

.photo_row_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-container-row {
  justify-content: flex-end;
}

.footer_row {
  background-color: #024453;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: space-between;
  margin-left: unset;
  margin-right: unset;
}

.footer_row p {
  color: white;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 140%;
}

.job_code {
  opacity: 0.6;
}

.footer_links_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer_row .footer_links p {
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer_row a {
  color: white;
  text-decoration: none;
}

.footer_row a:hover {
  text-decoration: underline;
}

.footer_row h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.footer_links {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.footer_links p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.footer_links p a {
  color: white !important;
  font-size: 16px;
  font-weight: 700;
}

#eyes_block {
  background-color: #FFF3DC;
  border-radius: 10px;
}

#eyes_block h4 {
  text-align: center;
}

#eyes_block p {
  text-align: center;
}

.eye_img {
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.what-causes {
  background-color: #EBF1F3;
}

.what-causes h4 {
  font-weight: 400;
  font-size: 34px;
  color: #024453;
}

.causes-card h5 {
  font-size: 24px;
  color: #024453;
  line-height: 27px;
  font-weight: 700;
}

.causes_icon {
  padding: 20px;
  background-color: white;
  border-radius: 100px;
}

.references_inner ol {
  margin: 0;
  padding-left: 1rem;
}

.references_inner p {
  padding: 0;
  margin: 0;
}

.references_inner p a {
  color: black;
  text-decoration: underline;
  word-break: break-word;
}

.references_inner p a:hover {
  text-decoration: underline;
}

.references_inner .accordion-body {
  padding-top: 0px;
}

.logo_wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  /*grid-template-columns: 100%;*/
  grid-auto-rows: 1fr;
  grid-row-gap: 20px;
}

.logoCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logoCard img {
  display: block;
  margin: 0 auto;
  max-height: 43px;
}

.logoCard:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.logoCard:hover p a {
  text-decoration: underline;
}

.logoCard h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
}

.logoCard p {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.logoCard a {
  color: black;
  text-decoration: none;
}

.accordion-button, .references_inner {
  background-color: #EBF1F3 !important;
  box-shadow: unset !important;
}

.accordion-button h3 {
  color: #02161A;
  font-size: 24px;
  line-height: 140%;
  padding: 0;
  margin: 0;
}

.eye_block img {
  margin-top: 2rem;
}

.eye_block h4 {
  color: #024453;
  font-size: 24px;
  font-weight: 700;
}

.info_row {
  background-color: #FFF3DC;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.info_row p {
  padding: 0;
  margin: 0;
  color: #02161A;
  font-weight: 700;
  font-size: 16px;
}

.sub_nav_dropdown .dropdown-menu {
  background-color: white;
  width: 96%;
}

.sub_nav_dropdown .dropdown-menu li a:hover {
  background-color: #024453;
  border-radius: 6px;
  color: white;
}

.sub_nav_dropdown .dropdown-menu {
  inset: unset !important;
  transform: unset !important;
}

.dropdown_wrapper {
  display: flex;
  justify-content: center;
}

.dropdown-item {
  color: #024453;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  padding: 8px;
}

.dropdown-item li .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.download-cards {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
  grid-auto-rows: 1fr;
}

.download-card-inner {
  background-color: #024453;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.download-card-inner img.icon {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 24px;
}

.download-card-inner .top_icon {
  display: flex;
  justify-content: center;
}

.download-card-inner .top_icon img {
  margin: 0 auto;
}

.download-card-inner h5 {
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 300;
}

.download-card-inner button {
  background-color: #FCD603;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  border: 1px solid #FCD603;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.download-card-inner button:hover {
  background-color: transparent;
}

.lang_row:hover {
  background-color: #EBF1F3;
  border-radius: 10px;
}

.lang_row .dropdown-item:hover {
  background-color: transparent;
}

.download-card-inner button p {
  color: #02161A;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.download-card-inner button:hover p {
  color: white;
}

.download-card-inner button img {
  display: block;
}

.download-card-inner button:hover img {
  filter: brightness(0) invert(1);
}

.mobile-nav {
  position: fixed;
  top: 0px;
  left: 110vw;
  transition: left 0.3s ease;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background-image: url(../img/mobile-nav-bg.jpg);
  background-size: cover;
  background-position: left top;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mob-nav-wrapper {
  margin-bottom: 10px;
  padding: 10px;
}

.mobile-nav .footer_links p a {
  text-decoration: none;
}

.mobile-nav .footer_links p {
  margin: 0;
  padding: 0;
}

.mobile-nav-top .accordion {
  padding-left: 10px;
}

.mob-nav-wrapper.active {
  background-color: #FCD603;
  border-radius: 8px;
}

.mob-nav-wrapper p {
  padding: 0;
  margin: 0;
}

.mob-nav-wrapper.active p a {
  color: #02161A;
}

.mobile-nav .accordion-button::after {
  /*margin-left: 10px !important;*/
  margin-top: 1px !important;
  background-image: url(../img/arrow-up.svg);
  background-size: 24px 24px;
  margin-right: 20px;
}

.mobile-nav.active {
  left: 0vw;
  transition: left 0.3s ease;
}

.mobile-nav-item, .mobile-nav-item a {
  color: white;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.mobile-nav .accordion-item, .mobile-nav button {
  background-color: transparent !important;
  border: none;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 30px;
  font-weight: 400;
}

.mobile-nav .accordion-button:not(.collapsed) {
  color: white;
}

.mobile-nav-bottom p, .mobile-nav-bottom h3 {
  color: white;
}

.mobile-nav-top a small {
  font-size: 16px;
  color: white;
}

.mobile-nav-top .accordion a {
  text-decoration: none;
}

.mobile-nav-top .accordion a:hover {
  text-decoration: underline !important;
}

#legal h1 {
  color: #024453;
  font-size: 55px;
  font-weight: 700;
}

#legal h2 {
  color: #024453;
  font-weight: 400;
  font-size: 40px;
}

#legal h3 {
  color: #02161A;
  font-weight: 700;
  font-size: 18px;
}

#legal hr {
  height: 1px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  margin-bottom: 20px;
}

#legal table {
  width: 100%;
}

#legal table tr:nth-child(even) {
  background-color: #E6F0F6;
}

#legal table td {
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 50%;
  padding: 6px;
}

#legal ul li p {
  padding: 0;
  margin: 0;
}

.role-selector {
  background-image: url(../img/role-selector-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.role-selector .footer_row {
  background-color: unset;
}

.disclaimer_container {
  width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
}

.disclaimer_inner {
  width: 100%;
}

.role_selector_container {
  background-color: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.role_selector_container h1 {
  font-size: 40px;
  line-height: 48px;
  color: #02161A;
  text-align: center;
}

.role_selector_container p {
  font-size: 18px;
  line-height: 27px;
  color: #02161A;
  text-align: center;
}

.role-selector.hcp {
  background-image: url(../img/hcp-only-bg.jpg);
}

.role_wrapper.hcps .role_selector_container {
  align-items: flex-start;
}

.role_wrapper.hcps button {
  background-color: #FCD603;
  color: #02161A;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid #FCD603;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 100%;
}

.role_wrapper.hcps .btns_row {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 10px;
  grid-auto-rows: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.role_wrapper.hcps button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s ease;
}

.role_wrapper.hcps .role_selector_container p, .role_wrapper.hcps .role_selector_container h1 {
  text-align: left;
}

.role_selector_row {
  display: flex;
  flex-direction: row;
  background-color: #EBF1F3;
  border: 1px solid transparent;
  border-radius: 8px;
  width: 100%;
  align-items: stretch;
  margin-bottom: 10px;
  cursor: pointer;
  justify-content: space-between;
}

.role_selector_row:hover {
  background-color: transparent;
  border: 1px solid #EBF1F3;
}

.role_selector_row p {
  text-align: left;
  padding: 0;
  margin: 0;
  padding: 14px;
}

.role_arrow {
  background-color: #FCD603;
  min-width: 60px;
  width: 60px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-image: url(../img/icon-arrow-right-black.svg);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}

.role_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding-bottom: 20px;
}

.role_selector_container a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.yellow_info_box h3 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  color: #02161A;
}

.yellow_box_container.three-across {
  grid-template-columns: 33.3% 33.3% 33.3%;
}

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