/* UPDATED MAY 5, 2021 */

/* 1. CUSTOM MEMBERSHIP SITE TYPOGRAPHY ----------*/

/* ---- TYPOGRAPHY ---- */

.everyaction-form .multistep-layout .HeaderHtml p, /* new */
.everyaction-form .at-markup p,
.everyaction-form .at-markup div, /* new */
.everyaction-form .content.thankYou p,
.everyaction-form .at-markup h1,
.everyaction-form .at-markup h2,
.everyaction-form .at-markup h3,
.everyaction-form .at-markup h4,
.everyaction-form .at-markup h5,
.everyaction-form .at-markup h6,
.everyaction-form .at fieldset legend,
.everyaction-form .at label{
  font-family: 'muli',sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
}

.everyaction-form fieldset .at-markup p{

}

.everyaction-form fieldset .at-markup h1, /* new */
.everyaction-form fieldset .at-markup h2, /* new */
.everyaction-form fieldset .at-markup h3, /* new */
.everyaction-form fieldset .at-markup p { /* new */
  margin-bottom: 10px;
}

.everyaction-form .multistep-layout .HeaderHtml p{
  padding-top: 0;
}

.everyaction-form .at label{
  font-size: 0.9em; /* new */
}

.everyaction-form .content.thankYou h1,
.everyaction-form .content.thankYou h2,
.everyaction-form header.at-title{
  font-family: 'Red Hat Display', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

@media only screen and (min-width:1200px){
  .everyaction-form .content.thankYou h1,
  .everyaction-form .content.thankYou h2,
  .everyaction-form header.at-title{
    font-size: 2.5rem;
  }
}

.everyaction-form section.fastaction-modal h1,
.everyaction-form .content.thankYou h3,
.everyaction-form .content.thankYou h4,
.everyaction-form .content.thankYou h5,
.everyaction-form .content.thankYou h6{
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

@media only screen and (min-width:1200px){
  .everyaction-form section.fastaction-modal h1,
  .everyaction-form .content.thankYou h3,
  .everyaction-form .content.thankYou h4,
  .everyaction-form .content.thankYou h5,
  .everyaction-form .content.thankYou h6{
    font-size: 2rem;
  }
}

/* 2. FROM NDWA2020 everyaction.css ----------*/

/* UPDATED MARCH 12, 2021 */

.everyaction-form .at-form{

}

.everyaction-form .at-inner{
  background-color: transparent;
}

/* See styles.css TYPROGRAPHY for more typography */

.everyaction-form header.at-title,
.everyaction-form .content.thankYou h1{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0;
  margin-bottom: 40px;
  color: #F05522;
}

.everyaction-form .content.thankYou h1{
  margin-bottom: 0;
}

.everyaction-form section.fastaction-modal h1{
  color: #F05522;
  margin-bottom: 20px;
  text-align: center;
}

.everyaction-form .at-markup div,
.everyaction-form .at-markup p,
.everyaction-form .multistep-layout .HeaderHtml p{
  margin-bottom: 20px;
  line-height: 1.4;
  margin: auto;
  margin-bottom: 25px;
  text-align: left;
  color: #212529;
}

.everyaction-form .at-markup h1,
.everyaction-form .at-markup h2,
.everyaction-form .at-markup h3,
.everyaction-form .at-markup h4,
.everyaction-form .at-markup h5,
.everyaction-form .at-markup h6{
  font-weight: 700;
  text-transform: initial;
  letter-spacing: -0.25px;
  color: #212529;
  margin-bottom: 20px;
}

.everyaction-form .at-markup h1 + p,
.everyaction-form .at-markup h2 + p,
.everyaction-form .at-markup h3 + p,
.everyaction-form .at-markup h4 + p,
.everyaction-form .at-markup h5 + p,
.everyaction-form .at-markup h6 + p{
  padding-top: 0;
}

.everyaction-form .at fieldset legend{
  letter-spacing: -0.5px;
  color: #212529;

  font-weight: 700;
  line-height: 1.3;
  text-transform: initial;
  text-align: left;
  margin-bottom: 8px;
  padding: 0;
  padding-top: 15px;
  margin-bottom: 0;

}

.everyaction-form .at label{
  color: #676767;
}

.everyaction-form .at label small{
  color: #999999;
}

.everyaction-form .at input[type="checkbox"]+span:before{
  background-color: #FFFFFF;
}

.everyaction-form .at input[type="checkbox"]+span{
  line-height: 1.3;
}

.everyaction-form .at .radios {
  margin-top: 9px;
  margin-bottom: 21px;
}

.everyaction-form .at-row.SmsSubscribeMobilePhone{
  margin-top: 5px;
}

.everyaction-form .at-row.SmsSubscribeMobilePhone span.at-checkbox-title-container{
  margin-bottom: 0;
}

.everyaction-form .at-row.SmsLegalDisclaimer{
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.everyaction-form .at-row.SmsLegalDisclaimer + div + .at-row.UpdateMyProfile,
.everyaction-form .at-row.SmsLegalDisclaimer + .at-row.UpdateMyProfile{
  margin-top: 10px;
}

.everyaction-form.footer-form .at-row.UpdateMyProfile{
  margin-bottom: 7px;
  padding: 0 10px;
}

.everyaction-form.footer-form .at-markup.UpdateMyProfile{
  margin-bottom: 0;
}

.everyaction-form .at-form-submit{
  text-align: center;
  padding: 0 1.25rem;
}

@media only screen and (min-width:768px){
  .everyaction-form .at-form-submit{
    padding: 10px 1.25rem;
  }
}

@media only screen and (min-width:992px){
  .everyaction-form .at-form-submit{
    padding: 20px 1.25rem;
  }
}

.everyaction-form .at-form-submit .at-submit,
.everyaction-form .at .btn-at,
.everyaction-form .at .btn-at-primary{
  margin: 0;
  background-color: #F05522;
  display: block;
  float: none;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 40px;
  min-width: 0;
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 100%;
  font-size: 1rem;
}

@media only screen and (min-width:768px){
  .everyaction-form .at-form-submit .at-submit,
  .everyaction-form .at .btn-at,
  .everyaction-form .at .btn-at-primary{
    display: inline-block;
    width: auto;
    margin: auto;
    padding: 0 75px;
    border-radius: 4px;
    height: 55px;
    line-height: 55px;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width:992px){
  .everyaction-form .at-form-submit .at-submit,
  .everyaction-form .at .btn-at,
  .everyaction-form .at .btn-at-primary{
    display: inline-block;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4rem;
  }
}

.everyaction-form .at-form-submit .at-submit:hover,
.everyaction-form .at .btn-at:hover,
.everyaction-form .at .btn-at-primary:hover{
  cursor: pointer;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
  outline: none;
  color: #FFFFFF;
  background-color: #d44617;
}

.everyaction-form .at-form-submit .at-submit:focus,
.everyaction-form .at .btn-at:focus,
.everyaction-form .at .btn-at-primary:focus{
  cursor: pointer;
  background-color: #d44617;
  color: #FFFFFF;
  outline: 3px solid rgba(0,0,0,0.2);
}

.everyaction-form .at-markup.FooterHtml{
  margin-top: 20px;
  margin-bottom: 0;
}

.everyaction-form .at-row.SmsLegalDisclaimer,
.everyaction-form .at-row.SmsLegalDisclaimer p,
.everyaction-form .at-markup.FooterHtml,
.everyaction-form .at-markup.FooterHtml p{
  font-size: 11px;
  text-align: left;
  color: #999999;
  margin-bottom: 0;
}

.everyaction-form .at-row.SmsLegalDisclaimer *{
  padding: 0;
  margin: 0;
}

.everyaction-form .at-row.SmsLegalDisclaimer a,
.everyaction-form .at-markup.FooterHtml a{
  color: #999999;
  border-bottom: 1px dashed #DDDDDD;
}

.everyaction-form .at-row.SmsLegalDisclaimer a:hover,
.everyaction-form .at-markup.FooterHtml a:hover{
  color: #00A9A6;
  border-bottom: 1px dashed #00A9A6;
}

/* FastAction Modal */
.everyaction-form section.fastaction-modal header{
  width: auto;
}

.everyaction-form .at section.fastaction-modal .btn-at-primary{
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1rem;
}

.everyaction-form .at section.fastaction-modal .fa-modal-content > *{
  font-size: 1rem;
}

.everyaction-form .at.multistep-layout .HeaderHtml{
  padding: 0 0 0;
  margin-bottom: 0;
}

@media only screen and (min-width:1100px){
  .everyaction-form .at.multistep-layout .HeaderHtml{
    padding: 0 50px 0 0;
  }
}

/* MULTI-STEP */

.everyaction-form .at.multistep-layout .step-prevNext .next{
  float: none;
}

.everyaction-form .at.multistep-layout .step-prevNext .prev{
  float: none;
}

.everyaction-form .at .btn-at:not(.btn-at-primary){
  background-color: transparent;
  color: #AAAAAA;
}

.everyaction-form .at .btn-at:not(.btn-at-primary):hover,
.everyaction-form .at .btn-at:not(.btn-at-primary):focus{
  color: #777777;
  background-color: transparent;
  box-shadow: none;
}

.everyaction-form .at.multistep-layout .step-prevNext .next + .prev{
  margin-top: 10px;
}

/* .multistep-layout.split-layout form{
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.at .at-steps{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.content.thankYou .benefit{
  border: 1px solid #CCCCCC;
  padding: 20px 30px;
  margin: 35px 0;
  border-radius: 4px;
}

.content.thankYou .benefit h2{
  text-align: center;
  color: #58A09E;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 23px;
  text-align: center;
}

.content.thankYou .benefit figure{
  
}

.content.thankYou .benefit figure img{
  display: block;
  margin: auto;
}

.content.thankYou p + h1,
.content.thankYou p + h2,
.content.thankYou p + h3,
.content.thankYou p + h4,
.content.thankYou p + h5,
.content.thankYou p + h5{
  margin-top: 40px;
}

.content.thankYou h1 + p,
.content.thankYou h2 + p,
.content.thankYou h3 + p,
.content.thankYou h4 + p,
.content.thankYou h5 + p,
.content.thankYou h5 + p{
  margin-top: 30px;
} */