@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, -50px);
  }
  .hero_row_living .hero_text {
    transform: translate(0px, -50px);
  }
}
@media (max-width: 992px) {
  html {
    scroll-padding-top: 142px;
  }
  #pi_link {
    display: flex;
  }
  .blue_bg {
    padding: 20px;
  }
  #dosing_img {
    max-width: 100%;
  }
  .pop_row {
    justify-content: space-between;
    align-items: center;
  }
  .blue_callout_image img {
    padding-left: 20px !important;
  }
  .blue_callout_content {
    padding-right: 15px !important;
  }
  #references_accordion .accordion-body p a {
    word-break: break-word;
  }
  .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;
  }
  .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;*/
  }
  .img-header {
    width: 100%;
  }
  .home_mobile_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-position: center 67px;
  }
  .hero_row {
    border-radius: 8px;
    height: 240px;
  }
  .hero_row_home {
    background-image: url(../img/hero-homepage-mob.jpg);
    background-size: auto;
  }
  .homepage_hero_white_box {
    max-width: 90%;
    transform: translate(0px, -80px);
    margin-bottom: -100px;
    padding-right: 0px;
  }
  .homepage_hero_white_box h1 {
    font-size: 34px !important;
  }
  .homepage_hero_white_box p {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .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_row h1 {
    font-size: 34px;
    line-height: 36px;
  }
  .hero_text p {
    font-size: 20px;
    line-height: 22px;
  }
  .mob-nav-wrapper.active {
    background-color: #02AFD7;
    padding: 10px;
    border-radius: 8px;
  }
  .mobile-nav-item, .mobile-nav-item a {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .mobile-nav-wrap {
    padding: 12px;
    display: inline-block;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .mobile-nav-wrap.active {
    background-color: #02AFD7;
  }
  .mobile-nav-wrap.active .mobile-nav-item a {
    color: white;
  }
  #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: #E5F0F6 !important;
    border: none;
    color: #024453;
    font-size: 18px;
    font-weight: 700;
    height: 64px;
  }
  .sub_nav_dropdown_wrapper {
    top: 78px;
  }
  .sub_nav_dropdown, .sub_nav_dropdown .dropdown, .sub_nav_dropdown .dropdown-toggle {
    border-radius: 12px;
  }
  .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;
    color: #18292E;
    text-decoration: none;
  }
  .mobile-nav .footer_links p a {
    color: white;
  }
  .footer_links p a:hover {
    text-decoration: underline;
  }
  .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;
  }
  .green_callout .col-12 {
    flex-direction: column;
  }
  .green_callout .img {
    justify-content: flex-start;
    flex-direction: row !important;
  }
  .green_callout .col-12.img {
    align-self: flex-start;
    justify-content: flex-start;
    margin-left: 10px;
  }
  .green_callout .img .img-fluid {
    width: 140px;
    height: 140px;
    padding: unset;
    max-width: unset;
  }
  .green_callout button {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .green_callout .stacked_content p {
    padding: 0;
    margin: 0;
  }
  .footer_links_wrapper {
    margin-top: 20px;
  }
  .orange_bg {
    padding: 15px;
  }
  .curve_left_box {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .curve_right_box {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .green_callout .green_callout_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
  }
  .green_callout .green_callout_content img {
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .green_callout .green_callout_content p {
    padding: 10px;
  }
  .green_callout .content {
    padding-right: 0px;
    margin-right: 0px;
  }
  .orange_row .content {
    padding-bottom: 15px;
  }
  .img_header {
    flex-direction: column;
    align-items: flex-start;
  }
  .img_header img {
    margin-bottom: 15px;
  }
  .white_row .img {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .white_row .content {
    padding-bottom: 15px;
  }
  .bordered_wrapper {
    flex-direction: column;
  }
  .bordered_col {
    margin-bottom: 10px;
  }
  .mob_fs, .mob_fs img {
    align-self: flex-start;
  }
  .dark_orange_container h3 {
    line-height: 44px;
  }
  .navigating_accordion button {
    padding: 10px;
  }
  .mobile-nav-bottom {
    background-color: #016BA9;
  }
  .mobile-nav-bottom .footer_links {
    margin-bottom: 40px;
  }
  .timeline_row p {
    padding-left: 10px;
  }
  .navigating_accordion ul {
    padding-right: 10px;
    margin-left: 25px;
  }
  .lunch_image {
    max-width: 120%;
    transform: translate(30px, 0px);
  }
  .bordered_col .content button {
    height: 42px;
  }
  .bordered_col .img img {
    max-width: unset;
  }
  .accordion-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }
  .accordion-button img {
    margin-bottom: 10px;
  }
  .accordion-button::after {
    top: 10px;
    position: absolute;
    right: 10px;
  }
  #references_accordion .accordion-button::after {
    top: 35%;
  }
  .modal.show {
    display: flex !important;
    justify-content: center !important;
  }
  .modal-dialog {
    max-width: 85%;
  }
  .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lb_boxes {
    grid-template-columns: 100%;
  }
  .table_style_1 {
    max-width: 100%;
  }
  .white_boxes {
    grid-template-columns: 100%;
  }
  .white_box h3, .white_box p {
    text-align: center;
  }
  .bullet_row {
    justify-content: space-between;
  }
  .bullet_row .fimg-fluid {
    width: 100%;
  }
  .bullet_row .col-2 {
    padding: 0;
    margin: 0;
    padding-left: 10px;
  }
  #modal_contact h5, #modal_1 h5 {
    font-size: 22px;
    line-height: 26px;
  }
  #modal_1 h2 {
    font-size: 23px;
  }
}
/*
Bootstrap max override
*/
@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 (max-width: 576px) {
  .lunch_image {
    max-width: 120%;
    transform: translate(70px, 0px);
  }
  .hero_row_about {
    max-height: 240px;
    background-size: cover;
    background-image: url(../img/hero-about-mob.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero_row_receiving {
    background-image: url(../img/hero-receiving-mob.jpg);
    flex-direction: column;
    justify-content: center;
    max-height: 300px;
  }
  .hero_row_navigating {
    background-image: url(../img/hero-navigating-mob.jpg);
    flex-direction: column;
    justify-content: center;
    max-height: 300px;
  }
  .hero_row_expect {
    background-image: url(../img/hero-expect-mob.jpg);
    flex-direction: column;
    justify-content: center;
    max-height: 300px;
  }
  .hero_row_resources {
    background-image: url(../img/hero-resources-mob.jpg);
    flex-direction: column;
    justify-content: center;
    max-height: 300px;
  }
  .hero_row_living {
    height: 380px;
  }
}
@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: 600px) {
  .hero_text {
    width: 70% !important;
  }
}

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