@media (min-width: 1500px) {
  .hero-section {
    height: 420px !important;
  }

  .hero-section:before {
    background-position: center center !important;
  }
}

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

@media (max-width: 1100px) {
  header a {
    font-size: 20px;
  }
  .home .hero-content h1 {
    font-size: 60px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 27px;
  }
}

@media (max-width: 1000px) {
  .campaign-details p {
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 2.5px;
  }

  .campaign-details h3 {
    font-size: 25px;
  }
}

@media (max-width: 900px) {
  #menu-header-footer-1 ul.sub-menu {
    position: relative;
  }
  footer.footer {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .footer-right .privacy {
    margin-top: 30px;
  }

  .footer-right {
    align-items: center;
  }
  .footer-right p {
    margin-bottom: 5px;
  }
  .footer-right-logos {
    justify-content: center;
    gap: 15px;
  }
  .mobile-logo {
    display: inline-block;
  }
  .mobile-nav img.header-logo {
    margin-top: 1px;
  }
  header {
    height: 80px;
  }
  header .nav {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 14px 0;
    padding: 0;
  }

  .hamburger-icon {
    display: block !important;
  }

  .language-toggle.desktop {
    display: none;
  }
  .desktop-nav img.header-logo,
  .mobile-nav img.header-logo {
    position: unset;
    width: 40%;
    text-align: center;
    min-width: 180px;
  }

  #mobile-top img.header-logo {
    width: 180px;
    transition: 0.25s ease-in-out;
  }
  .logo.mobile-logo:hover,
  #mobile-top img.header-logo:hover {
    opacity: 0.7;
  }

  .language-toggle {
    background-color: white;
  }
  .desktop-nav {
    display: none;
  }

  .english-button,
  .chinese-button {
    margin: 20px 0;
  }

  header .nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

    margin: 13px 0 10px;
    padding: 0;
  }

  header .nav li {
    font-weight: 800;
    text-align: center;
  }
  .home .hero-content h1 {
    font-size: 50px;
  }
  h1 {
    font-size: 60px;
  }

  header li {
    margin: 10px 10px;
  }

  header a {
    color: white;
    text-decoration: none;
    margin: 20px 0;
    cursor: pointer;
    text-align: center;
    padding: 5px;
  }
  img.header-logo {
    left: 3%;
    width: 180px;
  }
  .campaign-details p {
    font-size: 16px !important;
  }
}

@media (max-width: 800px) {
  .media-content img {
    max-height: unset;
    height: auto;
  }
  #mobile-top img.header-logo {
    width: 180px;
  }
  .campaign-preview {
    width: 45%;
    flex-grow: 1;
    margin-bottom: 0px;
    padding-bottom: 35%;
  }
  .ngp-form .at input[type="text"],
  .ngp-form .at input[type="password"],
  .ngp-form .at input[type="date"],
  .ngp-form .at input[type="datetime"],
  .ngp-form .at input[type="datetime-local"],
  .ngp-form .at input[type="month"],
  .ngp-form .at input[type="week"],
  .ngp-form .at input[type="email"],
  .ngp-form .at input[type="number"],
  .ngp-form .at input[type="search"],
  .ngp-form .at input[type="tel"],
  .ngp-form .at input[type="time"],
  .ngp-form .at input[type="url"],
  .ngp-form .at input[type="color"],
  .ngp-form .at textarea {
    margin: 0px 0 7.5px !important;
    width: 96% !important;
  }
  .SmsLegalDisclaimer p {
    padding-top: 5px;
    width: 95%;
  }
  .cta-section {
    padding: 40px 20px 30px;
  }

  .cta-media-section {
    padding: 0px !important;
    margin: 35px auto 25px;
    justify-content: center;
    gap: 20px;
  }
  .media-text-content {
    flex-direction: column !important;
    text-align: center;
  }
  .inner {
    padding: 10px 10px;
  }
  .media-content iframe {
    max-height: 330px;
    height: 330px;
  }
  .media-content,
  .media-text-content p,
  .media-text-content h2 {
    max-width: 100% !important;
  }
  article.join-us-section {
    padding: 35px 35px 30px;
  }
  .media-text-content {
    gap: 10px;
  }

  .media-text {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .cta-buttons {
    justify-content: center;
  }
  .at-row,
  .at-text {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }

  /* .at-row.at-row-solo.PostalCode {
    margin-top: 10px;
    margin-bottom: 0px;
  } */
  .join-us-section .inner {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: flex-start;
  }

  .join-left {
    width: 100%;
  }
  .campaign-details p {
    font-size: 15px !important;
  }
}

@media (max-width: 700px) {
  blockquote p {
    font-size: 14px !important;
  }
  blockquote {
    margin: 0px auto 10px;
  }
  blockquote p {
    margin-bottom: 2px;
  }
  .campaign-preview {
    width: 47% !important;
  }

  .arrow-wrapper {
    bottom: -4px;
  }
  .home .hero-content h1 {
    font-size: 50px;
  }
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 25px !important;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 15px;
  }

  ul,
  li,
  ol,
  p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }

  .hero-content h1 {
    bottom: 15px;
  }

  .feed-container .feeditem {
    width: 45%;
  }

  .social-title h2 {
    padding-left: 15px;
  }
  .wysiwyg-section {
    padding: 50px 30px 60px;
  }
}

@media (max-width: 600px) {
  .campaign-preview {
    width: 100% !important;
  }
  .home .hero-content h1 {
    font-size: 48px;
  }
  .media-text-section {
    padding: 30px 30px 40px;
  }
  .campaign-preview {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 40%;
  }
  .footer-right p,
  .footer-right a {
    line-height: 2vh;
    text-align: right;
  }

  .footer-left a {
    text-align: center;
  }
  ul#menu-main-menu-1 li {
    margin: 15px 0;
  }

  .footer-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .footer-left ul {
    margin-left: 0px;
  }

  .footer-left li a {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .footer-left ul li {
    margin-bottom: 15px;
  }
  .slick-dots {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .feeditem.no-image {
    min-height: fit-content;
    height: fit-content;
    padding: 20px 0px;
  }
  .feed-container .feeditem {
    width: 100%;
  }
  .bar-container {
    right: 20px;
  }

  .get-involved-section .inner {
    padding: 30px 20px 50px;

    text-align: center;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px !important;
  }
  h3 {
    font-size: 27px !important;
  }
  .media-text h3 {
    font-size: 27px !important;
  }
  h4 {
    font-size: 20px !important;
  }

  ul,
  li,
  ol,
  p {
    font-size: 17px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }

  .hero-content h1 {
    font-size: 40px;
  }
  .fade-in-from-right {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  .fade-in-from-right.animated {
    animation-name: fade-from-left;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 450px) {
  .hero-content h1,
  h1 {
    font-size: 40px !important;
  }
  .campaign-preview {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 60%;
  }
  .media-content iframe {
    max-height: 230px;
    height: 230px;
  }

  .home .hero-content h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 400px) {
  .media-content iframe {
    max-height: 180px;
    height: 180px;
  }
  h1 {
    font-size: 35px !important;
  }
  .torn-paper-effect img {
    min-width: 750px;
  }
  .campaign-preview {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 70%;
  }
}

@media (max-width: 350px) {
  .torn-paper-effect img {
    min-width: 750px;
  }
}
