@media only screen and (max-width: 1599px) {
  .how-did-get__wrapper_card:nth-of-type(2) {
    background-size: 100px;
  }

  .how-did-get__wrapper_card:nth-of-type(5) {
    background-size: 100px, 100px;
  }

  .how-did-get__wrapper_card:nth-of-type(3) {
    background-size: 100px;
  }
}

@media only screen and (max-width: 1499px) {
  .inner-header__wrapper_image {
    height: 300px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-banner__banner_content {
    padding-left: calc(50vw - 560px);
  }

  .hero-banner__banner_image img {
    height: 480px;
  }

  .child-deserves__wrapper_copy {
    padding-left: calc(50vw - 560px);
  }

  .how-did-get__wrapper_card:nth-of-type(odd) .how-did-get__wrapper_card-copy {
    padding-right: calc(50vw - 560px);
  }

  .how-did-get__wrapper_card:nth-of-type(even) .how-did-get__wrapper_card-copy {
    padding-left: calc(50vw - 560px);
  }

  .share-your-story__wrapper_copy-image {
    max-width: 100%;
    height: 280px;
  }

  .what-happens__wrapper_copy {
    width: 380px;
  }

  .what-happens__wrapper_grid {
    width: calc(100% - 415px);
  }

  .profound-developmental__wrapper_grid_card-image-shape p {
    font-size: 14px;
  }

  .how-did-get__wrapper_card-copy p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  .inner-header__wrapper_image {
    height: 250px;
  }
  
  .hero-banner__banner_content {
    padding-left: calc(50vw - 470px);
  }

  .child-deserves__wrapper_copy {
    padding-left: calc(50vw - 470px);
  }

  .how-did-get__wrapper_card:nth-of-type(odd) .how-did-get__wrapper_card-copy {
    padding-right: calc(50vw - 470px);
  }

  .how-did-get__wrapper_card:nth-of-type(even) .how-did-get__wrapper_card-copy {
    padding-left: calc(50vw - 470px);
  }

  .profound-developmental__wrapper_grid > * {
    width: calc((100% / 2) - 18px);
  }

  .profound-developmental__wrapper_grid_card-image-shape p {
    font-size: 16px;
  }

  .how-did-get__wrapper_card:nth-of-type(2) {
    background-size: 70px;
  }

  .how-did-get__wrapper_card:nth-of-type(5) {
    background-size: 70px, 70px;
  }

  .how-did-get__wrapper_card:nth-of-type(3) {
    background-size: 70px;
  }

  .profound-developmental__wrapper_grid {
    max-width: 650px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .grid-three > *,
  .grid-four > * {
    width: calc((100% / 2) - 13px);
  }

  .grid-two,
  .grid-three,
  .grid-four {
    gap: 20px;
    justify-content: center;
  }
  
  .header__logo {
    max-width: 100px;
  }

  .header__navbar--container ul#header__navbar_menu,
  .header__navbar--container ul#header__navbar--menu {
    width: 100%;
    height: 0;
    flex-direction: column;
    transition: height 300ms ease-out;
    -webkit-transition: height 300ms ease-out;
    -moz-transition: height 300ms ease-out;
    -ms-transition: height 300ms ease-out;
    -o-transition: height 300ms ease-out;
  }

  .header__navbar--container.menu-toggled ul#header__navbar_menu,
  .header__navbar--container.menu-toggled ul#header__navbar--menu {
    height: calc((var(--menu--childs) * 34px) + ((var(--menu--grand--childs) * 35px)));
    transition: height 300ms ease-out;
    -webkit-transition: height 300ms ease-out;
    -moz-transition: height 300ms ease-out;
    -ms-transition: height 300ms ease-out;
    -o-transition: height 300ms ease-out;
  }

  .header__navbar--container ul#header__navbar_menu li.menu-item,
  .header__navbar--container ul#header__navbar--menu li.menu-item {
    width: 100%;
  }

  .navbar-light .navbar-nav .nav-link, .menu-item a {
    text-align: center;
  }

  li.menu-item ul.sub-menu li a {
    padding: 10px 15px;
  }

  .menu-item.menu-item-has-children > a::after {
    top: 12px;
  }

  .nav-btn {
    text-align: center;
  }

  .nav-btn a {
    width: 100%;
    margin-left: auto;
    margin-right: 10px;
  }

  li.menu-item ul.sub-menu {
    width: 100%;
    height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    transition: height 300ms ease-out, opacity 300ms ease-out;
    -webkit-transition: height 300ms ease-out, opacity 300ms ease-out;
    -moz-transition: height 300ms ease-out, opacity 300ms ease-out;
    -ms-transition: height 300ms ease-out, opacity 300ms ease-out;
    -o-transition: height 300ms ease-out, opacity 300ms ease-out;
  }

  li.menu-item ul.sub-menu,
  li.menu-item:hover ul.sub-menu {
    display: flex !important;
  }

  li.menu-item ul.sub-menu.submenu-open {
    height: calc(var(--menu--grand--childs) * 35px);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-btn iframe {
    margin: 0;
  }

  .section-row {
    padding-block: 40px;
  }

  .hero-banner__banner_content {
    padding-left: calc(50vw - 350px);
  }

  .hero-banner__banner_image img {
    height: 380px;
  }

  .child-deserves__wrapper_copy {
    padding-left: calc(50vw - 350px);
  }

  .how-did-get__wrapper_card .how-did-get__wrapper_card-copy {
    padding-inline: calc(50vw - 350px) !important;
  }

  .how-did-get__wrapper_card-image {
    padding-inline: calc(50vw - 350px) !important;
  }

  .how-did-get__wrapper_card:nth-of-type(odd) .how-did-get__wrapper_card-image img,
  .how-did-get__wrapper_card:nth-of-type(even) .how-did-get__wrapper_card-image img {
    width: 90%;
    max-width: 350px !important;
    display: inline-block;
    margin: 0 auto;
  }

  .error-message__content p {
    font-size: 17px;
    line-height: 24px;
  }

  .error-message {
    min-height: calc(100vh - 92px);
  }

  .footer {
    padding-block: 20px;
  }

  .footer__social-grid {
    width: 100px;
    margin: 10px auto 0;
  }

  .share-your-story__wrapper_copy-image {
    height: 200px;
  }

  .share-your-story__wrapper_form_form-check-label,
  .have-you-say__input_iagree ~ .share-your-story__wrapper_form_form-label,
  .have-you-say__input_iagree ~ .share-your-story__wrapper_form_form-label p {
    font-size: 15px;
  }

  .footer__social-grid_icon {
    width: calc((100% / 3) - 24px);
  }

  .what-happens__wrapper {
    flex-direction: column;
  }

  .what-happens__wrapper_copy {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .what-happens__wrapper_grid {
    width: 100%;
  }

  .what-happens__wrapper_copy_graphic {
    max-width: 130px;
    position: unset;
    display: block;
    margin: 0 auto;
  }

  .what-happens__wrapper_copy_heading {
    text-align: center !important;
  }

  .profound-developmental__wrapper_grid_card-image-shape p {
    font-size: 15px;
  }

  .how-did-get__wrapper_card .how-did-get__wrapper_card-wrapper {
    flex-direction: column-reverse !important;
    gap: 1.5rem;
  }

  .how-did-get__wrapper_card-copy {
    width: 100%;
    padding: 1.5REM;
  }

  .how-did-get__wrapper_card-image {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .grid-two > *,
  .grid-three > *,
  .grid-four > * {
    width: 100%;
  }

  .hero-banner__banner {
    flex-direction: column;
  }

  .hero-banner__banner_content {
    width: 100%;
    padding-inline: calc(50vw - 260px);
  }

  .hero-banner__banner_image {
    width: 100%;
  }

  .hero-banner__banner_image img {
    width: 100%;
    max-width: 560px;
    height: unset;
    position: unset;
  }
  
  .child-deserves__wrapper {
    flex-direction: column;
  }

  .child-deserves__wrapper_copy {
    width: 100%;
    padding-inline: calc(50vw - 260px);
  }

  .how-did-get__wrapper_card .how-did-get__wrapper_card-copy {
    padding-inline: calc(50vw - 260px) !important;
  }

  .child-deserves__wrapper_heading {
    margin-bottom: 3rem;
  }

  .child-deserves__wrapper_image {
    text-align: right;
    width: 100%;
  }

  .child-deserves__wrapper_image img {
    width: 75vw;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }

  .inner-header__wrapper {
    flex-direction: column;
    gap: 0;
  }

  .inner-header__wrapper_title {
    width: 100%;
    margin: 0;
  }

  .inner-header__wrapper_title > * {
    text-align: center !important;
  }

  .inner-header__wrapper_sub-heading {
    text-align: center;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }

  .inner-header__wrapper_image {
    width: 100%;
    height: unset;
  }

  .inner-header__wrapper_image-thumbnail {
    width: 100%;
    max-width: 400px;
    position: unset;
    display: block;
    margin: 0 auto;
  }

  .daycare-program__wrapper {
    padding-bottom: 0;
  }

  .daycare-program__wrapper_highlighted-text_underline:before {
    height: 20px;
    bottom: -10px;
  }

  .inclusion-section__wrapper .titles > h2 {
    text-align: left;
  }

  .share-your-story__wrapper {
    flex-direction: column;
  }

  .share-your-story__wrapper_copy {
    width: 100%;
    padding: 0;
  }

  .share-your-story__wrapper_form-wrapper {
    width: 100%;
  }

  .share-your-story__wrapper_copy-image {
    height: auto;
    margin: 0 auto;
    display: block;
    position: unset;
  }

  .share-your-story {
    background-position: 100% 80%;
  }

  .share-your-story__wrapper_form_form-check {
    width: 100%;
  }

  .footer__social-grid_icon {
    width: calc((100% / 3) - 24px);
  }

  .what-happens__wrapper_grid {
    gap: 35px;
  }

  .what-happens__wrapper_grid_card {
    text-align: center;
  }

  .what-happens__wrapper_grid_card-icon {
    width: 100px;
  }

  .profound-developmental__wrapper_grid {
    width: 90%;
    max-width: 300px;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 575px) {
  .hero-banner__banner_content {
    padding-inline: 15px;
  }

  .child-deserves__wrapper_copy {
    padding-inline: 15px;
  }

  .how-did-get__wrapper_card .how-did-get__wrapper_card-copy {
    padding-inline: 15px !important;
  }

  .daycare-program__wrapper {
    background-size: 200px;
  }
}

@media only screen and (max-width: 380px) {
  .share-your-story__wrapper_form_form-check-wrapper {
    flex-direction: column;
  }
}