@media (max-width: 1450px) {
  .menu-wrap .donate-footer-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .why-title::after {
    content: unset;
  }
  .at-form-submit::after {
    right: 197px;
  }
  .at-form-submit:hover::after {
    right: 184px;
  }
  .why-running {
    padding: 40px 0 10px;
  }
}

@media (max-width: 1340px) {
  .at-form-submit::after {
    right: 180px;
  }
  .at-form-submit:hover::after {
    right: 167px;
  }
}

@media (max-width: 1258px) {
  .at-form-submit::after {
    right: 160px;
  }
  .at-form-submit:hover::after {
    right: 147px;
  }
}

@media (max-width: 1230px) {
  #why-link {
    margin-bottom: 10px;
  }

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

  .why-image img {
    height: 100%;
    max-height: 640px;
  }

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

  .home .meet-image {
    width: 100%;
  }
  .home .meet-image img {
    max-height: 600px;
    object-position: top;
  }
}

@media (max-width: 1200px) {
  #takeover .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1160px) {
  .at-form-submit::after {
    display: none !important;
  }
}

@media (max-width: 1130px) {
  .hero-left {
    width: 60%;
  }
}

@media (max-width: 1000px) {
  h1 {
    font-size: 40px !important;
  }

  .bio-content {
    max-height: unset;
    padding-bottom: 20px;
  }
  .page-template-meet-page .basic-page-wrapper::before,
  .page-template-meet-page .basic-page-wrapper::after {
    content: unset;
  }
  .page-template-meet-page .basic-page-wrapper.scrolled {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-position: top left;
    background: linear-gradient(
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 1)
      ),
      url(/wp-content/themes/blueprintinteractive/images/about_bg.png);
    height: fit-content;
  }

  .meet-hero-wrapper {
    display: none;
  }
  .inner.meet {
    flex-direction: column;
  }

  .bio-content {
    width: 100%;
  }

  .meet-hero-img {
    display: none;
  }

  .mobile-hero-img {
    display: block;
  }

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

  .page-template-meet-page .basic-page-wrapper.scrolled {
    background-image: unset;
  }

  .bio-content {
    box-shadow: 0 -20px 33px rgb(253 253 253 / 76%);
  }
  .menu-wrap .donate-footer-btn {
    margin-right: 0;
  }

  .footer-disclaimer {
    margin-left: auto;
    margin-right: auto;
  }

  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;
  }
  .donation-section .disclaimer {
    margin: 17px auto 0;
    text-align: center;
    background: white;
    border: 2px solid red;
    padding: 10px;
  }

  .donation-section .container {
    margin: 0 auto;
    width: 85%;
    padding: 30px 0 0 0;
  }

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

  .footer-links p {
    padding-right: 0px;
  }
  .footer-address {
    padding-left: 0px;
  }
  footer .donate-footer-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-links {
    flex-direction: column-reverse;
    gap: 30px;
  }
  footer .menu-wrap {
    flex-direction: column;
    max-width: 220px;
    width: 100%;
    gap: 15px;
    margin: 0 auto 30px;
  }

  .footer-left {
    align-items: center;
  }

  .footer-address p {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
  }
  .footer-links p {
    margin: 0 auto;
  }
  footer .social-icons a {
    width: fit-content;
    margin-top: 15px;
  }
  .footer-address {
    order: 1;
  }

  .footer-disclaimer {
    margin-top: 20px;
    order: 3;
  }

  .footer-links {
    order: 2;
  }
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }
  footer div,
  footer a {
    width: 100%;
  }

  .footer-bottom {
    border-top: unset;
    padding-bottom: 30px;
  }

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

  .donation-buttons a {
    width: 46% !important;
    flex-grow: 1;
  }
  .meet-section {
    padding: 70px 0 40px;
  }

  .hero-section {
    background-position: 70%;
  }

  .container {
    width: 90%;
  }

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

  .donate-btn {
    width: 100%;
    margin: 5px 0;
  }
  .menu-wrap .donate-footer-btn {
    display: inline-block;
    padding: 12px 20px;
  }

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

  .endorsement-card {
    width: 100%;
  }

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

  .footer-top {
    margin-bottom: unset;
  }

  .footer-bottom {
    padding-top: unset;
  }
}

@media (max-width: 900px) {
  .home .header-top #menu-header a,
  .home .header-top #menu-header a {
    font-size: 14px !important;
  }
  .second-hero h1 {
    font-size: 56px;
  }
  .header-top #menu-header a {
    padding: 7.5px 10px;
  }
}

@media (max-width: 850px) {
  .hero-left {
    width: 67%;
  }

  .why-running {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .why-title::after {
    content: unset;
  }
  .why-running h2 {
    margin-bottom: 0px;
    line-height: 1;
  }
  .why-content {
    flex-direction: column;
    text-align: center;
  }
  #why-link {
    margin: 0px auto 30px !important;
  }
  .home .why-content {
    flex-direction: column-reverse;
  }
  .why-running {
    padding: 40px 0;
  }

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

  .why-title::after {
    margin-left: unset;
  }

  .why-content h3 {
    margin-top: 0px;
  }

  .why-icon-text {
    flex-direction: column;
  }

  .why-text img {
    position: unset;
    padding-bottom: 30px;
  }

  .why-text h3 {
    padding: unset;
    text-align: center;
  }

  .why-text {
    margin-top: 30px;
  }

  .why-text p {
    padding: unset;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .takeoverright {
    display: none;
  }

  .takeoverright.mobile-only {
    display: block;
    margin-bottom: 40px;
  }

  .takeoverleft h1 {
    text-align: center;
  }
  .header-top .header-logo {
    padding-left: 20px;
  }
  img.kate-cutout {
    right: -32%;
  }

  .ngp-form input {
    background: rgb(255 255 255 / 80%) !important;
  }

  input::placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
  }

  .header-top #menu-header a {
    display: inline-block;
    padding: 7.5px 10px;
    font-size: 14px;
  }

  .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;
  }

  .donation-section .disclaimer {
    min-width: 250px;
  }
  .hero-section {
    padding: 140px 0 20px;
  }

  .hero-section h1 {
    text-align: left;
    margin: 0 auto;
    width: 90%;
    text-shadow: 1px 1px black;
  }

  .SmsSubscribeMobilePhone,
  .SmsLegalDisclaimer {
    text-shadow: 1px 1px black;
  }

  h1 {
    font-size: 25px;
  }

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

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

  .why-text {
    width: 100%;
    padding: 20px;
  }

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

  .donation-buttons {
    gap: 10px;
  }

  .donate-btn {
    width: 100%;
  }

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

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

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

  .header-hero-wrapper {
    background-position: 40%;
    min-height: 1000px;
  }
}

@media (max-width: 600px) {
  .hero-section h1 {
    font-size: 30px;
  }

  .at-form-submit {
    margin: 20px auto 0 0 !important;
  }

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

  .mobile-nav li {
    line-height: 30px !important;
  }
  .home .hero-section,
  .mobile-nav {
    padding: 40px 5px 20px;
  }
  .mobile-nav {
    padding: 110px 5px 20px;
  }

  .hero-right {
    display: none;
  }
  .hero-left {
    width: 100%;
    position: unset;
    margin-right: unset;
  }

  .ngp-form input {
    background: rgba(255, 255, 255, 0.3) !important;
  }

  input::placeholder {
    color: #fff !important;
  }
  .SmsSubscribeMobilePhone {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  html #wpadminbar {
    margin-top: -46px;
  }
  .donation-section h2,
  .meet-content h2,
  .why-title h2 {
    font-size: 40px;
  }

  .donation-section p {
    font-size: 1.2em;
  }
  .donation-section h2,
  .donation-section p {
    text-align: center;
  }
  .donation-section a {
  }
  .donation-section p {
    margin: 7.5px auto 16px;
  }

  .donation-section .donation-buttons a {
    min-width: 100%;
  }
  .hamburger {
    display: inline-block !important;
    position: relative;
    right: 10px;
    top: 25px;
  }
  .mobile-nav .donate-footer-btn {
    margin-bottom: 0px;
    background-color: red;
  }

  .mobile-nav .donate-footer-btn:hover {
    background-color: #fff !important;
    color: red !important;
  }

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

  .mobile-nav li {
    list-style: none;
  }
  .mobile-nav {
    display: none; /* Hide it initially */
    position: absolute;
    max-height: 0;
    z-index: 1000;
    padding-bottom: 30px;

    transition: max-height 0.3s ease-in-out;
    background-color: #fff;

    width: 100%;
    filter: drop-shadow(2px 4px 6px black);
  }

  .nav-mobile {
    flex-direction: column;
    gap: 15px;
  }
  .mobile-nav .social-icons {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

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

  .header-hero-wrapper {
    background-image: unset;
  }
  .home .hero-section {
    background-color: #3f63ae;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: unset;
  }
  .hero-section {
    padding: 40px 0 10px 0px;
  }
  .hero-section .container {
    margin: 0 auto 0px auto;
    width: 90%;
  }

  .hero-mobile {
    display: flex;
    margin-top: 25px;
  }

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

  .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;
  }

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

  h4.desktop-about {
    display: none;
  }

  h4.mobile-about {
    display: block;
    z-index: 10;
    left: 38px;
  }

  .meet-content-text {
    margin-top: -17px;
  }

  .page-template-404 .main-content {
    margin-top: 20px;
  }

  .footer-logo img {
    margin-left: unset;
  }

  .mobile-donate {
    display: block;
    max-height: 300px;
    width: 100%;
  }

  .donation-section {
    background-image: unset !important;
  }

  .donation-section .disclaimer {
    border: none;

    width: 75%;
  }
}

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

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

  .page-template-meet-section .basic-page-wrapper {
    padding-bottom: 30px;
  }

  .second-hero h1 {
    font-size: 40px;
  }

  .takeoverleft h1 {
    font-size: 50px;
  }
}

@media (max-width: 400px) {
  .footer-logo img {
    width: 250px;
  }
}

@media (max-width: 350px) {
  .second-hero h1 {
    font-size: 40px;
  }
}
