.brown_row {
  background-color: #312C2C;
}

.inner_page {
  max-width: 1550px !important;
}

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

h1 {
  font-size: 40px;
  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;
}

.curved_img {
  border-radius: 12px;
}

.curve_right_edge {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.curve_left_edge {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

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

.h_row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

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

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

.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: 32.2% 32.2% 32.2%;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
  grid-row-gap: 10px;
  justify-content: space-between;
  /*grid-column-gap: 10px;*/
}

.homepage_card_inner {
  background-color: rgba(42, 38, 37, 0.85);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 100%;
}

.homepage_card h5 {
  text-align: left;
  color: white;
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

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

.homepage_card.full_width {
  grid-column: 1/-1;
}

.homepage_card.full_width .homepage_card_inner {
  align-items: flex-start;
}

.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;
  position: relative;
  padding-right: 20%;
  width: 100%;
}

.m145 {
  max-width: 145px;
  padding-left: unset !important;
  padding-right: unset !important;
}

.homepage_card button.arrow::after {
  content: "";
  background-image: url(../img/arrow-up.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homepage_card button.transparent {
  background-color: transparent;
  color: white;
  font-size: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

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

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

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

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

.hero_row_um_characteristics {
  background-image: url(../img/hero-um-characteristics.jpg);
  height: 458px;
  border-radius: 12px;
}

.hero_row_um_characteristics .hero_text {
  padding-top: 40px;
  padding-bottom: 30px;
}

.hero_row_um_managing {
  background-image: url(../img/hero-um-managing.jpg);
  height: 458px;
  border-radius: 12px;
}

.hero_row_um_managing .hero_text {
  padding-top: 30px;
  padding-right: 40px;
  width: 32% !important;
}

.hero_row_mum_managing {
  background-image: url(../img/hero-mum-managing.jpg);
  height: 458px;
  border-radius: 12px;
}

.hero_row_mum_managing .hero_text {
  width: 35% !important;
  padding-right: 100px;
  padding-top: 35px;
}

.hero_row_mum_characteristics .hero_text {
  padding-right: 74px;
  padding-top: 35px;
}

.hero_row_mum_characteristics {
  background-image: url(../img/hero-mum-characteristics.jpg);
  height: 458px;
  border-radius: 12px;
}

.hero_row_providing_support {
  background-image: url(../img/hero-providing-support.jpg);
  height: 458px !important;
  border-radius: 12px;
}

.hero_row_providing_support .hero_text {
  padding-top: 35px;
  padding-left: 25px;
  padding-right: 35px;
  width: 31% !important;
}

.hero_row_providing_support .hero_text h1 {
  padding-right: 20px;
}

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

.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);
}

.hero_text {
  background-color: #312C2C;
  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;
}

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

.disclaimer_row {
  min-height: 34px;
  background-color: #312C2C;
  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;
}

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

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

.visit_patient img {
  margin-left: 10px;
}

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

#top_nav .dropdown-menu li {
  padding-left: 20px;
  padding-right: 20px;
}

#top_nav .dropdown-menu {
  max-width: 450px;
  z-index: 1500;
}

#top_nav .dropdown-menu li p {
  color: #1C1818;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}

#top_nav .dropdown-menu li p:nth-child(1) {
  /*margin-top: 20px;*/
}

#top_nav .dropdown-menu li p a {
  text-decoration: none;
  color: #1C1818;
}

#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;
}

.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;
}

.navbar-nav {
  width: 100%;
  justify-content: flex-end;
  column-gap: 8px;
}

.desktop_subnav {
  z-index: 1010;
}

#navbarSupportedContent {
  /*flex-grow: unset !important;*/
  margin-right: 20px;
  justify-content: flex-end;
}

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

.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: $dark_blue;
}

.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: 1;
}

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

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

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

#top_nav .nav-item:hover {
  background-color: #302C2C;
  border-radius: 8px;
}

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

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

#top_nav .dropdown-menu .active {
  background-color: #1C1818;
  border-radius: 8px;
}

#top_nav .dropdown-menu p {
  padding: 15px;
  margin-bottom: 8px;
}

#top_nav .dropdown-menu p:hover {
  background-color: #464443;
  border-radius: 8px;
}

#top_nav .dropdown-menu p:hover a {
  color: white !important;
}

#top_nav .dropdown-menu .active a {
  color: white;
}

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

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

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

.yellow_box_container.signs {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  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 {
  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: white;
  border: 1px solid #DCE7EA;
  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;
}

#sub_nav {
  border-bottom: 1px solid #024453;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#sub_nav .nav-item {
  padding-left: 8px;
  padding-right: 8px;
}

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

#sub_nav .nav-link {
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 0;
}

#sub_nav .nav-link.active {
  font-weight: 700;
  border-bottom: 4px solid #F5CC3B;
}

.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;
}

.yellow_bg, .yellow_info_box {
  background-color: #F5CC3B;
}

.yellow_info_box {
  border-radius: 10px;
  align-items: center;
}

.yellow_info_box .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.yellow_info_box .inner p {
  margin-left: 20px;
}

.yellow_bg p, .yellow_info_box p {
  color: #0F1D22 !important;
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 25px;
}

.yellow_info_box p.small {
  font-size: 18px;
  line-height: 22px !important;
}

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

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

.alert_row {
  /*min-height: 134px;*/
  background-color: #312C2C;
  border-radius: 10px;
}

.alert_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.alert_content h1 {
  color: white;
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.alert_content img {
  max-width: 56px;
  margin-right: 20px;
}

.alert_wrapper {
  background-color: #312C2C;
}

.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: #F4F1ED;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  padding: 0;
  margin: 0;
}

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

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

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

.footer_row {
  background-color: #1C1818;
  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%;
}

.footer_row .footer_left p:nth-child(1) {
  opacity: 0.6;
}

.footer_row p small {
  font-size: 12px;
}

.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;
  text-decoration: none;
}

.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 {
  color: #0F1D22;
  font-size: 24px;
  font-weight: 700;
}

.causes-card p {
  color: #0F1D22;
  font-size: 18px;
  font-weight: 400;
}

.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;
  font-weight: 400;
  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-auto-rows: 1fr;
  grid-row-gap: 50px;
}

.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: #ECECEB !important;
  box-shadow: unset !important;
}

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

#eyes_block h3 {
  font-size: 40px;
  font-weight: 400;
}

#eyes_block_wrapper3 {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  max-width: 100%;
  justify-content: space-between;
}

#eyes_block_wrapper3 .eye_block {
  background-color: unset;
}

#eyes_block_wrapper {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  max-width: 100%;
  justify-content: space-between;
}

.eye_block {
  align-self: stretch;
  height: 100%;
  margin: 0;
  padding: 0;
}

.eye_block_inner {
  border: 1px solid #DCE7EA;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}

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

.eye_block h4 {
  color: #0F1D22;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.eye_block h5 {
  color: #0F1D22;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

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

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

.dropdown-menu p {
  max-width: 100%;
}

.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: 33.3% 33.3% 33.3%;
  grid-auto-rows: 1fr;
  grid-column-gap: 13px;
}

.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/home_mob.jpg);
  background-size: cover;
  background-position: left top;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-nav .accordion-body {
  padding: 0;
  margin-top: 25px;
}

.mobile-nav-bottom .footer_links p {
  margin-bottom: 10px;
}

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

.mobile-nav .accordion-button.collapsed::after {
  /*margin-left: 10px !important;*/
  transform: rotate(0deg);
}

.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-item-wrap.active {
  background-color: #F5CC3B;
  border-radius: 8px;
}

.mobile-nav-item-wrap p {
  padding: 0px;
}

.mobile-nav-item-wrap.active a, .mobile-nav .accordion-body .mobile-nav-item-wrap.active a {
  color: #1C1818;
}

.mobile-nav-item a, .mobile-nav-top .accordion-button {
  /*padding-left: 8px;
  padding-right: 8px;*/
}

.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 h3 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
}

.mobile-nav-bottom p {
  font-size: 12px;
  font-weight: 400;
  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;
}

.alert_callout {
  background-color: #312C2C;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
  font-size: 18px;
}

.alert_callout_content {
  display: flex;
  flex-direction: row;
}

.alert_callout_content p {
  padding: 0;
  margin: 0;
  color: white;
  margin-left: 20px;
}

.grey_row {
  background-color: #F4F1ED;
}

.grey_row h5 {
  font-size: 24px;
  font-weight: 700;
  color: #0F1D22;
}

.white_col {
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.yellow_box {
  background-color: #F5CC3B;
  border-radius: 10px;
}

.white_col p {
  text-align: center;
}

.white_row h4 {
  font-size: 40px;
  font-weight: 400;
  color: #0F1D22;
}

.download_row {
  background-color: #F4F1ED;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
}

.download_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
}

.download_content .col {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.download_content h1 {
  color: #0F1D22;
  font-size: 24px;
  padding: 0;
  margin: 0;
}

.download_content h1 a {
  text-decoration: none;
  color: #0F1D22;
}

.download_btn {
  color: #02161A;
  background-color: #F5CC3B;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #F5CC3B;
  width: 110px;
  height: 40px;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  border-radius: 4px;
  align-self: center;
  transition: all 0.3s ease;
}

.download_btn:hover {
  background-color: transparent;
  transition: all 0.3s ease;
}

.split_row {
  border: 1px solid #F4F1ED;
  border-radius: 8px;
}

.split_row .fill {
  background-color: #F4F1ED;
  display: flex;
  align-items: center;
}

.split_row .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.split_row .icon p {
  text-align: center;
  font-size: 22px;
  color: #0F1D22;
  font-weight: 700;
}

.split_row .fill p {
  padding: 0;
  margin: 0;
  font-size: 22px;
}

.psp_box {
  border: 1px solid #F4F1ED;
  border-radius: 8px;
}

.psp_box .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.psp_box .inner p {
  padding: 0;
  margin: 0;
}

.psp_box .inner p a {
  color: #715800;
}

.download_content .col-12 {
  align-items: flex-start;
}

.af_img {
  margin: 0;
  padding: 0;
  background-image: url(../img/aftercare.jpg);
  background-size: cover;
  border-top-right-radius: 12px;
}

.af_img img {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  width: 100%;
}

.af_content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #F5CC3B;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.af_content h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}

#how-is p {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

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