.dropdown-toggle {
  white-space: unset !important;
}

@media (min-width: 1400px) {
  .hero_text {
    width: 50%;
  }
}
@media (max-width: 740px) {
  .logo_wrapper {
    grid-template-columns: 100%;
  }
}
@media (min-width: 993px) {
  .mobile-nav {
    display: none;
  }
}
@media (max-width: 800px) {
  .hero_row_navigating .hero_text {
    transform: translate(0px, 0px);
  }
  .hero_row_living .hero_text {
    transform: translate(0px, 20px);
  }
}
@media (max-width: 992px) {
  html {
    scroll-padding-top: 142px;
  }
  h1 {
    padding-bottom: 10px;
  }
  .footer_row {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .grey_row h5 {
    text-align: center;
  }
  .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: unset;
  }
  .home_mobile_wrapper {
    background-image: url(../img/landing_bg_mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 518px;
    background-color: #024453;
  }
  .homepage_hero h1 {
    font-size: 40px;
  }
  .yellow_box_container.three-across {
    grid-template-columns: 50% 50%;
  }
  .yellow_info_box .col-12 h3 {
    text-align: center;
  }
  .hero_row_about .hero_text, .hero_row_navigating .hero_text, .hero_row_living .hero_text {
    height: unset !important;
    max-width: 95% !important;
    width: unset !important;
    padding: 15px !important;
  }
  .homepage_hero p {
    font-size: 22px;
  }
  .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: 10px;
  }
  .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: 323px;
  }
  .hero_row_living {
    height: 350px;
  }
  .hero_row_navigating {
    height: 350px;
  }
  .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);*/
  }
  .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;
  }
  #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: #EBF1F3 !important;
    border: none;
    color: #024453;
    font-size: 18px;
    font-weight: 700;
    height: 64px;
  }
  .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: center;
  }
  .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: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 140%;
  }
  .img_center {
    display: flex;
    justify-content: center;
  }
  .causes-card {
    margin-bottom: 20px;
  }
  .causes-card h5 {
    font-size: 24px;
    font-weight: 700;
  }
  .causes-card p {
    font-size: 18px;
  }
  .symptoms .yellow_box {
    justify-content: stretch;
    padding-right: 0px;
  }
}
/*
Bootstrap max override
*/
@media (max-width: 576px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: calc(100vw - 25px);
  }
}
@media (min-width: 576px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: calc(100vw - 30px);
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1160px;
  }
}
@media (min-width: 600px) {
  .hero_text {
    width: 70% !important;
  }
}

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