@media (min-width: 1900px) {
  .hero-cutout img {
    right: 150px;
  }
}

@media (min-width: 2000px) {
  .hero-cutout img {
    right: 250px;
  }
}

@media (min-width: 2100px) {
  .hero-cutout img {
    right: 350px;
  }
}

@media (max-width: 1248px) {
  .donate-btn a {
    height: auto;
  }
}

@media (max-width: 1155px) {
}

@media (max-width: 1125px) {
  #menu-header {
    text-align: center;
  }
  .header-top #menu-header a {
    font-size: 15px;
  }

  .hero-left {
    width: 50%;
  }
}

@media (max-width: 1100px) {
  .SmsLegalDisclaimer p {
    background: #ffffff75;
  }

  .header-logo {
    border: 1px solid #ae1f24;
  }
}

@media (max-width: 1060px) {
  .tk-donation-buttons .donate-btn {
    width: 98%;
  }
}

@media (max-width: 1020px) {
  .takeover-top,
  .takeover-bottom {
    flex-direction: column;
  }

  .takeover-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    margin: 0 auto;
    max-width: 600px;
  }

  .takeover-inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .takeover-bottom {
    padding: 30px;
  }
}

@media (max-width: 1000px) {
  .box-1 .meet-photo img,
  .running-box.box-1 .meet-photo img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }

  .meet-photo img {
    max-height: 500px;
    object-position: 0% 3%;
  }

  .meet-box.box-1 .meet-photo img {
    border-radius: 20px 20px 0px 0px;
  }

  .meet-box.reverse,
  .box-3 {
    padding: 60px 0;
  }

  .meet-box-inner,
  .meet-box.reverse .meet-box-inner {
    flex-direction: column;
  }
  .meet-boxes .meet-content {
    padding: 40px 35px 0px;
  }

  .why-running {
    padding: 40px 0 60px;
  }

  .meet-section {
    padding-bottom: 20px;
  }

  .meet-content h2 {
    margin-bottom: 15px;
  }
  .why-text img {
    margin: 0 auto !important;
    display: flex !important;
    width: 40px;
    height: auto;
  }
  .menu-wrap .donate-footer-btn {
    margin-right: 0;
  }
  .why-text p {
    padding-left: 0px;
  }
  .why-text {
    margin-top: 30px;
  }

  .footer-middle {
    flex-direction: column;

    gap: 20px;
  }

  footer .social-icons a:last-of-type {
    margin-right: auto;
  }
  .footer-logo {
    padding-left: 0;
    margin-left: auto;
  }
  .footer-links {
    justify-content: center;
    align-items: center;
  }

  .footer-content .donate-footer-btn {
    margin-top: 20px;
  }

  .footer-links p {
    padding-right: 0px;
  }
  .footer-address {
    padding-left: 0px;
    width: 100%;
  }

  #menu-header-2 {
    flex-direction: column;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-top {
    padding-bottom: 0px;
  }

  .footer-links {
    flex-direction: column-reverse;
    gap: 30px;
  }
  footer .menu-wrap {
    flex-direction: column;
    max-width: 220px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .footer-address p {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
  }
  .footer-links p {
    margin: 0 auto;
  }

  .social-icons.footer {
    margin-bottom: 30px;
  }
  footer .social-icons a {
    width: fit-content;
    margin-top: 15px;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .footer-bottom {
    gap: 0px !important;
  }

  footer div,
  footer a {
    margin: 0 auto;
  }

  .why-title {
    text-align: center;
  }

  .meet-section .container,
  .why-running .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .meet-image {
    width: 100%;
  }

  .running-box.box-1 .meet-photo img {
    border-radius: 20px 20px 0px 0px;
    object-position: center 21%;
  }

  .meet-image img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0px;
  }

  .meet-image img,
  .why-image img {
    max-height: 500px;
    object-position: 0% 10%;
  }

  .why-text h2 {
    padding-top: 30px;
  }

  .container {
    width: 90%;
  }
  .why-text h3 {
    margin-top: 20px;
  }

  .why-text,
  .why-image {
    width: 100%;
  }

  .donation-buttons {
    flex-wrap: wrap;
  }

  .endorsement-card {
    width: 45%;
  }

  .donation-section {
    min-height: fit-content;
    padding-bottom: 110px;
    background-position: top;
  }

  .donation-section h2 {
    text-align: center;
  }

  .meet-page-wrapper .meet-box.box-3::after,
  .meet-box.running-box.box-3::after {
    --r: 100vmin;
  }

  .running-box.box-2 svg {
    height: 500px;
  }

  .running-box.box-3 svg {
    top: 50%;
  }
  .running-box.box-2 .meet-text p,
  .running-box.box-2 .meet-content h3 {
    color: #000;
  }
}

@media (max-width: 950px) {
  .hero-cutout img {
    right: -214px;
  }

  .hero-left {
    width: 60%;
  }
}

@media (max-width: 900px) {
  .home .header-top #menu-header a,
  .home .header-top #menu-header a {
    font-size: 14px !important;
  }

  .meet-subtitle {
    font-size: 27px;
  }

  h2 {
    font-size: 30px;
  }

  .issue-post {
    flex: 1 1 calc(50% - 20px);
  }

  .event-wrapper {
    flex-direction: column;
  }

  .event-image {
    width: 100%;
    height: auto;
    margin-left: 0px;
    border-top-right-radius: 20%;
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 20%;
  }

  .event-form {
    margin-right: 0px;
  }

  .event-wrapper .ngp-form .at-row.FirstName label,
  .event-wrapper .ngp-form .at-row.EmailAddress label {
    margin-right: 10px;
  }

  .donation-section .container {
    flex-direction: column;
    gap: 20px;
  }

  .meet-section .container {
    margin-top: -333px;
  }
}

@media (max-width: 800px) {
  .basic-page-wrapper .container {
    padding: 50px;
  }
}

@media screen and (max-width: 768px) {
  .header-top #menu-header a {
    display: inline-block;
    padding: 7.5px 0px;
    font-size: 14px;
    margin: 0 10px;
  }

  .header-top .menu-wrap .donate-footer-btn {
    font-size: 14px;
  }
  .why-text {
    margin-top: 15px;
  }
  .hero-form {
    padding: 20px 0px !important;
  }

  .meet-bottom {
    display: flex;
  }
  .hero-section {
    min-height: 400px;
    transition: 0.25s ease-in-out;
  }

  .hero-section {
    padding: 140px 0 20px;
  }

  .hero-section h1 {
    text-align: left;
  }

  .hero-form {
    max-width: 100%;
    padding: 20px;
  }

  .hero-form input {
    width: 100%;
  }

  .why-image img,
  .meet-image img {
    width: 100%;
    height: auto;
  }

  .donation-buttons {
    gap: 10px;
  }

  .donate-btn,
  .donate-btn.btn-donate,
  .donation-section .disclaimer {
    width: 100%;
  }

  .footer-links a {
    margin-bottom: 10px;
  }

  footer .social-icons {
    margin-top: 15px;
  }

  .day-plan-item {
    flex-direction: column;
    gap: 20px;
  }

  h3.day-plan-title {
    text-align: center;
  }

  .takeover-right h1 {
    font-size: 35px;
  }

  .tk-donate-text h2 {
    font-size: 30px;
  }
  #home-link span {
    font-size: 16px;
  }

  .day-plan-content {
    width: 100%;
  }

  .donate-all-section {
    flex-direction: column;
  }

  .prospectus-image {
    display: none;
  }

  .prospectus-image.mobile {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  .hero-section h1 {
    font-size: 50px;
  }

  .meet-content h2,
  h2.why-title,
  .donation-section h2,
  .featured-endorsements h2,
  .endorsement-organizations h2,
  .all-endorsements h2 {
    font-size: 35px;
  }
}

@media (max-width: 700px) {
  .second-hero,
  .privacy-policy .second-hero {
    min-height: 400px;
  }

  .box-1 .meet-box-inner {
    margin-top: -80px;
  }

  .why-running .container {
    gap: 30px;
  }
  .meet-boxes .meet-content {
    padding: 30px 25px 0px;
  }

  .at-form-submit {
    margin: 20px auto 0 0 !important;
  }
  .at-form-submit:hover:after {
    transition: 0.5s ease-in-out;
    right: unset;
    left: 85%;
  }
  .hero-section h1 {
    text-align: center;
  }

  .mobile-nav li {
    line-height: 30px !important;
  }

  .mobile-nav {
    padding: 100px 5px 20px;
  }

  .hero-right {
    display: none;
  }
  .hero-left {
    width: 90%;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin: 0 auto;
  }

  .donate-text {
    margin: 0 auto;
  }

  .meet-section .container {
    margin-top: -250px;
  }

  .SmsSubscribeMobilePhone {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  html #wpadminbar {
    margin-top: -46px;
  }

  .donation-section .donation-buttons a {
    min-width: 100%;
  }
  .hamburger {
    display: inline-block !important;
    position: relative;
    right: 0px;
    top: 25px;
  }

  .donation-section {
    padding-bottom: 70px;
  }

  .mobile-nav li {
    list-style: none;
  }
  .mobile-nav {
    display: none; /* Hide it initially */
    position: absolute;
    max-height: 0;
    z-index: 1000;
    padding-bottom: 30px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    background: #ffc518;
    width: 100%;
    filter: drop-shadow(2px 4px 6px #121f46);
  }

  .header-left .social-icons {
    display: none;
  }

  @media (max-width: 700px) {
    .site-header:has(.mobile-nav.open) .header-left .home-logo {
      visibility: hidden; /* or opacity: 0 for a fade */
      pointer-events: none;
    }
  }

  .mobile-nav-inner,
  .nav-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
  }

  .at-row.EmailAddress {
    margin-top: 0px;
  }

  .home .header-logo {
    border: none;
  }

  .home .site-header {
    position: relative;
    top: unset;
    right: unset;
    margin: 0 auto;
  }

  .home .hero-section {
    background: none;
    min-height: unset;
  }

  .hero-cutout {
    display: none;
  }
  .hero-section {
    padding: 40px 0 10px 0px;
  }
  .hero-section .container {
    margin: 0 auto 0px auto;
    width: 90%;
  }

  .hero-mobile {
    display: flex;
  }

  .hero-mobile img {
    width: 100%;
    height: auto;
  }

  .at-form-submit .at-submit.btn-at.btn-at-primary {
    color: white;
    text-shadow: none !important;
    width: 100%;
    margin: 0 auto;
  }

  .at-form-submit .at-submit.btn-at.btn-at-primary:hover {
    text-shadow: none !important;
    width: 100%;
  }
  .at-form .SmsLegalDisclaimer {
    text-align: center;
    margin: 0px auto;
    width: 90%;
  }
  .at-form-submit.clearfix {
    width: 100%;
  }

  .hero-section {
    min-height: 300px;
  }

  header .menu-wrap {
    display: none;
  }

  .second-hero h1,
  .privacy-policy .second-hero h1 {
    font-size: 40px;
    margin-top: 25px;
  }

  .issue-post {
    flex: 1 1 100%;
  }

  .takeover-inner {
    margin-bottom: 35px;
    padding: 25px;
  }

  .meet-boxes {
    margin-top: 0px;
    padding-top: 0px;
  }

  .endorsement-list {
    gap: 20px;
  }
}

@media (max-width: 650px) {
  .meet-section .container {
    margin-top: -222px;
  }

  .takeover-disclaimer {
    margin: 10px auto 0px;
  }

  .meet-content {
    padding: 40px 20px;
  }
  .takeover-bottom {
    padding: 5px 20px 30px;
  }
  .takeover-text {
    padding: 20px 30px 0 30px;
  }
  .meet-page-wrapper .meet-box.box-3::after,
  .meet-box.running-box.box-3::after {
    --r: 160vmin;
  }
}

@media (max-width: 600px) {
  .running-box.box-2 svg {
    height: 350px;
  }
}

@media (max-width: 550px) {
  .second-hero h1,
  .privacy-policy .second-hero h1 {
    font-size: 35px;
  }

  .basic-page-wrapper h2 {
    font-size: 25px;
  }
}

@media (max-width: 533px) {
  .meet-bottom {
    margin-top: 5px;
  }

  .endorsement-list,
  .endorsement-list-images {
    flex-direction: column;
  }

  .endorsement-item,
  .endorsement-card {
    width: 100%;
    align-items: center;
  }

  .endorsement-details {
    text-align: center;
  }
  .event-form h2 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .takeover-left img {
    max-height: 240px;
  }
  .error-message {
    float: unset;
  }

  .basic-page-wrapper .container {
    margin-top: -550px;
  }

  img.error-image {
    width: 100%;
  }

  .second-hero,
  .privacy-policy .second-hero {
    min-height: 300px;
  }

  .header-logo {
    width: 130px;
  }

  .error-message h1 {
    font-size: 80px !important;
  }

  .second-hero h1,
  .privacy-policy .second-hero h1 {
    font-size: 30px;
    margin-top: 55px;
  }

  .box-1 .meet-box-inner {
    margin-top: -30px;
  }

  .basic-page-wrapper {
    min-height: 300px;
  }
}

@media (max-width: 450px) {
  .at-row > [class^="at-"] {
    margin: 0 auto !important;
  }
  .at-form-submit:hover:after {
    left: 75%;
  }

  .tk-donation-buttons .donate-btn {
    width: 100%;
  }

  .takeover-inner {
    gap: 0px;
  }

  .prospectus-image {
    display: block;
    width: 100%;
    padding: 0 20px;
  }

  .prospectus-image.mobile {
    display: none;
  }
  .tk-logo-container {
    margin-top: 10px;
    padding-bottom: 20px;
  }
  #takeover #closebtn {
    position: absolute;
    top: 30px;
    right: 15px;
  }

  .error-hero h1 {
    font-size: 140px !important;
  }
}

@media (max-width: 400px) {
  #takeover .inner {
    padding: 67px 5px 5px;
  }
}

@media (max-width: 350px) {
}
