/* UPDATED May 20, 2022 */

/* MEMBERSHIP PORTAL BANNER */

.membership-portal-banner{
  background-color: #DDDDDD;
  padding: 14px 0;
}

.membership-portal-banner h4{
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.membership-portal-banner h4 a{
  color: #434d53;
}

.membership-portal-banner h4 a:hover{
  color: #eb6e14;
}

/* MEMBERSHIP PORTAL LANDING PAGE */

.page-membership-portal{
  margin-top: -20px;
}

@media (min-width: 768px){
  .page-membership-portal{
    margin-top: 0;
  }
}

@media (min-width: 768px){
  .page-membership-portal .everyaction-form,
  .page-membership-portal .check-membership-box{
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
  }
}

@media (min-width: 992px){
  .page-membership-portal .everyaction-form,
  .page-membership-portal .check-membership-box{
    padding: 50px 40px;
  }
}

.page-membership-portal .check-membership-box label.email-input{
  max-width: 100%;
  margin: 0 auto 30px;
  display: block;
}

@media (min-width: 768px){
  .page-membership-portal .check-membership-box label.email-input{
    max-width: 350px;
  }
}

.page-membership-portal .check-membership-box label.email-input span{
  display: block;
}

.page-membership-portal .check-membership-box label.email-input input{
  height: 50px;
  width: 100%;
}

.page-membership-portal .everyaction-form header.at-title,
.page-membership-portal h1{
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;

  color: #eb6e14 !important;
  font-size: 28px;
}

@media (min-width: 992px){
  .page-membership-portal h1{
    text-align: left;
  }
}

.start-a-monthly-membership header.at-title,
.renew-annual-membership header.at-title{
  /* margin-bottom: 20px; */
}

.content.thankYou .member-confirmation-receipt p.member-confirmation-receipt-title,
.page-membership-portal h2{
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 30px;
}

.content.thankYou .member-confirmation-receipt p.member-confirmation-receipt-title{
  font-family: 'Red Hat Display', sans-serif;
  color: #eb6e14;
}

/* MANAGE YOUR MEMBERSHIP */

/* matches .everyaction-form .multistep-layout .HeaderHtml p */
p.check-your-membership{
  font-family: 'muli',sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.4;
  margin: auto;
  margin-bottom: 25px;
  color: #212529;

  margin-top: 20px;
}

/* matches .everyaction-form .at .btn-at-primary */
.check-membership-box .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){
  .check-membership-box .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){
  .check-membership-box .btn-at-primary{
    display: inline-block;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    font-size: 1.4rem;
  }
}

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

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

/* end */

.page-membership-portal p a{
  color: #eb6e14;
  text-decoration: underline;
  transition: none;
}

.page-membership-portal p a:hover{
  color: #bb540a;
  transition: none;
}

.membership-portal-section{
  border: 1px solid #CCCCCC;
  padding: 15px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px){
  .membership-portal-section{
    padding: 25px 30px;
  }
}

ul.membership-portal-links{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1 + ul.membership-portal-links{
  margin-top: 30px;
}

ul.membership-portal-links > li{
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

ul.membership-portal-links > li + li{
  margin-top: 30px;
}

/* ul.membership-portal-links > li a{
  display: block;
  color: #eb6e14;
  font-family: "Muli", sans-serif;
  margin-bottom: 2px;
  text-decoration: underline;
  font-weight: 700;
  font-size: 19px;
  transition: none;
} */

ul.membership-portal-links > li a:hover{
  color: #bb540a;
  transition: none;
}

/* ul.membership-portal-links > li a.button{
  display: block;
  text-decoration: none;
  font-family: 'Red Hat Display', sans-serif;
  letter-spacing: 2px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #EB6E14;
  border-color: #EB6E14;
  color: #FFFFFF;
  margin-bottom: 10px;
  transition: none;
} */

@media only screen and (min-width: 768px){
  ul.membership-portal-links li > a.button{

  }
}

ul.membership-portal-links li > a.button span.price{
  /* display: block; */
  font-size: 0.75em;
}

ul.membership-portal-links li > a.button:hover{
  color: #FFFFFF;
  background-color: #bb540a;
  border-color: #bb540a;
  transition: none;
}

a.returning-member,
a.back-to-dashboard,
a.member-logout{
  font-family: "Muli", sans-serif;
  color: #AAAAAA !important;
  transition: none;
  display: block;
  text-align: center;
  margin-bottom: 40px;
  text-decoration: underline;
  font-size: 17px;
  margin-top: 20px;
}

a.returning-member:hover,
a.back-to-dashboard:hover,
a.member-logout:hover{
  color: #eb6e14;
  transition: none;
}

p.back-to-dashboard-and-logout{
  text-align: center;
  margin-bottom: 40px;
}

p.back-to-dashboard-and-logout a.back-to-dashboard,
a.member-logout{
  display: inline-block;
  margin-bottom: 0;
  padding: 0 10px;
}

.join-now-message{
  border: 1px solid #CCCCCC;
  padding: 15px 20px;
  margin: 5px -15px 0;
}

@media only screen and (min-width: 576px){
  .join-now-message {
    margin: 10px -5px -10px;
  }
}

span.alert{
  position: relative;
  padding: 4px 7px;
  background-color: #AAAAAA;
  margin-bottom: 5px;
  border: none;
  border-radius: 2px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  display: block;
}

@media only screen and (min-width: 768px){
  span.alert{
    display: inline-block;
  }
}

h3.alert-text{
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777777 !important;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
}

@media only screen and (min-width: 992px){
  h3.alert-text{
    margin-bottom: 25px;
    font-size: 26px;
  }
}

.page-join-now{
  border: 8px solid #92D2CF;
  padding: 20px;
  background-image: url(/wp-content/uploads/2020/02/Header-Image6-web.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 400px;
  padding-bottom: 440px;
  margin: -20px 0 0;
}

@media (min-width: 576px){
  .page-join-now{
    margin: -10px -20px 0;
  }
}

@media (min-width: 992px){
  .page-join-now{
    margin: 15px -20px 0;
    border: 8px solid #92D2CF;
    padding: 40px;
    background-image: url(/wp-content/uploads/2020/02/Header-Image6-web.png);
    background-position: right -300px bottom;
    background-repeat: no-repeat;
    background-size: auto 115%;
  }
}

@media (min-width: 1100px){
  .page-join-now{
    background-position: right -100px bottom;
    background-size: auto 100%;
  }
}

@media (min-width: 1200px){
  .page-join-now{
    background-position: right 0 bottom;
  }
}

@media (min-width: 1400px){
  .page-join-now{
    background-position: right 55px bottom;
  }
}

h1.portal-title,
.page-join-now h1{
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

@media (min-width: 992px){
  h1.portal-title,
  .page-join-now h1{
    font-size: 50px;
    text-align: left;
  }
}

h1.portal-title span,
.page-join-now h1 span{
  color: #92D2CF;
}

.page-join-now p.large{
  font-size: 18px;
}

@media (min-width: 992px){
  .page-join-now p.large{
    font-size: 19px;
  }
}

.row-join-now-message{
  padding: 0;
  margin: 10px 0 0;
}

@media (min-width: 576px){
  .row-join-now-message{
    padding: 0;
    margin: 10px -30px 40px;
  }
}

a.returning-member{
  /* text-align: center; */
  /* display: block; */
}

@media (min-width: 992px){
  .page-join-now a.returning-member{
    margin-top:0;
    text-align: left;
    display: inline;
  }
}

/* ANNUAL MEMBERSHIP - EDIT TO ADD RECURRING CHECKBOX 2024 */

.annual-membership-form form .label-amount{
  font-size: 30px;
}

.annual-membership-form .at-fields{
  border: 4px solid #eb6e14;
  background-color: #ffecd5;
  max-width: 400px;
  margin: auto;
}

.annual-membership-form .everyaction-form .label-amount{
  padding-bottom: 0;
}

.annual-membership-form .NonRecurringButtons:after{
  font-weight: bold;
  margin-bottom: 20px;
}

.annual-membership-form .at-recurring{
  margin: 0;
  padding: 10px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  border-top: 1px dashed #eb6e14;
}

.annual-membership-form .at-recurring > *{
  margin: 0 !important;
  display: block;
  color: #000000 !important;
  font-weight: bold !important;
}

.annual-membership-form .at-recurring > * + *{
  margin-left: 3px !important;
}

@media (max-width: 400px){
  .at-recurring{
    font-size: 11px !important;
  }
  
  label.at-check{
    font-size: 11px !important;
  }
  
  label.at-select{
    font-size: 11px !important;
  }    
}

/* ALL EVERY ACTION FORMS */

/* .at-form{
  margin-bottom: 25px;
}

.renew-options,
.content.thankYou,
.at-inner{
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 20px;
}

header.at-title{
  color: #eb6e14 !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.at fieldset legend{
  display: none;
}

.at h2{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.4;
  color: #333333 !important;
  font-family: "Muli", sans-serif !important;
}

.at h3{
  font-size: 17px;
}

.at h4{
  font-size: 17px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-family: "Muli", sans-serif !important;
  color: #555555 !important;
}

.at-markup div{
  font-size: 14px;
  color:#5b6671;
  margin-bottom: 20px;
}

.at form{
  max-width: 600px;
  margin: auto !important;
}

.at-form-submit{
  text-align: center;
}

.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{
  max-width: 700px;
  margin: auto;
}

.content.thankYou h1{
  color: #eb6e14;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

.content.thankYou p{
  text-align: center;
}

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


/* SELF-SERVICE PORTAL - UPDATE CONTACT INFO OVERRIDE */

/* .membership-update-contact-information header.at-title{
  color: transparent !important;
  position: relative;
}

.membership-update-contact-information header.at-title:after{
  content: "Update Your Contact Information";
  color: #eb6e14 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 23px;
}

.membership-update-contact-information .at-markup.HeaderHtml{
  color: transparent !important;
  position: relative;
}

.membership-update-contact-information .at-markup.HeaderHtml:after{
  content: "Enter your email. We will send you a link to access your self-service portal where you can update your contact information.";
  color: #222 !important;
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
  text-align: center;
  font-family: 'Muli', sans-serif;
  padding: 0 40px;
} */

/* SELF-SERVICE PORTAL - UPDATE PAYMENT METHOD OVERRIDE */

/* .membership-update-payment-method header.at-title{
  color: transparent !important;
  position: relative;
}

.membership-update-payment-method header.at-title:after{
  content: "Update Your Payment Method";
  color: #eb6e14 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 23px;
}

.membership-update-payment-method .at-markup.HeaderHtml{
  color: transparent !important;
  position: relative;
}

.membership-update-payment-method .at-markup.HeaderHtml:after{
  content: "Enter your email. We will send you a link to access your self-service portal where you can update your payment method for your Monthly Membership.";
  color: #222 !important;
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
  text-align: center;
  font-family: 'Muli', sans-serif;
  padding: 0 40px;
} */

/* START A MONTHLY MEMBERSHIP OVERRIDE */

/* RENEW ANNURAL MEMBERSHIP OVERRIDE */

/* .renew-annual-membership header.at-title{
  color: transparent !important;
  position: relative;
}

.renew-annual-membership header.at-title:after{
  content: "Renew Your Annual Membership ($60)";
  color: #eb6e14 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 23px;
} */

/* GENERAL EA FORM BRANDING */
.fastAction .fa-lead {
    font-size: .875rem;
}

.multistep-layout .FastAction{
  margin-top:-10px!important;
  margin-bottom:-20px!important;
}

.at .at-steps {
  border-radius: 0!important;
  padding:9px 0!important;
}

.everyaction-form fieldset .at-markup p {
    font-size: .9rem !important;
}

.everyaction-form .at label{
  font-size:.875rem;
}

.everyaction-form fieldset .at-markup h3{
  margin-top:10px;
}

.at .at-step.active{
  border-bottom-color: #ff9d14!important; /* NDWA-Orange */
}
.at .at-step.active > ::before {
  color: #ff9d14!important; /* NDWA-Orange */
  background-color: #fff;
}

.at .at-step.active > * {
  color: #ff9d14!important;
}

.at .at-step.active.valid > ::before {
    color: #fff !important;
}
.at .at-step.active.invalid > ::before {
    color: #fff !important;
}

.selectsub {
    color: #676767 !important;
    font-size: .875rem !important;
}

/* MONTHLY / ANNUAL MEMBERSHIP FORM */

.annual-membership-form .everyaction-form .label-amount,
.monthly-membership-form .everyaction-form .label-amount{
  width: 100% !important;
  float: none !important;
  font-weight: 700;
  margin: 0;
  color: #333333;
  text-shadow: none;
}

.annual-membership-form .NonRecurringButtons,
.monthly-membership-form .at-recurring{
  position: relative;
}

.annual-membership-form .NonRecurringButtons label,
.monthly-membership-form .at-recurring label{
  color: transparent;
  position: absolute;
}

.en .monthly-membership-form .NonRecurringButtons:after{
  content: "Monthly Subscription";
  font-size: 16px;
  display: block;
  text-align: center;
  width: 100%;
}

.en .annual-membership-form .NonRecurringButtons:after{
  content: "1-Year Membership";
  font-size: 16px;
  display: block;
  text-align: center;
  width: 100%;
}

.es .monthly-membership-form .NonRecurringButtons:after{
  content: "Suscripción mensual";
  font-size: 16px;
  display: block;
  text-align: center;
  width: 100%;
}

.es .annual-membership-form .NonRecurringButtons:after{
  content: "Membresía anual";
  font-size: 16px;
  display: block;
  text-align: center;
  width: 100%;
}

.monthly-membership-form .at-radios{

}

.everyaction-form .form-unit.form-unit-radio {
    margin: 0 0.625rem;
}


/* EMAIL CONSENT TEXT */

@media only screen and (min-width: 992px){
  .membership-disclaimer{
    font-family: 'Muli', sans-serif;
    font-size: 10.5px;
    color: #999;
    text-align: center !important;
    display: inline-block;
    padding-right: 24%;
    padding-left: 24%;
  }
}

@media only screen and (max-width: 991px){
  .membership-disclaimer{
    font-family: 'Muli', sans-serif;
    font-size: 10.5px;
    color: #999;
    text-align: center !important;
    display: inline-block;
    padding-right: 3%;
    padding-left: 3%;
  }
}

.annual-membership-form .label-amount:active,
.monthly-membership-form .label-amount:active{

}

.monthly-membership-form .label-amount input[type="radio"]{

}

.annual-membership-form .label-amount input[type="radio"]:checked+a,
.monthly-membership-form .label-amount input[type="radio"]:checked+a{
  border-color: transparent !important;
  background-color: transparent !important;
}

.monthly-membership-form .at form .label-amount input[type="radio"]:focus+a,
.annual-membership-form .at form .label-amount input[type="radio"]:focus+a {
  box-shadow: none;
}

/* .membership-self-service .at-submit,
.check-membership-form .at-submit{
  float: none !important;
  max-width: 250px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
} */

.check-your-membership-button-container{
  text-align: center;
}

.check-membership-box .btn-at-primary,
.page-membership-portal .everyaction-form .at .btn-at-primary{
  background-color: #eb6e14;
  font-size: 1.2rem;
  color: #FFFFFF;
  border: 0;
}

.check-membership-box .btn-at-primary:hover,
.page-membership-portal .everyaction-form .at .btn-at-primary:hover{
  background-color: #bb540a;
}

.page-membership-portal .everyaction-form .at .btn-at:not(.btn-at-primary){
  font-size: 1.2rem;
}

/* MEMBERSHIP SIGNUP CONFIRMATION PAGE */

.monthly-membership-form .content.thankYou,
.annual-membership-form .content.thankYou{
  padding: 0;
}

.member-confirmation-welcome{
  /* border-bottom:1px solid #CCCCCC; */
  /* padding: 0 0 20px; */
  text-align: center;
}

/* .member-confirmation-card{
  border: 1px solid #EB6429;
  max-width: 400px;
  padding: 30px 20px 10px;
  margin: 0 auto 30px;
  border-radius: 6px;
}

img.member-confirmation-card-logo{
  display: block;
  margin: 0 auto 20px;
  width: 200px;
}

.member-confirmation-card p{
  text-align: center;
}

.member-confirmation-card p.member-confirmation-card-name{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
} */

.content.thankYou h1 + p.member-confirmation-welcome-text{
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

/* .page-membership-portal p a.button {
  color: #FFFFFF;
  text-decoration: none;
  transition: none;
}

.page-membership-portal p a.button:hover{
  color: #FFFFFF;
} */

.member-confirmation-receipt{
  border: 1px solid #CCCCCC;
  padding: 10px 0 20px;
  border-radius: 3px;
  margin: 40px 0 30px;
}

@media only screen and (min-width: 992px){
  .member-confirmation-receipt{
    display: flex;
    flex-flow: row wrap;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.member-confirmation-receipt-left{
  padding: 0 30px;
}

@media only screen and (min-width: 992px){
  .member-confirmation-receipt-left{
    flex: 0 0 50%;
    padding-right: 25px;
    padding-left: 50px;
  }
}

.member-confirmation-receipt-right{
  padding: 0 30px;
}

@media only screen and (min-width: 992px){
  .member-confirmation-receipt-right{
    flex: 0 0 50%;
    padding-left: 25px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 992px){
  .content.thankYou .member-confirmation-receipt p{
    text-align: left;
  }
}

.content.thankYou .member-confirmation-receipt p.member-confirmation-receipt-title{
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  margin-top: 25px;
}

@media only screen and (min-width: 992px){
  .content.thankYou .member-confirmation-receipt p.member-confirmation-receipt-title{
    flex: 0 0 100%;
  }
}

.content.thankYou .member-confirmation-receipt p.member-confirmation-receipt-text{
  text-align: center;
  margin-bottom: 35px;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 20px 40px;
}

@media only screen and (min-width: 992px){
  .content.thankYou .member-confirmation-receipt p.member-confirmation-receipt-text{
    flex: 0 0 100%;
  }
}

.member-confirmation-benefits{
  margin-top: 50px;
}

.page-membership-portal .everyaction-form .content.thankYou .member-confirmation-benefits > h1{
  color: #40A6AA !important;
}

.member-confirmation-benefits .access-your-benefits-list{
  max-width: 900px;
  margin: 30px auto;
}

.page-membership-portal .everyaction-form .content.thankYou .access-your-benefits-list-item-text h3{
	margin-top: 0;
	margin-bottom: .75rem;
	color: #40A6AA;
	text-align: center;
}

@media only screen and (min-width:992px){
	.page-membership-portal .everyaction-form .content.thankYou .access-your-benefits-list-item-text h3{
		text-align: left;
	}
}


.page-membership-portal .everyaction-form .content.thankYou .access-your-benefits-list-item-text p{
	margin-bottom: 0;
}

.page-membership-portal .everyaction-form .content.thankYou .access-your-benefits-list-item-text p a{
	color: #40A6AA;
}


/* .member-confirmation-footer{
  padding: 20px;
}

.member-confirmation-footer p{
  margin-bottom: 0;
}

@media only screen and (min-width: 992px){
  .member-confirmation-footer p{
    text-align: center;
  }
} */

/* CONTACT MEMBERSHIP SUPPORT */

.page-membership-portal div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
.page-membership-portal div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
.page-membership-portal div.wpforms-container-full .wpforms-form input[type=email],
.page-membership-portal div.wpforms-container .wpforms-form .iti--allow-dropdown input[type=tel]{
  max-width: none;
}

.page-membership-portal input,
.page-membership-portal textarea{
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}

/* MEMBER LOGIN */

/* .page-membership-portal .member-login{
  max-width: 500px;
  margin: 0 auto 40px;
  padding: 20px 50px 10px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}

.page-membership-portal .member-login .wpforms-form button[type=submit]{
  margin: auto;
  display: block;
  width: 100% !important;
}

.page-membership-portal .member-login .access-benefits-link{
  display: none;
}

.page-membership-portal .member-login .logout-link{
  display: none;
}

.logged-in .page-membership-portal .member-login .access-benefits-link{
  display: block;
}

.logged-in .page-membership-portal .member-login .logout-link{
  display: block;
}

.logged-in .page-membership-portal .member-login .reset-password-link{
  display: none;
} */

ul.membership-portal-links li > a.button,
.page-membership-portal a.button{
  display: inline-block;
  padding: 12px 45px 12px 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  background-color: #eb6e14;
  color: #FFFFFF;
  border-radius: 2px;
  transition: all 0.1s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px #00000028;
  font-size: 16px;
}

.page-membership-portal a.button.sign-up{
  background-color: #000000;
}

ul.membership-portal-links li > a.button{
  display: block;
}

ul.membership-portal-links li > a.button:hover,
.page-membership-portal a.button:hover{
  background-color: #bb540a;
  color: #FFFFFF;
  box-shadow: 0 1px 2px #00000028;
}

ul.membership-portal-links li > a.button:after,
.page-membership-portal a.button:after{
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 16px;;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: rotate(45deg);
  transition: all 0.1s ease;
}

ul.membership-portal-links li > a.button:before,
.page-membership-portal a.button:before{
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: 17px;
  width: 16px;
  height: 0;
  border-top: 3px solid #FFFFFF;
   transition: all 0.1s ease;
}

ul.membership-portal-links li > a.button:hover:before,
.page-membership-portal a.button:hover:before{
  border-top: 3px solid #FFFFFF;
}
ul.membership-portal-links li > a.button:hover:after,
.page-membership-portal a.button:hover:after{
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}


ul.membership-portal-links li ul{
  padding-left: 15px;
  margin-top: 15px;
}

ul.membership-portal-links li > span.text{
  display: block;
  margin-top: 10px;
}

.membership-portal-section p{
  font-family: 'Muli', sans-serif;
  font-size: 16px;
}

.page-membership-portal p a.button{
  display: inline-block;
}


