.videos-section,
.messages-section {

  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 8px;

}

.btn-bar {

  padding-top: 6px;
}

.progress-bar {
  background: white;


}

.signers-list {
  order: 5;
  margin-top: 24px;
}

.signer-container {
  padding: 12px;

}


/* modal */
div#iframeModal {
  padding: 0 !important;
}

#iframeModal .modal-dialog {
  max-width: 100%;
}

iframe#iframe-record-video {
  height: calc(100vh - 70px);
}

/* hidden elements */
.progress-container-div {
  display: none !important;
}

.navbar {
  background-color: white !important;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2) !important;
  box-sizing: border-box;
  padding-bottom: 6px;
  padding-top: 6px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .navbar {
    height: 50px !important;
  }
}

@media (max-width: 576px) {
  .videos-section {
    margin-left: -15px;
    margin-right: -15px;
  }

  .btn-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
  
}

.more-copy .copy-content p {
  margin-bottom: 10px;
}

.more-copy .copy-content p, .more-copy .copy-content li {
  line-height: 1.5;
}

.more-copy h2 {
  margin-top: 12px;
}

/* .campaign-container {
  padding-top: 24px !important;
} */

.intro-image {
  padding-top: 24px !important;
}

.plyr__captions {
  padding: 0;
}

@media (min-width: 992px) {

  .campaign-container {
    padding-right: 24px !important;
  }

  .module-signature-counter {
    margin-top: 16px !important;
  }

  .more-copy .copy-content {
    column-count: 2;
    column-gap: 28px;
  }
}

body {
  background-image: none;
  overflow-x: hidden;
  font-size: 16px !important;
  /* min-width: 100vw; */
}

@media (max-width: 991.9px) {
  .bg-red-wide-mobile {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    /* height: 100%; */
    background-color: #F55D49;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 50px;
  }

  .bg-red-wide-mobile::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    /* Height of the slant */
    background: white;
    transform: skewY(-2.5deg);
    /* Adjust angle as needed */
    transform-origin: bottom right;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .bg-red-wide {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    /* height: 100%; */
    background-color: #F55D49;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 50px;
  }

  .bg-red-wide::after {
    content: '';
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    height: 100px;
    background: white;
    transform: skewY(-2deg);
    transform-origin: bottom;
    z-index: 1;
  }

  .signers-list {
    min-height: 140px;
  }
}


.spa-section {
  padding-top: 0;
  min-height: calc(100vh - 84px);
}

.page-content {
  /* margin-top: 50px; */
}

h5 em {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal;
}

.form-container {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  /* .spa-section {
      padding-top: 110px;
  }

  .form-section {
      padding-top: 75px !important;
  }

  .campaign-heading, .section-heading {
      font-size: 28px !important;
  }

  .campaign-text, .section-text {
      font-size: 22px !important;
  }

  .navbar-brand, .progress-container-div {
      margin-left: auto;
      margin-right: auto;
  }

  .form-container {
      background-color: white !important;
      color: black !important;
  } */

  .campaign-container {
    background-color: white;
    color: black;
    padding-top: 0;
  }
}

/* form */

.form-container {
  background: white !important;
  color: black !important;
}

@media only screen and (min-width: 768px) {
  .Email_opt_in .text-muted.form-text {
    color: black !important;
  }
}

.form-content,
.form-control,
.privacy-policy {
  max-width: 100% !important;
  text-align: left;
}

.form-container .text-center,
.privacy-policy {
  text-align: left !important;
  font-family: "Source Serif 4", system-ui, -apple-system, "Segoe UI", Roboto !important;
  font-weight: normal !important;
}

.form-container form, 
.form-modal-content form{
  margin-top: 24px;
}

.row {}

body,
form,
form input {
  font-family: "Source Serif 4", system-ui, -apple-system, "Segoe UI", Roboto !important;
  font-weight: normal;
  /*   font-size: 14px; */
}

form input {
  margin-bottom: 8px;
  ;
}

.section-heading {
  margin-top: 0 !important;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .375rem;
  font-family: "Source Serif 4", system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem !important;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.h2,
h2 {
  font-size: 2.15rem !important;
  line-height: 2.75rem;
  margin-bottom: .7rem !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.h3,
h3 {
  font-size: 1.75rem !important;
  line-height: 2.25rem;
  margin-bottom: .6rem !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.h4,
h4 {
  font-size: 22px !important;
  line-height: 1.2 !important;
  margin-bottom: .75rem !important;
  font-weight: 700 !important;
}

.h5,
h5 {
  font-size: 18px !important;
  margin-bottom: .25rem !important;
  line-height: 1.333;
  font-weight: 700 !important;

}

.h6,
h6 {
  font-size: 16px !important;
  line-height: 1.25
}

p,
li,
ul {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal;
}

p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

bold {
  font-weight: 700;
}

li,
ul {
  line-height: 2rem;
}

.btn-gp {
  background: #FFFF5F;
  color: black;
  font-weight: 700;
  border: none;
}

.btn-gp:hover
 {
    color: black;
    border-color: none;
    background-color: #FFFF5F;
    filter: brightness(.95);
}

header {
  margin-bottom: 0 !important;
}

.section-container .card {
  max-width: 400px !important;
}

.section-container .row > div {
  width: 100%;
}

.section-container .section-text {
  padding-bottom: 1rem;
  font-weight: normal;
}


h1.campaign-heading {
  font-size: 32px !important;
  margin-top: 0 !important;
}

.btn-skip {
  color: black;
  background: none;
  border: none;
  text-decoration: underline;
  font-weight: 600;
  padding: 6px;
}

.btn-skip:hover {
  background-color: #fff;
  border: none;
  color: black;
  text-decoration: underline;
}

.btn-donate, .btn-donate-alt {
  font-weight: 600;
}

#donate-monthly-section h1, 
#donate-single-section h1 {
  text-transform: unset;
}

.form-control {
  color: black !important;
  font-weight: normal !important;
}

.form-check label {
  margin-left: 12px;
}

.campaign-text {
  font-size: 1rem !important;
}



/*overrides us*/

:root {
  --main-font-family: "Source Serif 4", system-ui, -apple-system, "Segoe UI", Roboto !important;
  --main-green: none;
}

@media (min-width:768px) {
  header.theme-header .logo-container {display:block;}
}

main article {
  background:none;
  display:flex;
  justify-content:center;
  margin:0 !important;
  max-width:none !important;
  padding:0 !important;
  /* max-width: 100vw !important; */
}

.article-content {
  background: none !important;
}

.article-content .logo-container,
.article-content .at-inner .at-title,
.at-legend {
  display: none !important;
}

.at-fields {
  margin-top: 16px;
}

main article section.article-content {
  box-shadow:none;
  padding:0 0 20px;
}

@media (max-width: 991.9px) {
  .row .form-container .article-content {
    display: none;
  }

  .more-copy {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.at-inner .module-signature-counter {
  padding: 0 20px;
}

.at-inner {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  padding-top: 28px !important;
  padding-bottom: 0;
}

.form-modal-content .signers-holder {
  display: none;
}
.FooterHtml, .MeterHtml {
  padding: 0 !important;
}

figure.branding img {
  height: auto;
  width: 180px;
}

.more-copy {
  margin-bottom: 48px;
}

input.at-submit.btn-at.btn-at-primary {
  background: #FFFF5F !important;
  width: 100%;
  padding: 12px !important;
  font-size: 22px !important;
}

.module-signature-counter bold,
.module-signature-counter span {
    font-weight: 700 !important;
    line-height: .9;
    
}

.progress-bar {
    margin: 0 !important;
}

.form-modal-content .at-inner,
.form-modal-content .form-rollcal,
.form-modal-content  .article-content{
    padding: 0 !important;
}

.didYouMean.info {
  display: none !important;
}
iframe[id="launcher"] {
  display: none !important;
}


/* SHARE BUTTONS STYLE  */
.share-buttons-holder {
  display: flex;
  flex-direction: column; /* Stack buttons vertically */
  gap: 18px;
  margin: 16px 0;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.share-buttons-holder .btn-social {
  padding: 12px 20px;
  color: white !important;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 100%;
}

.btn-facebook {
  background: #1877f2; 
}

.btn-facebook::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z'/%3E%3C/svg%3E");
}

.btn-twitter {
  background: #000000; 
}

.btn-twitter::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
}

#fbShareBtn, #twShareBtn {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-right: 40px;
}

#fbShareBtn::after, #twShareBtn::after {
  content: "Share on Facebook";
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 40px; 
  text-align: left;
  pointer-events: none; 
  padding-left: 20px;
}
#twShareBtn::after {
  content: "Share on X";
}

.btn-facebook::before, 
.btn-twitter::before {
  left: auto;
  right: 20px;
  position: absolute;
  margin-right: 0;
}

.btn-facebook::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z'/%3E%3C/svg%3E") no-repeat center;
}

.btn-twitter::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") no-repeat center;
}

#link-donate {
  display: inline-block;
  padding: 12px 24px;
  background-color: #66cc01;
  color: white; 
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px; 
  text-align: center;
  transition: background-color 0.3s ease; 
  font-size: 22px;
  margin: 16px 0;
}

#link-donate:hover {
  background-color: #45a049; 
}

figure.branding a {
  padding: 16px !important;
}

section#donate-section {
  padding-top: 1rem;
}

.at-row.EmailAddress.HomePhone {
  align-items: end !important;
}

/* //issue moving form when input */
.at {
  overflow: inherit !important;
}

p a {
  color: black !important;
}