@media only screen and (min-width: 1500px) {
  #splash-content {
    width: 45%;
    margin: 0 6% 0 auto;
    max-width: 520px;
    padding-top: 90px;
  }

  #splash {
    min-height: 1100px;
  }

  #splashlogo {
    width: 40%;
    max-width: 250px;
    min-width: 100px;
  }

  #splash-content h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1600px) {
  #splash-content {
    width: 45%;
    margin: 0 6% 0 auto;
    max-width: 620px;
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1700px) {
  #splash-content {
    width: 45%;
    margin: 0 5% 0 auto;
    max-width: 800px;
    padding-top: 120px;
  }
}

@media only screen and (min-width: 1300px) {
  .hero-left {
    height: 680px;
    width: 710px;
    padding-left: 10px;
    padding-top: 20px;
  }

  #splash {
    min-height: 1000px;
  }
}


@media (max-width: 1300px) {
    .meet-box p {
        font-family: "Roboto";
        font-size: 21px;
        color: #ffffff;
        line-height: 36px;
    }

    .meet-left p {
        padding-right: 40px;
    }

    .meet-right p {
        padding-left: 30px;
    }

    .meet-row img {
        min-height: 300px;
        object-fit: cover;
    }

    .gradient-right {
        z-index: 10;
        margin-left: -30px;
        margin-top: 90px;
    }

    .vert-line {
        height: 189.5px;
    }

    .splash-donate-btns {
        text-align: right;
    }

    .donate-right .monthly-donate-btns a {
        width: 100%;
        font-size: 23px;
        line-height: 1.5;
        margin-bottom: 17px;
        height: 86px;
    }

    .donate-left .splash-donate-btns a {
        width: 29%;
    }

    .flexcontent1,
    .flexcontent2 {
        width: 100%;
    }

    .flexcontent1 .cleft {
        top: 250px;
    }

    .flexcontent2 .cright {
        top: 80%;
    }

    .flexcontent2 {
        margin: 320px auto 430px !important;
    }

    .cright img,
    .cleft img {
        max-height: 400px;
        min-width: 600px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .donate-left h3 {
        padding-left: 8px;
    }

    #splash-content {
        width: 50%;
        margin: 0 5% 0 auto;
        padding: 70px 0 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
    }

    .splash-donate-btns a {
        width: 30%;
        display: inline-block;
        text-align: center;
        background: #005893;
        margin-left: 2%;
        margin-right: 0;
        color: #fff;
        font-size: 30px;
    }

    .monthly-donate-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #splash .monthly-donate-btns a {
        margin-right: 0;
        margin-left: 10px;
        width: 40%;
    }

    #splash .monthly-donate-btns a {
        width: 40%;
        margin-left: 9px;
        font-size: 23px;

        padding: 13px 10px;
        text-decoration: none;
        margin-bottom: 10px;
        margin-right: 0;
    }

    #splashlogo {
        width: 270px;
        margin-top: 20px;
    }

    #splash-content h2 {
        font-size: 34px;
        width: 100%;
    }

    #splash {
        background-position: 15%;
    }

    .splash-sub {
        font-size: 18px;
        width: 95%;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1200px) {
    .splash-sub {
      font-size: 17px;
      width: 80%;
    }
  
    #splash-content h2 {
      font-size: 34px;
      width: 90%;
    }
  }

@media (max-width: 1100px) {
  .footer-links ul {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  } 
}

@media (max-width: 1000px) {
    .donate-horizontal {
        flex-direction: column;
    }

    .menu-item a {
        transition: 0.25s;
        margin-right: 1px;
        font-size: 17px;
    }

    .mobile-nav .menu-item a {
        font-size: 24px;
    }

    .mobile-nav .signup a,
    .mobile-nav .donate a {
      font-size: 20px;
    }

    .footer-links a {
        margin: 0 7px;
    }

    #splash-content h2 {
        font-size: 34px;
        width: 80%;
    }

    .donate-box {
        min-width: unset;
        margin: 0;
        max-width: unset;
    }

    .donate-box:first-of-type {
        margin-bottom: 50px;
    }

    .donate-box {
        width: 80%;
    }
    .video {
        object-position: center;
    }

    .flexcontent2 .cleft {
        width: 55%;
        margin: 0 100px 0 auto;
        position: relative;
        z-index: 50;
        max-width: 500px;
    }

    .flexcontent1 .cleft {
        margin-left: 100px;
    }

    .flexcontent2 img {
        margin-left: 200px;
    }

    .flexcontent1 img {
        margin-left: -150px;
    }

    .flexcontent2 img {
        margin-left: 100px;
    }

    .action-box {
        width: 270px;
    }

    .action-box p {
        font-size: 15px;
    }

    .donate-section {
        padding: 0;
        margin: 0;
        min-height: unset;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

    .donate-left .splash-donate-btns a {
        width: 26%;
    }

    .vert-line {
        margin: 0 13px 16px -50px;
    }

    .donate-box h2 {
        font-size: 30px;
        max-width: 690px;
        width: 100%;
    }

    .donate-section {
        padding: 40px 0;
    }

    .meet-nomobile {
      display: none;
    }
}

@media only screen and (max-width: 1040px) {
    .donate-box h2 {
      font-size: 25px;
    }
  
    .public-finance {
      margin-bottom: 10px !important;
      line-height: 1.5;
    }
  
    .donate-text {
      font-family: "Roboto";
      font-size: 22px;
      color: #03446c;
      font-weight: 400;
      margin-top: 0px !important;
    }
  
    #splash-content h2 {
      margin-top: 30px;
      width: 100%;
      font-size: 33px;
    }
  
    #splash-content {
      max-width: unset;
      width: 80%;
    }

    .full-width-banner img {
      object-position: center;
    }
  
    .row-2 {
      flex-direction: column-reverse;
      margin-bottom: 10px;
    }
  
    .meet-section h2 {
      width: 80%;
    }
  
    .meet-box p {
      margin-bottom: -5px;
      text-align: center;
      font-weight: 400;
      padding: 20px 60px;
    }
  
    .row-3 {
      flex-direction: column;
    }

    .row-3 .meet-right {
      margin-left: 0;
    }
  
    .row-1 {
      flex-direction: column;
    }
  
    .meet-box {
      max-width: unset !important;
    }
  
    .row-1 div {
      width: 100%;
      padding: 0;
      margin: 0 auto;
    }
  
    .row-2 div,
    .row-2 p,
    .row-3 div,
    .row-3 p {
      margin: 0 auto;
      padding: 0;
    }
  
    .row-2 div,
    .row-3 div {
      width: 100%;
    }
  
    .meet-row {
      width: 80%;
      margin: 40px auto 0;
    }
  
    .meet-row img {
      margin-bottom: 30px;
    }
  
    .meet-img {
      max-width: 350px;
      margin-top: 20px;
    }
  
    #splash {
      background-image: linear-gradient(
        266deg,
        #014675 31%,
        #00538c 43%,
        #005894 60%,
        #2d697d 97%
      );
    }
  
    .recur-disclaimer {
      font-style: italic;
      margin: 0 auto 0 auto;
    }
  
    .mobile-continue {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 30px auto 60px;
    }
  
    .mobile-continue {
      position: relative !important;
      top: 25px;
      right: unset;
      font-size: 21px;
    }
  
    #meet h1 {
      padding-top: 20px;
      padding-left: 8%;
      margin-top: 0;
      margin-bottom: 10px;
      margin-left: 0px;
    }
  
    .continue-container {
      position: absolute;
      top: 23px;
    }
  
    .flexcontent1 .cleft {
      margin: 0 auto;
  
      max-width: unset;
    }
  
    .flexcontent1,
    .flexcontent2 {
      margin: 0 auto;
    }
  
    .flexcontent1 img {
      margin: 0 auto;
      max-height: unset;
      width: 100%;
      min-width: unset;
      margin-bottom: 2px;
      margin-top: 6px;
      max-width: unset;
    }
  
    .flexcontent2 img {
      max-height: unset;
      max-width: unset;
      width: 100%;
      min-width: unset;
      margin-bottom: 2px;
      margin-top: 7px;
    }
  
    .flexcontent2 .cleft {
      width: 100%;
      max-width: unset;
    }
  
    .flexcontent2 .cright {
      position: relative;
      bottom: 0;
  
      left: 0;
      width: 100%;
      top: 0;
    }
  
    #meet {
      padding: 70px 0 0px;
    }
  
    #issues {
      padding: 130px 0 30px;
    }
  
    .flexcontent2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  
    .flexcontent2 img {
      margin-left: auto;
    }
  
    .flexcontent1 .cleft {
      width: 100%;
      top: 0;
      max-width: unset;
    }
  
    .flexcontent1 .cright {
      width: 100%;
      max-width: unset;
      position: relative;
    }
  
    .flexcontent2 {
      margin: 0 auto !important;
    }
  
    #splash-content {
      padding: 0;
      margin: 0 auto;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    #splash-content div {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
    }
  
    .splash-sub {
      display: none;
    }
  
    .splash-donate-btns a {
      width: 30%;
      display: inline-block;
      text-align: center;
      background: #005893;
      margin-left: 1%;
      margin-right: 1%;
      color: #fff;
      font-size: 30px;
    }
  
    #splash .monthly-donate-btns a {
      width: 43%;
      margin-left: 4px;
      margin-right: 4px;
      font-size: 22px;
      padding: 13px 10px;
      text-decoration: none;
      margin-bottom: 10px;
    }
  
    .splash-mobile {
      height: 700px;
      -o-object-fit: cover;
      object-fit: cover;
      display: unset;
      -o-object-position: top;
      object-position: top;
      width: 100%;
      margin: 80px auto 10px;
    }
  
    .splash .meet-img {
      height: auto;
      width: 100%;
      max-width: 350px;
      padding-right: 30px;
    }
  
    #splashlogo {
      position: absolute;
      top: -9px;
      left: 10px;
      width: 70px;
      min-width: unset;
    }
  
    .footer,
    .footer-left,
    .footer-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .footer-links {
      margin-left: auto;
      margin-bottom: 50px;
    }
  
    .footer-logo {
      margin-left: 0;
    }
  
    .social-icons {
      margin-right: 0;
    }
  
    .footer {
      padding-top: 50px;
      padding-bottom: 0;
    }
  
    .footer-right {
      padding-top: 20px;
    }
  
    .footer-left {
      padding-bottom: 25px;
    }
  
    .meet-left {
      padding-left: 50px;
    }
  
    .meet-right {
      padding-right: 50px;
    }
  
    .action-box span {
      padding: 7px 30px 7px;
    }
  
    #splash {
      object-position: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 40px;
      height: 100%;
      min-height: unset;
      max-height: unset;
    }
  
    .action-box {
      width: 200px;
      margin: 0 17px;
    }
}

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

@media (max-width: 800px) {
    .header-buttons {
        display: none;
    }

    #meet h1 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .donate-bottom .donate-right h3 {
        margin-left: 4px;
        margin-top: 31px;
        font-size: 25px;
        white-space: nowrap;
    }

    .donate-bottom h3 {
        color: white;
        font-size: 28px;
    }

    .donate-section .donate-right {
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .donate-right .monthly-donate-btns a {
        width: 100%;
        font-size: 21px;
        padding: 20px 14px;
        max-width: 201px;
        margin: 0 6px;
        word-break: break-word;
        line-height: 1;
        margin-bottom: 16px;
    }

    .nav-container {
        display: block;
    }

    .meet-box {
        max-width: 370px;
        margin-top: 60px;
        margin-left: 0px;
        margin-right: -80px;
    }
    
    .meet-left {
        padding: 0 30px 30px;
    }
    
    .meet-section {
        padding: 40px 0;
        position: relative;
    }
    
    .meet-left h2 {
        position: absolute;
        font-size: 40px;
    }
}

@media (max-width: 700px) {
    .action-contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
    }
    
    .splash-mobile {
        height: 500px;
    }
    
    .donate-box {
        padding-bottom: 40px;
    }
    
    .splash-logo {
        display: none;
    }
    
    #splash-content {
        width: 90%;
    }
    
    .action-section {
        padding-bottom: 50px;
    }

    .footer-links a {
        font-size: 17px;
    }

    .action-box {
        margin: 40px 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    
    .meet-img {
        max-width: 300px;
    }
    
    .donate-section .donate-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        text-align: center;
    }
    
    .envelope {
        margin-top: 0;
    }
    
    .action-box img {
        width: 150px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .action-box .envelope {
        margin-top: 35px;
    }
    
    .clipboard {
        margin-left: 20px;
    }
    
    .donate-left .splash-donate-btns a {
        width: 40%;
        display: inline-block;
        height: 86px !important;
        text-align: center;
        background: #005893;
        margin-left: 1%;
        margin-right: 1%;
    }
    
    .donate-right .monthly-donate-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .vert-line {
        display: none;
    }
    
    .hero-section {
        background-image: -o-linear-gradient(
          38deg,
          #015762 19%,
          #13355c 50%,
          rgba(52, 94, 131, 1) 70%,
          rgb(0, 59, 91) 82%
        );
        background-image: linear-gradient(
          52deg,
          #015762 19%,
          #13355c 50%,
          rgba(52, 94, 131, 1) 70%,
          rgb(0, 59, 91) 82%
        );
        width: 100%;
        background-size: cover;
        background-position: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .splash-logo {
        margin: 0 auto;
        padding: 30px;
    }
    
    .hero-left h1 {
        width: 90%;
        padding-top: 10px;
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
        font-size: 40px;
    }
    
    .mobiledisclaimer {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        max-width: 400px;
    }
    
    #meet h1 {
        padding-top: 20px;
        padding-left: 8%;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .footer-links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 40px auto 20px auto;
      gap: 2rem;
    }
  
}

@media (max-width: 600px) {
    .splash-mobile {
        height: 350px;
    }

    .splash-donate-btns a {
        width: 40%;
        display: inline-block;
        text-align: center;
        background: #005893;
        margin-left: 1%;
        margin-right: 1%;
        color: #fff;
        font-size: 26px;
    }

    #splash .monthly-donate-btns a {
        font-size: 17px;
    }

    .meet-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .meet-left,
    .meet-box,
    .meet-right {
        padding: 10%;
        margin: 0;
        width: 100%;
        max-width: unset;
    }

    .meet-section {
        padding: 50px 0;
        margin: 0;
        width: 100%;
    }

    .meet-left h2 {
        position: relative;
        text-decoration: none;
        margin-bottom: 5px;
    }

    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .meet-box p {
        margin-bottom: -5px;
        text-align: center;
        font-weight: 400;
        padding: 20px 20px;
        font-size: 16px;
        line-height: 1.5;
    }

    .donate-box {
        width: 90%;
    }

    .donate-horizontal .donate-box:last-of-type {
        box-shadow: none !important;
        padding: 0 5px;
        width: 90;
    }
   
}

@media only screen and (max-width: 550px) {
    .full-width-banner .banner-image {
      object-position: 64% 100%;
    }

    .donate-left .splash-donate-btns a {
      font-size: 25px;
    }
  
    .meet-row p {
      line-height: 30px;
      font-family: "Roboto";
      font-size: 16px;
    }
  
    .meet-row img {
      min-height: unset;
    }
  
    .meet-section h2 {
      font-family: "Oswald", sans-serif;
      font-size: 48px;
    }
    #meetthecandidate #sectionheader {
      font-size: 48px;
    }
  
    .donate-left .splash-donate-btns a span {
      font-size: 17px;
    }
  
    .hero-left label {
      min-height: 60px;
    }
  
    .hero-left .at-form-submit {
      min-height: 45px;
    }
  
    .hero-left .ngp-form {
      margin-top: 10px;
    }
  
    .social-icons img {
      width: 35px;
      margin: 0 6px;
    }
  
    .social-icons {
      margin-left: 0;
    }
  
    .footer-links a {
      margin: 21px auto !important;
      font-size: 21px;
    }
}
  
@media only screen and (max-width: 450px) {
    .donate-right .monthly-donate-btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  
      -webkit-box-align: center;
  
      -ms-flex-align: center;
  
      align-items: center;
    }
  
    .splash-mobile {
      height: 290px;
    }
  
    .continue-text {
      display: none;
    }
  
    .mobile-continue .continue-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  
    .disclaimer {
      width: 260px;
      font-size: 12px;
    }
  
    .donate-box h2,
    .donate-box p {
      min-width: unset;
    }
  
    .splash-donate-btns a span {
      font-size: 18px;
      /* vertical-align: middle; */
      padding-right: 1px;
    }
  
    .donate-right .monthly-donate-btns a {
      width: 100%;
      max-width: unset;
      line-height: 1;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
    }
  
    #splash .monthly-donate-btns a {
      font-size: 16px;
    }
}
  
