@media (min-width: 2300px) {
  .hero-cutout img {
    right: 10%;
  }
}

@media (min-width: 2700px) {
  .hero-cutout img {
    right: 17%;
  }
}

@media screen and (max-width: 1200px) {
  .main-header .main-logo-a {
    max-width: 180px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 768px) {
  /* .takeoverleft {
    border: 1px solid #033a2a;
    background: #ffffff8a;
    padding: 10px;
  } */
}

@media screen and (max-width: 1160px) {
  .non-home-hero h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1100px) {
  .ngp-form .at-form .at-inner {
    flex-direction: column !important;
  }

  .ngp-form .at-form .at-inner .at-inner-left {
    width: 100% !important;
  }

  .ngp-form .at-form .at-inner .at-inner-right {
    width: 100% !important;
  }

  header.at-title {
    text-align: center !important;
  }
  .popup-full-img,
  .desktop-hero {
    object-position: 30%;
  }

  .popup-content-right {
    margin: 50px;
  }
  .popup-content h2 {
    font-size: 50px;
  }

  .hero-wrapper {
    background-image: linear-gradient(to right, #f9f6ec00 49%, #efd9ba 64%),
      url(../images/hero_grad.png);
  }
}

@media screen and (max-width: 1065px) {
  #footer-container .disclaimer-wrapper {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}

@media screen and (max-width: 1050px) {
  .desktop.social-wrapper {
    display: none;
  }

  .social-wrapper.mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }

  .popup-content {
    flex-direction: column;
    margin-bottom: 20px;
  }
  nav.main-menu ul li.donate a {
    font-size: 19px;
  }

  .hero-inner-right .desktop-hero {
    width: 50%;
  }

  .pop-img-wrapper {
    width: 100%;
  }

  .footer.main-menu ul li {
    margin: 5px 0;
  }

  .footer-bottom-left {
    text-align: center;
    margin: 10px 0;
  }

  #footer-container nav.main-menu {
    display: flex;
    flex-direction: column;
  }

  #footer-container .menu-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  #footer-disclaimer p {
    width: 85%;
  }

  #footer-container nav.main-menu ul {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  #menu-main-menu-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #menu-main-menu-2 li {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    margin-bottom: 13px;
  }
  footer .social-wrapper a {
    margin-left: 8px;
    margin-right: 8px;
  }
  /* footer .social-wrapper a:last-child {
    margin-left: 8px;
    margin-right: 11px;
  } */

  .container {
    display: block;
  }

  .desktop.main-menu,
  .header-donate-btn-desktop {
    display: none;
  }

  .header-donate-btn-mobile {
    display: block;
    width: fit-content;
    margin: 20px auto;
  }

  .mobile.social-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin: 30px auto;
  }

  .mobile.social-wrapper a.donate-a {
    margin-bottom: 20px;
  }

  .mobile-menu a {
    display: block;
    margin: 15px auto;
    max-width: 250px;
  }

  .mobile-nav a.social-a {
    display: inline-block;
    margin: 5px;
  }

  .mobile-nav a.main-logo-a {
    margin-bottom: 10px;
  }

  .meet-row.meet-1,
  .meet-row.meet-2,
  .meet-row.meet-3,
  .meet-bottom-wrapper-inner {
    flex-direction: column;
    gap: 30px;
  }

  .signup-disclaimer p {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .about-section .inner {
    flex-direction: column-reverse;
  }
  .about-section .inner-right,
  .about-section .inner-left {
    width: 100%;
    gap: 30px;
  }

  .about-section .inner-right img.headshot {
    height: auto;
    width: 100%;
  }

  .meet-row {
    flex-direction: column;
  }

  .meet-row.reverse {
    flex-direction: column;
  }

  .meet-photo,
  .meet-text {
    flex: 1 1 100%;
  }

  .running-inner {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .running-wrapper .running-large-img {
    height: auto;
  }

  @media (max-width: 860px) {
    .hero-section {
      background-image: none;
      background-color: #f1f6ef;
      height: unset;
    }

    .mobile-hero {
      display: block;
      width: 100%;
      height: 500px;
      object-fit: cover;
      object-position: center 40%;
    }

    .hero-cutout {
      display: none;
    }

    .signup-section {
      padding-top: 50px;
    }

    .signup-section .inner {
      margin-top: unset;
      padding-top: 30px;
    }

    .hero-text h1,
    header.at-title {
      line-height: 1;

      font-size: 45px;
    }
  }
}

@media screen and (max-width: 800px) {
  .non-home-hero.meet-hero,
  .non-home-hero.news-hero,
  .non-home-hero.event-hero {
    background-image: none;
    height: unset;
    background-color: #033a2a;
  }

  .non-home-hero h1 {
    position: relative;
    bottom: unset;
    text-align: center;
    padding: 30px 0;
    text-shadow: none;
  }
  .non-home-mobile-hero {
    display: block;
  }

  .meet-section {
    gap: 10px;
  }

  .about-section,
  .running-inner,
  .support-wrapper .inner {
    padding: 60px 0;
  }

  .support-wrapper {
    height: auto;
  }

  .home-popup-inner {
    background: #efe8d2;
    flex-wrap: wrap;
    padding: 1px;
    overflow-y: scroll;
  }
  .popup-full-img {
    position: relative;
    max-height: 440px;
    object-position: 10% 100%;
    height: auto;
    width: 100%;
  }

  .news-section .inner {
    width: 90%;
  }

  .popup-content h2 {
    font-size: 32px;
    padding-bottom: 30px;
  }

  #footer-container .menu-wrapper {
    width: 100%;
  }
  #footer-container nav.main-menu {
    text-align: center;
  }

  #footer-container .disclaimer-wrapper {
    flex-wrap: wrap;
  }
  #footer-container .address-wrapper {
    width: 100%;
  }

  #footer-container p {
    text-align: center !important;
  }
  #footer-container nav.main-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer.main-menu ul li {
    text-align: center;
    margin: 10px auto;
  }
  nav.main-menu ul li:last-of-type {
    margin-right: auto;
  }
  .donate-btns.alt {
    width: 100%;
  }

  .meet-top,
  .meet-bottom-wrapper,
  .meet-middle-green {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  /* #takeover {
    background-image: unset !important;
    background-color: #f2f6ef;
  } */

  .mobile-tk-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    /* margin-top: 20px; */
    /* border: 2px solid #033a2a; */
  }
  .desktop-tk-img {
    display: none;
  }
  .left-content .tk-content {
    width: 100%;
  }
  .takeoverleft {
    position: relative;
    /* top: unset;
    left: unset;
    margin: 60px auto; */
  }

  .takeoverleft h1 {
    text-align: center;
    margin: 20px 0;
    font-size: 28px;
  }

  .tk-subtitle {
    font-size: 20px;
    text-align: center;
  }

  #home-link {
    margin-top: 20px;
  }

  img.tk-logo {
    margin-left: 25px;
    margin-top: 20px;
    max-width: 200px;
  }

  .tk-donation-buttons a {
    font-size: 20px;
  }

  .at-fields {
    display: unset !important;
  }

  .signup-section .inner,
  .running-wrapper .running-large-img,
  .about-section .inner-right img,
  .meet-photo img,
  .meet-bottom-image img {
    box-shadow: none !important;
  }

  .news-section h2:not(.news-title)::before,
  .news-section h2:not(.news-title)::after,
  .about-section h2::before,
  .about-section h2::after,
  .running-inner h2::before,
  .running-inner h2::after {
    content: unset;
  }
}

@media screen and (max-width: 700px) {
  .popup-content {
    margin: 50px auto;
  }

  h1.meet-title {
    margin: 10px 0px;
  }

  .main-header .main-logo-a {
    max-width: 130px;
  }

  img.pop-img {
    max-height: 400px;
  }

  .bullet-card {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .bullet-card h3 {
    font-size: 21px !important;
  }
  .bullet-card p {
    font-size: 18px !important;
  }
  .running-content img {
    height: auto;
    width: 25px;
  }
  .blue-button,
  .form-wrapper .at-form-submit .at-submit {
    font-size: 18px !important;
  }

  .popup-content-right {
    padding: unset;
  }

  .running-inner h2,
  .action-wrapper h2,
  .running-inner h2,
  .action-wrapper h2,
  .donate-wrapper h2,
  .about-section h2,
  .support-donate h2 {
    text-align: center;
    font-size: 35px;
  }

  .meet-text h2 {
    font-size: 20px;
  }

  .popup-logo img {
    width: 150px;
  }

  .popup-logo {
    margin-top: 20px;
    margin-left: 20px;
  }

  .container {
    top: 28px;
  }
}

@media screen and (max-width: 675px) {
}

@media screen and (max-width: 500px) {
  .donate-btns.alt a {
    width: 100%;
  }

  .single-donate {
    width: 100% !important;
  }

  .meet-photo img,
  .meet-bottom-image img {
    box-shadow: unset;
  }

  .non-home-hero h1 {
    font-size: 50px;
  }
  .news-section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 460px) {
  .popup-content .donate-btns a {
    width: 100%;
  }
  .blue-button {
    width: 100%;
    text-align: center;
  }

  .meet-1 img {
    max-height: 300px;
  }
  .footer-bottom-left p,
  .footer-bottom-left a,
  .paid-p,
  .pp,
  #footer-disclaimer p {
    font-size: 13px !important;
  }

  .paid-p {
    width: 80%;
  }

  .email-p {
    display: flex;
    flex-direction: column;
  }
  .news-section h2:not(.news-title) {

  }
}

@media screen and (max-width: 400px) {
  .address-wrapper {
    margin-bottom: 20px;
  }

  .running-inner h2,
  .action-wrapper h2,
  .running-inner h2,
  .action-wrapper h2,
  .donate-wrapper h2,
  .about-section h2,
  .support-donate h2 {
    font-size: 30px;
  }
}
