.mobile-nav-item-wrap.active .mobile-nav-item {
  padding: 6px !important;
}

@media (min-width: 1570px) {
  .spotlight_logo {
    margin-left: unset;
  }
}
@media (min-width: 1400px) {
  .hero_text {
    width: 50%;
  }
}
@media (max-width: 740px) {
  .logo_wrapper {
    grid-template-columns: 100%;
  }
}
@media (min-width: 768px) {
  .af_content {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 12px;
  }
  .af_img, .af_img img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
  }
}
@media (min-width: 993px) {
  .mobile-nav {
    display: none;
  }
}
@media (max-width: 800px) {
  .hero_row_navigating .hero_text {
    transform: translate(0px, -50px);
  }
  .hero_row_living .hero_text {
    transform: translate(0px, -50px);
  }
}
@media (max-width: 1140px) {
  #top_nav .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  html {
    scroll-padding-top: 142px;
  }
  .visit_patient {
    justify-content: flex-start;
  }
  .disclaimer_row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .grey_wrapper img {
    border-radius: 10px;
    transform: translate(0px, 0px);
  }
  .grey_photo_row {
    display: flex;
    justify-content: center;
  }
  .grey_photo_row img {
    max-height: 600px;
  }
  .symptoms .yellow_box:nth-child(2) .yellow_box_row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-nav {
    display: flex;
  }
  .homepage {
    background-image: url(../img/home_mob.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 140px;
    min-height: 518px;
  }
  #homepage_hero_inner {
    margin-top: 200px;
  }
  .homepage_hero h1 {
    font-size: 40px;
  }
  .homepage_hero p {
    font-size: 22px;
  }
  .homepage_card {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .homepage_card_inner {
    width: 100%;
  }
  .homepage_card_inner .icon {
    grid-column: 1/-1;
  }
  .homepage_card_inner .row {
    width: 100%;
  }
  .homepage_card_inner .icon {
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
  }
  .home_mobile_wrapper .navbar {
    /*background-color: #024453;*/
  }
  .navbar-toggler {
    border: unset;
  }
  #dd_lang {
    justify-content: flex-start;
  }
  .disclaimer_inner #dd_lang {
    /*margin-left: 34px;*/
  }
  .hero_text {
    width: 90%;
    bottom: 20%;
    padding: 20px;
  }
  .image_row img {
    transform: unset;
  }
  .image_row {
    padding-bottom: unset;
  }
  .alert_row {
    flex-direction: column;
  }
  .alert_row p {
    text-align: center;
  }
  .yellow_box_container.signs {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 1fr;
    grid-row-gap: 10px;
  }
  .homepage_cards {
    grid-template-columns: 100%;
  }
  .download-cards {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  .no-gutter-mobile {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-100w {
    width: 100%;
  }
  body {
    /*margin-left: 6px;
    margin-right: 6px;*/
  }
  .home_mobile_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-position: center 67px;
  }
  .hero_row_about {
    max-height: 290px;
  }
  .hero_row_living {
    height: 380px;
  }
  .hero_row_navigating {
    height: 400px;
  }
  .homepage_cards {
    row-gap: 20px;
  }
  .hero_text {
    width: 95%;
    bottom: 0%;
  }
  .hero_row_living .hero_text {
    /*transform: translate(0px, -50px);*/
  }
  .hero_row_navigating .hero_text {
    /*transform: translate(0px, -50px);*/
  }
  .hero_row_mum_managing .hero_text {
    width: 85% !important;
    padding-right: 20px !important;
    padding-top: 20px;
  }
  .hero_row_providing_support, .hero_row_um_managing {
    height: 394px !important;
  }
  .hero_row_mum_characteristics {
    height: 482px !important;
  }
  .hero_row_mum_characteristics .hero_text, .hero_row_um_managing .hero_text, .hero_row_providing_support .hero_text {
    width: 95% !important;
    padding-right: 20px !important;
    padding-top: 15px;
  }
  .main_hero_row {
    margin-bottom: -25px;
  }
  .hero_text h1 {
    font-size: 32px;
  }
  .hero_text p {
    font-size: 20px;
  }
  #eyes_block {
    /*background-color: transparent;*/
  }
  .eye_block {
    /*background-color: #fff3dc;
    border-radius: 10px;*/
    margin-bottom: 10px;
  }
  #eyes_block_wrapper {
    row-gap: 20px;
  }
  .sub_nav_dropdown, .sub_nav_dropdown .dropdown, .sub_nav_dropdown .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #F4F1ED !important;
    border: none;
    color: #024453;
    font-size: 18px;
    font-weight: 700;
    height: 64px;
  }
  .sub_nav_dropdown, .dropdown-toggle {
    /*border-radius: 12px !important;*/
  }
  .sub_nav_dropdown_wrapper {
    top: 78px;
  }
  .sub_nav_dropdown .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .yellow_box_container.symptoms {
    grid-template-columns: 100%;
  }
  .yellow_box_container.symptoms.autoOff {
    grid-auto-rows: unset;
  }
  .yellow_box_container.signs {
    grid-template-columns: 50% 50%;
    grid-auto-rows: unset;
  }
  .signs_inner {
    height: 100%;
  }
  .signs_inner p {
    text-align: center;
    font-size: 16px;
    padding: 0px 10px 0px 10px;
  }
  .signs_box {
    height: 100%;
  }
  .yellow_box_container {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .photo_row img {
    border-radius: 10px;
    transform: translate(0px, -40px);
  }
  .photo_row {
    display: flex;
    justify-content: center;
  }
  .photo_row_text p {
    text-align: left;
  }
  .footer-container-row {
    justify-content: flex-start;
  }
  .footer_links {
    text-align: left;
  }
  .footer_links p {
    color: white;
    font-size: 14px;
  }
  .footer_links p a {
    font-size: 16px;
  }
  .info_row p {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
  }
  .img_center {
    display: flex;
    justify-content: center;
  }
  .curve_mobile {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .causes-card {
    margin-bottom: 20px;
  }
  .causes-card h5 {
    font-size: 24px;
    font-weight: 700;
  }
  .causes-card p {
    font-size: 18px;
  }
  #eyes_block_wrapper3 {
    display: grid;
    grid-template-columns: 100%;
    max-width: 100%;
    justify-content: space-between;
  }
  #eyes_block_wrapper {
    display: grid;
    grid-template-columns: 100%;
  }
  .alert_content {
    flex-direction: column;
  }
  .alert_content h1 {
    text-align: center;
    padding-bottom: 20px;
  }
  .img_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .download_content {
    flex-direction: column;
    align-items: flex-start;
  }
  .download_content .col-12 {
    flex-direction: column;
    justify-content: flex-start;
  }
  .yellow_info_box .inner {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .psp_box {
    padding-bottom: 20px;
  }
  .psp_box .inner {
    flex-direction: column;
    align-items: center;
  }
  .psp_box .inner p {
    text-align: center;
    word-break: break-all;
  }
  .split_row .fill p {
    font-size: 21px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mobile-nav .accordion-body p, .mobile-nav .accordion-body p a {
    max-width: 100%;
    margin: unset;
    color: white;
    font-size: 24px;
    font-weight: 400;
    max-width: 100%;
    text-decoration: none;
  }
  .mobile-nav .accordion-body p {
    margin-bottom: 15px;
  }
  .af_img {
    background-position: 60% center;
  }
  .hero_row_um_characteristics .hero_text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .af_content {
    padding: 20px;
  }
  .grey_row h5 {
    text-align: center;
  }
}
/*
Bootstrap max override
*/
@media (max-width 922px) {
  .af_content {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 0px;
    transform: translate(0px, -12px);
  }
  .af_img, .af_img img {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: unset;
  }
}
@media (min-width: 576px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
/*@media (min-width: 1600px)
{
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
  {
    max-width: 1600px;
  }
}*/
@media (min-width: 200px) {
  .hero_row {
    height: 378px;
  }
  .hero_text {
    padding: 12px;
  }
  .hero_row_um_managing {
    height: 450px;
  }
  .hero_row_um_characteristics {
    height: 410px;
  }
  .hero_row_mum_characteristics {
    height: 490px;
  }
  .hero_row_mum_managing {
    height: 340px;
  }
}
@media (min-width: 600px) {
  .hero_text {
    width: 80% !important;
    padding-left: 20px;
  }
  .hero_row_um_managing, .hero_row_um_characteristics, .hero_row_mum_characteristics, .hero_row_mum_managing {
    height: 440px;
  }
}
@media (min-width: 962px) {
  .hero_text {
    width: 40% !important;
  }
  .hero_row_um_characteristics, .hero_row_mum_characteristics, .hero_row_um_managing {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .af_img {
    background-image: unset !important;
  }
}

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