body {
  color: #1F2326;
}

.footer {
    background-color: #1f8647;
    padding: 45px 0 45px 0;
}
.footer .footer-content p{
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}
.form-control-material {
    position: unset;
    overflow: unset;
    border-radius: 0;
    -webkit-mask-image: unset;
    mask-image: unset;
}
.floating-label {
     position: unset;
    top: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: unset;
    right: unset;
    font-weight: 600;
    width: 100%;
    cursor: text;
    pointer-events: none;
    white-space: nowrap;
    color: #1F2326;
    margin: 0 0 0.5rem 0;
    -webkit-transition: unset;
    transition: unset;
    transition: unset;
    transition: unset;
}
.form-control-material::after {
    content: '';
    position: unset;
    background-color: transparent;
    left: unset;
    bottom: unset;
    right: unset;
    height: unset;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: unset;
    -webkit-transform: unset;
    transform: unset;
}
.form-control-material .form-control, .form-control-material .StripeElement, .form-control-material .custom-select {
    height: auto;
}
.form-control-material .form-control, .form-control-material .StripeElement {
    padding-top: 0.6rem;
}
.form-control, .StripeElement {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.6rem 12px;
    font-family: "Lato",sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1F2326;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-transition: unset;
    transition: unset;  
    border: 0.75px solid #1F2426;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
}
.form-control-material .form-control:focus, .form-control-material .StripeElement:focus, .form-control-material .custom-select:focus {
    box-shadow: none;
    border-color: #1F2426;
}
.form-control:focus, .StripeElement:focus {
  color: #1F2326;
}
.form-control-material.form-control-material-textarea {
    background-color: #fff;
    padding-top: 0;
    border: none;
}
.form-control-material.form-control-material-textarea .form-control, .form-control-material.form-control-material-textarea .StripeElement {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.75px solid #1F2426;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    padding: 0.6rem 12px;
}
.floating-label-textarea.floating-label--float-above {
    -webkit-transform: none;
    transform: none;
    color: #1F2326;
}
.custom-control-label::before {   
    border: #1F2426 solid 0.0625rem;
}

h1, h2, h3, h4, h5, .form-errors .errorExplanation h2, h6, .h1, .h2, .h3, .h4, .h5, .h6{
   color:#1F2326;
}
.form-control:focus, .StripeElement:focus {
   background-color: #fff;
    border-color: #1F2426;
    outline: 0;
    box-shadow: none;
}
.homepage_btn.btn-primary {
    border: 1px solid #fff;
      background-color: #8fc3a3;
}
.homepage_btn.btn-primary:not(:disabled):not(.disabled):active{
       background-color: #6eb188;
}
input.submit-button.newsletter-btn-footer.btn-primary{
    background-color: #8fc3a3;
}
input.submit-button.newsletter-btn-footer.btn-primary:not(:disabled):not(.disabled):active{
     background-color: #6eb188;
}

.navbar-brand.logo_top_title{
   color:#1f8647;
}
.navbar-brand.logo_top_title:hover{
   color:#1f8647;
}
.nav-link:hover, .nav-link:focus {
    background-color: #8fc3a3;
}
.footer_newsletter input.form-control {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    color: #fff;
}
input.submit-button.newsletter-btn-footer.btn-primary {
    padding: 8px 30px;
    font-size: 1.24875rem;
    line-height: 1.5;
    border-radius: 2.5rem;
}
.newsletter_btn {
    text-align: right;
}
.footer_newsletter .box {
    font-size: 18px;
}
.navbar-brand-image {
    max-height: 100px;
}
header.fixed_site_hea{
  background-color: #1f8647 !important;
}
header.fixed_site_hea.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.hero-container {
   min-height: 340px;
}
.hero-overlay {
  background-color: rgba(31,134,71,0.5);
}
.page_name_slug_pre_home .hero-container {
    min-height: 440px;
}
.event-card.bg-color-2 {
    background-color: #1f8647 !important;
}
.event-header.bg-color-2 {
    background-color: #6eb188 !important;
}

.hero-container.no_banner_here {
    min-height: 15.625rem;
}
.navbar-light .navbar-toggler.mobile_toggler_menu_b {
   outline: none;
}
.navbar-light.fixed_site_hea .navbar-toggler.mobile_toggler_menu_b .fa-bars.text-color-1{
      color: #fff !important;
}
a.navbar-supporter-nav-link.d-md-none.mobile_avatar_user_menu_b {
    cursor: auto;
    color: transparent !important;
}
a.navbar-supporter-nav-link.d-md-none.mobile_avatar_user_menu_b i{
    cursor: auto;
    color: transparent !important;
}



@media only screen and (max-width: 767px) {

  .footer-content.newsletter_box_section {
    padding-top: 20px;
  }
}




.rights_request label {
    display: block;
    margin-bottom: 0.5rem;
}
.rights_request .formcontrol-radio {
    display: inline;
}



