/*h1, .h1 { @media (max-width: $screen-xs-max) { font-size: $font-size-h1 * .8; } }
h2, .h2 { @media (max-width: $screen-xs-max) { font-size: $font-size-h2 * .8; } }
h3, .h3 { @media (max-width: $screen-xs-max) { font-size: $font-size-h3 * .8; } }
h4, .h4 { @media (max-width: $screen-xs-max) { font-size: $font-size-h4 * .8; } }
h5, .h5 { @media (max-width: $screen-xs-max) { font-size: $font-size-h5 * .8; } }
h6, .h6 { @media (max-width: $screen-xs-max) { font-size: $font-size-h6 * .8; } }

@media (max-width: $screen-xs-max) {

  .btn {
    padding: $padding-base-vertical * .9 $padding-base-horizontal * .9;
    font-size: $font-size-base * .9;
    //line-height: $line-height-base * .9;
  }
  .btn-lg {
    padding: $padding-large-vertical * .8 $padding-large-horizontal * .8;
    font-size: $font-size-large * .8;
    //line-height: $line-height-large * .8;
  }
  .btn-sm {
    padding: $padding-small-vertical * .9 $padding-small-horizontal * .9;
    font-size: $font-size-small * .9;
    //line-height: $line-height-small * .9;
  }
  .btn-xs {
    padding: $padding-xs-vertical * .9 $padding-xs-horizontal * .9;
    font-size: $font-size-small * .9;
    //line-height: $line-height-small * .9;
  }

}*/
.text-secondary {
  color: #e45620;
}

.brand-primary-bg .heading-text-shadow, .brand-secondary-bg .heading-text-shadow, .brand-alternate-bg .heading-text-shadow {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.brand-primary-bg .heading-text-shadow + .divider, .brand-secondary-bg .heading-text-shadow + .divider, .brand-alternate-bg .heading-text-shadow + .divider {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.form-wrap .heading-text-shadow {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.form-wrap .heading-text-shadow + .divider {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
img {
  height: auto;
  vertical-align: middle;
  border: none;
}

/*.main-container p a:not(.btn), .main-container li a:not(.btn), .main-container a:not(.btn) {
  border-bottom: 1px solid $brand-secondary;
  box-shadow: inset 0 -2px 0 $brand-secondary;
  //color: $brand-secondary;
  @include transition-main;

  &:hover, &:focus {
    color: #fff;
    background-color: $brand-secondary;
  }

}*/
.lead {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.lead p {
  margin-bottom: 0;
}

small, .small, .event-detail .subtext, #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .activities .activity.media {
  color: #878c8c;
  font-weight: normal;
}

.divider {
  background-color: #d5d6d6;
  width: 100px;
  height: 4px;
}
.page-heading .divider {
  display: inline-block;
}
.divider.divider-center {
  margin-left: auto;
  margin-right: auto;
}

abbr[title], acronym[title] {
  text-decoration: none;
}

hr {
  border-top-width: 1px;
}

.faded-divider {
  position: relative;
}
.faded-divider:before {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: -webkit-radial-gradient(center, ellipse, rgba(50, 52, 52, 0.2) 0, rgba(50, 52, 52, 0) 75%);
  background: radial-gradient(ellipse at center, rgba(50, 52, 52, 0.2) 0, rgba(50, 52, 52, 0) 75%);
}

.light-gray-bg, footer:not(#footer-two) .footer-credits {
  background: #f0f1f1;
}

.btn-transparent {
  background-color: #fff;
  border-color: #d5d6d6;
  color: #323434;
}
.btn-transparent:hover, .btn-transparent:focus {
  background-color: #d5d6d6;
  color: #323434;
}

.brand-primary-bg {
  background-color: #091c42;
  color: #fff;
}
.brand-primary-bg a:not(.btn):not(.infowindow-link) {
  color: #fff;
  font-weight: bold;
}
.brand-primary-bg a:not(.btn):not(.infowindow-link):hover, .brand-primary-bg a:not(.btn):not(.infowindow-link):focus {
  color: #e45620;
}
.brand-primary-bg a:not(.btn):not(.infowindow-link) small, .brand-primary-bg a:not(.btn):not(.infowindow-link) .small, .brand-primary-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext, .event-detail .brand-primary-bg a:not(.btn):not(.infowindow-link) .subtext, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.brand-primary-bg a:not(.btn):not(.infowindow-link) small:hover, .brand-primary-bg a:not(.btn):not(.infowindow-link) small:focus, .brand-primary-bg a:not(.btn):not(.infowindow-link) .small:hover, .brand-primary-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext:hover, .event-detail .brand-primary-bg a:not(.btn):not(.infowindow-link) .subtext:hover, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media:hover, #stream .reaction-wrap .content-list .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media:hover, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media:hover, #stream .reaction-wrap .activities .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media:hover, .brand-primary-bg a:not(.btn):not(.infowindow-link) .small:focus, .brand-primary-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext:focus, .event-detail .brand-primary-bg a:not(.btn):not(.infowindow-link) .subtext:focus, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media:focus, #stream .reaction-wrap .content-list .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media:focus, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media:focus, #stream .reaction-wrap .activities .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media:focus {
  color: #e45620;
}
.brand-primary-bg #intro p a:not(.btn), .brand-primary-bg #intro li a:not(.btn), .brand-primary-bg #intro .event-detail a:not(.btn), .brand-primary-bg #intro [class*=truncate-] a:not(.btn), .brand-primary-bg #endorsement-content p a:not(.btn), .brand-primary-bg #endorsement-content li a:not(.btn), .brand-primary-bg #endorsement-content .event-detail a:not(.btn), .brand-primary-bg #endorsement-content [class*=truncate-] a:not(.btn), .brand-primary-bg #moneybomb-content p a:not(.btn), .brand-primary-bg #moneybomb-content li a:not(.btn), .brand-primary-bg #moneybomb-content .event-detail a:not(.btn), .brand-primary-bg #moneybomb-content [class*=truncate-] a:not(.btn), .brand-primary-bg #petition-content p a:not(.btn), .brand-primary-bg #petition-content li a:not(.btn), .brand-primary-bg #petition-content .event-detail a:not(.btn), .brand-primary-bg #petition-content [class*=truncate-] a:not(.btn), .brand-primary-bg .excerpt p a:not(.btn), .brand-primary-bg .excerpt li a:not(.btn), .brand-primary-bg .excerpt .event-detail a:not(.btn), .brand-primary-bg .excerpt [class*=truncate-] a:not(.btn), .brand-primary-bg .homepage-excerpt p a:not(.btn), .brand-primary-bg .homepage-excerpt li a:not(.btn), .brand-primary-bg .homepage-excerpt .event-detail a:not(.btn), .brand-primary-bg .homepage-excerpt [class*=truncate-] a:not(.btn), .brand-primary-bg .answer p a:not(.btn), .brand-primary-bg .answer li a:not(.btn), .brand-primary-bg .answer .event-detail a:not(.btn), .brand-primary-bg .answer [class*=truncate-] a:not(.btn), .brand-primary-bg .panel-body p p a:not(.btn), .brand-primary-bg .panel-body p li a:not(.btn), .brand-primary-bg .panel-body p .event-detail a:not(.btn), .brand-primary-bg .panel-body p [class*=truncate-] a:not(.btn), .brand-primary-bg .well p p a:not(.btn), .brand-primary-bg .like-page p p a:not(.btn), .brand-primary-bg .well p li a:not(.btn), .brand-primary-bg .like-page p li a:not(.btn), .brand-primary-bg .well p .event-detail a:not(.btn), .brand-primary-bg .like-page p .event-detail a:not(.btn), .brand-primary-bg .well p [class*=truncate-] a:not(.btn), .brand-primary-bg .like-page p [class*=truncate-] a:not(.btn), .brand-primary-bg .remodal-content p a:not(.btn), .brand-primary-bg .remodal-content li a:not(.btn), .brand-primary-bg .remodal-content .event-detail a:not(.btn), .brand-primary-bg .remodal-content [class*=truncate-] a:not(.btn), .brand-primary-bg .activity-content p a:not(.btn), .brand-primary-bg .activity-content li a:not(.btn), .brand-primary-bg .activity-content .event-detail a:not(.btn), .brand-primary-bg .activity-content [class*=truncate-] a:not(.btn), .brand-primary-bg .directory-bio-text p a:not(.btn), .brand-primary-bg .directory-bio-text li a:not(.btn), .brand-primary-bg .directory-bio-text .event-detail a:not(.btn), .brand-primary-bg .directory-bio-text [class*=truncate-] a:not(.btn), .brand-primary-bg p.directory-bio-text p a:not(.btn), .brand-primary-bg p.directory-bio-text li a:not(.btn), .brand-primary-bg p.directory-bio-text .event-detail a:not(.btn), .brand-primary-bg p.directory-bio-text [class*=truncate-] a:not(.btn), .brand-primary-bg .profile-content p a:not(.btn), .brand-primary-bg .profile-content li a:not(.btn), .brand-primary-bg .profile-content .event-detail a:not(.btn), .brand-primary-bg .profile-content [class*=truncate-] a:not(.btn) {
  color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0px -1px 0px #fff;
  background-color: transparent;
}
.brand-primary-bg #intro p a:not(.btn):hover, .brand-primary-bg #intro p a:not(.btn):focus, .brand-primary-bg #intro li a:not(.btn):hover, .brand-primary-bg #intro li a:not(.btn):focus, .brand-primary-bg #intro .event-detail a:not(.btn):hover, .brand-primary-bg #intro .event-detail a:not(.btn):focus, .brand-primary-bg #intro [class*=truncate-] a:not(.btn):hover, .brand-primary-bg #intro [class*=truncate-] a:not(.btn):focus, .brand-primary-bg #endorsement-content p a:not(.btn):hover, .brand-primary-bg #endorsement-content p a:not(.btn):focus, .brand-primary-bg #endorsement-content li a:not(.btn):hover, .brand-primary-bg #endorsement-content li a:not(.btn):focus, .brand-primary-bg #endorsement-content .event-detail a:not(.btn):hover, .brand-primary-bg #endorsement-content .event-detail a:not(.btn):focus, .brand-primary-bg #endorsement-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg #endorsement-content [class*=truncate-] a:not(.btn):focus, .brand-primary-bg #moneybomb-content p a:not(.btn):hover, .brand-primary-bg #moneybomb-content p a:not(.btn):focus, .brand-primary-bg #moneybomb-content li a:not(.btn):hover, .brand-primary-bg #moneybomb-content li a:not(.btn):focus, .brand-primary-bg #moneybomb-content .event-detail a:not(.btn):hover, .brand-primary-bg #moneybomb-content .event-detail a:not(.btn):focus, .brand-primary-bg #moneybomb-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg #moneybomb-content [class*=truncate-] a:not(.btn):focus, .brand-primary-bg #petition-content p a:not(.btn):hover, .brand-primary-bg #petition-content p a:not(.btn):focus, .brand-primary-bg #petition-content li a:not(.btn):hover, .brand-primary-bg #petition-content li a:not(.btn):focus, .brand-primary-bg #petition-content .event-detail a:not(.btn):hover, .brand-primary-bg #petition-content .event-detail a:not(.btn):focus, .brand-primary-bg #petition-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg #petition-content [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .excerpt p a:not(.btn):hover, .brand-primary-bg .excerpt p a:not(.btn):focus, .brand-primary-bg .excerpt li a:not(.btn):hover, .brand-primary-bg .excerpt li a:not(.btn):focus, .brand-primary-bg .excerpt .event-detail a:not(.btn):hover, .brand-primary-bg .excerpt .event-detail a:not(.btn):focus, .brand-primary-bg .excerpt [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .excerpt [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .homepage-excerpt p a:not(.btn):hover, .brand-primary-bg .homepage-excerpt p a:not(.btn):focus, .brand-primary-bg .homepage-excerpt li a:not(.btn):hover, .brand-primary-bg .homepage-excerpt li a:not(.btn):focus, .brand-primary-bg .homepage-excerpt .event-detail a:not(.btn):hover, .brand-primary-bg .homepage-excerpt .event-detail a:not(.btn):focus, .brand-primary-bg .homepage-excerpt [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .homepage-excerpt [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .answer p a:not(.btn):hover, .brand-primary-bg .answer p a:not(.btn):focus, .brand-primary-bg .answer li a:not(.btn):hover, .brand-primary-bg .answer li a:not(.btn):focus, .brand-primary-bg .answer .event-detail a:not(.btn):hover, .brand-primary-bg .answer .event-detail a:not(.btn):focus, .brand-primary-bg .answer [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .answer [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .panel-body p p a:not(.btn):hover, .brand-primary-bg .panel-body p p a:not(.btn):focus, .brand-primary-bg .panel-body p li a:not(.btn):hover, .brand-primary-bg .panel-body p li a:not(.btn):focus, .brand-primary-bg .panel-body p .event-detail a:not(.btn):hover, .brand-primary-bg .panel-body p .event-detail a:not(.btn):focus, .brand-primary-bg .panel-body p [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .panel-body p [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .well p p a:not(.btn):hover, .brand-primary-bg .like-page p p a:not(.btn):hover, .brand-primary-bg .well p p a:not(.btn):focus, .brand-primary-bg .like-page p p a:not(.btn):focus, .brand-primary-bg .well p li a:not(.btn):hover, .brand-primary-bg .like-page p li a:not(.btn):hover, .brand-primary-bg .well p li a:not(.btn):focus, .brand-primary-bg .like-page p li a:not(.btn):focus, .brand-primary-bg .well p .event-detail a:not(.btn):hover, .brand-primary-bg .like-page p .event-detail a:not(.btn):hover, .brand-primary-bg .well p .event-detail a:not(.btn):focus, .brand-primary-bg .like-page p .event-detail a:not(.btn):focus, .brand-primary-bg .well p [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .like-page p [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .well p [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .like-page p [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .remodal-content p a:not(.btn):hover, .brand-primary-bg .remodal-content p a:not(.btn):focus, .brand-primary-bg .remodal-content li a:not(.btn):hover, .brand-primary-bg .remodal-content li a:not(.btn):focus, .brand-primary-bg .remodal-content .event-detail a:not(.btn):hover, .brand-primary-bg .remodal-content .event-detail a:not(.btn):focus, .brand-primary-bg .remodal-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .remodal-content [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .activity-content p a:not(.btn):hover, .brand-primary-bg .activity-content p a:not(.btn):focus, .brand-primary-bg .activity-content li a:not(.btn):hover, .brand-primary-bg .activity-content li a:not(.btn):focus, .brand-primary-bg .activity-content .event-detail a:not(.btn):hover, .brand-primary-bg .activity-content .event-detail a:not(.btn):focus, .brand-primary-bg .activity-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .activity-content [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .directory-bio-text p a:not(.btn):hover, .brand-primary-bg .directory-bio-text p a:not(.btn):focus, .brand-primary-bg .directory-bio-text li a:not(.btn):hover, .brand-primary-bg .directory-bio-text li a:not(.btn):focus, .brand-primary-bg .directory-bio-text .event-detail a:not(.btn):hover, .brand-primary-bg .directory-bio-text .event-detail a:not(.btn):focus, .brand-primary-bg .directory-bio-text [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .directory-bio-text [class*=truncate-] a:not(.btn):focus, .brand-primary-bg p.directory-bio-text p a:not(.btn):hover, .brand-primary-bg p.directory-bio-text p a:not(.btn):focus, .brand-primary-bg p.directory-bio-text li a:not(.btn):hover, .brand-primary-bg p.directory-bio-text li a:not(.btn):focus, .brand-primary-bg p.directory-bio-text .event-detail a:not(.btn):hover, .brand-primary-bg p.directory-bio-text .event-detail a:not(.btn):focus, .brand-primary-bg p.directory-bio-text [class*=truncate-] a:not(.btn):hover, .brand-primary-bg p.directory-bio-text [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .profile-content p a:not(.btn):hover, .brand-primary-bg .profile-content p a:not(.btn):focus, .brand-primary-bg .profile-content li a:not(.btn):hover, .brand-primary-bg .profile-content li a:not(.btn):focus, .brand-primary-bg .profile-content .event-detail a:not(.btn):hover, .brand-primary-bg .profile-content .event-detail a:not(.btn):focus, .brand-primary-bg .profile-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .profile-content [class*=truncate-] a:not(.btn):focus {
  color: #091c42;
  background-color: #fff;
}
.brand-primary-bg .brand-color-link a:not(.btn) {
  color: #e45620;
}
.brand-primary-bg .brand-color-link a:not(.btn):hover, .brand-primary-bg .brand-color-link a:not(.btn):focus {
  color: #ba4417;
}
.brand-primary-bg .oppo-color-icon {
  color: #e45620 !important;
}
.brand-primary-bg hr {
  border-color: #fff;
}
.brand-primary-bg .faded-divider:before {
  background: -webkit-radial-gradient(center, ellipse, white 0, rgba(255, 255, 255, 0) 75%);
  background: radial-gradient(ellipse at center, white 0, rgba(255, 255, 255, 0) 75%);
}
.brand-primary-bg .divider {
  background-color: #fff;
}
.brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
}
.brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .open > .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #analytics-consent .submit .open > .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
.brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .open > .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #analytics-consent .submit .open > .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle {
  background-image: none;
}
.brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #analytics-consent .submit fieldset[disabled] .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #analytics-consent .submit fieldset[disabled] .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #analytics-consent .submit fieldset[disabled] .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #analytics-consent .submit fieldset[disabled] .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit fieldset[disabled] .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit fieldset[disabled] .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active {
  background-color: #e45620;
  border-color: #e45620;
}
.brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-primary-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, #analytics-consent .submit .brand-primary-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge {
  color: #e45620;
  background-color: #fff;
}
.brand-primary-bg .btn-transparent, .brand-primary-bg .btn-email-transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.brand-primary-bg .btn-transparent:hover, .brand-primary-bg .btn-transparent:focus, .brand-primary-bg .btn-email-transparent:hover, .brand-primary-bg .btn-email-transparent:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.brand-primary-bg .btn-transparent:hover, .brand-primary-bg .btn-transparent:focus, .brand-primary-bg .btn-email-transparent:hover, .brand-primary-bg .btn-email-transparent:focus {
  background-color: #fff;
  border-color: #fff;
  color: #091c42;
}
.brand-primary-bg .label-transparent {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.brand-primary-bg .btn-link {
  color: #fff;
  border-bottom-color: #fff;
  box-shadow: inset 0px -1px 0px #fff !important;
}
.brand-primary-bg .btn-link:hover, .brand-primary-bg .btn-link:focus {
  color: #091c42;
  background-color: #fff;
}
.brand-primary-bg small, .brand-primary-bg .small, .brand-primary-bg .event-detail .subtext, .event-detail .brand-primary-bg .subtext, .brand-primary-bg #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .brand-primary-bg .activity.media, .brand-primary-bg #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .brand-primary-bg .activity.media {
  color: rgba(255, 255, 255, 0.6);
}
.brand-primary-bg .progress {
  border: 2px solid #fff;
  background-color: transparent;
}
.brand-primary-bg .progress .progress-bar {
  background-color: #e45620;
}
.page-type-moneybomb .brand-primary-bg .event-detail {
  padding: 8px 5px 5px 5px;
  background: rgba(255, 255, 255, 0.35);
  border: 2px solid #fff;
  border-radius: 0px;
}
.page-type-moneybomb .brand-primary-bg .event-detail .subhead {
  font-weight: bold;
}
.brand-primary-bg blockquote {
  color: inherit;
  border-color: #fff;
}
.brand-primary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom {
  color: rgba(255, 255, 255, 0.6);
}
.brand-primary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a {
  font-weight: 600;
  color: #fff;
}
.brand-primary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:hover, .brand-primary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:focus {
  color: #e45620;
}
.brand-primary-bg .slick-dots li button:before {
  opacity: 0.25;
  color: #fff;
}
.brand-primary-bg .slick-dots li button:hover:before, .brand-primary-bg .slick-dots li button:focus:before {
  color: #fff;
  opacity: 0.8;
}
.brand-primary-bg .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.brand-alternate-bg {
  background-color: #0b2454;
  color: #fff;
}
.brand-alternate-bg a:not(.btn):not(.infowindow-link) {
  color: #fff;
  font-weight: bold;
}
.brand-alternate-bg a:not(.btn):not(.infowindow-link):hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link):focus {
  color: #e45620;
}
.brand-alternate-bg a:not(.btn):not(.infowindow-link) small, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .small, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext, .event-detail .brand-alternate-bg a:not(.btn):not(.infowindow-link) .subtext, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.brand-alternate-bg a:not(.btn):not(.infowindow-link) small:hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link) small:focus, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .small:hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext:hover, .event-detail .brand-alternate-bg a:not(.btn):not(.infowindow-link) .subtext:hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media:hover, #stream .reaction-wrap .content-list .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media:hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media:hover, #stream .reaction-wrap .activities .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media:hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .small:focus, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext:focus, .event-detail .brand-alternate-bg a:not(.btn):not(.infowindow-link) .subtext:focus, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media:focus, #stream .reaction-wrap .content-list .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media:focus, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media:focus, #stream .reaction-wrap .activities .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media:focus {
  color: #e45620;
}
.brand-alternate-bg #intro p a:not(.btn), .brand-alternate-bg #intro li a:not(.btn), .brand-alternate-bg #intro .event-detail a:not(.btn), .brand-alternate-bg #intro [class*=truncate-] a:not(.btn), .brand-alternate-bg #endorsement-content p a:not(.btn), .brand-alternate-bg #endorsement-content li a:not(.btn), .brand-alternate-bg #endorsement-content .event-detail a:not(.btn), .brand-alternate-bg #endorsement-content [class*=truncate-] a:not(.btn), .brand-alternate-bg #moneybomb-content p a:not(.btn), .brand-alternate-bg #moneybomb-content li a:not(.btn), .brand-alternate-bg #moneybomb-content .event-detail a:not(.btn), .brand-alternate-bg #moneybomb-content [class*=truncate-] a:not(.btn), .brand-alternate-bg #petition-content p a:not(.btn), .brand-alternate-bg #petition-content li a:not(.btn), .brand-alternate-bg #petition-content .event-detail a:not(.btn), .brand-alternate-bg #petition-content [class*=truncate-] a:not(.btn), .brand-alternate-bg .excerpt p a:not(.btn), .brand-alternate-bg .excerpt li a:not(.btn), .brand-alternate-bg .excerpt .event-detail a:not(.btn), .brand-alternate-bg .excerpt [class*=truncate-] a:not(.btn), .brand-alternate-bg .homepage-excerpt p a:not(.btn), .brand-alternate-bg .homepage-excerpt li a:not(.btn), .brand-alternate-bg .homepage-excerpt .event-detail a:not(.btn), .brand-alternate-bg .homepage-excerpt [class*=truncate-] a:not(.btn), .brand-alternate-bg .answer p a:not(.btn), .brand-alternate-bg .answer li a:not(.btn), .brand-alternate-bg .answer .event-detail a:not(.btn), .brand-alternate-bg .answer [class*=truncate-] a:not(.btn), .brand-alternate-bg .panel-body p p a:not(.btn), .brand-alternate-bg .panel-body p li a:not(.btn), .brand-alternate-bg .panel-body p .event-detail a:not(.btn), .brand-alternate-bg .panel-body p [class*=truncate-] a:not(.btn), .brand-alternate-bg .well p p a:not(.btn), .brand-alternate-bg .like-page p p a:not(.btn), .brand-alternate-bg .well p li a:not(.btn), .brand-alternate-bg .like-page p li a:not(.btn), .brand-alternate-bg .well p .event-detail a:not(.btn), .brand-alternate-bg .like-page p .event-detail a:not(.btn), .brand-alternate-bg .well p [class*=truncate-] a:not(.btn), .brand-alternate-bg .like-page p [class*=truncate-] a:not(.btn), .brand-alternate-bg .remodal-content p a:not(.btn), .brand-alternate-bg .remodal-content li a:not(.btn), .brand-alternate-bg .remodal-content .event-detail a:not(.btn), .brand-alternate-bg .remodal-content [class*=truncate-] a:not(.btn), .brand-alternate-bg .activity-content p a:not(.btn), .brand-alternate-bg .activity-content li a:not(.btn), .brand-alternate-bg .activity-content .event-detail a:not(.btn), .brand-alternate-bg .activity-content [class*=truncate-] a:not(.btn), .brand-alternate-bg .directory-bio-text p a:not(.btn), .brand-alternate-bg .directory-bio-text li a:not(.btn), .brand-alternate-bg .directory-bio-text .event-detail a:not(.btn), .brand-alternate-bg .directory-bio-text [class*=truncate-] a:not(.btn), .brand-alternate-bg p.directory-bio-text p a:not(.btn), .brand-alternate-bg p.directory-bio-text li a:not(.btn), .brand-alternate-bg p.directory-bio-text .event-detail a:not(.btn), .brand-alternate-bg p.directory-bio-text [class*=truncate-] a:not(.btn), .brand-alternate-bg .profile-content p a:not(.btn), .brand-alternate-bg .profile-content li a:not(.btn), .brand-alternate-bg .profile-content .event-detail a:not(.btn), .brand-alternate-bg .profile-content [class*=truncate-] a:not(.btn) {
  color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0px -1px 0px #fff;
  background-color: transparent;
}
.brand-alternate-bg #intro p a:not(.btn):hover, .brand-alternate-bg #intro p a:not(.btn):focus, .brand-alternate-bg #intro li a:not(.btn):hover, .brand-alternate-bg #intro li a:not(.btn):focus, .brand-alternate-bg #intro .event-detail a:not(.btn):hover, .brand-alternate-bg #intro .event-detail a:not(.btn):focus, .brand-alternate-bg #intro [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg #intro [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg #endorsement-content p a:not(.btn):hover, .brand-alternate-bg #endorsement-content p a:not(.btn):focus, .brand-alternate-bg #endorsement-content li a:not(.btn):hover, .brand-alternate-bg #endorsement-content li a:not(.btn):focus, .brand-alternate-bg #endorsement-content .event-detail a:not(.btn):hover, .brand-alternate-bg #endorsement-content .event-detail a:not(.btn):focus, .brand-alternate-bg #endorsement-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg #endorsement-content [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg #moneybomb-content p a:not(.btn):hover, .brand-alternate-bg #moneybomb-content p a:not(.btn):focus, .brand-alternate-bg #moneybomb-content li a:not(.btn):hover, .brand-alternate-bg #moneybomb-content li a:not(.btn):focus, .brand-alternate-bg #moneybomb-content .event-detail a:not(.btn):hover, .brand-alternate-bg #moneybomb-content .event-detail a:not(.btn):focus, .brand-alternate-bg #moneybomb-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg #moneybomb-content [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg #petition-content p a:not(.btn):hover, .brand-alternate-bg #petition-content p a:not(.btn):focus, .brand-alternate-bg #petition-content li a:not(.btn):hover, .brand-alternate-bg #petition-content li a:not(.btn):focus, .brand-alternate-bg #petition-content .event-detail a:not(.btn):hover, .brand-alternate-bg #petition-content .event-detail a:not(.btn):focus, .brand-alternate-bg #petition-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg #petition-content [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .excerpt p a:not(.btn):hover, .brand-alternate-bg .excerpt p a:not(.btn):focus, .brand-alternate-bg .excerpt li a:not(.btn):hover, .brand-alternate-bg .excerpt li a:not(.btn):focus, .brand-alternate-bg .excerpt .event-detail a:not(.btn):hover, .brand-alternate-bg .excerpt .event-detail a:not(.btn):focus, .brand-alternate-bg .excerpt [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .excerpt [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .homepage-excerpt p a:not(.btn):hover, .brand-alternate-bg .homepage-excerpt p a:not(.btn):focus, .brand-alternate-bg .homepage-excerpt li a:not(.btn):hover, .brand-alternate-bg .homepage-excerpt li a:not(.btn):focus, .brand-alternate-bg .homepage-excerpt .event-detail a:not(.btn):hover, .brand-alternate-bg .homepage-excerpt .event-detail a:not(.btn):focus, .brand-alternate-bg .homepage-excerpt [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .homepage-excerpt [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .answer p a:not(.btn):hover, .brand-alternate-bg .answer p a:not(.btn):focus, .brand-alternate-bg .answer li a:not(.btn):hover, .brand-alternate-bg .answer li a:not(.btn):focus, .brand-alternate-bg .answer .event-detail a:not(.btn):hover, .brand-alternate-bg .answer .event-detail a:not(.btn):focus, .brand-alternate-bg .answer [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .answer [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .panel-body p p a:not(.btn):hover, .brand-alternate-bg .panel-body p p a:not(.btn):focus, .brand-alternate-bg .panel-body p li a:not(.btn):hover, .brand-alternate-bg .panel-body p li a:not(.btn):focus, .brand-alternate-bg .panel-body p .event-detail a:not(.btn):hover, .brand-alternate-bg .panel-body p .event-detail a:not(.btn):focus, .brand-alternate-bg .panel-body p [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .panel-body p [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .well p p a:not(.btn):hover, .brand-alternate-bg .like-page p p a:not(.btn):hover, .brand-alternate-bg .well p p a:not(.btn):focus, .brand-alternate-bg .like-page p p a:not(.btn):focus, .brand-alternate-bg .well p li a:not(.btn):hover, .brand-alternate-bg .like-page p li a:not(.btn):hover, .brand-alternate-bg .well p li a:not(.btn):focus, .brand-alternate-bg .like-page p li a:not(.btn):focus, .brand-alternate-bg .well p .event-detail a:not(.btn):hover, .brand-alternate-bg .like-page p .event-detail a:not(.btn):hover, .brand-alternate-bg .well p .event-detail a:not(.btn):focus, .brand-alternate-bg .like-page p .event-detail a:not(.btn):focus, .brand-alternate-bg .well p [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .like-page p [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .well p [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .like-page p [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .remodal-content p a:not(.btn):hover, .brand-alternate-bg .remodal-content p a:not(.btn):focus, .brand-alternate-bg .remodal-content li a:not(.btn):hover, .brand-alternate-bg .remodal-content li a:not(.btn):focus, .brand-alternate-bg .remodal-content .event-detail a:not(.btn):hover, .brand-alternate-bg .remodal-content .event-detail a:not(.btn):focus, .brand-alternate-bg .remodal-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .remodal-content [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .activity-content p a:not(.btn):hover, .brand-alternate-bg .activity-content p a:not(.btn):focus, .brand-alternate-bg .activity-content li a:not(.btn):hover, .brand-alternate-bg .activity-content li a:not(.btn):focus, .brand-alternate-bg .activity-content .event-detail a:not(.btn):hover, .brand-alternate-bg .activity-content .event-detail a:not(.btn):focus, .brand-alternate-bg .activity-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .activity-content [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .directory-bio-text p a:not(.btn):hover, .brand-alternate-bg .directory-bio-text p a:not(.btn):focus, .brand-alternate-bg .directory-bio-text li a:not(.btn):hover, .brand-alternate-bg .directory-bio-text li a:not(.btn):focus, .brand-alternate-bg .directory-bio-text .event-detail a:not(.btn):hover, .brand-alternate-bg .directory-bio-text .event-detail a:not(.btn):focus, .brand-alternate-bg .directory-bio-text [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .directory-bio-text [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg p.directory-bio-text p a:not(.btn):hover, .brand-alternate-bg p.directory-bio-text p a:not(.btn):focus, .brand-alternate-bg p.directory-bio-text li a:not(.btn):hover, .brand-alternate-bg p.directory-bio-text li a:not(.btn):focus, .brand-alternate-bg p.directory-bio-text .event-detail a:not(.btn):hover, .brand-alternate-bg p.directory-bio-text .event-detail a:not(.btn):focus, .brand-alternate-bg p.directory-bio-text [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg p.directory-bio-text [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .profile-content p a:not(.btn):hover, .brand-alternate-bg .profile-content p a:not(.btn):focus, .brand-alternate-bg .profile-content li a:not(.btn):hover, .brand-alternate-bg .profile-content li a:not(.btn):focus, .brand-alternate-bg .profile-content .event-detail a:not(.btn):hover, .brand-alternate-bg .profile-content .event-detail a:not(.btn):focus, .brand-alternate-bg .profile-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .profile-content [class*=truncate-] a:not(.btn):focus {
  color: #091c42;
  background-color: #fff;
}
.brand-alternate-bg .brand-color-link a:not(.btn) {
  color: #e45620;
}
.brand-alternate-bg .brand-color-link a:not(.btn):hover, .brand-alternate-bg .brand-color-link a:not(.btn):focus {
  color: #ba4417;
}
.brand-alternate-bg .oppo-color-icon {
  color: #e45620 !important;
}
.brand-alternate-bg hr {
  border-color: #fff;
  opacity: 0.2;
}
.brand-alternate-bg .faded-divider:before {
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 75%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 75%);
}
.brand-alternate-bg .divider {
  background-color: #fff;
}
.brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
}
.brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .open > .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #analytics-consent .submit .open > .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
.brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .open > .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #analytics-consent .submit .open > .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle {
  background-image: none;
}
.brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, fieldset[disabled] .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #analytics-consent .submit fieldset[disabled] .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #analytics-consent .submit fieldset[disabled] .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #analytics-consent .submit fieldset[disabled] .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #analytics-consent .submit fieldset[disabled] .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit fieldset[disabled] .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit fieldset[disabled] .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active {
  background-color: #e45620;
  border-color: #e45620;
}
.brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-alternate-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, #analytics-consent .submit .brand-alternate-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge {
  color: #e45620;
  background-color: #fff;
}
.brand-alternate-bg .btn-transparent, .brand-alternate-bg .btn-email-transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.brand-alternate-bg .btn-transparent:hover, .brand-alternate-bg .btn-transparent:focus, .brand-alternate-bg .btn-email-transparent:hover, .brand-alternate-bg .btn-email-transparent:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.brand-alternate-bg .btn-transparent:hover, .brand-alternate-bg .btn-transparent:focus, .brand-alternate-bg .btn-email-transparent:hover, .brand-alternate-bg .btn-email-transparent:focus {
  background-color: #fff;
  border-color: #fff;
  color: #091c42;
}
.brand-alternate-bg .label-transparent {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.brand-alternate-bg .btn-link {
  color: #fff;
  border-bottom-color: #fff;
  box-shadow: inset 0px -1px 0px #fff !important;
}
.brand-alternate-bg .btn-link:hover, .brand-alternate-bg .btn-link:focus {
  color: #091c42;
  background-color: #fff;
}
.brand-alternate-bg small, .brand-alternate-bg .small, .brand-alternate-bg .event-detail .subtext, .event-detail .brand-alternate-bg .subtext, .brand-alternate-bg #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .brand-alternate-bg .activity.media, .brand-alternate-bg #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .brand-alternate-bg .activity.media {
  color: rgba(255, 255, 255, 0.6);
}
.brand-alternate-bg .progress {
  border: 2px solid #fff;
  background-color: transparent;
}
.brand-alternate-bg .progress .progress-bar {
  background-color: #e45620;
}
.page-type-moneybomb .brand-alternate-bg .event-detail {
  padding: 8px 5px 5px 5px;
  background: rgba(255, 255, 255, 0.35);
  border: 2px solid #fff;
  border-radius: 0px;
}
.page-type-moneybomb .brand-alternate-bg .event-detail .subhead {
  font-weight: bold;
}
.brand-alternate-bg blockquote {
  color: inherit;
  border-color: #fff;
}
.brand-alternate-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom {
  color: rgba(255, 255, 255, 0.6);
}
.brand-alternate-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a {
  font-weight: 600;
  color: #fff;
}
.brand-alternate-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:hover, .brand-alternate-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:focus {
  color: #e45620;
}
.brand-alternate-bg .slick-dots li button:before {
  opacity: 0.25;
  color: #fff;
}
.brand-alternate-bg .slick-dots li button:hover:before, .brand-alternate-bg .slick-dots li button:focus:before {
  color: #fff;
  opacity: 0.8;
}
.brand-alternate-bg .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.brand-secondary-bg {
  background-color: #e45620;
  color: #fff;
  /*.btn-email {
    color: #fff;
    @include button-variant(#fff, $brand-primary, $brand-primary);
  }*/
  /*.tooltip.tooltip-email > .tooltip-inner {
    background-color: $brand-primary-dark !important;
  }*/
}
.brand-secondary-bg a:not(.btn):not(.infowindow-link) {
  color: #fff;
  font-weight: bold;
}
.brand-secondary-bg a:not(.btn):not(.infowindow-link):hover, .brand-secondary-bg a:not(.btn):not(.infowindow-link):focus {
  color: #091c42;
}
.brand-secondary-bg a:not(.btn):not(.infowindow-link) small, .brand-secondary-bg a:not(.btn):not(.infowindow-link) .small, .brand-secondary-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext, .event-detail .brand-secondary-bg a:not(.btn):not(.infowindow-link) .subtext, .brand-secondary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .brand-secondary-bg a:not(.btn):not(.infowindow-link) .activity.media, .brand-secondary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .brand-secondary-bg a:not(.btn):not(.infowindow-link) .activity.media {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.brand-secondary-bg a:not(.btn):not(.infowindow-link) small:hover, .brand-secondary-bg a:not(.btn):not(.infowindow-link) small:focus, .brand-secondary-bg a:not(.btn):not(.infowindow-link) .small:hover, .brand-secondary-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext:hover, .event-detail .brand-secondary-bg a:not(.btn):not(.infowindow-link) .subtext:hover, .brand-secondary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media:hover, #stream .reaction-wrap .content-list .brand-secondary-bg a:not(.btn):not(.infowindow-link) .activity.media:hover, .brand-secondary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media:hover, #stream .reaction-wrap .activities .brand-secondary-bg a:not(.btn):not(.infowindow-link) .activity.media:hover, .brand-secondary-bg a:not(.btn):not(.infowindow-link) .small:focus, .brand-secondary-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext:focus, .event-detail .brand-secondary-bg a:not(.btn):not(.infowindow-link) .subtext:focus, .brand-secondary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media:focus, #stream .reaction-wrap .content-list .brand-secondary-bg a:not(.btn):not(.infowindow-link) .activity.media:focus, .brand-secondary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media:focus, #stream .reaction-wrap .activities .brand-secondary-bg a:not(.btn):not(.infowindow-link) .activity.media:focus {
  color: #091c42;
}
.brand-secondary-bg #intro p a:not(.btn), .brand-secondary-bg #intro li a:not(.btn), .brand-secondary-bg #intro .event-detail a:not(.btn), .brand-secondary-bg #intro [class*=truncate-] a:not(.btn), .brand-secondary-bg #endorsement-content p a:not(.btn), .brand-secondary-bg #endorsement-content li a:not(.btn), .brand-secondary-bg #endorsement-content .event-detail a:not(.btn), .brand-secondary-bg #endorsement-content [class*=truncate-] a:not(.btn), .brand-secondary-bg #moneybomb-content p a:not(.btn), .brand-secondary-bg #moneybomb-content li a:not(.btn), .brand-secondary-bg #moneybomb-content .event-detail a:not(.btn), .brand-secondary-bg #moneybomb-content [class*=truncate-] a:not(.btn), .brand-secondary-bg #petition-content p a:not(.btn), .brand-secondary-bg #petition-content li a:not(.btn), .brand-secondary-bg #petition-content .event-detail a:not(.btn), .brand-secondary-bg #petition-content [class*=truncate-] a:not(.btn), .brand-secondary-bg .excerpt p a:not(.btn), .brand-secondary-bg .excerpt li a:not(.btn), .brand-secondary-bg .excerpt .event-detail a:not(.btn), .brand-secondary-bg .excerpt [class*=truncate-] a:not(.btn), .brand-secondary-bg .homepage-excerpt p a:not(.btn), .brand-secondary-bg .homepage-excerpt li a:not(.btn), .brand-secondary-bg .homepage-excerpt .event-detail a:not(.btn), .brand-secondary-bg .homepage-excerpt [class*=truncate-] a:not(.btn), .brand-secondary-bg .answer p a:not(.btn), .brand-secondary-bg .answer li a:not(.btn), .brand-secondary-bg .answer .event-detail a:not(.btn), .brand-secondary-bg .answer [class*=truncate-] a:not(.btn), .brand-secondary-bg .panel-body p p a:not(.btn), .brand-secondary-bg .panel-body p li a:not(.btn), .brand-secondary-bg .panel-body p .event-detail a:not(.btn), .brand-secondary-bg .panel-body p [class*=truncate-] a:not(.btn), .brand-secondary-bg .well p p a:not(.btn), .brand-secondary-bg .like-page p p a:not(.btn), .brand-secondary-bg .well p li a:not(.btn), .brand-secondary-bg .like-page p li a:not(.btn), .brand-secondary-bg .well p .event-detail a:not(.btn), .brand-secondary-bg .like-page p .event-detail a:not(.btn), .brand-secondary-bg .well p [class*=truncate-] a:not(.btn), .brand-secondary-bg .like-page p [class*=truncate-] a:not(.btn), .brand-secondary-bg .remodal-content p a:not(.btn), .brand-secondary-bg .remodal-content li a:not(.btn), .brand-secondary-bg .remodal-content .event-detail a:not(.btn), .brand-secondary-bg .remodal-content [class*=truncate-] a:not(.btn), .brand-secondary-bg .activity-content p a:not(.btn), .brand-secondary-bg .activity-content li a:not(.btn), .brand-secondary-bg .activity-content .event-detail a:not(.btn), .brand-secondary-bg .activity-content [class*=truncate-] a:not(.btn), .brand-secondary-bg .directory-bio-text p a:not(.btn), .brand-secondary-bg .directory-bio-text li a:not(.btn), .brand-secondary-bg .directory-bio-text .event-detail a:not(.btn), .brand-secondary-bg .directory-bio-text [class*=truncate-] a:not(.btn), .brand-secondary-bg p.directory-bio-text p a:not(.btn), .brand-secondary-bg p.directory-bio-text li a:not(.btn), .brand-secondary-bg p.directory-bio-text .event-detail a:not(.btn), .brand-secondary-bg p.directory-bio-text [class*=truncate-] a:not(.btn), .brand-secondary-bg .profile-content p a:not(.btn), .brand-secondary-bg .profile-content li a:not(.btn), .brand-secondary-bg .profile-content .event-detail a:not(.btn), .brand-secondary-bg .profile-content [class*=truncate-] a:not(.btn) {
  color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0px -1px 0px #fff;
  background-color: transparent;
}
.brand-secondary-bg #intro p a:not(.btn):hover, .brand-secondary-bg #intro p a:not(.btn):focus, .brand-secondary-bg #intro li a:not(.btn):hover, .brand-secondary-bg #intro li a:not(.btn):focus, .brand-secondary-bg #intro .event-detail a:not(.btn):hover, .brand-secondary-bg #intro .event-detail a:not(.btn):focus, .brand-secondary-bg #intro [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg #intro [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg #endorsement-content p a:not(.btn):hover, .brand-secondary-bg #endorsement-content p a:not(.btn):focus, .brand-secondary-bg #endorsement-content li a:not(.btn):hover, .brand-secondary-bg #endorsement-content li a:not(.btn):focus, .brand-secondary-bg #endorsement-content .event-detail a:not(.btn):hover, .brand-secondary-bg #endorsement-content .event-detail a:not(.btn):focus, .brand-secondary-bg #endorsement-content [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg #endorsement-content [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg #moneybomb-content p a:not(.btn):hover, .brand-secondary-bg #moneybomb-content p a:not(.btn):focus, .brand-secondary-bg #moneybomb-content li a:not(.btn):hover, .brand-secondary-bg #moneybomb-content li a:not(.btn):focus, .brand-secondary-bg #moneybomb-content .event-detail a:not(.btn):hover, .brand-secondary-bg #moneybomb-content .event-detail a:not(.btn):focus, .brand-secondary-bg #moneybomb-content [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg #moneybomb-content [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg #petition-content p a:not(.btn):hover, .brand-secondary-bg #petition-content p a:not(.btn):focus, .brand-secondary-bg #petition-content li a:not(.btn):hover, .brand-secondary-bg #petition-content li a:not(.btn):focus, .brand-secondary-bg #petition-content .event-detail a:not(.btn):hover, .brand-secondary-bg #petition-content .event-detail a:not(.btn):focus, .brand-secondary-bg #petition-content [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg #petition-content [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg .excerpt p a:not(.btn):hover, .brand-secondary-bg .excerpt p a:not(.btn):focus, .brand-secondary-bg .excerpt li a:not(.btn):hover, .brand-secondary-bg .excerpt li a:not(.btn):focus, .brand-secondary-bg .excerpt .event-detail a:not(.btn):hover, .brand-secondary-bg .excerpt .event-detail a:not(.btn):focus, .brand-secondary-bg .excerpt [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg .excerpt [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg .homepage-excerpt p a:not(.btn):hover, .brand-secondary-bg .homepage-excerpt p a:not(.btn):focus, .brand-secondary-bg .homepage-excerpt li a:not(.btn):hover, .brand-secondary-bg .homepage-excerpt li a:not(.btn):focus, .brand-secondary-bg .homepage-excerpt .event-detail a:not(.btn):hover, .brand-secondary-bg .homepage-excerpt .event-detail a:not(.btn):focus, .brand-secondary-bg .homepage-excerpt [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg .homepage-excerpt [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg .answer p a:not(.btn):hover, .brand-secondary-bg .answer p a:not(.btn):focus, .brand-secondary-bg .answer li a:not(.btn):hover, .brand-secondary-bg .answer li a:not(.btn):focus, .brand-secondary-bg .answer .event-detail a:not(.btn):hover, .brand-secondary-bg .answer .event-detail a:not(.btn):focus, .brand-secondary-bg .answer [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg .answer [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg .panel-body p p a:not(.btn):hover, .brand-secondary-bg .panel-body p p a:not(.btn):focus, .brand-secondary-bg .panel-body p li a:not(.btn):hover, .brand-secondary-bg .panel-body p li a:not(.btn):focus, .brand-secondary-bg .panel-body p .event-detail a:not(.btn):hover, .brand-secondary-bg .panel-body p .event-detail a:not(.btn):focus, .brand-secondary-bg .panel-body p [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg .panel-body p [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg .well p p a:not(.btn):hover, .brand-secondary-bg .like-page p p a:not(.btn):hover, .brand-secondary-bg .well p p a:not(.btn):focus, .brand-secondary-bg .like-page p p a:not(.btn):focus, .brand-secondary-bg .well p li a:not(.btn):hover, .brand-secondary-bg .like-page p li a:not(.btn):hover, .brand-secondary-bg .well p li a:not(.btn):focus, .brand-secondary-bg .like-page p li a:not(.btn):focus, .brand-secondary-bg .well p .event-detail a:not(.btn):hover, .brand-secondary-bg .like-page p .event-detail a:not(.btn):hover, .brand-secondary-bg .well p .event-detail a:not(.btn):focus, .brand-secondary-bg .like-page p .event-detail a:not(.btn):focus, .brand-secondary-bg .well p [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg .like-page p [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg .well p [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg .like-page p [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg .remodal-content p a:not(.btn):hover, .brand-secondary-bg .remodal-content p a:not(.btn):focus, .brand-secondary-bg .remodal-content li a:not(.btn):hover, .brand-secondary-bg .remodal-content li a:not(.btn):focus, .brand-secondary-bg .remodal-content .event-detail a:not(.btn):hover, .brand-secondary-bg .remodal-content .event-detail a:not(.btn):focus, .brand-secondary-bg .remodal-content [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg .remodal-content [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg .activity-content p a:not(.btn):hover, .brand-secondary-bg .activity-content p a:not(.btn):focus, .brand-secondary-bg .activity-content li a:not(.btn):hover, .brand-secondary-bg .activity-content li a:not(.btn):focus, .brand-secondary-bg .activity-content .event-detail a:not(.btn):hover, .brand-secondary-bg .activity-content .event-detail a:not(.btn):focus, .brand-secondary-bg .activity-content [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg .activity-content [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg .directory-bio-text p a:not(.btn):hover, .brand-secondary-bg .directory-bio-text p a:not(.btn):focus, .brand-secondary-bg .directory-bio-text li a:not(.btn):hover, .brand-secondary-bg .directory-bio-text li a:not(.btn):focus, .brand-secondary-bg .directory-bio-text .event-detail a:not(.btn):hover, .brand-secondary-bg .directory-bio-text .event-detail a:not(.btn):focus, .brand-secondary-bg .directory-bio-text [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg .directory-bio-text [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg p.directory-bio-text p a:not(.btn):hover, .brand-secondary-bg p.directory-bio-text p a:not(.btn):focus, .brand-secondary-bg p.directory-bio-text li a:not(.btn):hover, .brand-secondary-bg p.directory-bio-text li a:not(.btn):focus, .brand-secondary-bg p.directory-bio-text .event-detail a:not(.btn):hover, .brand-secondary-bg p.directory-bio-text .event-detail a:not(.btn):focus, .brand-secondary-bg p.directory-bio-text [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg p.directory-bio-text [class*=truncate-] a:not(.btn):focus, .brand-secondary-bg .profile-content p a:not(.btn):hover, .brand-secondary-bg .profile-content p a:not(.btn):focus, .brand-secondary-bg .profile-content li a:not(.btn):hover, .brand-secondary-bg .profile-content li a:not(.btn):focus, .brand-secondary-bg .profile-content .event-detail a:not(.btn):hover, .brand-secondary-bg .profile-content .event-detail a:not(.btn):focus, .brand-secondary-bg .profile-content [class*=truncate-] a:not(.btn):hover, .brand-secondary-bg .profile-content [class*=truncate-] a:not(.btn):focus {
  color: #091c42;
  background-color: #fff;
}
.brand-secondary-bg .brand-color-link a:not(.btn) {
  color: #091c42;
}
.brand-secondary-bg .brand-color-link a:not(.btn):hover, .brand-secondary-bg .brand-color-link a:not(.btn):focus {
  color: #030915;
}
.brand-secondary-bg .btn-transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.brand-secondary-bg .btn-transparent:hover, .brand-secondary-bg .btn-transparent:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.brand-secondary-bg .btn-transparent:hover, .brand-secondary-bg .btn-transparent:focus {
  background-color: #fff;
  color: #e45620;
}
.brand-secondary-bg .label-transparent {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.brand-secondary-bg .btn-link {
  color: #fff;
  border-bottom-color: #fff;
  box-shadow: inset 0px -1px 0px #fff !important;
}
.brand-secondary-bg .btn-link:hover, .brand-secondary-bg .btn-link:focus {
  color: #e45620;
  background-color: #fff;
}
.brand-secondary-bg .oppo-color-icon {
  color: #091c42 !important;
}
.brand-secondary-bg hr {
  border-color: #fff;
}
.brand-secondary-bg .faded-divider:before {
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 75%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}
.brand-secondary-bg .divider {
  background-color: #fff;
}
.brand-secondary-bg small, .brand-secondary-bg .small, .brand-secondary-bg .event-detail .subtext, .event-detail .brand-secondary-bg .subtext, .brand-secondary-bg #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .brand-secondary-bg .activity.media, .brand-secondary-bg #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .brand-secondary-bg .activity.media {
  color: rgba(255, 255, 255, 0.6);
}
.brand-secondary-bg .progress {
  border: 2px solid #fff;
  background-color: transparent;
}
.brand-secondary-bg ::-moz-selection {
  background-color: #091c42;
}
.brand-secondary-bg ::selection {
  background-color: #091c42;
}
.brand-secondary-bg blockquote {
  color: inherit;
  border-color: #fff;
}
.brand-secondary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom {
  color: rgba(255, 255, 255, 0.6);
}
.brand-secondary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a {
  font-weight: 600;
  color: #fff;
}
.brand-secondary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:hover, .brand-secondary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:focus {
  color: #091c42;
}
.brand-secondary-bg .slick-dots li button:before {
  opacity: 0.25;
  color: #fff;
}
.brand-secondary-bg .slick-dots li button:hover:before, .brand-secondary-bg .slick-dots li button:focus:before {
  color: #fff;
  opacity: 0.8;
}
.brand-secondary-bg .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.brand-primary-bg .brand-color-bg-reversal, .brand-secondary-bg .brand-color-bg-reversal, .brand-alternate-bg .brand-color-bg-reversal {
  color: #323434;
}
.brand-primary-bg .brand-color-bg-reversal a:not(.btn):not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus), .brand-secondary-bg .brand-color-bg-reversal a:not(.btn):not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus), .brand-alternate-bg .brand-color-bg-reversal a:not(.btn):not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus) {
  color: #091c42;
  font-weight: inherit;
}
.brand-primary-bg .brand-color-bg-reversal a:not(.btn):not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):hover, .brand-primary-bg .brand-color-bg-reversal a:not(.btn):not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):focus, .brand-secondary-bg .brand-color-bg-reversal a:not(.btn):not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):hover, .brand-secondary-bg .brand-color-bg-reversal a:not(.btn):not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):focus, .brand-alternate-bg .brand-color-bg-reversal a:not(.btn):not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):hover, .brand-alternate-bg .brand-color-bg-reversal a:not(.btn):not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):focus {
  color: #0f2f6f;
}
.brand-primary-bg .brand-color-bg-reversal .byline, .brand-secondary-bg .brand-color-bg-reversal .byline, .brand-alternate-bg .brand-color-bg-reversal .byline {
  color: #878c8c;
}
.brand-primary-bg .brand-color-bg-reversal.well, .brand-primary-bg .brand-color-bg-reversal.like-page, .brand-secondary-bg .brand-color-bg-reversal.well, .brand-secondary-bg .brand-color-bg-reversal.like-page, .brand-alternate-bg .brand-color-bg-reversal.well, .brand-alternate-bg .brand-color-bg-reversal.like-page {
  background-color: #fff;
  border-color: #fff;
}
.brand-primary-bg .brand-color-bg-reversal ::-moz-selection, .brand-secondary-bg .brand-color-bg-reversal ::-moz-selection, .brand-alternate-bg .brand-color-bg-reversal ::-moz-selection {
  background-color: #e45620;
}
.brand-primary-bg .brand-color-bg-reversal ::selection, .brand-secondary-bg .brand-color-bg-reversal ::selection, .brand-alternate-bg .brand-color-bg-reversal ::selection {
  background-color: #e45620;
}

.byline {
  color: #878c8c;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.byline i {
  margin-right: 8px;
}
.brand-primary-bg .byline {
  color: inherit;
}
.brand-secondary-bg .byline {
  color: inherit;
}
.brand-alternate-bg .byline {
  color: inherit;
}

[class^=icon-]:before, [class*=" icon-"]:before, .flex-next:before, .flex-prev:before {
  opacity: 1;
}

.sidebar > div {
  margin-top: 0;
}
@media (max-width: 991px) {
  .sidebar > div:not(.form-wrap) {
    margin-top: 22px;
  }
}
.sidebar.sidebar-columns-2 > div {
  /*&:only-child {
    margin-bottom: 0;
  }*/
}
.sidebar.sidebar-columns-2 > div:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sidebar.sidebar-columns-2 > div.form-wrap {
    margin-top: 22px;
  }
}
.sidebar .divider.mar-top-0 {
  margin-top: 0;
}

.sidebar-div-0 {
  margin-bottom: 0 !important;
}

.progress {
  height: 26.4px;
}
.clearfix.marginbottommore .progress, .clearfix.byline .progress, .clearfix#slider-cards .progress, .clearfix.intro .progress, .clearfix.flag_form .progress {
  margin-bottom: 0;
}
.bar-goal:not(.mar-top-0):not(.normal-margin) {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background-color: #e45620;
}

::selection {
  color: #fff;
  background-color: #e45620;
}

blockquote {
  font-size: 20px;
  color: #323434;
  padding: 0 0 0 16.5px;
  background-color: transparent;
  margin: 0 0 11px;
}
.remodal.block-description blockquote {
  margin-top: 11px;
  font-size: 14px;
}

input:-webkit-autofill::-webkit-input-placeholder, textarea:-webkit-autofill::-webkit-input-placeholder, select:-webkit-autofill::-webkit-input-placeholder {
  font-weight: bold;
  color: #323434;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
}
.iframe-container .embedly-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#accordion .iframe-container .embedly-embed {
  max-height: 100% !important;
  max-width: 100% !important;
}

.label:not(.btn), .on-button-small:not(.btn), .off-button-small:not(.btn) {
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  border-radius: 0px;
}

.nav-pills > li > a {
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 800;
  color: #878c8c;
}
.nav-pills > li > a.active > a {
  color: #091c42;
  background-color: transparent;
}
.nav-pills.tag-list > li {
  margin-top: 2px;
}

.form-error, .error-message, .errors.warning li {
  background-color: #e45620;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #fff;
}
.form-error::-moz-selection, .error-message::-moz-selection, .errors.warning li::-moz-selection {
  background-color: #091c42;
}
.form-error::selection, .error-message::selection, .errors.warning li::selection {
  background-color: #091c42;
}
input + .form-error, input + .error-message, input + .errors.warning li {
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
}

.errorExplanation h2 {
  font-size: 19.2px;
  margin-top: 0;
}

.form-group > select[id*=_card_expires_on] {
  float: right;
  margin-right: 0;
}
.form-group > select[id*=_card_expires_on]:first-child, .form-group > select[id*=_card_expires_on]:first-of-type {
  width: 38%;
  margin-left: 2%;
}
.form-group > select[id*=_card_expires_on]:last-child, .form-group > select[id*=_card_expires_on]:last-of-type {
  width: 60%;
}

.subhead {
  font-weight: bold;
}

.close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 20px;
}
.close:hover, .close:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.alert {
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}

.excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*.nm-content-container {
  background-color: #fff;
  padding: $form-padding-vertical $form-padding-horizontal;
  @include card-box-shadow;
  border-radius: $border-radius-base;

  .no-hero-bg & {
    background-color: transparent;
    padding: 0 0;
    box-shadow: none;
    border-radius: 0;
  }

}*/
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: upper-roman;
}

code {
  padding: 8px 15px;
  color: #091c42;
  background-color: #f0f1f1;
  display: block;
  margin: 11px 0 7.3333333333px 0;
}
.remodal.block-description code {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #091c42;
  color: #fff;
}
.remodal.block-description code + .copy-btn {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 5px 10px;
  background-color: #f0f1f1;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  cursor: pointer;
  margin-bottom: 11px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.remodal.block-description code + .copy-btn:hover {
  background-color: #bbbdbd;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

/*.pace .pace-progress {
  background: $brand-secondary;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: $large-border-width;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px $brand-secondary, 0 0 5px $brand-secondary;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}*/
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30px, -50%);
  -moz-transform: translate(-30px, -50%);
  -ms-transform: translate(-30px, -50%);
  -o-transform: translate(-30px, -50%);
  transform: translate(-30px, -50%);
  width: 37.5px;
  height: 37.5px;
  border: 4px solid transparent;
  border-top-color: #091c42;
  border-left-color: #091c42;
  border-radius: 37.5px;
  -webkit-animation: pace-spinner 0.75s linear infinite;
  -moz-animation: pace-spinner 0.75s linear infinite;
  -ms-animation: pace-spinner 0.75s linear infinite;
  -o-animation: pace-spinner 0.75s linear infinite;
  animation: pace-spinner 0.75s linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Slick
------------------------------------- */
.slick-slider .slick-slide {
  display: none;
  outline: none !important;
}
.slick-slider .slick-slide:first-child {
  display: block;
}
.slick-slider.slick-initialized .slick-slide {
  display: block;
}

.slick-dots {
  bottom: -30px;
}
.slick-dots li button:before {
  font-size: 16px;
  color: #d5d6d6;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #bbbdbd;
}
.slick-dots li.slick-active button:before {
  color: #091c42;
  opacity: 1;
}

/* CP Nav
------------------------------------- */
#cd-nav ul {
  background: #091c42;
  border-radius: 0px;
  padding: 8px 0;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}

#cd-nav li a {
  border-bottom: 1px solid #091c42;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  padding: 8px 15px;
}
#cd-nav li a:hover, #cd-nav li a:focus {
  color: #e45620 !important;
}

.cd-nav-trigger {
  background: #091c42;
  border-radius: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cd-nav-trigger:not(.menu-is-open) {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.cd-nav-trigger:not(.menu-is-open):hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

/* Buttons
------------------------------------- */
.btn, #analytics-consent .submit button, .page-pages-show-donation-wide .radio-inline label.radio, .page-type-moneybomb .radio-inline label.radio, .page-pages-show-donation-v2-wide .radio-inline label.radio {
  border-width: 1px;
}

.btn, #analytics-consent .submit button, .page-pages-show-donation-wide .radio-inline label.radio, .page-type-moneybomb .radio-inline label.radio, .page-pages-show-donation-v2-wide .radio-inline label.radio {
  white-space: normal;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn:focus, #analytics-consent .submit button:focus, .page-pages-show-donation-wide .radio-inline label.radio:focus, .page-type-moneybomb .radio-inline label.radio:focus, .page-pages-show-donation-v2-wide .radio-inline label.radio:focus, .btn.focus, #analytics-consent .submit button.focus, .page-pages-show-donation-wide .radio-inline label.focus.radio, .page-type-moneybomb .radio-inline label.focus.radio, .page-pages-show-donation-v2-wide .radio-inline label.focus.radio, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none !important;
}
.btn:not(.abnormal-icon):not(.social-bar-btn) i, #analytics-consent .submit button:not(.abnormal-icon):not(.social-bar-btn) i, .page-pages-show-donation-wide .radio-inline label.radio:not(.abnormal-icon):not(.social-bar-btn) i, .page-type-moneybomb .radio-inline label.radio:not(.abnormal-icon):not(.social-bar-btn) i, .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.abnormal-icon):not(.social-bar-btn) i {
  font-size: 1.1em;
  position: absolute;
  top: 15%;
  left: 10px;
}
.btn:not(.abnormal-icon):not(.social-bar-btn) i.fa, #analytics-consent .submit button:not(.abnormal-icon):not(.social-bar-btn) i.fa, .page-pages-show-donation-wide .radio-inline label.radio:not(.abnormal-icon):not(.social-bar-btn) i.fa, .page-type-moneybomb .radio-inline label.radio:not(.abnormal-icon):not(.social-bar-btn) i.fa, .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.abnormal-icon):not(.social-bar-btn) i.fa {
  top: 29%;
}
.btn:not(.abnormal-icon):not(.social-bar-btn) span, #analytics-consent .submit button:not(.abnormal-icon):not(.social-bar-btn) span, .page-pages-show-donation-wide .radio-inline label.radio:not(.abnormal-icon):not(.social-bar-btn) span, .page-type-moneybomb .radio-inline label.radio:not(.abnormal-icon):not(.social-bar-btn) span, .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.abnormal-icon):not(.social-bar-btn) span {
  font-size: 1.1em;
  position: absolute;
  top: 15%;
  left: 10px;
}
.btn:active, #analytics-consent .submit button:active, .page-pages-show-donation-wide .radio-inline label.radio:active, .page-type-moneybomb .radio-inline label.radio:active, .page-pages-show-donation-v2-wide .radio-inline label.radio:active, .btn.active, #analytics-consent .submit button.active, .page-pages-show-donation-wide .radio-inline label.active.radio, .page-type-moneybomb .radio-inline label.active.radio, .page-pages-show-donation-v2-wide .radio-inline label.active.radio {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.abnormal-icon.btn-lg i, #analytics-consent .submit button.abnormal-icon.btn-lg i, .page-pages-show-donation-wide .radio-inline label.abnormal-icon.btn-lg.radio i, .page-type-moneybomb .radio-inline label.abnormal-icon.btn-lg.radio i, .page-pages-show-donation-v2-wide .radio-inline label.abnormal-icon.btn-lg.radio i, .btn-group-lg > .btn.abnormal-icon i, #analytics-consent .submit .btn-group-lg > button.abnormal-icon i, .page-pages-show-donation-wide .radio-inline .btn-group-lg > label.abnormal-icon.radio i, .page-type-moneybomb .radio-inline .btn-group-lg > label.abnormal-icon.radio i, .page-pages-show-donation-v2-wide .radio-inline .btn-group-lg > label.abnormal-icon.radio i {
  font-size: 0.88em;
}
.btn.abnormal-icon.btn-lg span, #analytics-consent .submit button.abnormal-icon.btn-lg span, .page-pages-show-donation-wide .radio-inline label.abnormal-icon.btn-lg.radio span, .page-type-moneybomb .radio-inline label.abnormal-icon.btn-lg.radio span, .page-pages-show-donation-v2-wide .radio-inline label.abnormal-icon.btn-lg.radio span, .btn-group-lg > .btn.abnormal-icon span, #analytics-consent .submit .btn-group-lg > button.abnormal-icon span, .page-pages-show-donation-wide .radio-inline .btn-group-lg > label.abnormal-icon.radio span, .page-type-moneybomb .radio-inline .btn-group-lg > label.abnormal-icon.radio span, .page-pages-show-donation-v2-wide .radio-inline .btn-group-lg > label.abnormal-icon.radio span {
  font-size: 0.88em;
}

.btn:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent), #analytics-consent .submit button:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline label.radio:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent), .page-type-moneybomb .radio-inline label.radio:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent), .nav-btn:not(.btn-flat):not(.btn-transparent) {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent):hover, #analytics-consent .submit button:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline label.radio:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline label.radio:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent):hover, .btn:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent):focus, #analytics-consent .submit button:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline label.radio:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline label.radio:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.supporter-nav-btn):not(.btn-flat):not(.btn-default):not(.btn-transparent):focus, .nav-btn:not(.btn-flat):not(.btn-transparent):hover, .nav-btn:not(.btn-flat):not(.btn-transparent):focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.supporter-nav-btn-group-vertical-btn-secondary, .supporter-nav.btn-group-vertical.btn-social-login {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.supporter-nav-btn-group-vertical-btn-secondary:hover, .supporter-nav-btn-group-vertical-btn-secondary:focus, .supporter-nav.btn-group-vertical.btn-social-login:hover, .supporter-nav.btn-group-vertical.btn-social-login:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

/*button, html input[type="button"], input[type="reset"], */
input[type=submit] {
  width: 100%;
}

.btn-facebook, .connect-button.facebook {
  color: #fff;
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle, .connect-button.facebook:hover, .connect-button.facebook:focus, .connect-button.facebook.focus, .connect-button.facebook:active, .connect-button.facebook.active, .open > .connect-button.facebook.dropdown-toggle {
  color: #fff;
  background-color: #4c70ba;
  border-color: #4c70ba;
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle, .connect-button.facebook:active, .connect-button.facebook.active, .open > .connect-button.facebook.dropdown-toggle {
  background-image: none;
}
.btn-facebook.disabled, .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook.disabled:active, .btn-facebook.disabled.active, .btn-facebook[disabled], .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, .btn-facebook[disabled]:active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus, fieldset[disabled] .btn-facebook:active, fieldset[disabled] .btn-facebook.active, .connect-button.facebook.disabled, .connect-button.facebook.disabled:hover, .connect-button.facebook.disabled:focus, .connect-button.facebook.disabled.focus, .connect-button.facebook.disabled:active, .connect-button.facebook.disabled.active, .connect-button.facebook[disabled], .connect-button.facebook[disabled]:hover, .connect-button.facebook[disabled]:focus, .connect-button.facebook[disabled].focus, .connect-button.facebook[disabled]:active, .connect-button.facebook[disabled].active, fieldset[disabled] .connect-button.facebook, fieldset[disabled] .connect-button.facebook:hover, fieldset[disabled] .connect-button.facebook:focus, fieldset[disabled] .connect-button.facebook.focus, fieldset[disabled] .connect-button.facebook:active, fieldset[disabled] .connect-button.facebook.active {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook .badge, .connect-button.facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-twitter, .connect-button.twitter {
  color: #fff;
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter.focus, .btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle, .connect-button.twitter:hover, .connect-button.twitter:focus, .connect-button.twitter.focus, .connect-button.twitter:active, .connect-button.twitter.active, .open > .connect-button.twitter.dropdown-toggle {
  color: #fff;
  background-color: #21c2ff;
  border-color: #21c2ff;
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle, .connect-button.twitter:active, .connect-button.twitter.active, .open > .connect-button.twitter.dropdown-toggle {
  background-image: none;
}
.btn-twitter.disabled, .btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter.disabled:active, .btn-twitter.disabled.active, .btn-twitter[disabled], .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus, .btn-twitter[disabled]:active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter.focus, fieldset[disabled] .btn-twitter:active, fieldset[disabled] .btn-twitter.active, .connect-button.twitter.disabled, .connect-button.twitter.disabled:hover, .connect-button.twitter.disabled:focus, .connect-button.twitter.disabled.focus, .connect-button.twitter.disabled:active, .connect-button.twitter.disabled.active, .connect-button.twitter[disabled], .connect-button.twitter[disabled]:hover, .connect-button.twitter[disabled]:focus, .connect-button.twitter[disabled].focus, .connect-button.twitter[disabled]:active, .connect-button.twitter[disabled].active, fieldset[disabled] .connect-button.twitter, fieldset[disabled] .connect-button.twitter:hover, fieldset[disabled] .connect-button.twitter:focus, fieldset[disabled] .connect-button.twitter.focus, fieldset[disabled] .connect-button.twitter:active, fieldset[disabled] .connect-button.twitter.active {
  background-color: #00aced;
  border-color: #00aced;
}
.btn-twitter .badge, .connect-button.twitter .badge {
  color: #00aced;
  background-color: #fff;
}

.btn-google-plus {
  color: #fff;
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus.focus, .btn-google-plus:active, .btn-google-plus.active, .open > .btn-google-plus.dropdown-toggle {
  color: #fff;
  background-color: #e47365;
  border-color: #e47365;
}
.btn-google-plus:active, .btn-google-plus.active, .open > .btn-google-plus.dropdown-toggle {
  background-image: none;
}
.btn-google-plus.disabled, .btn-google-plus.disabled:hover, .btn-google-plus.disabled:focus, .btn-google-plus.disabled.focus, .btn-google-plus.disabled:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled], .btn-google-plus[disabled]:hover, .btn-google-plus[disabled]:focus, .btn-google-plus[disabled].focus, .btn-google-plus[disabled]:active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus, fieldset[disabled] .btn-google-plus:hover, fieldset[disabled] .btn-google-plus:focus, fieldset[disabled] .btn-google-plus.focus, fieldset[disabled] .btn-google-plus:active, fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-google-plus .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-email {
  color: #fff;
  color: #fff;
  background-color: #0b2454;
  border-color: #0b2454;
}
.btn-email:hover, .btn-email:focus, .btn-email.focus, .btn-email:active, .btn-email.active, .open > .btn-email.dropdown-toggle {
  color: #fff;
  background-color: #123781;
  border-color: #123781;
}
.btn-email:active, .btn-email.active, .open > .btn-email.dropdown-toggle {
  background-image: none;
}
.btn-email.disabled, .btn-email.disabled:hover, .btn-email.disabled:focus, .btn-email.disabled.focus, .btn-email.disabled:active, .btn-email.disabled.active, .btn-email[disabled], .btn-email[disabled]:hover, .btn-email[disabled]:focus, .btn-email[disabled].focus, .btn-email[disabled]:active, .btn-email[disabled].active, fieldset[disabled] .btn-email, fieldset[disabled] .btn-email:hover, fieldset[disabled] .btn-email:focus, fieldset[disabled] .btn-email.focus, fieldset[disabled] .btn-email:active, fieldset[disabled] .btn-email.active {
  background-color: #0b2454;
  border-color: #0b2454;
}
.btn-email .badge {
  color: #0b2454;
  background-color: #fff;
}

.btn-instagram {
  color: #fff;
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f;
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram.focus, .btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #ea6d84;
  border-color: #ea6d84;
}
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  background-image: none;
}
.btn-instagram.disabled, .btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram.disabled:active, .btn-instagram.disabled.active, .btn-instagram[disabled], .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled].focus, .btn-instagram[disabled]:active, .btn-instagram[disabled].active, fieldset[disabled] .btn-instagram, fieldset[disabled] .btn-instagram:hover, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram.focus, fieldset[disabled] .btn-instagram:active, fieldset[disabled] .btn-instagram.active {
  background-color: #e4405f;
  border-color: #e4405f;
}
.btn-instagram .badge {
  color: #e4405f;
  background-color: #fff;
}

.btn-pinterest {
  color: #fff;
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest.focus, .btn-pinterest:active, .btn-pinterest.active, .open > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #e03e44;
  border-color: #e03e44;
}
.btn-pinterest:active, .btn-pinterest.active, .open > .btn-pinterest.dropdown-toggle {
  background-image: none;
}
.btn-pinterest.disabled, .btn-pinterest.disabled:hover, .btn-pinterest.disabled:focus, .btn-pinterest.disabled.focus, .btn-pinterest.disabled:active, .btn-pinterest.disabled.active, .btn-pinterest[disabled], .btn-pinterest[disabled]:hover, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled].focus, .btn-pinterest[disabled]:active, .btn-pinterest[disabled].active, fieldset[disabled] .btn-pinterest, fieldset[disabled] .btn-pinterest:hover, fieldset[disabled] .btn-pinterest:focus, fieldset[disabled] .btn-pinterest.focus, fieldset[disabled] .btn-pinterest:active, fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: #cb2027;
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-linked-in {
  color: #fff;
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}
.btn-linked-in:hover, .btn-linked-in:focus, .btn-linked-in.focus, .btn-linked-in:active, .btn-linked-in.active, .open > .btn-linked-in.dropdown-toggle {
  color: #fff;
  background-color: #009de9;
  border-color: #009de9;
}
.btn-linked-in:active, .btn-linked-in.active, .open > .btn-linked-in.dropdown-toggle {
  background-image: none;
}
.btn-linked-in.disabled, .btn-linked-in.disabled:hover, .btn-linked-in.disabled:focus, .btn-linked-in.disabled.focus, .btn-linked-in.disabled:active, .btn-linked-in.disabled.active, .btn-linked-in[disabled], .btn-linked-in[disabled]:hover, .btn-linked-in[disabled]:focus, .btn-linked-in[disabled].focus, .btn-linked-in[disabled]:active, .btn-linked-in[disabled].active, fieldset[disabled] .btn-linked-in, fieldset[disabled] .btn-linked-in:hover, fieldset[disabled] .btn-linked-in:focus, fieldset[disabled] .btn-linked-in.focus, fieldset[disabled] .btn-linked-in:active, fieldset[disabled] .btn-linked-in.active {
  background-color: #007bb6;
  border-color: #007bb6;
}
.btn-linked-in .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-youtube {
  color: #fff;
  color: #fff;
  background-color: #bb0000;
  border-color: #bb0000;
}
.btn-youtube:hover, .btn-youtube:focus, .btn-youtube.focus, .btn-youtube:active, .btn-youtube.active, .open > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #ee0000;
  border-color: #ee0000;
}
.btn-youtube:active, .btn-youtube.active, .open > .btn-youtube.dropdown-toggle {
  background-image: none;
}
.btn-youtube.disabled, .btn-youtube.disabled:hover, .btn-youtube.disabled:focus, .btn-youtube.disabled.focus, .btn-youtube.disabled:active, .btn-youtube.disabled.active, .btn-youtube[disabled], .btn-youtube[disabled]:hover, .btn-youtube[disabled]:focus, .btn-youtube[disabled].focus, .btn-youtube[disabled]:active, .btn-youtube[disabled].active, fieldset[disabled] .btn-youtube, fieldset[disabled] .btn-youtube:hover, fieldset[disabled] .btn-youtube:focus, fieldset[disabled] .btn-youtube.focus, fieldset[disabled] .btn-youtube:active, fieldset[disabled] .btn-youtube.active {
  background-color: #bb0000;
  border-color: #bb0000;
}
.btn-youtube .badge {
  color: #bb0000;
  background-color: #fff;
}

.btn-snapchat {
  color: #fff;
  color: #fff;
  background-color: #e0de00;
  border-color: #e0de00;
}
.btn-snapchat:hover, .btn-snapchat:focus, .btn-snapchat.focus, .btn-snapchat:active, .btn-snapchat.active, .open > .btn-snapchat.dropdown-toggle {
  color: #fff;
  background-color: #fffc14;
  border-color: #fffc14;
}
.btn-snapchat:active, .btn-snapchat.active, .open > .btn-snapchat.dropdown-toggle {
  background-image: none;
}
.btn-snapchat.disabled, .btn-snapchat.disabled:hover, .btn-snapchat.disabled:focus, .btn-snapchat.disabled.focus, .btn-snapchat.disabled:active, .btn-snapchat.disabled.active, .btn-snapchat[disabled], .btn-snapchat[disabled]:hover, .btn-snapchat[disabled]:focus, .btn-snapchat[disabled].focus, .btn-snapchat[disabled]:active, .btn-snapchat[disabled].active, fieldset[disabled] .btn-snapchat, fieldset[disabled] .btn-snapchat:hover, fieldset[disabled] .btn-snapchat:focus, fieldset[disabled] .btn-snapchat.focus, fieldset[disabled] .btn-snapchat:active, fieldset[disabled] .btn-snapchat.active {
  background-color: #e0de00;
  border-color: #e0de00;
}
.btn-snapchat .badge {
  color: #e0de00;
  background-color: #fff;
}

.btn-secondary, #analytics-consent .submit button {
  color: #fff;
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
}
.btn-secondary:hover, #analytics-consent .submit button:hover, .btn-secondary:focus, #analytics-consent .submit button:focus, .btn-secondary.focus, #analytics-consent .submit button.focus, .btn-secondary:active, #analytics-consent .submit button:active, .btn-secondary.active, #analytics-consent .submit button.active, .open > .btn-secondary.dropdown-toggle, #analytics-consent .submit .open > button.dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
.btn-secondary:active, #analytics-consent .submit button:active, .btn-secondary.active, #analytics-consent .submit button.active, .open > .btn-secondary.dropdown-toggle, #analytics-consent .submit .open > button.dropdown-toggle {
  background-image: none;
}
.btn-secondary.disabled, #analytics-consent .submit button.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], #analytics-consent .submit button[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] #analytics-consent .submit button, #analytics-consent .submit fieldset[disabled] button, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
  background-color: #e45620;
  border-color: #e45620;
}
.btn-secondary .badge, #analytics-consent .submit button .badge {
  color: #e45620;
  background-color: #fff;
}

.btn-link {
  text-transform: none !important;
  text-decoration: none !important;
  padding: 0;
  color: #e45620;
  border: none;
  border-bottom: 1px solid #e45620;
  box-shadow: inset 0px -1px 0px #e45620 !important;
  border-radius: 0;
  font-weight: 800;
  background-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #fff;
  background-color: #e45620;
}

.dropdown-menu {
  left: 0 !important;
  right: auto !important;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.dropdown-menu > li {
  padding: 0 5px;
}
.dropdown-menu > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
}

.navbar-nav .open > .dropdown-menu {
  display: none;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-color: #d5d6d6;
  border-color: #d5d6d6;
}

/* Header
------------------------------------- */
.sticky-wrapper {
  position: relative;
  height: auto !important;
  min-height: 87.4px !important;
}
@media only screen and (min-width: 768px) {
  .sticky-wrapper {
    min-height: 108px !important;
  }
}
.sticky-wrapper header {
  max-width: 1440px;
}
.sticky-wrapper header:not(.not-fixed) {
  position: fixed;
}

#secondary-nav-bar {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  padding: 4px 0 0 0;
  /*&:not(.brand-primary-bg) {
    background-color: #fff;

    a {
      font-weight: bold;
    }

  }*/
}
@media (max-width: 767px) {
  #secondary-nav-bar #secondary-nav-bar-social {
    text-align: center;
  }
}
#secondary-nav-bar #secondary-nav-bar-login {
  text-align: right;
}
@media (max-width: 767px) {
  #secondary-nav-bar #secondary-nav-bar-login {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #secondary-nav-bar .container, #secondary-nav-bar #analytics-consent .analytics-banner, #analytics-consent #secondary-nav-bar .analytics-banner {
    width: auto;
  }
}

.navbar {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar .container, .navbar #analytics-consent .analytics-banner, #analytics-consent .navbar .analytics-banner {
    width: auto;
  }
}
.navbar.block-nav {
  padding: 0 0;
}
.navbar.navbar-default {
  border-top: 4px solid #091c42;
  border-bottom: 1px solid #d5d6d6;
}
.navbar.navbar-inverse {
  border-top: 4px solid #0b2454;
  border-bottom: 1px solid #fff;
}
.is-sticky .navbar {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}

.navbar .nav .dropdown-toggle {
  background-color: transparent !important;
}

.dropdown-menu {
  font-size: 16px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
}
.dropdown-menu > li > a {
  font-weight: 600;
}

.navbar-nav > li > .dropdown-menu {
  left: 0 !important;
  right: auto !important;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.navbar-nav > li > .dropdown-menu > li {
  padding: 0 5px;
}
.navbar-nav > li > .dropdown-menu > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
}
.navbar-nav > li > .dropdown-menu:before {
  position: absolute;
  top: -6px;
  left: 25px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #091c42;
  border-left: 6px solid transparent;
  content: "";
}
.block-nav .navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
}
.block-nav .navbar-nav > li > .dropdown-menu > li {
  padding-right: 0;
  padding-left: 0;
}
.block-nav .navbar-nav > li > .dropdown-menu > li > a {
  border-radius: 0;
}

@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 26.5px;
    margin-bottom: 26.5px;
  }
  .navbar-right {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li.navbar-btn-custom {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .block-nav .navbar-nav > li.navbar-btn-custom {
    margin-left: 0;
  }
}
.navbar-nav > li.navbar-btn-custom > a {
  white-space: normal;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navbar-nav > li.navbar-btn-custom > a:focus, .navbar-nav > li.navbar-btn-custom > a.focus, .navbar-nav > li.navbar-btn-custom > a:active:focus, .navbar-nav > li.navbar-btn-custom > a:active.focus, .navbar-nav > li.navbar-btn-custom > a.active:focus, .navbar-nav > li.navbar-btn-custom > a.active.focus {
  outline: none !important;
}
.navbar-nav > li.navbar-btn-custom > a:active, .navbar-nav > li.navbar-btn-custom > a.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-1 {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-1:hover, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1:focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.active, .open > .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-1:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.active, .open > .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.dropdown-toggle {
  background-image: none;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-1.disabled, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.disabled:hover, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.disabled:focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.disabled.focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.disabled:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.disabled.active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1[disabled], .navbar-nav > li.navbar-btn-custom > a#nav-btn-1[disabled]:hover, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1[disabled]:focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1[disabled].focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1[disabled]:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-1[disabled].active, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-1, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-1:hover, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-1:focus, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.focus, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-1:active, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-1.active {
  background-color: #e45620;
  border-color: #e45620;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-1 .badge {
  color: #e45620;
  background-color: #fff;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-2 {
  color: #fff;
  background-color: #091c42;
  border-color: #091c42;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-2:hover, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.active, .open > .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.dropdown-toggle {
  color: #fff;
  background-color: #0f2f6f;
  border-color: #0f2f6f;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-2:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.active, .open > .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.dropdown-toggle {
  background-image: none;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled:hover, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled:focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled.focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled.active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled], .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled]:hover, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled]:focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled].focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled]:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled].active, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-2, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:hover, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:focus, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.focus, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:active, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.active {
  background-color: #091c42;
  border-color: #091c42;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-2 .badge {
  color: #091c42;
  background-color: #fff;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-3 {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-3:hover, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3:focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.active, .open > .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-3:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.active, .open > .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.dropdown-toggle {
  background-image: none;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-3.disabled, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.disabled:hover, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.disabled:focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.disabled.focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.disabled:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.disabled.active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3[disabled], .navbar-nav > li.navbar-btn-custom > a#nav-btn-3[disabled]:hover, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3[disabled]:focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3[disabled].focus, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3[disabled]:active, .navbar-nav > li.navbar-btn-custom > a#nav-btn-3[disabled].active, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-3, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-3:hover, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-3:focus, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.focus, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-3:active, fieldset[disabled] .navbar-nav > li.navbar-btn-custom > a#nav-btn-3.active {
  background-color: #e45620;
  border-color: #e45620;
}
.navbar-nav > li.navbar-btn-custom > a#nav-btn-3 .badge {
  color: #e45620;
  background-color: #fff;
}
.navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2 {
  color: #091c42;
  background-color: #fff;
  border-color: #fff;
}
.navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:hover, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:focus, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.focus, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:active, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.active, .open > .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.dropdown-toggle {
  color: #091c42;
  background-color: white;
  border-color: white;
}
.navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:active, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.active, .open > .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.dropdown-toggle {
  background-image: none;
}
.navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled:hover, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled:focus, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled.focus, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled:active, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.disabled.active, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled], .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled]:hover, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled]:focus, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled].focus, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled]:active, .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2[disabled].active, fieldset[disabled] .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2, fieldset[disabled] .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:hover, fieldset[disabled] .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:focus, fieldset[disabled] .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.focus, fieldset[disabled] .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2:active, fieldset[disabled] .navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2.active {
  background-color: #fff;
  border-color: #fff;
}
.navbar-inverse .navbar-nav > li.navbar-btn-custom > a#nav-btn-2 .badge {
  color: #fff;
  background-color: #091c42;
}

.navbar-nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.block-nav .navbar-nav {
  margin-top: 0;
}
.block-nav .navbar-nav > li {
  margin-top: 0;
}
.block-nav .navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 103px;
  border-radius: 0;
}
.block-nav .navbar-nav > li > a.nav-btn {
  padding-left: 37.5px;
  padding-right: 37.5px;
  box-shadow: none !important;
  font-size: 16px;
}

.navbar-default .navbar-brand#text-logo {
  color: #091c42;
}
.navbar-default .navbar-brand#text-logo:hover, .navbar-default .navbar-brand#text-logo:focus {
  color: #0f2f6f;
}
.navbar-default .navbar-nav > li.dropdown > a:hover, .navbar-default .navbar-nav > li.dropdown > a:focus {
  color: inherit;
  cursor: default;
}
.navbar-inverse .navbar-brand#text-logo {
  color: #fff;
}
.navbar-inverse .navbar-brand#text-logo:hover, .navbar-inverse .navbar-brand#text-logo:focus {
  color: #e45620;
}
.navbar-inverse .navbar-nav > li.dropdown > a:hover, .navbar-inverse .navbar-nav > li.dropdown > a:focus {
  cursor: default;
}
.navbar-inverse .navbar-nav > li.dropdown .dropdown-menu {
  background-color: #fff;
}
.navbar-inverse .navbar-nav > li.dropdown .dropdown-menu li a {
  color: #878c8c;
}
.navbar-inverse .navbar-nav > li.dropdown .dropdown-menu li a:hover, .navbar-inverse .navbar-nav > li.dropdown .dropdown-menu li a:focus {
  color: #fff;
  background-color: #091c42;
}
.navbar-inverse .navbar-nav > li.dropdown .dropdown-menu li.active a {
  color: #091c42;
}
.navbar-inverse .navbar-nav > li.dropdown .dropdown-menu li.active a:hover, .navbar-inverse .navbar-nav > li.dropdown .dropdown-menu li.active a:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li.dropdown .dropdown-menu:before {
  border-bottom: 6px solid #fff;
}
.navbar-default:not(.block-nav) .navbar-nav > li:not(.active) > a.dropdown-toggle:focus, .navbar-default .navbar-nav > li:not(.active).dropdown > a:hover, .navbar-default .navbar-nav > li:not(.active).dropdown > a:focus {
  color: #878c8c;
}

.navbar-default:not(.block-nav) .navbar-nav > li.active > a.dropdown-toggle:focus, .navbar-default .navbar-nav > li.active.dropdown > a:hover, .navbar-default .navbar-nav > li.active.dropdown > a:focus {
  color: #091c42;
}

.navbar-inverse:not(.block-nav) .navbar-nav > li:not(.active) > a.dropdown-toggle:focus, .navbar-inverse .navbar-nav > li:not(.active).dropdown > a:hover, .navbar-inverse .navbar-nav > li:not(.active).dropdown > a:focus {
  color: #d5d6d6;
}

.navbar-inverse:not(.block-nav) .navbar-nav > li.active > a.dropdown-toggle:focus, .navbar-inverse .navbar-nav > li.active.dropdown > a:hover, .navbar-inverse .navbar-nav > li.active.dropdown > a:focus {
  color: #fff;
}

#cd-lateral-nav {
  padding-top: 14px;
  -webkit-box-shadow: inset 5px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 10px 20px rgba(0, 0, 0, 0.2);
}
#cd-lateral-nav small, #cd-lateral-nav .small, #cd-lateral-nav .event-detail .subtext, .event-detail #cd-lateral-nav .subtext, #cd-lateral-nav #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list #cd-lateral-nav .activity.media, #cd-lateral-nav #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities #cd-lateral-nav .activity.media {
  color: rgba(255, 255, 255, 0.6);
}
#cd-lateral-nav .cd-navigation li:not(:first-child):not(.cd-social-list-item) {
  margin-top: 14px;
}
#cd-lateral-nav .cd-navigation li.item-has-children > a {
  margin-bottom: 14px;
}
#cd-lateral-nav .cd-navigation li:last-child {
  margin-bottom: 0;
}
#cd-lateral-nav .nav-social {
  padding: 0 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#cd-lateral-nav .nav-social .fb_iframe_widget span {
  vertical-align: baseline !important;
}
#cd-lateral-nav.lateral-menu-is-open .nav-social {
  opacity: 1;
  visibility: visible;
}

.navbar-brand > img {
  height: 75px;
}
.navbar-brand > span.h3 {
  line-height: 75px;
}
@media (max-width: 767px) {
  .navbar-brand > img {
    height: 60px;
  }
  .navbar-brand > span.h3 {
    line-height: 60px;
  }
}

#mobile-nav-btns #mobile-nav-btn-1 {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
  /*&:last-child {
    margin-bottom: -$small-border-width;
  }*/
}
#mobile-nav-btns #mobile-nav-btn-1:hover, #mobile-nav-btns #mobile-nav-btn-1:focus, #mobile-nav-btns #mobile-nav-btn-1.focus, #mobile-nav-btns #mobile-nav-btn-1:active, #mobile-nav-btns #mobile-nav-btn-1.active, .open > #mobile-nav-btns #mobile-nav-btn-1.dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
#mobile-nav-btns #mobile-nav-btn-1:active, #mobile-nav-btns #mobile-nav-btn-1.active, .open > #mobile-nav-btns #mobile-nav-btn-1.dropdown-toggle {
  background-image: none;
}
#mobile-nav-btns #mobile-nav-btn-1.disabled, #mobile-nav-btns #mobile-nav-btn-1.disabled:hover, #mobile-nav-btns #mobile-nav-btn-1.disabled:focus, #mobile-nav-btns #mobile-nav-btn-1.disabled.focus, #mobile-nav-btns #mobile-nav-btn-1.disabled:active, #mobile-nav-btns #mobile-nav-btn-1.disabled.active, #mobile-nav-btns #mobile-nav-btn-1[disabled], #mobile-nav-btns #mobile-nav-btn-1[disabled]:hover, #mobile-nav-btns #mobile-nav-btn-1[disabled]:focus, #mobile-nav-btns #mobile-nav-btn-1[disabled].focus, #mobile-nav-btns #mobile-nav-btn-1[disabled]:active, #mobile-nav-btns #mobile-nav-btn-1[disabled].active, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-1, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-1:hover, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-1:focus, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-1.focus, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-1:active, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-1.active {
  background-color: #e45620;
  border-color: #e45620;
}
#mobile-nav-btns #mobile-nav-btn-1 .badge {
  color: #e45620;
  background-color: #fff;
}
#mobile-nav-btns #mobile-nav-btn-2 {
  color: #091c42;
  background-color: #fff;
  border-color: #fff;
}
#mobile-nav-btns #mobile-nav-btn-2:hover, #mobile-nav-btns #mobile-nav-btn-2:focus, #mobile-nav-btns #mobile-nav-btn-2.focus, #mobile-nav-btns #mobile-nav-btn-2:active, #mobile-nav-btns #mobile-nav-btn-2.active, .open > #mobile-nav-btns #mobile-nav-btn-2.dropdown-toggle {
  color: #091c42;
  background-color: white;
  border-color: white;
}
#mobile-nav-btns #mobile-nav-btn-2:active, #mobile-nav-btns #mobile-nav-btn-2.active, .open > #mobile-nav-btns #mobile-nav-btn-2.dropdown-toggle {
  background-image: none;
}
#mobile-nav-btns #mobile-nav-btn-2.disabled, #mobile-nav-btns #mobile-nav-btn-2.disabled:hover, #mobile-nav-btns #mobile-nav-btn-2.disabled:focus, #mobile-nav-btns #mobile-nav-btn-2.disabled.focus, #mobile-nav-btns #mobile-nav-btn-2.disabled:active, #mobile-nav-btns #mobile-nav-btn-2.disabled.active, #mobile-nav-btns #mobile-nav-btn-2[disabled], #mobile-nav-btns #mobile-nav-btn-2[disabled]:hover, #mobile-nav-btns #mobile-nav-btn-2[disabled]:focus, #mobile-nav-btns #mobile-nav-btn-2[disabled].focus, #mobile-nav-btns #mobile-nav-btn-2[disabled]:active, #mobile-nav-btns #mobile-nav-btn-2[disabled].active, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-2, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-2:hover, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-2:focus, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-2.focus, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-2:active, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-2.active {
  background-color: #fff;
  border-color: #fff;
}
#mobile-nav-btns #mobile-nav-btn-2 .badge {
  color: #fff;
  background-color: #091c42;
}
#mobile-nav-btns #mobile-nav-btn-3 {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
  /*&:last-child {
    margin-bottom: -$small-border-width;
  }*/
}
#mobile-nav-btns #mobile-nav-btn-3:hover, #mobile-nav-btns #mobile-nav-btn-3:focus, #mobile-nav-btns #mobile-nav-btn-3.focus, #mobile-nav-btns #mobile-nav-btn-3:active, #mobile-nav-btns #mobile-nav-btn-3.active, .open > #mobile-nav-btns #mobile-nav-btn-3.dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
#mobile-nav-btns #mobile-nav-btn-3:active, #mobile-nav-btns #mobile-nav-btn-3.active, .open > #mobile-nav-btns #mobile-nav-btn-3.dropdown-toggle {
  background-image: none;
}
#mobile-nav-btns #mobile-nav-btn-3.disabled, #mobile-nav-btns #mobile-nav-btn-3.disabled:hover, #mobile-nav-btns #mobile-nav-btn-3.disabled:focus, #mobile-nav-btns #mobile-nav-btn-3.disabled.focus, #mobile-nav-btns #mobile-nav-btn-3.disabled:active, #mobile-nav-btns #mobile-nav-btn-3.disabled.active, #mobile-nav-btns #mobile-nav-btn-3[disabled], #mobile-nav-btns #mobile-nav-btn-3[disabled]:hover, #mobile-nav-btns #mobile-nav-btn-3[disabled]:focus, #mobile-nav-btns #mobile-nav-btn-3[disabled].focus, #mobile-nav-btns #mobile-nav-btn-3[disabled]:active, #mobile-nav-btns #mobile-nav-btn-3[disabled].active, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-3, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-3:hover, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-3:focus, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-3.focus, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-3:active, fieldset[disabled] #mobile-nav-btns #mobile-nav-btn-3.active {
  background-color: #e45620;
  border-color: #e45620;
}
#mobile-nav-btns #mobile-nav-btn-3 .badge {
  color: #e45620;
  background-color: #fff;
}
#mobile-nav-btns:hover, #mobile-nav-btns:focus {
  background-color: #ea784d !important;
}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  /* you need to set this to assign to the main element a min height of 100% */
  min-height: 100%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding-top: 0px;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  /*-webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;*/
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

@media only screen and (min-width: 768px) {
  .cd-main-content {
    padding-top: 0px;
  }
}
header {
  position: relative;
  min-height: 87.4px;
  width: 100%;
  background-color: transparent;
  z-index: 3 !important;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  /*-webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;*/
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

header.is-fixed {
  position: fixed;
}

@media only screen and (min-width: 768px) {
  header {
    min-height: 108px;
  }
}
#cd-logo {
  display: block;
  float: left;
  margin: 12px 0 0 20px;
}

#cd-logo img {
  display: block;
}

@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 22px 0 0 30px;
  }
}
#cd-top-nav {
  position: absolute;
  top: 0;
  right: 120px;
  height: 100%;
  display: none;
}

#cd-top-nav ul {
  height: 100%;
  padding-top: 18px;
}

#cd-top-nav li {
  display: inline-block;
  margin-right: 1em;
}

#cd-top-nav a {
  display: inline-block;
  padding: 0.5em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
}

#cd-top-nav a.current {
  background-color: transparent;
}

.no-touch #cd-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) {
  #cd-top-nav {
    display: block;
  }
}
#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 75px;
  background-color: transparent;
  z-index: 1035;
}

#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #878c8c;
  font-weight: bold;
  display: none;
}

.navbar-inverse + #cd-menu-trigger .cd-menu-text {
  color: #fff;
}

#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #878c8c;
  /* these are the upper and lower lines in the menu menu */
}

.navbar-inverse + #cd-menu-trigger .cd-menu-icon {
  background-color: #fff;
}

#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}

.navbar-inverse + #cd-menu-trigger .cd-menu-icon::before, .navbar-inverse + #cd-menu-trigger .cd-menu-icon:after {
  background-color: #fff;
}

#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}

#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(135, 140, 140, 0);
}

.navbar-inverse + #cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: #878c8c;
}

.navbar-inverse + #cd-menu-trigger.is-clicked .cd-menu-icon::before, .navbar-inverse + #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: #fff;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  /*#cd-menu-trigger {
    width: 65px;
    padding-left: 1.25em;
  }*/
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }

  /*#cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }*/
}
#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: #091c42;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
  transition: transform 0.4s 0s, visibility 0s 0.4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}

#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}

#cd-lateral-nav .sub-menu {
  padding: 0 10px 0px 15px;
  display: none;
}
#cd-lateral-nav .sub-menu li a {
  font-size: 14px;
  text-transform: none;
}

#cd-lateral-nav a {
  display: block;
  padding: 0 16px 0 32px;
  color: #d5d6d6;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#cd-lateral-nav li.active > a {
  color: #fff;
}

#cd-lateral-nav .social-list li a {
  padding-right: 10px;
}
#cd-lateral-nav .social-list li:not(:first-child) a {
  padding-left: 0;
}

#cd-lateral-nav a.current {
  background-color: transparent;
  color: #FFF;
}

.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform 0.4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  /* this is the right arrow to show that the item has a submenu  */
}

#cd-lateral-nav .item-has-children > a::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("../img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  /*-webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;*/
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

#cd-lateral-nav .socials {
  padding: 0 32px;
}

#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}

#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  float: left;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  background-size: 128px 64px;
  background-color: #FFF;
  margin-right: 0.5em;
  border-radius: 0.25em;
}

#cd-lateral-nav .socials a.cd-twitter {
  background-position: 0 0;
}

#cd-lateral-nav .socials a.cd-github {
  background-position: -32px 0;
}

#cd-lateral-nav .socials a.cd-facebook {
  background-position: -64px 0;
}

#cd-lateral-nav .socials a.cd-google {
  background-position: -96px 0;
}

.no-touch #cd-lateral-nav .socials a:hover {
  background-color: transparent;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
  background-position: 0 -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-github {
  background-position: -32px -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
  background-position: -64px -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-google {
  background-position: -96px -32px;
}

/* Nav 2 Overrides
------------------------------------- */
/*
@import "nm-plugin-mobile-nav-2";

.navbar {

  .nav-flex {

    .navbar-header {
      text-align: center;

      flex-grow: 1;
      flex-basis: 0;

      .navbar-brand {
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: inline-block;

        margin-left: 0;
      }

    }

    #menu-collapse {
      flex-grow: 1;
      flex-basis: 0;
    }

    .right-nav {
      flex-grow: 1;
      flex-basis: 0;

      text-align: right;
    }

  }

}*/
/* Footer
------------------------------------- */
.footer-image {
  position: relative;
  border-top: 4px solid #091c42;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 991px) {
  .footer-image {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .footer-image {
    min-height: 300px;
  }
}
.footer-image .footer-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 52, 52, 0.1);
}
.footer-image #footer-image-social {
  padding: 20px 0 20px 0;
}

.footer-btn {
  margin-top: 0 !important;
}
.footer-btn#footer-btn-1 {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
}
.footer-btn#footer-btn-1:hover, .footer-btn#footer-btn-1:focus, .footer-btn#footer-btn-1.focus, .footer-btn#footer-btn-1:active, .footer-btn#footer-btn-1.active, .open > .footer-btn#footer-btn-1.dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
.footer-btn#footer-btn-1:active, .footer-btn#footer-btn-1.active, .open > .footer-btn#footer-btn-1.dropdown-toggle {
  background-image: none;
}
.footer-btn#footer-btn-1.disabled, .footer-btn#footer-btn-1.disabled:hover, .footer-btn#footer-btn-1.disabled:focus, .footer-btn#footer-btn-1.disabled.focus, .footer-btn#footer-btn-1.disabled:active, .footer-btn#footer-btn-1.disabled.active, .footer-btn#footer-btn-1[disabled], .footer-btn#footer-btn-1[disabled]:hover, .footer-btn#footer-btn-1[disabled]:focus, .footer-btn#footer-btn-1[disabled].focus, .footer-btn#footer-btn-1[disabled]:active, .footer-btn#footer-btn-1[disabled].active, fieldset[disabled] .footer-btn#footer-btn-1, fieldset[disabled] .footer-btn#footer-btn-1:hover, fieldset[disabled] .footer-btn#footer-btn-1:focus, fieldset[disabled] .footer-btn#footer-btn-1.focus, fieldset[disabled] .footer-btn#footer-btn-1:active, fieldset[disabled] .footer-btn#footer-btn-1.active {
  background-color: #e45620;
  border-color: #e45620;
}
.footer-btn#footer-btn-1 .badge {
  color: #e45620;
  background-color: #fff;
}
.footer-btn#footer-btn-2 {
  color: #fff;
  background-color: #091c42;
  border-color: #091c42;
}
.footer-btn#footer-btn-2:hover, .footer-btn#footer-btn-2:focus, .footer-btn#footer-btn-2.focus, .footer-btn#footer-btn-2:active, .footer-btn#footer-btn-2.active, .open > .footer-btn#footer-btn-2.dropdown-toggle {
  color: #fff;
  background-color: #0f2f6f;
  border-color: #0f2f6f;
}
.footer-btn#footer-btn-2:active, .footer-btn#footer-btn-2.active, .open > .footer-btn#footer-btn-2.dropdown-toggle {
  background-image: none;
}
.footer-btn#footer-btn-2.disabled, .footer-btn#footer-btn-2.disabled:hover, .footer-btn#footer-btn-2.disabled:focus, .footer-btn#footer-btn-2.disabled.focus, .footer-btn#footer-btn-2.disabled:active, .footer-btn#footer-btn-2.disabled.active, .footer-btn#footer-btn-2[disabled], .footer-btn#footer-btn-2[disabled]:hover, .footer-btn#footer-btn-2[disabled]:focus, .footer-btn#footer-btn-2[disabled].focus, .footer-btn#footer-btn-2[disabled]:active, .footer-btn#footer-btn-2[disabled].active, fieldset[disabled] .footer-btn#footer-btn-2, fieldset[disabled] .footer-btn#footer-btn-2:hover, fieldset[disabled] .footer-btn#footer-btn-2:focus, fieldset[disabled] .footer-btn#footer-btn-2.focus, fieldset[disabled] .footer-btn#footer-btn-2:active, fieldset[disabled] .footer-btn#footer-btn-2.active {
  background-color: #091c42;
  border-color: #091c42;
}
.footer-btn#footer-btn-2 .badge {
  color: #091c42;
  background-color: #fff;
}
.footer-btn#footer-btn-3 {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
}
.footer-btn#footer-btn-3:hover, .footer-btn#footer-btn-3:focus, .footer-btn#footer-btn-3.focus, .footer-btn#footer-btn-3:active, .footer-btn#footer-btn-3.active, .open > .footer-btn#footer-btn-3.dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
.footer-btn#footer-btn-3:active, .footer-btn#footer-btn-3.active, .open > .footer-btn#footer-btn-3.dropdown-toggle {
  background-image: none;
}
.footer-btn#footer-btn-3.disabled, .footer-btn#footer-btn-3.disabled:hover, .footer-btn#footer-btn-3.disabled:focus, .footer-btn#footer-btn-3.disabled.focus, .footer-btn#footer-btn-3.disabled:active, .footer-btn#footer-btn-3.disabled.active, .footer-btn#footer-btn-3[disabled], .footer-btn#footer-btn-3[disabled]:hover, .footer-btn#footer-btn-3[disabled]:focus, .footer-btn#footer-btn-3[disabled].focus, .footer-btn#footer-btn-3[disabled]:active, .footer-btn#footer-btn-3[disabled].active, fieldset[disabled] .footer-btn#footer-btn-3, fieldset[disabled] .footer-btn#footer-btn-3:hover, fieldset[disabled] .footer-btn#footer-btn-3:focus, fieldset[disabled] .footer-btn#footer-btn-3.focus, fieldset[disabled] .footer-btn#footer-btn-3:active, fieldset[disabled] .footer-btn#footer-btn-3.active {
  background-color: #e45620;
  border-color: #e45620;
}
.footer-btn#footer-btn-3 .badge {
  color: #e45620;
  background-color: #fff;
}
.footer-btn#footer-btn-splash {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
}
.footer-btn#footer-btn-splash:hover, .footer-btn#footer-btn-splash:focus, .footer-btn#footer-btn-splash.focus, .footer-btn#footer-btn-splash:active, .footer-btn#footer-btn-splash.active, .open > .footer-btn#footer-btn-splash.dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
.footer-btn#footer-btn-splash:active, .footer-btn#footer-btn-splash.active, .open > .footer-btn#footer-btn-splash.dropdown-toggle {
  background-image: none;
}
.footer-btn#footer-btn-splash.disabled, .footer-btn#footer-btn-splash.disabled:hover, .footer-btn#footer-btn-splash.disabled:focus, .footer-btn#footer-btn-splash.disabled.focus, .footer-btn#footer-btn-splash.disabled:active, .footer-btn#footer-btn-splash.disabled.active, .footer-btn#footer-btn-splash[disabled], .footer-btn#footer-btn-splash[disabled]:hover, .footer-btn#footer-btn-splash[disabled]:focus, .footer-btn#footer-btn-splash[disabled].focus, .footer-btn#footer-btn-splash[disabled]:active, .footer-btn#footer-btn-splash[disabled].active, fieldset[disabled] .footer-btn#footer-btn-splash, fieldset[disabled] .footer-btn#footer-btn-splash:hover, fieldset[disabled] .footer-btn#footer-btn-splash:focus, fieldset[disabled] .footer-btn#footer-btn-splash.focus, fieldset[disabled] .footer-btn#footer-btn-splash:active, fieldset[disabled] .footer-btn#footer-btn-splash.active {
  background-color: #e45620;
  border-color: #e45620;
}
.footer-btn#footer-btn-splash .badge {
  color: #e45620;
  background-color: #fff;
}
.footer-btn + .footer-btn {
  border-top: 2px solid #fff !important;
}
.footer-btn:only-child, .footer-btn:nth-child(3) {
  margin-bottom: -4px;
  z-index: 1;
}
.footer-btn .footer-btn-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
}
.footer-btn .footer-btn-inner.btn-transparent {
  background-color: transparent;
  text-shadow: none;
  border-color: #fff;
  border-width: 4px;
  color: #fff;
}
.footer-btn .footer-btn-inner.btn-transparent:hover, .footer-btn .footer-btn-inner.btn-transparent:focus {
  background-color: #fff;
  color: #ea784d;
}

/*.footer-image-img {
  position: relative;

  img {
    width: 100%;
  }

  .footer-image-overlay {
    @include coverer();
    background-color: rgba($footer-image-overlay-color, $footer-image-overlay-opacity);
  }

}*/
footer {
  font-size: 14px;
  border-top: 4px solid #091c42;
  color: #091c42;
  font-weight: bold;
  /*.footer-links a, .btn-link {
    color: inherit;
    border-bottom: $small-border-width $primary-border-style $neutral-gray;
    box-shadow: inset 0px (-$small-border-width) 0px $neutral-gray !important;

    &:hover, &:focus {
      color: $brand-primary;
      background-color: $neutral-gray;
    }

  }*/
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 36px;
  }
}
footer p {
  font-size: 14px;
}
footer a {
  color: inherit;
}
footer #footer-nav {
  text-align: center;
  font-size: 14px;
}
footer #footer-nav .top-level-nav-page > a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #878c8c;
}
footer #footer-nav .top-level-nav-page > a:hover, footer #footer-nav .top-level-nav-page > a:focus {
  color: #0f2f6f;
}
footer #footer-nav .top-level-nav-page ul {
  margin-top: 5px;
}
footer #footer-nav .top-level-nav-page ul li a {
  font-size: 14px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #878c8c;
}
footer #footer-nav .top-level-nav-page ul li a:hover, footer #footer-nav .top-level-nav-page ul li a:focus {
  color: #0f2f6f;
}
footer #footer-nav .top-level-nav-page.active > a, footer #footer-nav .top-level-nav-page .active > a {
  color: #091c42 !important;
}
footer #footer-nav + hr {
  margin-top: 11px;
}
footer .footer-brand img {
  max-height: 75px;
}
footer .fb_iframe_widget span {
  vertical-align: baseline !important;
}
footer .footer-social-bar .list-inline > li {
  padding: 0 5px;
}
footer .footer-social-bar .list-inline > li a {
  font-size: 20px;
}
@media (max-width: 767px) {
  footer:not(#footer-two) .footer-credits {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  footer:not(#footer-two) .footer-credits li {
    display: block;
  }
  footer:not(#footer-two) .footer-credits li:first-child a {
    padding-bottom: 5px;
  }
  footer:not(#footer-two) .footer-credits li:last-child a {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  footer:not(#footer-two) .footer-credits li#footer-credits-bar {
    display: none;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
footer .footer-paid-for-container {
  padding: 5px 10px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #d5d6d6;
  border-radius: 0px;
}
footer .footer-paid-for-container p, footer .footer-paid-for-container div {
  margin-bottom: 0;
}
footer.brand-primary-bg {
  /*.footer-links a, .btn-link {
    color: inherit;
    border-bottom: $small-border-width $primary-border-style #fff;
    box-shadow: inset 0px (-$small-border-width) 0px #fff !important;

    &:hover, &:focus {
      color: $brand-secondary;
      background-color: #fff;
    }

  }*/
}
footer.brand-primary-bg:not(#footer-two) .footer-credits {
  background-color: #0b2454;
}
footer.brand-primary-bg .footer-paid-for-container {
  border-color: #fff;
}
footer.brand-primary-bg a:not(.btn):hover, footer.brand-primary-bg a:not(.btn):focus {
  color: #e45620;
}
footer.brand-primary-bg #footer-nav .top-level-nav-page a {
  color: #d5d6d6;
}
footer.brand-primary-bg #footer-nav .top-level-nav-page a:hover, footer.brand-primary-bg #footer-nav .top-level-nav-page a:focus {
  color: #e45620;
}
footer.brand-primary-bg #footer-nav .top-level-nav-page.active > a, footer.brand-primary-bg #footer-nav .top-level-nav-page .active > a {
  color: #fff !important;
}
footer hr, footer .faded-divider {
  margin-top: 11px;
}
footer .footer-social + hr, footer .footer-social + .faded-divider {
  margin-top: 16px;
}

/* Like Page
------------------------------------- */
.like-page {
  display: none;
}
#profile-peer-to-peer-fundraising .like-page {
  display: block;
}
.like-page strong, .like-page b {
  font-size: 20px;
}
.like-page strong small, .like-page b small {
  margin-top: -5px;
}

/* Page Tags
------------------------------------- */
.page-tags {
  margin-top: 22px;
  margin-bottom: 0;
  /*@media (max-width: $screen-sm-max) {

    &.margintopmore {
      margin-top: $line-height-computed;
    }

  }*/
}
/* Stream
------------------------------------- */
#stream .reaction-wrap {
  border: none;
  background-color: transparent;
}
#stream .reaction-wrap .content-list, #stream .reaction-wrap .activities {
  background-color: transparent;
  border: none;
  padding: 0 0;
}
#stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .activities .activity.media {
  margin-top: 45px;
  padding: 0 15px 14px 15px;
  background-color: #f0f1f1;
  border-bottom: 2px solid #091c42 !important;
  font-size: 14px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
#stream .reaction-wrap .content-list .activity.media .media-left, #stream .reaction-wrap .activities .activity.media .media-left {
  padding-right: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#stream .reaction-wrap .content-list .activity.media .media-body, #stream .reaction-wrap .activities .activity.media .media-body {
  display: block;
  padding-top: 30px;
}
#stream .reaction-wrap .content-list .activity.media .media-body .activity-content, #stream .reaction-wrap .activities .activity.media .media-body .activity-content {
  margin-top: 5px;
  font-size: 14px;
  color: #323434;
  font-weight: 400;
}
#stream .reaction-wrap .content-list .activity.media .media-body .activity-content img, #stream .reaction-wrap .activities .activity.media .media-body .activity-content img {
  margin-top: 5px;
}
.profile_image {
  border-radius: 50%;
  border: 1px solid #f0f1f1;
}

#slider-cards-custom {
  margin-bottom: 22px;
}
#slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom {
  background-color: transparent;
  font-size: 14px;
}
#slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom {
  color: #878c8c;
}
#slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a {
  font-weight: 600;
  color: #091c42;
}
#slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:hover, #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:focus {
  color: #0f2f6f;
}

.activity > a, .political-capital-activity > a {
  font-weight: bold;
}
.profile-posts .activity > a, .profile-posts .political-capital-activity > a {
  font-weight: 600;
}
.profile-posts .activity .activity-content, .profile-posts .political-capital-activity .activity-content {
  font-size: 14px;
  color: #323434;
  font-weight: 400;
}
.profile-posts .activity .activity-content .truncate-200, .profile-posts .political-capital-activity .activity-content .truncate-200 {
  margin-top: 8px;
  margin-bottom: 5px;
  overflow: hidden;
}
.profile-posts .activity .activity-content img, .profile-posts .political-capital-activity .activity-content img {
  margin-top: 5px;
}

.badge-label {
  font-size: 14px;
  font-weight: bold;
}

table.content-list a {
  font-weight: bold;
}

@media (max-width: 767px) {
  .default-directory {
    text-align: center;
  }
  .default-directory .divider {
    margin-left: auto;
    margin-right: auto;
  }
}
.default-directory img {
  border-radius: 50%;
  border: 1px solid #f0f1f1;
}
@media (min-width: 768px) {
  .default-directory img {
    width: 100%;
  }
}

.page-profile .activity {
  display: inline-block;
}

.page-excerpts > :last-child {
  margin-bottom: 0;
}
.page-excerpts > :last-child > :last-child {
  margin-bottom: 0;
}
.page-excerpts > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.page-excerpts > :last-child > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.homepage-excerpt .clearfix.marginbottommore.margintopmore h3.bar-goal, .homepage-excerpt .clearfix.margintopmore.byline h3.bar-goal, .homepage-excerpt .clearfix.margintopmore#slider-cards h3.bar-goal, .homepage-excerpt .clearfix.margintopmore.intro h3.bar-goal, .homepage-excerpt .clearfix.margintopmore.flag_form h3.bar-goal, .homepage-excerpt .clearfix.marginbottommore.share-container.panel h3.bar-goal, .homepage-excerpt .clearfix.byline.share-container.panel h3.bar-goal, .homepage-excerpt .clearfix#slider-cards.share-container.panel h3.bar-goal, .homepage-excerpt .clearfix.intro.share-container.panel h3.bar-goal, .homepage-excerpt .clearfix.flag_form.share-container.panel h3.bar-goal, .page-profile .clearfix.marginbottommore.margintopmore h3.bar-goal, .page-profile .clearfix.margintopmore.byline h3.bar-goal, .page-profile .clearfix.margintopmore#slider-cards h3.bar-goal, .page-profile .clearfix.margintopmore.intro h3.bar-goal, .page-profile .clearfix.margintopmore.flag_form h3.bar-goal, .page-profile .clearfix.marginbottommore.share-container.panel h3.bar-goal, .page-profile .clearfix.byline.share-container.panel h3.bar-goal, .page-profile .clearfix#slider-cards.share-container.panel h3.bar-goal, .page-profile .clearfix.intro.share-container.panel h3.bar-goal, .page-profile .clearfix.flag_form.share-container.panel h3.bar-goal, .page-excerpt .clearfix.marginbottommore.margintopmore h3.bar-goal, .page-excerpt .clearfix.margintopmore.byline h3.bar-goal, .page-excerpt .clearfix.margintopmore#slider-cards h3.bar-goal, .page-excerpt .clearfix.margintopmore.intro h3.bar-goal, .page-excerpt .clearfix.margintopmore.flag_form h3.bar-goal, .page-excerpt .clearfix.marginbottommore.share-container.panel h3.bar-goal, .page-excerpt .clearfix.byline.share-container.panel h3.bar-goal, .page-excerpt .clearfix#slider-cards.share-container.panel h3.bar-goal, .page-excerpt .clearfix.intro.share-container.panel h3.bar-goal, .page-excerpt .clearfix.flag_form.share-container.panel h3.bar-goal {
  font-size: 23.8px;
}

/* Supporter Nav 
----------------------------------- */
table#supporter-status thead tr th {
  padding-top: 8px;
  padding-bottom: 8px;
}
table#supporter-status tbody tr:nth-child(even) {
  background-color: #f0f1f1;
}
table#supporter-status tbody tr td {
  vertical-align: middle;
}
table#supporter-status tbody tr td a {
  color: #e45620;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
table#supporter-status tbody tr td a:hover, table#supporter-status tbody tr td a:focus {
  color: #ea784d;
}
table#supporter-status tbody tr td i {
  color: #091c42;
}

/* Profiles
----------------------------------- */
#number-of-recruits tr td {
  padding: 8px 10px;
  vertical-align: middle;
}
#number-of-recruits tr td:first-child {
  color: #878c8c;
}
#number-of-recruits tr:nth-child(even) {
  background-color: #f0f1f1;
}

#profile-action .btn:last-child, #profile-action #analytics-consent .submit button:last-child, #analytics-consent .submit #profile-action button:last-child, #profile-action .page-pages-show-donation-wide .radio-inline label.radio:last-child, .page-pages-show-donation-wide .radio-inline #profile-action label.radio:last-child, #profile-action .page-type-moneybomb .radio-inline label.radio:last-child, .page-type-moneybomb .radio-inline #profile-action label.radio:last-child, #profile-action .page-pages-show-donation-v2-wide .radio-inline label.radio:last-child, .page-pages-show-donation-v2-wide .radio-inline #profile-action label.radio:last-child {
  margin-bottom: 0;
}

/* Forms
----------------------------------- */
.form-control, .StripeElement, .page-pages-show-donation-v2-wide .form-wrap #donation_amount_other_input, .selectric, select, .form-group > select, #donation_amount_other, #pledge_amount_other, #donation_amount_other_input {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.form-wrap {
  background-color: #091c42;
  border: 2px solid #091c42;
  padding: 20px 25px;
  color: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(9, 28, 66, 0.3);
  box-shadow: 0 10px 30px 0 rgba(9, 28, 66, 0.3);
  /*.btn-link {
    color: $form-link-color;
    border-bottom-color: $form-link-color;
    box-shadow: inset 0px (-$small-border-width) 0px $form-link-color !important;

    &:hover, &:focus {
      color: $form-link-hover-color;
      background-color: $form-link-color;
    }

  }*/
  /*.input-group {
    box-shadow: $input-box-shadow;

    @include transition-main;

    .form-control {
      box-shadow: none;
    }

    &:hover, &:focus {
      box-shadow: $input-focus-box-shadow;
    }

  }*/
}
@media (max-width: 767px) {
  .form-wrap {
    padding: 18px 15px;
  }
}
.hero-slider-one .form-wrap, .hp-hero-slider-one .form-wrap, .footer-signup-one .form-wrap {
  background-color: rgba(9, 28, 66, 0.75);
  border-color: transparent;
  color: #fff;
}
.hero-slider-one .form-wrap hr, .hp-hero-slider-one .form-wrap hr, .footer-signup-one .form-wrap hr {
  border-top-color: #fff;
}
.hero-slider-one .form-wrap h4, .hp-hero-slider-one .form-wrap h4, .footer-signup-one .form-wrap h4 {
  border-color: #fff;
}
.hero-slider-one .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link), .hero-slider-one .form-wrap .btn-link, .hp-hero-slider-one .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link), .hp-hero-slider-one .form-wrap .btn-link, .footer-signup-one .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link), .footer-signup-one .form-wrap .btn-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0px -1px 0px #fff !important;
}
.hero-slider-one .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):hover, .hero-slider-one .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):focus, .hero-slider-one .form-wrap .btn-link:hover, .hero-slider-one .form-wrap .btn-link:focus, .hp-hero-slider-one .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):hover, .hp-hero-slider-one .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):focus, .hp-hero-slider-one .form-wrap .btn-link:hover, .hp-hero-slider-one .form-wrap .btn-link:focus, .footer-signup-one .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):hover, .footer-signup-one .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):focus, .footer-signup-one .form-wrap .btn-link:hover, .footer-signup-one .form-wrap .btn-link:focus {
  color: #e45620;
  background-color: #fff;
}
.hero-slider-one .form-wrap .btn-primary, .hero-slider-one .form-wrap .radio-inline span label.radio, .hp-hero-slider-one .form-wrap .btn-primary, .hp-hero-slider-one .form-wrap .radio-inline span label.radio, .footer-signup-one .form-wrap .btn-primary, .footer-signup-one .form-wrap .radio-inline span label.radio {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
}
.hero-slider-one .form-wrap .btn-primary:hover, .hero-slider-one .form-wrap .btn-primary:focus, .hero-slider-one .form-wrap .btn-primary.focus, .hero-slider-one .form-wrap .btn-primary:active, .hero-slider-one .form-wrap .btn-primary.active, .open > .hero-slider-one .form-wrap .btn-primary.dropdown-toggle, .hero-slider-one .form-wrap .radio-inline span label.radio:hover, .hero-slider-one .form-wrap .radio-inline span label.radio:focus, .hero-slider-one .form-wrap .radio-inline span label.radio.focus, .hero-slider-one .form-wrap .radio-inline span label.radio:active, .hero-slider-one .form-wrap .radio-inline span label.radio.active, .open > .hero-slider-one .form-wrap .radio-inline span label.radio.dropdown-toggle, .hp-hero-slider-one .form-wrap .btn-primary:hover, .hp-hero-slider-one .form-wrap .btn-primary:focus, .hp-hero-slider-one .form-wrap .btn-primary.focus, .hp-hero-slider-one .form-wrap .btn-primary:active, .hp-hero-slider-one .form-wrap .btn-primary.active, .open > .hp-hero-slider-one .form-wrap .btn-primary.dropdown-toggle, .hp-hero-slider-one .form-wrap .radio-inline span label.radio:hover, .hp-hero-slider-one .form-wrap .radio-inline span label.radio:focus, .hp-hero-slider-one .form-wrap .radio-inline span label.radio.focus, .hp-hero-slider-one .form-wrap .radio-inline span label.radio:active, .hp-hero-slider-one .form-wrap .radio-inline span label.radio.active, .open > .hp-hero-slider-one .form-wrap .radio-inline span label.radio.dropdown-toggle, .footer-signup-one .form-wrap .btn-primary:hover, .footer-signup-one .form-wrap .btn-primary:focus, .footer-signup-one .form-wrap .btn-primary.focus, .footer-signup-one .form-wrap .btn-primary:active, .footer-signup-one .form-wrap .btn-primary.active, .open > .footer-signup-one .form-wrap .btn-primary.dropdown-toggle, .footer-signup-one .form-wrap .radio-inline span label.radio:hover, .footer-signup-one .form-wrap .radio-inline span label.radio:focus, .footer-signup-one .form-wrap .radio-inline span label.radio.focus, .footer-signup-one .form-wrap .radio-inline span label.radio:active, .footer-signup-one .form-wrap .radio-inline span label.radio.active, .open > .footer-signup-one .form-wrap .radio-inline span label.radio.dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
.hero-slider-one .form-wrap .btn-primary:active, .hero-slider-one .form-wrap .btn-primary.active, .open > .hero-slider-one .form-wrap .btn-primary.dropdown-toggle, .hero-slider-one .form-wrap .radio-inline span label.radio:active, .hero-slider-one .form-wrap .radio-inline span label.radio.active, .open > .hero-slider-one .form-wrap .radio-inline span label.radio.dropdown-toggle, .hp-hero-slider-one .form-wrap .btn-primary:active, .hp-hero-slider-one .form-wrap .btn-primary.active, .open > .hp-hero-slider-one .form-wrap .btn-primary.dropdown-toggle, .hp-hero-slider-one .form-wrap .radio-inline span label.radio:active, .hp-hero-slider-one .form-wrap .radio-inline span label.radio.active, .open > .hp-hero-slider-one .form-wrap .radio-inline span label.radio.dropdown-toggle, .footer-signup-one .form-wrap .btn-primary:active, .footer-signup-one .form-wrap .btn-primary.active, .open > .footer-signup-one .form-wrap .btn-primary.dropdown-toggle, .footer-signup-one .form-wrap .radio-inline span label.radio:active, .footer-signup-one .form-wrap .radio-inline span label.radio.active, .open > .footer-signup-one .form-wrap .radio-inline span label.radio.dropdown-toggle {
  background-image: none;
}
.hero-slider-one .form-wrap .btn-primary.disabled, .hero-slider-one .form-wrap .btn-primary.disabled:hover, .hero-slider-one .form-wrap .btn-primary.disabled:focus, .hero-slider-one .form-wrap .btn-primary.disabled.focus, .hero-slider-one .form-wrap .btn-primary.disabled:active, .hero-slider-one .form-wrap .btn-primary.disabled.active, .hero-slider-one .form-wrap .btn-primary[disabled], .hero-slider-one .form-wrap .btn-primary[disabled]:hover, .hero-slider-one .form-wrap .btn-primary[disabled]:focus, .hero-slider-one .form-wrap .btn-primary[disabled].focus, .hero-slider-one .form-wrap .btn-primary[disabled]:active, .hero-slider-one .form-wrap .btn-primary[disabled].active, fieldset[disabled] .hero-slider-one .form-wrap .btn-primary, fieldset[disabled] .hero-slider-one .form-wrap .btn-primary:hover, fieldset[disabled] .hero-slider-one .form-wrap .btn-primary:focus, fieldset[disabled] .hero-slider-one .form-wrap .btn-primary.focus, fieldset[disabled] .hero-slider-one .form-wrap .btn-primary:active, fieldset[disabled] .hero-slider-one .form-wrap .btn-primary.active, .hero-slider-one .form-wrap .radio-inline span label.radio.disabled, .hero-slider-one .form-wrap .radio-inline span label.radio.disabled:hover, .hero-slider-one .form-wrap .radio-inline span label.radio.disabled:focus, .hero-slider-one .form-wrap .radio-inline span label.radio.disabled.focus, .hero-slider-one .form-wrap .radio-inline span label.radio.disabled:active, .hero-slider-one .form-wrap .radio-inline span label.radio.disabled.active, .hero-slider-one .form-wrap .radio-inline span label.radio[disabled], .hero-slider-one .form-wrap .radio-inline span label.radio[disabled]:hover, .hero-slider-one .form-wrap .radio-inline span label.radio[disabled]:focus, .hero-slider-one .form-wrap .radio-inline span label.radio[disabled].focus, .hero-slider-one .form-wrap .radio-inline span label.radio[disabled]:active, .hero-slider-one .form-wrap .radio-inline span label.radio[disabled].active, fieldset[disabled] .hero-slider-one .form-wrap .radio-inline span label.radio, fieldset[disabled] .hero-slider-one .form-wrap .radio-inline span label.radio:hover, fieldset[disabled] .hero-slider-one .form-wrap .radio-inline span label.radio:focus, fieldset[disabled] .hero-slider-one .form-wrap .radio-inline span label.radio.focus, fieldset[disabled] .hero-slider-one .form-wrap .radio-inline span label.radio:active, fieldset[disabled] .hero-slider-one .form-wrap .radio-inline span label.radio.active, .hp-hero-slider-one .form-wrap .btn-primary.disabled, .hp-hero-slider-one .form-wrap .btn-primary.disabled:hover, .hp-hero-slider-one .form-wrap .btn-primary.disabled:focus, .hp-hero-slider-one .form-wrap .btn-primary.disabled.focus, .hp-hero-slider-one .form-wrap .btn-primary.disabled:active, .hp-hero-slider-one .form-wrap .btn-primary.disabled.active, .hp-hero-slider-one .form-wrap .btn-primary[disabled], .hp-hero-slider-one .form-wrap .btn-primary[disabled]:hover, .hp-hero-slider-one .form-wrap .btn-primary[disabled]:focus, .hp-hero-slider-one .form-wrap .btn-primary[disabled].focus, .hp-hero-slider-one .form-wrap .btn-primary[disabled]:active, .hp-hero-slider-one .form-wrap .btn-primary[disabled].active, fieldset[disabled] .hp-hero-slider-one .form-wrap .btn-primary, fieldset[disabled] .hp-hero-slider-one .form-wrap .btn-primary:hover, fieldset[disabled] .hp-hero-slider-one .form-wrap .btn-primary:focus, fieldset[disabled] .hp-hero-slider-one .form-wrap .btn-primary.focus, fieldset[disabled] .hp-hero-slider-one .form-wrap .btn-primary:active, fieldset[disabled] .hp-hero-slider-one .form-wrap .btn-primary.active, .hp-hero-slider-one .form-wrap .radio-inline span label.radio.disabled, .hp-hero-slider-one .form-wrap .radio-inline span label.radio.disabled:hover, .hp-hero-slider-one .form-wrap .radio-inline span label.radio.disabled:focus, .hp-hero-slider-one .form-wrap .radio-inline span label.radio.disabled.focus, .hp-hero-slider-one .form-wrap .radio-inline span label.radio.disabled:active, .hp-hero-slider-one .form-wrap .radio-inline span label.radio.disabled.active, .hp-hero-slider-one .form-wrap .radio-inline span label.radio[disabled], .hp-hero-slider-one .form-wrap .radio-inline span label.radio[disabled]:hover, .hp-hero-slider-one .form-wrap .radio-inline span label.radio[disabled]:focus, .hp-hero-slider-one .form-wrap .radio-inline span label.radio[disabled].focus, .hp-hero-slider-one .form-wrap .radio-inline span label.radio[disabled]:active, .hp-hero-slider-one .form-wrap .radio-inline span label.radio[disabled].active, fieldset[disabled] .hp-hero-slider-one .form-wrap .radio-inline span label.radio, fieldset[disabled] .hp-hero-slider-one .form-wrap .radio-inline span label.radio:hover, fieldset[disabled] .hp-hero-slider-one .form-wrap .radio-inline span label.radio:focus, fieldset[disabled] .hp-hero-slider-one .form-wrap .radio-inline span label.radio.focus, fieldset[disabled] .hp-hero-slider-one .form-wrap .radio-inline span label.radio:active, fieldset[disabled] .hp-hero-slider-one .form-wrap .radio-inline span label.radio.active, .footer-signup-one .form-wrap .btn-primary.disabled, .footer-signup-one .form-wrap .btn-primary.disabled:hover, .footer-signup-one .form-wrap .btn-primary.disabled:focus, .footer-signup-one .form-wrap .btn-primary.disabled.focus, .footer-signup-one .form-wrap .btn-primary.disabled:active, .footer-signup-one .form-wrap .btn-primary.disabled.active, .footer-signup-one .form-wrap .btn-primary[disabled], .footer-signup-one .form-wrap .btn-primary[disabled]:hover, .footer-signup-one .form-wrap .btn-primary[disabled]:focus, .footer-signup-one .form-wrap .btn-primary[disabled].focus, .footer-signup-one .form-wrap .btn-primary[disabled]:active, .footer-signup-one .form-wrap .btn-primary[disabled].active, fieldset[disabled] .footer-signup-one .form-wrap .btn-primary, fieldset[disabled] .footer-signup-one .form-wrap .btn-primary:hover, fieldset[disabled] .footer-signup-one .form-wrap .btn-primary:focus, fieldset[disabled] .footer-signup-one .form-wrap .btn-primary.focus, fieldset[disabled] .footer-signup-one .form-wrap .btn-primary:active, fieldset[disabled] .footer-signup-one .form-wrap .btn-primary.active, .footer-signup-one .form-wrap .radio-inline span label.radio.disabled, .footer-signup-one .form-wrap .radio-inline span label.radio.disabled:hover, .footer-signup-one .form-wrap .radio-inline span label.radio.disabled:focus, .footer-signup-one .form-wrap .radio-inline span label.radio.disabled.focus, .footer-signup-one .form-wrap .radio-inline span label.radio.disabled:active, .footer-signup-one .form-wrap .radio-inline span label.radio.disabled.active, .footer-signup-one .form-wrap .radio-inline span label.radio[disabled], .footer-signup-one .form-wrap .radio-inline span label.radio[disabled]:hover, .footer-signup-one .form-wrap .radio-inline span label.radio[disabled]:focus, .footer-signup-one .form-wrap .radio-inline span label.radio[disabled].focus, .footer-signup-one .form-wrap .radio-inline span label.radio[disabled]:active, .footer-signup-one .form-wrap .radio-inline span label.radio[disabled].active, fieldset[disabled] .footer-signup-one .form-wrap .radio-inline span label.radio, fieldset[disabled] .footer-signup-one .form-wrap .radio-inline span label.radio:hover, fieldset[disabled] .footer-signup-one .form-wrap .radio-inline span label.radio:focus, fieldset[disabled] .footer-signup-one .form-wrap .radio-inline span label.radio.focus, fieldset[disabled] .footer-signup-one .form-wrap .radio-inline span label.radio:active, fieldset[disabled] .footer-signup-one .form-wrap .radio-inline span label.radio.active {
  background-color: #e45620;
  border-color: #e45620;
}
.hero-slider-one .form-wrap .btn-primary .badge, .hero-slider-one .form-wrap .radio-inline span label.radio .badge, .hp-hero-slider-one .form-wrap .btn-primary .badge, .hp-hero-slider-one .form-wrap .radio-inline span label.radio .badge, .footer-signup-one .form-wrap .btn-primary .badge, .footer-signup-one .form-wrap .radio-inline span label.radio .badge {
  color: #e45620;
  background-color: #fff;
}
@media (min-width: 992px) {
  .no-hero-bg .form-wrap, .hp-hero-bg .form-wrap {
    background-color: rgba(9, 28, 66, 0.75);
    border-color: transparent;
    color: #fff;
  }
  .no-hero-bg .form-wrap hr, .hp-hero-bg .form-wrap hr {
    border-top-color: #fff;
  }
  .no-hero-bg .form-wrap h4, .hp-hero-bg .form-wrap h4 {
    border-color: #fff;
  }
  .no-hero-bg .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link), .no-hero-bg .form-wrap .btn-link, .hp-hero-bg .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link), .hp-hero-bg .form-wrap .btn-link {
    color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: inset 0px -1px 0px #fff !important;
  }
  .no-hero-bg .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):hover, .no-hero-bg .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):focus, .no-hero-bg .form-wrap .btn-link:hover, .no-hero-bg .form-wrap .btn-link:focus, .hp-hero-bg .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):hover, .hp-hero-bg .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):focus, .hp-hero-bg .form-wrap .btn-link:hover, .hp-hero-bg .form-wrap .btn-link:focus {
    color: #e45620;
    background-color: #fff;
  }
  .no-hero-bg .form-wrap .btn-primary, .no-hero-bg .form-wrap .radio-inline span label.radio, .hp-hero-bg .form-wrap .btn-primary, .hp-hero-bg .form-wrap .radio-inline span label.radio {
    color: #fff;
    background-color: #e45620;
    border-color: #e45620;
  }
  .no-hero-bg .form-wrap .btn-primary:hover, .no-hero-bg .form-wrap .btn-primary:focus, .no-hero-bg .form-wrap .btn-primary.focus, .no-hero-bg .form-wrap .btn-primary:active, .no-hero-bg .form-wrap .btn-primary.active, .open > .no-hero-bg .form-wrap .btn-primary.dropdown-toggle, .no-hero-bg .form-wrap .radio-inline span label.radio:hover, .no-hero-bg .form-wrap .radio-inline span label.radio:focus, .no-hero-bg .form-wrap .radio-inline span label.radio.focus, .no-hero-bg .form-wrap .radio-inline span label.radio:active, .no-hero-bg .form-wrap .radio-inline span label.radio.active, .open > .no-hero-bg .form-wrap .radio-inline span label.radio.dropdown-toggle, .hp-hero-bg .form-wrap .btn-primary:hover, .hp-hero-bg .form-wrap .btn-primary:focus, .hp-hero-bg .form-wrap .btn-primary.focus, .hp-hero-bg .form-wrap .btn-primary:active, .hp-hero-bg .form-wrap .btn-primary.active, .open > .hp-hero-bg .form-wrap .btn-primary.dropdown-toggle, .hp-hero-bg .form-wrap .radio-inline span label.radio:hover, .hp-hero-bg .form-wrap .radio-inline span label.radio:focus, .hp-hero-bg .form-wrap .radio-inline span label.radio.focus, .hp-hero-bg .form-wrap .radio-inline span label.radio:active, .hp-hero-bg .form-wrap .radio-inline span label.radio.active, .open > .hp-hero-bg .form-wrap .radio-inline span label.radio.dropdown-toggle {
    color: #fff;
    background-color: #ea784d;
    border-color: #ea784d;
  }
  .no-hero-bg .form-wrap .btn-primary:active, .no-hero-bg .form-wrap .btn-primary.active, .open > .no-hero-bg .form-wrap .btn-primary.dropdown-toggle, .no-hero-bg .form-wrap .radio-inline span label.radio:active, .no-hero-bg .form-wrap .radio-inline span label.radio.active, .open > .no-hero-bg .form-wrap .radio-inline span label.radio.dropdown-toggle, .hp-hero-bg .form-wrap .btn-primary:active, .hp-hero-bg .form-wrap .btn-primary.active, .open > .hp-hero-bg .form-wrap .btn-primary.dropdown-toggle, .hp-hero-bg .form-wrap .radio-inline span label.radio:active, .hp-hero-bg .form-wrap .radio-inline span label.radio.active, .open > .hp-hero-bg .form-wrap .radio-inline span label.radio.dropdown-toggle {
    background-image: none;
  }
  .no-hero-bg .form-wrap .btn-primary.disabled, .no-hero-bg .form-wrap .btn-primary.disabled:hover, .no-hero-bg .form-wrap .btn-primary.disabled:focus, .no-hero-bg .form-wrap .btn-primary.disabled.focus, .no-hero-bg .form-wrap .btn-primary.disabled:active, .no-hero-bg .form-wrap .btn-primary.disabled.active, .no-hero-bg .form-wrap .btn-primary[disabled], .no-hero-bg .form-wrap .btn-primary[disabled]:hover, .no-hero-bg .form-wrap .btn-primary[disabled]:focus, .no-hero-bg .form-wrap .btn-primary[disabled].focus, .no-hero-bg .form-wrap .btn-primary[disabled]:active, .no-hero-bg .form-wrap .btn-primary[disabled].active, fieldset[disabled] .no-hero-bg .form-wrap .btn-primary, fieldset[disabled] .no-hero-bg .form-wrap .btn-primary:hover, fieldset[disabled] .no-hero-bg .form-wrap .btn-primary:focus, fieldset[disabled] .no-hero-bg .form-wrap .btn-primary.focus, fieldset[disabled] .no-hero-bg .form-wrap .btn-primary:active, fieldset[disabled] .no-hero-bg .form-wrap .btn-primary.active, .no-hero-bg .form-wrap .radio-inline span label.radio.disabled, .no-hero-bg .form-wrap .radio-inline span label.radio.disabled:hover, .no-hero-bg .form-wrap .radio-inline span label.radio.disabled:focus, .no-hero-bg .form-wrap .radio-inline span label.radio.disabled.focus, .no-hero-bg .form-wrap .radio-inline span label.radio.disabled:active, .no-hero-bg .form-wrap .radio-inline span label.radio.disabled.active, .no-hero-bg .form-wrap .radio-inline span label.radio[disabled], .no-hero-bg .form-wrap .radio-inline span label.radio[disabled]:hover, .no-hero-bg .form-wrap .radio-inline span label.radio[disabled]:focus, .no-hero-bg .form-wrap .radio-inline span label.radio[disabled].focus, .no-hero-bg .form-wrap .radio-inline span label.radio[disabled]:active, .no-hero-bg .form-wrap .radio-inline span label.radio[disabled].active, fieldset[disabled] .no-hero-bg .form-wrap .radio-inline span label.radio, fieldset[disabled] .no-hero-bg .form-wrap .radio-inline span label.radio:hover, fieldset[disabled] .no-hero-bg .form-wrap .radio-inline span label.radio:focus, fieldset[disabled] .no-hero-bg .form-wrap .radio-inline span label.radio.focus, fieldset[disabled] .no-hero-bg .form-wrap .radio-inline span label.radio:active, fieldset[disabled] .no-hero-bg .form-wrap .radio-inline span label.radio.active, .hp-hero-bg .form-wrap .btn-primary.disabled, .hp-hero-bg .form-wrap .btn-primary.disabled:hover, .hp-hero-bg .form-wrap .btn-primary.disabled:focus, .hp-hero-bg .form-wrap .btn-primary.disabled.focus, .hp-hero-bg .form-wrap .btn-primary.disabled:active, .hp-hero-bg .form-wrap .btn-primary.disabled.active, .hp-hero-bg .form-wrap .btn-primary[disabled], .hp-hero-bg .form-wrap .btn-primary[disabled]:hover, .hp-hero-bg .form-wrap .btn-primary[disabled]:focus, .hp-hero-bg .form-wrap .btn-primary[disabled].focus, .hp-hero-bg .form-wrap .btn-primary[disabled]:active, .hp-hero-bg .form-wrap .btn-primary[disabled].active, fieldset[disabled] .hp-hero-bg .form-wrap .btn-primary, fieldset[disabled] .hp-hero-bg .form-wrap .btn-primary:hover, fieldset[disabled] .hp-hero-bg .form-wrap .btn-primary:focus, fieldset[disabled] .hp-hero-bg .form-wrap .btn-primary.focus, fieldset[disabled] .hp-hero-bg .form-wrap .btn-primary:active, fieldset[disabled] .hp-hero-bg .form-wrap .btn-primary.active, .hp-hero-bg .form-wrap .radio-inline span label.radio.disabled, .hp-hero-bg .form-wrap .radio-inline span label.radio.disabled:hover, .hp-hero-bg .form-wrap .radio-inline span label.radio.disabled:focus, .hp-hero-bg .form-wrap .radio-inline span label.radio.disabled.focus, .hp-hero-bg .form-wrap .radio-inline span label.radio.disabled:active, .hp-hero-bg .form-wrap .radio-inline span label.radio.disabled.active, .hp-hero-bg .form-wrap .radio-inline span label.radio[disabled], .hp-hero-bg .form-wrap .radio-inline span label.radio[disabled]:hover, .hp-hero-bg .form-wrap .radio-inline span label.radio[disabled]:focus, .hp-hero-bg .form-wrap .radio-inline span label.radio[disabled].focus, .hp-hero-bg .form-wrap .radio-inline span label.radio[disabled]:active, .hp-hero-bg .form-wrap .radio-inline span label.radio[disabled].active, fieldset[disabled] .hp-hero-bg .form-wrap .radio-inline span label.radio, fieldset[disabled] .hp-hero-bg .form-wrap .radio-inline span label.radio:hover, fieldset[disabled] .hp-hero-bg .form-wrap .radio-inline span label.radio:focus, fieldset[disabled] .hp-hero-bg .form-wrap .radio-inline span label.radio.focus, fieldset[disabled] .hp-hero-bg .form-wrap .radio-inline span label.radio:active, fieldset[disabled] .hp-hero-bg .form-wrap .radio-inline span label.radio.active {
    background-color: #e45620;
    border-color: #e45620;
  }
  .no-hero-bg .form-wrap .btn-primary .badge, .no-hero-bg .form-wrap .radio-inline span label.radio .badge, .hp-hero-bg .form-wrap .btn-primary .badge, .hp-hero-bg .form-wrap .radio-inline span label.radio .badge {
    color: #e45620;
    background-color: #fff;
  }
}
.form-wrap .progress .progress-bar {
  background-color: #e45620;
}
.form-wrap .divider {
  background-color: #fff;
}
.form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link), .form-wrap .btn-link {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0px -1px 0px #fff !important;
}
.form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link).progress-stage-button-prev, .form-wrap .btn-link.progress-stage-button-prev {
  border-bottom: none;
  box-shadow: none !important;
}
.form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):hover, .form-wrap a:not(.btn):not(.infowindow-link):not([class*=mce]):not(.form-dropdown-link):focus, .form-wrap .btn-link:hover, .form-wrap .btn-link:focus {
  color: #e45620;
  background-color: #fff;
}
.form-wrap a.infowindow-link {
  font-weight: bold;
}
.form-wrap .gm-style-iw {
  color: #323434;
}
.form-wrap .form-control, .form-wrap .StripeElement, .page-pages-show-donation-v2-wide .form-wrap #donation_amount_other_input, .form-wrap .selectric, .form-wrap select, .form-wrap #donation_amount_other, .form-wrap #donation_amount_other_input, .form-wrap #pledge_amount_other {
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  height: auto;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.form-wrap .form-control:not(.input-sm):not(.input-lg), .form-wrap .StripeElement:not(.input-sm):not(.input-lg), .form-wrap .selectric:not(.input-sm):not(.input-lg), .form-wrap select:not(.input-sm):not(.input-lg), .form-wrap #donation_amount_other:not(.input-sm):not(.input-lg), .form-wrap #donation_amount_other_input:not(.input-sm):not(.input-lg), .form-wrap #pledge_amount_other:not(.input-sm):not(.input-lg) {
  min-height: 40px;
}
.form-wrap .form-control.input-sm, .form-wrap .input-sm.StripeElement, .form-wrap .input-sm.selectric, .form-wrap select.input-sm, .form-wrap .input-sm#donation_amount_other, .form-wrap .input-sm#donation_amount_other_input, .form-wrap .input-sm#pledge_amount_other, .form-wrap .input-group-sm > .form-control, .form-wrap .input-group-sm > .StripeElement, .form-wrap .input-group-sm > .selectric, .form-wrap .input-group-sm > select,
.form-wrap .input-group-sm > .input-group-btn > .form-control.btn,
.form-wrap .input-group-sm > .input-group-btn > .btn.StripeElement,
.form-wrap #analytics-consent .submit .input-group-sm > .input-group-btn > button.form-control,
.form-wrap #analytics-consent .submit .input-group-sm > .input-group-btn > button.StripeElement,
#analytics-consent .submit .form-wrap .input-group-sm > .input-group-btn > button.form-control,
#analytics-consent .submit .form-wrap .input-group-sm > .input-group-btn > button.StripeElement,
.form-wrap .input-group-sm > .input-group-btn > .btn.selectric,
.form-wrap #analytics-consent .submit .input-group-sm > .input-group-btn > button.selectric,
#analytics-consent .submit .form-wrap .input-group-sm > .input-group-btn > button.selectric,
.form-wrap .input-group-sm > .input-group-btn > select.btn,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-sm > .input-group-btn > label.form-control.radio,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-sm > .input-group-btn > label.radio.StripeElement,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-sm > .input-group-btn > label.radio.selectric,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label.form-control.radio,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label.radio.StripeElement,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label.radio.selectric,
.form-wrap .page-type-moneybomb .radio-inline .input-group-sm > .input-group-btn > label.form-control.radio,
.form-wrap .page-type-moneybomb .radio-inline .input-group-sm > .input-group-btn > label.radio.StripeElement,
.form-wrap .page-type-moneybomb .radio-inline .input-group-sm > .input-group-btn > label.radio.selectric,
.page-type-moneybomb .radio-inline .form-wrap .input-group-sm > .input-group-btn > label.form-control.radio,
.page-type-moneybomb .radio-inline .form-wrap .input-group-sm > .input-group-btn > label.radio.StripeElement,
.page-type-moneybomb .radio-inline .form-wrap .input-group-sm > .input-group-btn > label.radio.selectric,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-sm > .input-group-btn > label.form-control.radio,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-sm > .input-group-btn > label.radio.StripeElement,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-sm > .input-group-btn > label.radio.selectric,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label.form-control.radio,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label.radio.StripeElement,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label.radio#donation_amount_other_input,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label.radio.selectric,
.form-wrap .input-group-sm > .input-group-btn > #donation_amount_other.btn,
.form-wrap #analytics-consent .submit .input-group-sm > .input-group-btn > button#donation_amount_other,
#analytics-consent .submit .form-wrap .input-group-sm > .input-group-btn > button#donation_amount_other,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-sm > .input-group-btn > label#donation_amount_other.radio,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label#donation_amount_other.radio,
.form-wrap .page-type-moneybomb .radio-inline .input-group-sm > .input-group-btn > label#donation_amount_other.radio,
.page-type-moneybomb .radio-inline .form-wrap .input-group-sm > .input-group-btn > label#donation_amount_other.radio,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-sm > .input-group-btn > label#donation_amount_other.radio,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label#donation_amount_other.radio,
.form-wrap .input-group-sm > .input-group-btn > #donation_amount_other_input.btn,
.form-wrap #analytics-consent .submit .input-group-sm > .input-group-btn > button#donation_amount_other_input,
#analytics-consent .submit .form-wrap .input-group-sm > .input-group-btn > button#donation_amount_other_input,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-sm > .input-group-btn > label#donation_amount_other_input.radio,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label#donation_amount_other_input.radio,
.form-wrap .page-type-moneybomb .radio-inline .input-group-sm > .input-group-btn > label#donation_amount_other_input.radio,
.page-type-moneybomb .radio-inline .form-wrap .input-group-sm > .input-group-btn > label#donation_amount_other_input.radio,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-sm > .input-group-btn > label#donation_amount_other_input.radio,
.form-wrap .input-group-sm > .input-group-btn > #pledge_amount_other.btn,
.form-wrap #analytics-consent .submit .input-group-sm > .input-group-btn > button#pledge_amount_other,
#analytics-consent .submit .form-wrap .input-group-sm > .input-group-btn > button#pledge_amount_other,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-sm > .input-group-btn > label#pledge_amount_other.radio,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label#pledge_amount_other.radio,
.form-wrap .page-type-moneybomb .radio-inline .input-group-sm > .input-group-btn > label#pledge_amount_other.radio,
.page-type-moneybomb .radio-inline .form-wrap .input-group-sm > .input-group-btn > label#pledge_amount_other.radio,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-sm > .input-group-btn > label#pledge_amount_other.radio,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-sm > .input-group-btn > label#pledge_amount_other.radio, .form-wrap .input-group-sm > #donation_amount_other, .form-wrap .input-group-sm > #donation_amount_other_input, .form-wrap .input-group-sm > #pledge_amount_other {
  min-height: 33px;
}
.form-wrap .form-control.input-lg, .form-wrap .input-lg.StripeElement, .form-wrap .input-lg.selectric, .form-wrap select.input-lg, .form-wrap .input-lg#donation_amount_other, .form-wrap .input-lg#donation_amount_other_input, .form-wrap .input-lg#pledge_amount_other, .form-wrap .input-group-lg > .form-control, .form-wrap .input-group-lg > .StripeElement, .form-wrap .input-group-lg > .selectric, .form-wrap .input-group-lg > select,
.form-wrap .input-group-lg > .input-group-btn > .form-control.btn,
.form-wrap .input-group-lg > .input-group-btn > .btn.StripeElement,
.form-wrap #analytics-consent .submit .input-group-lg > .input-group-btn > button.form-control,
.form-wrap #analytics-consent .submit .input-group-lg > .input-group-btn > button.StripeElement,
#analytics-consent .submit .form-wrap .input-group-lg > .input-group-btn > button.form-control,
#analytics-consent .submit .form-wrap .input-group-lg > .input-group-btn > button.StripeElement,
.form-wrap .input-group-lg > .input-group-btn > .btn.selectric,
.form-wrap #analytics-consent .submit .input-group-lg > .input-group-btn > button.selectric,
#analytics-consent .submit .form-wrap .input-group-lg > .input-group-btn > button.selectric,
.form-wrap .input-group-lg > .input-group-btn > select.btn,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-lg > .input-group-btn > label.form-control.radio,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-lg > .input-group-btn > label.radio.StripeElement,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-lg > .input-group-btn > label.radio.selectric,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label.form-control.radio,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label.radio.StripeElement,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label.radio.selectric,
.form-wrap .page-type-moneybomb .radio-inline .input-group-lg > .input-group-btn > label.form-control.radio,
.form-wrap .page-type-moneybomb .radio-inline .input-group-lg > .input-group-btn > label.radio.StripeElement,
.form-wrap .page-type-moneybomb .radio-inline .input-group-lg > .input-group-btn > label.radio.selectric,
.page-type-moneybomb .radio-inline .form-wrap .input-group-lg > .input-group-btn > label.form-control.radio,
.page-type-moneybomb .radio-inline .form-wrap .input-group-lg > .input-group-btn > label.radio.StripeElement,
.page-type-moneybomb .radio-inline .form-wrap .input-group-lg > .input-group-btn > label.radio.selectric,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-lg > .input-group-btn > label.form-control.radio,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-lg > .input-group-btn > label.radio.StripeElement,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-lg > .input-group-btn > label.radio.selectric,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label.form-control.radio,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label.radio.StripeElement,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label.radio#donation_amount_other_input,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label.radio.selectric,
.form-wrap .input-group-lg > .input-group-btn > #donation_amount_other.btn,
.form-wrap #analytics-consent .submit .input-group-lg > .input-group-btn > button#donation_amount_other,
#analytics-consent .submit .form-wrap .input-group-lg > .input-group-btn > button#donation_amount_other,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-lg > .input-group-btn > label#donation_amount_other.radio,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label#donation_amount_other.radio,
.form-wrap .page-type-moneybomb .radio-inline .input-group-lg > .input-group-btn > label#donation_amount_other.radio,
.page-type-moneybomb .radio-inline .form-wrap .input-group-lg > .input-group-btn > label#donation_amount_other.radio,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-lg > .input-group-btn > label#donation_amount_other.radio,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label#donation_amount_other.radio,
.form-wrap .input-group-lg > .input-group-btn > #donation_amount_other_input.btn,
.form-wrap #analytics-consent .submit .input-group-lg > .input-group-btn > button#donation_amount_other_input,
#analytics-consent .submit .form-wrap .input-group-lg > .input-group-btn > button#donation_amount_other_input,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-lg > .input-group-btn > label#donation_amount_other_input.radio,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label#donation_amount_other_input.radio,
.form-wrap .page-type-moneybomb .radio-inline .input-group-lg > .input-group-btn > label#donation_amount_other_input.radio,
.page-type-moneybomb .radio-inline .form-wrap .input-group-lg > .input-group-btn > label#donation_amount_other_input.radio,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-lg > .input-group-btn > label#donation_amount_other_input.radio,
.form-wrap .input-group-lg > .input-group-btn > #pledge_amount_other.btn,
.form-wrap #analytics-consent .submit .input-group-lg > .input-group-btn > button#pledge_amount_other,
#analytics-consent .submit .form-wrap .input-group-lg > .input-group-btn > button#pledge_amount_other,
.form-wrap .page-pages-show-donation-wide .radio-inline .input-group-lg > .input-group-btn > label#pledge_amount_other.radio,
.page-pages-show-donation-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label#pledge_amount_other.radio,
.form-wrap .page-type-moneybomb .radio-inline .input-group-lg > .input-group-btn > label#pledge_amount_other.radio,
.page-type-moneybomb .radio-inline .form-wrap .input-group-lg > .input-group-btn > label#pledge_amount_other.radio,
.form-wrap .page-pages-show-donation-v2-wide .radio-inline .input-group-lg > .input-group-btn > label#pledge_amount_other.radio,
.page-pages-show-donation-v2-wide .radio-inline .form-wrap .input-group-lg > .input-group-btn > label#pledge_amount_other.radio, .form-wrap .input-group-lg > #donation_amount_other, .form-wrap .input-group-lg > #donation_amount_other_input, .form-wrap .input-group-lg > #pledge_amount_other {
  min-height: 57px;
}
.form-wrap .form-control::-webkit-input-placeholder, .form-wrap .StripeElement::-webkit-input-placeholder, .page-pages-show-donation-v2-wide .form-wrap #donation_amount_other_input::-webkit-input-placeholder, .form-wrap .selectric::-webkit-input-placeholder, .form-wrap select::-webkit-input-placeholder, .form-wrap #donation_amount_other::-webkit-input-placeholder, .form-wrap #donation_amount_other_input::-webkit-input-placeholder, .form-wrap #pledge_amount_other::-webkit-input-placeholder {
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.form-wrap .form-control:-moz-placeholder, .form-wrap .StripeElement:-moz-placeholder, .form-wrap .selectric:-moz-placeholder, .form-wrap select:-moz-placeholder, .form-wrap #donation_amount_other:-moz-placeholder, .form-wrap #donation_amount_other_input:-moz-placeholder, .form-wrap #pledge_amount_other:-moz-placeholder {
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.form-wrap .form-control::-moz-placeholder, .form-wrap .StripeElement::-moz-placeholder, .page-pages-show-donation-v2-wide .form-wrap #donation_amount_other_input::-moz-placeholder, .form-wrap .selectric::-moz-placeholder, .form-wrap select::-moz-placeholder, .form-wrap #donation_amount_other::-moz-placeholder, .form-wrap #donation_amount_other_input::-moz-placeholder, .form-wrap #pledge_amount_other::-moz-placeholder {
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.form-wrap .form-control:-ms-input-placeholder, .form-wrap .StripeElement:-ms-input-placeholder, .form-wrap .selectric:-ms-input-placeholder, .form-wrap select:-ms-input-placeholder, .form-wrap #donation_amount_other:-ms-input-placeholder, .form-wrap #donation_amount_other_input:-ms-input-placeholder, .form-wrap #pledge_amount_other:-ms-input-placeholder {
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.form-wrap .form-control:focus, .form-wrap .StripeElement:focus, .form-wrap .selectric:focus, .form-wrap select:focus, .form-wrap #donation_amount_other:focus, .form-wrap #donation_amount_other_input:focus, .form-wrap #pledge_amount_other:focus {
  background-color: #fff;
  color: #323434;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.form-wrap .form-control:focus::-webkit-input-placeholder, .form-wrap .StripeElement:focus::-webkit-input-placeholder, .form-wrap .selectric:focus::-webkit-input-placeholder, .form-wrap select:focus::-webkit-input-placeholder, .form-wrap #donation_amount_other:focus::-webkit-input-placeholder, .form-wrap #donation_amount_other_input:focus::-webkit-input-placeholder, .form-wrap #pledge_amount_other:focus::-webkit-input-placeholder {
  color: #727676;
}
.form-wrap .form-control:focus:-moz-placeholder, .form-wrap .StripeElement:focus:-moz-placeholder, .form-wrap .selectric:focus:-moz-placeholder, .form-wrap select:focus:-moz-placeholder, .form-wrap #donation_amount_other:focus:-moz-placeholder, .form-wrap #donation_amount_other_input:focus:-moz-placeholder, .form-wrap #pledge_amount_other:focus:-moz-placeholder {
  color: #727676;
}
.form-wrap .form-control:focus::-moz-placeholder, .form-wrap .StripeElement:focus::-moz-placeholder, .form-wrap .selectric:focus::-moz-placeholder, .form-wrap select:focus::-moz-placeholder, .form-wrap #donation_amount_other:focus::-moz-placeholder, .form-wrap #donation_amount_other_input:focus::-moz-placeholder, .form-wrap #pledge_amount_other:focus::-moz-placeholder {
  color: #727676;
}
.form-wrap .form-control:focus:-ms-input-placeholder, .form-wrap .StripeElement:focus:-ms-input-placeholder, .form-wrap .selectric:focus:-ms-input-placeholder, .form-wrap select:focus:-ms-input-placeholder, .form-wrap #donation_amount_other:focus:-ms-input-placeholder, .form-wrap #donation_amount_other_input:focus:-ms-input-placeholder, .form-wrap #pledge_amount_other:focus:-ms-input-placeholder {
  color: #727676;
}
.form-wrap .btn-primary, .form-wrap .radio-inline span label.radio {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
}
.form-wrap .btn-primary:hover, .form-wrap .btn-primary:focus, .form-wrap .btn-primary.focus, .form-wrap .btn-primary:active, .form-wrap .btn-primary.active, .open > .form-wrap .btn-primary.dropdown-toggle, .form-wrap .radio-inline span label.radio:hover, .form-wrap .radio-inline span label.radio:focus, .form-wrap .radio-inline span label.radio.focus, .form-wrap .radio-inline span label.radio:active, .form-wrap .radio-inline span label.radio.active, .open > .form-wrap .radio-inline span label.radio.dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
.form-wrap .btn-primary:active, .form-wrap .btn-primary.active, .open > .form-wrap .btn-primary.dropdown-toggle, .form-wrap .radio-inline span label.radio:active, .form-wrap .radio-inline span label.radio.active, .open > .form-wrap .radio-inline span label.radio.dropdown-toggle {
  background-image: none;
}
.form-wrap .btn-primary.disabled, .form-wrap .btn-primary.disabled:hover, .form-wrap .btn-primary.disabled:focus, .form-wrap .btn-primary.disabled.focus, .form-wrap .btn-primary.disabled:active, .form-wrap .btn-primary.disabled.active, .form-wrap .btn-primary[disabled], .form-wrap .btn-primary[disabled]:hover, .form-wrap .btn-primary[disabled]:focus, .form-wrap .btn-primary[disabled].focus, .form-wrap .btn-primary[disabled]:active, .form-wrap .btn-primary[disabled].active, fieldset[disabled] .form-wrap .btn-primary, fieldset[disabled] .form-wrap .btn-primary:hover, fieldset[disabled] .form-wrap .btn-primary:focus, fieldset[disabled] .form-wrap .btn-primary.focus, fieldset[disabled] .form-wrap .btn-primary:active, fieldset[disabled] .form-wrap .btn-primary.active, .form-wrap .radio-inline span label.radio.disabled, .form-wrap .radio-inline span label.radio.disabled:hover, .form-wrap .radio-inline span label.radio.disabled:focus, .form-wrap .radio-inline span label.radio.disabled.focus, .form-wrap .radio-inline span label.radio.disabled:active, .form-wrap .radio-inline span label.radio.disabled.active, .form-wrap .radio-inline span label.radio[disabled], .form-wrap .radio-inline span label.radio[disabled]:hover, .form-wrap .radio-inline span label.radio[disabled]:focus, .form-wrap .radio-inline span label.radio[disabled].focus, .form-wrap .radio-inline span label.radio[disabled]:active, .form-wrap .radio-inline span label.radio[disabled].active, fieldset[disabled] .form-wrap .radio-inline span label.radio, fieldset[disabled] .form-wrap .radio-inline span label.radio:hover, fieldset[disabled] .form-wrap .radio-inline span label.radio:focus, fieldset[disabled] .form-wrap .radio-inline span label.radio.focus, fieldset[disabled] .form-wrap .radio-inline span label.radio:active, fieldset[disabled] .form-wrap .radio-inline span label.radio.active {
  background-color: #e45620;
  border-color: #e45620;
}
.form-wrap .btn-primary .badge, .form-wrap .radio-inline span label.radio .badge {
  color: #e45620;
  background-color: #fff;
}
.form-wrap .btn-transparent, .form-wrap .btn-email-transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.form-wrap .btn-transparent:hover, .form-wrap .btn-transparent:focus, .form-wrap .btn-email-transparent:hover, .form-wrap .btn-email-transparent:focus {
  background-color: #fff;
  border-color: #fff;
  color: #091c42;
}
.form-wrap .label-transparent {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.form-wrap h4 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-size: 25px;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.form-wrap h4 + p {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.form-wrap h4 a {
  font-weight: inherit !important;
}
.form-wrap h4:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.form-wrap h4 small {
  display: block;
}
.form-wrap #intro {
  /*> :last-child {
    margin-bottom: 0;

    > :last-child {
      margin-bottom: 0;

      > :last-child {
        margin-bottom: 0;

        > :last-child {
          margin-bottom: 0;
        }

      }

    }

  }*/
}
.form-wrap hr {
  border-top-color: #fff;
  opacity: 1;
}
.form-wrap small, .form-wrap .small, .form-wrap .event-detail .subtext, .event-detail .form-wrap .subtext, .form-wrap #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .form-wrap .activity.media, .form-wrap #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .form-wrap .activity.media {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) {
  .no-hero-bg .form-wrap small, .no-hero-bg .form-wrap .small, .no-hero-bg .form-wrap .event-detail .subtext, .event-detail .no-hero-bg .form-wrap .subtext, .no-hero-bg .form-wrap #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .no-hero-bg .form-wrap .activity.media, .no-hero-bg .form-wrap #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .no-hero-bg .form-wrap .activity.media, .hp-hero-bg .form-wrap small, .hp-hero-bg .form-wrap .small, .hp-hero-bg .form-wrap .event-detail .subtext, .event-detail .hp-hero-bg .form-wrap .subtext, .hp-hero-bg .form-wrap #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .hp-hero-bg .form-wrap .activity.media, .hp-hero-bg .form-wrap #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .hp-hero-bg .form-wrap .activity.media {
    color: rgba(255, 255, 255, 0.75);
  }
}
.form-wrap h3 {
  margin-top: 15px;
}
.form-wrap .excerpt {
  margin-top: 20px;
  margin-bottom: 15px;
}
.form-wrap .excerpt span + .btn, .form-wrap .excerpt #analytics-consent .submit span + button, #analytics-consent .submit .form-wrap .excerpt span + button, .form-wrap .excerpt .page-pages-show-donation-wide .radio-inline span + label.radio, .page-pages-show-donation-wide .radio-inline .form-wrap .excerpt span + label.radio, .form-wrap .excerpt .page-type-moneybomb .radio-inline span + label.radio, .page-type-moneybomb .radio-inline .form-wrap .excerpt span + label.radio, .form-wrap .excerpt .page-pages-show-donation-v2-wide .radio-inline span + label.radio, .page-pages-show-donation-v2-wide .radio-inline .form-wrap .excerpt span + label.radio {
  margin-top: 22px;
}
.brand-secondary-bg .form-wrap ::-moz-selection {
  background-color: #e45620;
}
.brand-secondary-bg .form-wrap ::selection {
  background-color: #e45620;
}
.form-wrap select option {
  color: #323434;
}

.page-pages-show-donation-wide .radio-inline input[type=radio]:checked + label, .page-pages-show-donation-v2-wide .radio-inline input[type=radio]:checked + label, .page-type-moneybomb .radio-inline input[type=radio]:checked + label {
  color: #091c42 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.hp-hero.brand-primary-bg #hp-signup-form {
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
  margin-top: 0;
}

.form-submit.mar-top-0 .form-submitting {
  margin-top: 11px;
}

.form-submitting img {
  margin-right: 6px;
}

/*#hp-signup-form, #ip-signup-form {

  .form-group {
    position: relative;

    &:after{
        content:'';
        position: absolute;
        height: $medium-border-width;
        background-color: #fff;
        width: 0px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -$small-border-width;
        opacity: 0;
        @include transition-main;
      }

    label {
      left: $padding-small-horizontal;
      color: inherit;
    }
  }

  .form-control {
      height: auto;
      color: inherit;
      padding: $padding-small-vertical $padding-small-horizontal;
      border: none;
      border-bottom: $small-border-width $primary-border-style #fff;
      box-shadow: none;
      border-radius: 0;
      background-color: transparent;

      &:focus {
        outline: none;
        box-shadow: none;
        border-color: $input-border;
      }

  }

  .form-group {
      display: flex;
  }

  label {
      font-size: $font-size-base;
      font-weight: $font-weight-base;
      opacity: 0.9;
      pointer-events: none;
      position: absolute;
      transform: translate3d(0, 12px, 0) scale(1);
      transform-origin: left top;
      @include transition-main;
  }

  .form-group.focused {

    &:after{
        width: 100%;
        opacity: 1;
      }

  }

  .form-group.focused label {
      color: $form-link-hover;
      opacity: 1;
      transform: translate3d(0, -4px, 0) scale(.7);
  }

  .form-control {
      align-self: flex-end;
  }

  .form-control::-webkit-input-placeholder {
      color: transparent;
      @include transition-main;
  }

  .form-control:focus::-webkit-input-placeholder {
      transition: none;
  }

  .form-group.focused .form-control::-webkit-input-placeholder {
      color: $form-link-hover;
  }

}*/
label {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

input[type=checkbox], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  display: inline-block;
  border: none;
  margin-bottom: -4px;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  outline: none;
}
.inline-labels input[type=checkbox], .inline-labels .checkbox input[type=checkbox], .inline-labels .checkbox-inline input[type=checkbox] {
  position: relative;
}
.inline-labels input[type=checkbox]:after, .inline-labels .checkbox input[type=checkbox]:after, .inline-labels .checkbox-inline input[type=checkbox]:after {
  margin-right: 0 !important;
}

input[type=checkbox]:after, .checkbox input[type=checkbox]:after, .checkbox-inline input[type=checkbox]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -3px;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  border: 2px solid transparent;
  border-radius: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input[type=checkbox]:checked:after, .checkbox input[type=checkbox]:checked:after, .checkbox-inline input[type=checkbox]:checked:after {
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

input[type=checkbox]:before, .checkbox input[type=checkbox]:before, .checkbox-inline input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #091c42;
  border-top-width: 0;
  border-left-width: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
  -moz-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  -o-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input[type=checkbox]:checked:before, .checkbox input[type=checkbox]:checked:before, .checkbox-inline input[type=checkbox]:checked:before {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  visibility: visible;
  opacity: 1;
}

input[type=radio], .radio input[type=radio], .radio-inline input[type=radio] {
  display: inline-block;
  border: none;
  margin-bottom: -4px;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  outline: none;
}

input[type=radio]:after, .radio input[type=radio]:after, .radio-inline input[type=radio]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -3px;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid transparent;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input[type=radio]:checked:after, .radio input[type=radio]:checked:after, .radio-inline input[type=radio]:checked:after {
  border-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

input[type=radio]:before, .radio input[type=radio]:before, .radio-inline input[type=radio]:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  display: table;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input[type=radio]:checked:before, .radio input[type=radio]:checked:before, .radio-inline input[type=radio]:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.radio, .checkbox {
  margin-top: 0;
}
.radio label, .checkbox label {
  font-weight: bold;
}
.form-control[disabled], [disabled].StripeElement, .page-pages-show-donation-v2-wide .form-wrap [disabled]#donation_amount_other_input, select[disabled], .form-group > select[disabled], [disabled]#donation_amount_other, [disabled]#donation_amount_other_input, [disabled]#pledge_amount_other, [disabled].selectric, .form-control[readonly], [readonly].StripeElement, .page-pages-show-donation-v2-wide .form-wrap [readonly]#donation_amount_other_input, select[readonly], .form-group > select[readonly], [readonly]#donation_amount_other, [readonly]#donation_amount_other_input, [readonly]#pledge_amount_other, [readonly].selectric, fieldset[disabled] .form-control, fieldset[disabled] .StripeElement, fieldset[disabled] .page-pages-show-donation-v2-wide .form-wrap #donation_amount_other_input, .page-pages-show-donation-v2-wide .form-wrap fieldset[disabled] #donation_amount_other_input, fieldset[disabled] select, fieldset[disabled] .form-group > select, fieldset[disabled] #donation_amount_other, fieldset[disabled] #donation_amount_other_input, fieldset[disabled] #pledge_amount_other, fieldset[disabled] .selectric {
  background-color: rgba(255, 255, 255, 0.15);
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: none;
  outline: none;
  outline-offset: 0;
}

.footer-signup-one small, .footer-signup-one .small, .footer-signup-one .event-detail .subtext, .event-detail .footer-signup-one .subtext, .footer-signup-one #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .footer-signup-one .activity.media, .footer-signup-one #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .footer-signup-one .activity.media {
  color: rgba(255, 255, 255, 0.75);
}

/* Checkbox, Radio Inline
----------------------------------- */
.radio-inline label.radio, .radio-inline label.checkbox, .checkbox-inline label.radio, .checkbox-inline label.checkbox {
  margin-right: 15px;
}

.radio-inline, .checkbox-inline {
  padding-left: 0;
}

/* Sidebar 
----------------------------------- */
.sidebar .media-left img {
  border-radius: 50%;
}
.sidebar div.event-detail {
  margin-bottom: 11px;
}

/* Flash Share
----------------------------------- */
/* Hero Sliders
----------------------------------- */
#ip-hero-bg-slider, #hp-hero-bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ip-hero-bg-slider .slick-list, #hp-hero-bg-slider .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ip-hero-bg-slider .slick-list .slick-track, #hp-hero-bg-slider .slick-list .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ip-hero-bg-slider .slick-list .slick-track .hero-bg-slide, #hp-hero-bg-slider .slick-list .slick-track .hero-bg-slide {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  position: absolute;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hero-video .poster {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* HP Hero 
----------------------------------- */
.hp-hero-bg {
  position: relative;
  /*.hero-bg-overlay {
    @include coverer();
    background-color: rgba($hp-hero-bg-overlay-color, $hp-hero-bg-overlay-opacity);
  }*/
}
.hp-hero-bg .hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 52, 52, 0.1);
}
.hp-hero-bg.hp-hero-two {
  padding: 250px 0;
}
@media (min-width: 992px) {
  .hp-hero-bg {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .hp-hero-bg {
    padding-bottom: 22px;
    background-color: #f0f1f1;
  }
  .hp-hero-bg.hp-hero-two {
    padding: 150px 0;
  }
}
@media (max-width: 767px) {
  .hp-hero-bg.hp-hero-two {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .hp-hero-bg #hp-hero-bg-slider, .hp-hero-bg .video-container {
    height: 300px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .hp-hero-bg #hp-hero-bg-slider, .hp-hero-bg .video-container {
    height: 200px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .hp-hero-bg {
    background-color: transparent;
    color: #fff;
  }
  .hp-hero-bg .hero-bg-overlay {
    background-color: rgba(50, 52, 52, 0.5);
  }
  .hp-hero-bg h1 {
    margin-top: 0;
  }
  .hp-hero-bg .divider {
    background-color: #fff;
  }
  .hp-hero-bg a:not(.btn) {
    color: #fff;
    font-weight: bold;
  }
  .hp-hero-bg a:not(.btn):hover, .hp-hero-bg a:not(.btn):focus {
    color: #e45620;
  }
  .hp-hero-bg a:not(.btn) small, .hp-hero-bg a:not(.btn) .small, .hp-hero-bg a:not(.btn) .event-detail .subtext, .event-detail .hp-hero-bg a:not(.btn) .subtext, .hp-hero-bg a:not(.btn) #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .hp-hero-bg a:not(.btn) .activity.media, .hp-hero-bg a:not(.btn) #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .hp-hero-bg a:not(.btn) .activity.media {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .hp-hero-bg a:not(.btn) small:hover, .hp-hero-bg a:not(.btn) small:focus, .hp-hero-bg a:not(.btn) .small:hover, .hp-hero-bg a:not(.btn) .event-detail .subtext:hover, .event-detail .hp-hero-bg a:not(.btn) .subtext:hover, .hp-hero-bg a:not(.btn) #stream .reaction-wrap .content-list .activity.media:hover, #stream .reaction-wrap .content-list .hp-hero-bg a:not(.btn) .activity.media:hover, .hp-hero-bg a:not(.btn) #stream .reaction-wrap .activities .activity.media:hover, #stream .reaction-wrap .activities .hp-hero-bg a:not(.btn) .activity.media:hover, .hp-hero-bg a:not(.btn) .small:focus, .hp-hero-bg a:not(.btn) .event-detail .subtext:focus, .event-detail .hp-hero-bg a:not(.btn) .subtext:focus, .hp-hero-bg a:not(.btn) #stream .reaction-wrap .content-list .activity.media:focus, #stream .reaction-wrap .content-list .hp-hero-bg a:not(.btn) .activity.media:focus, .hp-hero-bg a:not(.btn) #stream .reaction-wrap .activities .activity.media:focus, #stream .reaction-wrap .activities .hp-hero-bg a:not(.btn) .activity.media:focus {
    color: #e45620;
  }
  .hp-hero-bg .brand-color-link a:not(.btn) {
    color: #e45620;
  }
  .hp-hero-bg .brand-color-link a:not(.btn):hover, .hp-hero-bg .brand-color-link a:not(.btn):focus {
    color: #ba4417;
  }
  .hp-hero-bg hr {
    border-color: #fff;
  }
  .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) {
    color: #fff;
    background-color: #e45620;
    border-color: #e45620;
  }
  .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .open > .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #analytics-consent .submit .open > .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle {
    color: #fff;
    background-color: #ea784d;
    border-color: #ea784d;
  }
  .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .open > .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #analytics-consent .submit .open > .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle {
    background-image: none;
  }
  .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, fieldset[disabled] .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #analytics-consent .submit fieldset[disabled] .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #analytics-consent .submit fieldset[disabled] .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #analytics-consent .submit fieldset[disabled] .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #analytics-consent .submit fieldset[disabled] .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit fieldset[disabled] .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit fieldset[disabled] .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active {
    background-color: #e45620;
    border-color: #e45620;
  }
  .hp-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .hp-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, #analytics-consent .submit .hp-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .hp-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .hp-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-type-moneybomb .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .hp-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-v2-wide .radio-inline .hp-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge {
    color: #e45620;
    background-color: #fff;
  }
  .hp-hero-bg .btn-transparent, .hp-hero-bg .btn-email-transparent {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .hp-hero-bg .btn-transparent:hover, .hp-hero-bg .btn-transparent:focus, .hp-hero-bg .btn-email-transparent:hover, .hp-hero-bg .btn-email-transparent:focus {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .hp-hero-bg .btn-transparent:hover, .hp-hero-bg .btn-transparent:focus, .hp-hero-bg .btn-email-transparent:hover, .hp-hero-bg .btn-email-transparent:focus {
    background-color: #fff;
    border-color: #fff;
    color: #091c42;
  }
  .hp-hero-bg .label-transparent {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
  }
  .hp-hero-bg .btn-link {
    color: #fff;
    border-bottom-color: #fff;
    box-shadow: inset 0px -1px 0px #fff !important;
  }
  .hp-hero-bg .btn-link:hover, .hp-hero-bg .btn-link:focus {
    color: #091c42;
    box-shadow: inset 0px -1px 0px #fff !important;
    background-color: #fff;
  }
  .hp-hero-bg small, .hp-hero-bg .small, .hp-hero-bg .event-detail .subtext, .event-detail .hp-hero-bg .subtext, .hp-hero-bg #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .hp-hero-bg .activity.media, .hp-hero-bg #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .hp-hero-bg .activity.media {
    color: rgba(255, 255, 255, 0.75);
  }
  .hp-hero-bg blockquote {
    color: inherit;
    border-color: #fff;
  }
  .hp-hero-bg h1, .hp-hero-bg .lead {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 991px) {
  .hp-hero-bg .page-heading h4 {
    margin-top: 22px;
  }
  .hp-hero-bg .page-heading h4 + h1 {
    margin-top: 0;
  }
}
.hp-hero-bg .lead, .hp-hero-bg .form-wrap {
  margin-top: 11px;
}
.hp-hero-bg #homepage-hero-btn-1 {
  color: #fff;
  background-color: #e45620;
  border-color: #e45620;
}
.hp-hero-bg #homepage-hero-btn-1:hover, .hp-hero-bg #homepage-hero-btn-1:focus, .hp-hero-bg #homepage-hero-btn-1.focus, .hp-hero-bg #homepage-hero-btn-1:active, .hp-hero-bg #homepage-hero-btn-1.active, .open > .hp-hero-bg #homepage-hero-btn-1.dropdown-toggle {
  color: #fff;
  background-color: #ea784d;
  border-color: #ea784d;
}
.hp-hero-bg #homepage-hero-btn-1:active, .hp-hero-bg #homepage-hero-btn-1.active, .open > .hp-hero-bg #homepage-hero-btn-1.dropdown-toggle {
  background-image: none;
}
.hp-hero-bg #homepage-hero-btn-1.disabled, .hp-hero-bg #homepage-hero-btn-1.disabled:hover, .hp-hero-bg #homepage-hero-btn-1.disabled:focus, .hp-hero-bg #homepage-hero-btn-1.disabled.focus, .hp-hero-bg #homepage-hero-btn-1.disabled:active, .hp-hero-bg #homepage-hero-btn-1.disabled.active, .hp-hero-bg #homepage-hero-btn-1[disabled], .hp-hero-bg #homepage-hero-btn-1[disabled]:hover, .hp-hero-bg #homepage-hero-btn-1[disabled]:focus, .hp-hero-bg #homepage-hero-btn-1[disabled].focus, .hp-hero-bg #homepage-hero-btn-1[disabled]:active, .hp-hero-bg #homepage-hero-btn-1[disabled].active, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-1, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-1:hover, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-1:focus, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-1.focus, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-1:active, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-1.active {
  background-color: #e45620;
  border-color: #e45620;
}
.hp-hero-bg #homepage-hero-btn-1 .badge {
  color: #e45620;
  background-color: #fff;
}
.hp-hero-bg #homepage-hero-btn-2 {
  color: #fff;
  background-color: #091c42;
  border-color: #091c42;
}
.hp-hero-bg #homepage-hero-btn-2:hover, .hp-hero-bg #homepage-hero-btn-2:focus, .hp-hero-bg #homepage-hero-btn-2.focus, .hp-hero-bg #homepage-hero-btn-2:active, .hp-hero-bg #homepage-hero-btn-2.active, .open > .hp-hero-bg #homepage-hero-btn-2.dropdown-toggle {
  color: #fff;
  background-color: #0f2f6f;
  border-color: #0f2f6f;
}
.hp-hero-bg #homepage-hero-btn-2:active, .hp-hero-bg #homepage-hero-btn-2.active, .open > .hp-hero-bg #homepage-hero-btn-2.dropdown-toggle {
  background-image: none;
}
.hp-hero-bg #homepage-hero-btn-2.disabled, .hp-hero-bg #homepage-hero-btn-2.disabled:hover, .hp-hero-bg #homepage-hero-btn-2.disabled:focus, .hp-hero-bg #homepage-hero-btn-2.disabled.focus, .hp-hero-bg #homepage-hero-btn-2.disabled:active, .hp-hero-bg #homepage-hero-btn-2.disabled.active, .hp-hero-bg #homepage-hero-btn-2[disabled], .hp-hero-bg #homepage-hero-btn-2[disabled]:hover, .hp-hero-bg #homepage-hero-btn-2[disabled]:focus, .hp-hero-bg #homepage-hero-btn-2[disabled].focus, .hp-hero-bg #homepage-hero-btn-2[disabled]:active, .hp-hero-bg #homepage-hero-btn-2[disabled].active, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2:hover, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2:focus, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2.focus, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2:active, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2.active {
  background-color: #091c42;
  border-color: #091c42;
}
.hp-hero-bg #homepage-hero-btn-2 .badge {
  color: #091c42;
  background-color: #fff;
}
@media (min-width: 992px) {
  .hp-hero-bg #homepage-hero-btn-2 {
    color: #091c42;
    background-color: #fff;
    border-color: #fff;
  }
  .hp-hero-bg #homepage-hero-btn-2:hover, .hp-hero-bg #homepage-hero-btn-2:focus, .hp-hero-bg #homepage-hero-btn-2.focus, .hp-hero-bg #homepage-hero-btn-2:active, .hp-hero-bg #homepage-hero-btn-2.active, .open > .hp-hero-bg #homepage-hero-btn-2.dropdown-toggle {
    color: #091c42;
    background-color: white;
    border-color: white;
  }
  .hp-hero-bg #homepage-hero-btn-2:active, .hp-hero-bg #homepage-hero-btn-2.active, .open > .hp-hero-bg #homepage-hero-btn-2.dropdown-toggle {
    background-image: none;
  }
  .hp-hero-bg #homepage-hero-btn-2.disabled, .hp-hero-bg #homepage-hero-btn-2.disabled:hover, .hp-hero-bg #homepage-hero-btn-2.disabled:focus, .hp-hero-bg #homepage-hero-btn-2.disabled.focus, .hp-hero-bg #homepage-hero-btn-2.disabled:active, .hp-hero-bg #homepage-hero-btn-2.disabled.active, .hp-hero-bg #homepage-hero-btn-2[disabled], .hp-hero-bg #homepage-hero-btn-2[disabled]:hover, .hp-hero-bg #homepage-hero-btn-2[disabled]:focus, .hp-hero-bg #homepage-hero-btn-2[disabled].focus, .hp-hero-bg #homepage-hero-btn-2[disabled]:active, .hp-hero-bg #homepage-hero-btn-2[disabled].active, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2:hover, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2:focus, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2.focus, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2:active, fieldset[disabled] .hp-hero-bg #homepage-hero-btn-2.active {
    background-color: #fff;
    border-color: #fff;
  }
  .hp-hero-bg #homepage-hero-btn-2 .badge {
    color: #fff;
    background-color: #091c42;
  }
}

.hp-hero {
  padding: 50px 0;
}
.hp-hero.brand-primary-bg {
  border-bottom: 4px solid #e45620;
}
.hp-hero.brand-primary-bg #hp-signup-form {
  padding-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hp-hero .lead, .hp-hero .form-wrap {
  margin-top: 11px;
}
.hp-hero #homepage-hero-btn-2 {
  color: #091c42;
  background-color: #fff;
  border-color: #fff;
}
.hp-hero #homepage-hero-btn-2:hover, .hp-hero #homepage-hero-btn-2:focus, .hp-hero #homepage-hero-btn-2.focus, .hp-hero #homepage-hero-btn-2:active, .hp-hero #homepage-hero-btn-2.active, .open > .hp-hero #homepage-hero-btn-2.dropdown-toggle {
  color: #091c42;
  background-color: white;
  border-color: white;
}
.hp-hero #homepage-hero-btn-2:active, .hp-hero #homepage-hero-btn-2.active, .open > .hp-hero #homepage-hero-btn-2.dropdown-toggle {
  background-image: none;
}
.hp-hero #homepage-hero-btn-2.disabled, .hp-hero #homepage-hero-btn-2.disabled:hover, .hp-hero #homepage-hero-btn-2.disabled:focus, .hp-hero #homepage-hero-btn-2.disabled.focus, .hp-hero #homepage-hero-btn-2.disabled:active, .hp-hero #homepage-hero-btn-2.disabled.active, .hp-hero #homepage-hero-btn-2[disabled], .hp-hero #homepage-hero-btn-2[disabled]:hover, .hp-hero #homepage-hero-btn-2[disabled]:focus, .hp-hero #homepage-hero-btn-2[disabled].focus, .hp-hero #homepage-hero-btn-2[disabled]:active, .hp-hero #homepage-hero-btn-2[disabled].active, fieldset[disabled] .hp-hero #homepage-hero-btn-2, fieldset[disabled] .hp-hero #homepage-hero-btn-2:hover, fieldset[disabled] .hp-hero #homepage-hero-btn-2:focus, fieldset[disabled] .hp-hero #homepage-hero-btn-2.focus, fieldset[disabled] .hp-hero #homepage-hero-btn-2:active, fieldset[disabled] .hp-hero #homepage-hero-btn-2.active {
  background-color: #fff;
  border-color: #fff;
}
.hp-hero #homepage-hero-btn-2 .badge {
  color: #fff;
  background-color: #091c42;
}

.home-hero-bg-lower .form-overflow {
  margin-top: -9.5rem;
}
@media (max-width: 991px) {
  .home-hero-bg-lower .form-overflow {
    margin-top: -4rem;
  }
}
.home-hero-bg-lower #hp-signup-form-two form {
  margin-bottom: -11px;
}

.video-play-icon a i {
  font-size: 60px;
}
.video-play-icon a:focus {
  outline: none;
  color: #091c42;
}
.brand-primary-bg .video-play-icon a:focus {
  color: #fff;
}
.brand-primary-bg .video-play-icon a:hover {
  color: #e45620;
}
.brand-secondary-bg .video-play-icon a:focus {
  color: #fff;
}
.brand-secondary-bg .video-play-icon a:hover {
  color: #091c42;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1.125;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  background: #091c42;
}

.mfp-close {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mfp-iframe-scaler iframe {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  background: #091c42;
}

/* SP Hero 
----------------------------------- */
.ip-hero-bg {
  position: relative;
  padding: 120px 0 120px 0;
}
@media (max-width: 991px) {
  .ip-hero-bg {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .ip-hero-bg {
    padding: 60px 0;
  }
}
.ip-hero-bg .page-heading aside {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.ip-hero-bg .page-heading aside a {
  color: #fff;
}
.ip-hero-bg .page-heading aside a:hover, .ip-hero-bg .page-heading aside a:focus {
  color: #e45620;
}
.ip-hero-bg .lead, .ip-hero-bg .form-wrap {
  margin-top: 11px;
}
.ip-hero-bg .hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 52, 52, 0.5);
}
.ip-hero-bg video {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ip-hero {
  padding: 50px 0 50px 0;
}
.ip-hero aside {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.ip-hero aside a {
  color: #323434;
}
.ip-hero aside a:hover, .ip-hero aside a:focus {
  color: #e45620;
}
.ip-hero .lead, .ip-hero .form-wrap {
  margin-top: 11px;
}

/* No Hero BG 
----------------------------------- */
.no-hero-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 992px) {
  .no-hero-bg .no-hero-bg-slide {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .no-hero-bg #ip-hero-bg-slider, .no-hero-bg .video-container {
    height: 300px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .no-hero-bg #ip-hero-bg-slider, .no-hero-bg .video-container {
    height: 250px;
    position: relative;
  }
}
.no-hero-bg .hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 52, 52, 0.15);
}
.no-hero-bg .form-wrap:not(.flash-share) {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .no-hero-bg {
    background-color: transparent;
    color: #fff;
  }
  .no-hero-bg .hero-bg-overlay {
    background-color: rgba(50, 52, 52, 0.75);
  }
  .no-hero-bg .divider {
    background-color: #fff;
  }
  .no-hero-bg a:not(.btn) {
    color: #fff;
  }
  .no-hero-bg a:not(.btn):not(.linked-signup-name) {
    font-weight: bold;
  }
  .no-hero-bg a:not(.btn):hover, .no-hero-bg a:not(.btn):focus {
    color: #e45620;
  }
  .no-hero-bg a:not(.btn) small, .no-hero-bg a:not(.btn) .small, .no-hero-bg a:not(.btn) .event-detail .subtext, .event-detail .no-hero-bg a:not(.btn) .subtext, .no-hero-bg a:not(.btn) #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .no-hero-bg a:not(.btn) .activity.media, .no-hero-bg a:not(.btn) #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .no-hero-bg a:not(.btn) .activity.media {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .no-hero-bg a:not(.btn) small:hover, .no-hero-bg a:not(.btn) small:focus, .no-hero-bg a:not(.btn) .small:hover, .no-hero-bg a:not(.btn) .event-detail .subtext:hover, .event-detail .no-hero-bg a:not(.btn) .subtext:hover, .no-hero-bg a:not(.btn) #stream .reaction-wrap .content-list .activity.media:hover, #stream .reaction-wrap .content-list .no-hero-bg a:not(.btn) .activity.media:hover, .no-hero-bg a:not(.btn) #stream .reaction-wrap .activities .activity.media:hover, #stream .reaction-wrap .activities .no-hero-bg a:not(.btn) .activity.media:hover, .no-hero-bg a:not(.btn) .small:focus, .no-hero-bg a:not(.btn) .event-detail .subtext:focus, .event-detail .no-hero-bg a:not(.btn) .subtext:focus, .no-hero-bg a:not(.btn) #stream .reaction-wrap .content-list .activity.media:focus, #stream .reaction-wrap .content-list .no-hero-bg a:not(.btn) .activity.media:focus, .no-hero-bg a:not(.btn) #stream .reaction-wrap .activities .activity.media:focus, #stream .reaction-wrap .activities .no-hero-bg a:not(.btn) .activity.media:focus {
    color: #e45620;
  }
  .no-hero-bg #intro p a:not(.btn), .no-hero-bg #intro li a:not(.btn), .no-hero-bg #intro .event-detail a:not(.btn), .no-hero-bg #intro [class*=truncate-] a:not(.btn), .no-hero-bg #endorsement-content p a:not(.btn), .no-hero-bg #endorsement-content li a:not(.btn), .no-hero-bg #endorsement-content .event-detail a:not(.btn), .no-hero-bg #endorsement-content [class*=truncate-] a:not(.btn), .no-hero-bg #moneybomb-content p a:not(.btn), .no-hero-bg #moneybomb-content li a:not(.btn), .no-hero-bg #moneybomb-content .event-detail a:not(.btn), .no-hero-bg #moneybomb-content [class*=truncate-] a:not(.btn), .no-hero-bg #petition-content p a:not(.btn), .no-hero-bg #petition-content li a:not(.btn), .no-hero-bg #petition-content .event-detail a:not(.btn), .no-hero-bg #petition-content [class*=truncate-] a:not(.btn), .no-hero-bg .excerpt p a:not(.btn), .no-hero-bg .excerpt li a:not(.btn), .no-hero-bg .excerpt .event-detail a:not(.btn), .no-hero-bg .excerpt [class*=truncate-] a:not(.btn), .no-hero-bg .homepage-excerpt p a:not(.btn), .no-hero-bg .homepage-excerpt li a:not(.btn), .no-hero-bg .homepage-excerpt .event-detail a:not(.btn), .no-hero-bg .homepage-excerpt [class*=truncate-] a:not(.btn), .no-hero-bg .answer p a:not(.btn), .no-hero-bg .answer li a:not(.btn), .no-hero-bg .answer .event-detail a:not(.btn), .no-hero-bg .answer [class*=truncate-] a:not(.btn), .no-hero-bg .panel-body p p a:not(.btn), .no-hero-bg .panel-body p li a:not(.btn), .no-hero-bg .panel-body p .event-detail a:not(.btn), .no-hero-bg .panel-body p [class*=truncate-] a:not(.btn), .no-hero-bg .well p p a:not(.btn), .no-hero-bg .like-page p p a:not(.btn), .no-hero-bg .well p li a:not(.btn), .no-hero-bg .like-page p li a:not(.btn), .no-hero-bg .well p .event-detail a:not(.btn), .no-hero-bg .like-page p .event-detail a:not(.btn), .no-hero-bg .well p [class*=truncate-] a:not(.btn), .no-hero-bg .like-page p [class*=truncate-] a:not(.btn), .no-hero-bg .remodal-content p a:not(.btn), .no-hero-bg .remodal-content li a:not(.btn), .no-hero-bg .remodal-content .event-detail a:not(.btn), .no-hero-bg .remodal-content [class*=truncate-] a:not(.btn), .no-hero-bg .activity-content p a:not(.btn), .no-hero-bg .activity-content li a:not(.btn), .no-hero-bg .activity-content .event-detail a:not(.btn), .no-hero-bg .activity-content [class*=truncate-] a:not(.btn), .no-hero-bg .directory-bio-text p a:not(.btn), .no-hero-bg .directory-bio-text li a:not(.btn), .no-hero-bg .directory-bio-text .event-detail a:not(.btn), .no-hero-bg .directory-bio-text [class*=truncate-] a:not(.btn), .no-hero-bg p.directory-bio-text p a:not(.btn), .no-hero-bg p.directory-bio-text li a:not(.btn), .no-hero-bg p.directory-bio-text .event-detail a:not(.btn), .no-hero-bg p.directory-bio-text [class*=truncate-] a:not(.btn), .no-hero-bg .profile-content p a:not(.btn), .no-hero-bg .profile-content li a:not(.btn), .no-hero-bg .profile-content .event-detail a:not(.btn), .no-hero-bg .profile-content [class*=truncate-] a:not(.btn) {
    color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: inset 0px -1px 0px #fff;
    background-color: transparent;
  }
  .no-hero-bg #intro p a:not(.btn):hover, .no-hero-bg #intro p a:not(.btn):focus, .no-hero-bg #intro li a:not(.btn):hover, .no-hero-bg #intro li a:not(.btn):focus, .no-hero-bg #intro .event-detail a:not(.btn):hover, .no-hero-bg #intro .event-detail a:not(.btn):focus, .no-hero-bg #intro [class*=truncate-] a:not(.btn):hover, .no-hero-bg #intro [class*=truncate-] a:not(.btn):focus, .no-hero-bg #endorsement-content p a:not(.btn):hover, .no-hero-bg #endorsement-content p a:not(.btn):focus, .no-hero-bg #endorsement-content li a:not(.btn):hover, .no-hero-bg #endorsement-content li a:not(.btn):focus, .no-hero-bg #endorsement-content .event-detail a:not(.btn):hover, .no-hero-bg #endorsement-content .event-detail a:not(.btn):focus, .no-hero-bg #endorsement-content [class*=truncate-] a:not(.btn):hover, .no-hero-bg #endorsement-content [class*=truncate-] a:not(.btn):focus, .no-hero-bg #moneybomb-content p a:not(.btn):hover, .no-hero-bg #moneybomb-content p a:not(.btn):focus, .no-hero-bg #moneybomb-content li a:not(.btn):hover, .no-hero-bg #moneybomb-content li a:not(.btn):focus, .no-hero-bg #moneybomb-content .event-detail a:not(.btn):hover, .no-hero-bg #moneybomb-content .event-detail a:not(.btn):focus, .no-hero-bg #moneybomb-content [class*=truncate-] a:not(.btn):hover, .no-hero-bg #moneybomb-content [class*=truncate-] a:not(.btn):focus, .no-hero-bg #petition-content p a:not(.btn):hover, .no-hero-bg #petition-content p a:not(.btn):focus, .no-hero-bg #petition-content li a:not(.btn):hover, .no-hero-bg #petition-content li a:not(.btn):focus, .no-hero-bg #petition-content .event-detail a:not(.btn):hover, .no-hero-bg #petition-content .event-detail a:not(.btn):focus, .no-hero-bg #petition-content [class*=truncate-] a:not(.btn):hover, .no-hero-bg #petition-content [class*=truncate-] a:not(.btn):focus, .no-hero-bg .excerpt p a:not(.btn):hover, .no-hero-bg .excerpt p a:not(.btn):focus, .no-hero-bg .excerpt li a:not(.btn):hover, .no-hero-bg .excerpt li a:not(.btn):focus, .no-hero-bg .excerpt .event-detail a:not(.btn):hover, .no-hero-bg .excerpt .event-detail a:not(.btn):focus, .no-hero-bg .excerpt [class*=truncate-] a:not(.btn):hover, .no-hero-bg .excerpt [class*=truncate-] a:not(.btn):focus, .no-hero-bg .homepage-excerpt p a:not(.btn):hover, .no-hero-bg .homepage-excerpt p a:not(.btn):focus, .no-hero-bg .homepage-excerpt li a:not(.btn):hover, .no-hero-bg .homepage-excerpt li a:not(.btn):focus, .no-hero-bg .homepage-excerpt .event-detail a:not(.btn):hover, .no-hero-bg .homepage-excerpt .event-detail a:not(.btn):focus, .no-hero-bg .homepage-excerpt [class*=truncate-] a:not(.btn):hover, .no-hero-bg .homepage-excerpt [class*=truncate-] a:not(.btn):focus, .no-hero-bg .answer p a:not(.btn):hover, .no-hero-bg .answer p a:not(.btn):focus, .no-hero-bg .answer li a:not(.btn):hover, .no-hero-bg .answer li a:not(.btn):focus, .no-hero-bg .answer .event-detail a:not(.btn):hover, .no-hero-bg .answer .event-detail a:not(.btn):focus, .no-hero-bg .answer [class*=truncate-] a:not(.btn):hover, .no-hero-bg .answer [class*=truncate-] a:not(.btn):focus, .no-hero-bg .panel-body p p a:not(.btn):hover, .no-hero-bg .panel-body p p a:not(.btn):focus, .no-hero-bg .panel-body p li a:not(.btn):hover, .no-hero-bg .panel-body p li a:not(.btn):focus, .no-hero-bg .panel-body p .event-detail a:not(.btn):hover, .no-hero-bg .panel-body p .event-detail a:not(.btn):focus, .no-hero-bg .panel-body p [class*=truncate-] a:not(.btn):hover, .no-hero-bg .panel-body p [class*=truncate-] a:not(.btn):focus, .no-hero-bg .well p p a:not(.btn):hover, .no-hero-bg .like-page p p a:not(.btn):hover, .no-hero-bg .well p p a:not(.btn):focus, .no-hero-bg .like-page p p a:not(.btn):focus, .no-hero-bg .well p li a:not(.btn):hover, .no-hero-bg .like-page p li a:not(.btn):hover, .no-hero-bg .well p li a:not(.btn):focus, .no-hero-bg .like-page p li a:not(.btn):focus, .no-hero-bg .well p .event-detail a:not(.btn):hover, .no-hero-bg .like-page p .event-detail a:not(.btn):hover, .no-hero-bg .well p .event-detail a:not(.btn):focus, .no-hero-bg .like-page p .event-detail a:not(.btn):focus, .no-hero-bg .well p [class*=truncate-] a:not(.btn):hover, .no-hero-bg .like-page p [class*=truncate-] a:not(.btn):hover, .no-hero-bg .well p [class*=truncate-] a:not(.btn):focus, .no-hero-bg .like-page p [class*=truncate-] a:not(.btn):focus, .no-hero-bg .remodal-content p a:not(.btn):hover, .no-hero-bg .remodal-content p a:not(.btn):focus, .no-hero-bg .remodal-content li a:not(.btn):hover, .no-hero-bg .remodal-content li a:not(.btn):focus, .no-hero-bg .remodal-content .event-detail a:not(.btn):hover, .no-hero-bg .remodal-content .event-detail a:not(.btn):focus, .no-hero-bg .remodal-content [class*=truncate-] a:not(.btn):hover, .no-hero-bg .remodal-content [class*=truncate-] a:not(.btn):focus, .no-hero-bg .activity-content p a:not(.btn):hover, .no-hero-bg .activity-content p a:not(.btn):focus, .no-hero-bg .activity-content li a:not(.btn):hover, .no-hero-bg .activity-content li a:not(.btn):focus, .no-hero-bg .activity-content .event-detail a:not(.btn):hover, .no-hero-bg .activity-content .event-detail a:not(.btn):focus, .no-hero-bg .activity-content [class*=truncate-] a:not(.btn):hover, .no-hero-bg .activity-content [class*=truncate-] a:not(.btn):focus, .no-hero-bg .directory-bio-text p a:not(.btn):hover, .no-hero-bg .directory-bio-text p a:not(.btn):focus, .no-hero-bg .directory-bio-text li a:not(.btn):hover, .no-hero-bg .directory-bio-text li a:not(.btn):focus, .no-hero-bg .directory-bio-text .event-detail a:not(.btn):hover, .no-hero-bg .directory-bio-text .event-detail a:not(.btn):focus, .no-hero-bg .directory-bio-text [class*=truncate-] a:not(.btn):hover, .no-hero-bg .directory-bio-text [class*=truncate-] a:not(.btn):focus, .no-hero-bg p.directory-bio-text p a:not(.btn):hover, .no-hero-bg p.directory-bio-text p a:not(.btn):focus, .no-hero-bg p.directory-bio-text li a:not(.btn):hover, .no-hero-bg p.directory-bio-text li a:not(.btn):focus, .no-hero-bg p.directory-bio-text .event-detail a:not(.btn):hover, .no-hero-bg p.directory-bio-text .event-detail a:not(.btn):focus, .no-hero-bg p.directory-bio-text [class*=truncate-] a:not(.btn):hover, .no-hero-bg p.directory-bio-text [class*=truncate-] a:not(.btn):focus, .no-hero-bg .profile-content p a:not(.btn):hover, .no-hero-bg .profile-content p a:not(.btn):focus, .no-hero-bg .profile-content li a:not(.btn):hover, .no-hero-bg .profile-content li a:not(.btn):focus, .no-hero-bg .profile-content .event-detail a:not(.btn):hover, .no-hero-bg .profile-content .event-detail a:not(.btn):focus, .no-hero-bg .profile-content [class*=truncate-] a:not(.btn):hover, .no-hero-bg .profile-content [class*=truncate-] a:not(.btn):focus {
    color: #091c42;
    background-color: #fff;
  }
  .no-hero-bg .brand-color-link a:not(.btn) {
    color: #e45620;
  }
  .no-hero-bg .brand-color-link a:not(.btn):hover, .no-hero-bg .brand-color-link a:not(.btn):focus {
    color: #ba4417;
  }
  .no-hero-bg .oppo-color-icon {
    color: #e45620 !important;
  }
  .no-hero-bg hr {
    border-color: #fff;
  }
  .no-hero-bg .faded-divider:before {
    background: -webkit-radial-gradient(center, ellipse, white 0, rgba(255, 255, 255, 0) 75%);
    background: radial-gradient(ellipse at center, white 0, rgba(255, 255, 255, 0) 75%);
  }
  .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) {
    color: #fff;
    background-color: #e45620;
    border-color: #e45620;
  }
  .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .open > .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #analytics-consent .submit .open > .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle {
    color: #fff;
    background-color: #ea784d;
    border-color: #ea784d;
  }
  .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .open > .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #analytics-consent .submit .open > .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle {
    background-image: none;
  }
  .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, fieldset[disabled] .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #analytics-consent .submit fieldset[disabled] .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #analytics-consent .submit fieldset[disabled] .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #analytics-consent .submit fieldset[disabled] .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #analytics-consent .submit fieldset[disabled] .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #analytics-consent .submit fieldset[disabled] .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #analytics-consent .submit fieldset[disabled] .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active {
    background-color: #e45620;
    border-color: #e45620;
  }
  .no-hero-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .no-hero-bg #analytics-consent .submit button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, #analytics-consent .submit .no-hero-bg button:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .no-hero-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .no-hero-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-type-moneybomb .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .no-hero-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-v2-wide .radio-inline .no-hero-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge {
    color: #e45620;
    background-color: #fff;
  }
  .no-hero-bg .btn-transparent, .no-hero-bg .btn-email-transparent {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .no-hero-bg .btn-transparent:hover, .no-hero-bg .btn-transparent:focus, .no-hero-bg .btn-email-transparent:hover, .no-hero-bg .btn-email-transparent:focus {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .no-hero-bg .btn-transparent:hover, .no-hero-bg .btn-transparent:focus, .no-hero-bg .btn-email-transparent:hover, .no-hero-bg .btn-email-transparent:focus {
    background-color: #fff;
    border-color: #fff;
    color: #091c42;
  }
  .no-hero-bg .label-transparent {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
  }
  .no-hero-bg .btn-link {
    color: #fff;
    border-bottom-color: #fff;
    box-shadow: inset 0px -1px 0px #fff !important;
  }
  .no-hero-bg .btn-link:hover, .no-hero-bg .btn-link:focus {
    color: #091c42;
    box-shadow: inset 0px -1px 0px #fff !important;
    background-color: #fff;
  }
  .no-hero-bg small, .no-hero-bg .small, .no-hero-bg .event-detail .subtext, .event-detail .no-hero-bg .subtext, .no-hero-bg #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .no-hero-bg .activity.media, .no-hero-bg #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .no-hero-bg .activity.media {
    color: rgba(255, 255, 255, 0.75);
  }
  .no-hero-bg .progress {
    border: 2px solid #fff;
    background-color: transparent;
  }
  .no-hero-bg .progress .progress-bar {
    background-color: #e45620;
  }
  .page-type-moneybomb .no-hero-bg .event-detail {
    padding: 8px 5px 5px 5px;
    background: rgba(255, 255, 255, 0.35);
    border: 2px solid #fff;
    border-radius: 0px;
  }
  .page-type-moneybomb .no-hero-bg .event-detail .subhead {
    font-weight: bold;
  }
  .page-type-moneybomb .no-hero-bg .panel, .page-type-moneybomb .no-hero-bg .panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }
  .page-type-moneybomb .no-hero-bg .panel-body .days-number {
    color: #fff;
  }
  .page-type-moneybomb .no-hero-bg .panel-body .days-word {
    color: rgba(255, 255, 255, 0.75);
  }
  .page-type-moneybomb .no-hero-bg .panel-body .time-number {
    color: #fff;
  }
  .page-type-moneybomb .no-hero-bg .panel-body .time-word {
    color: rgba(255, 255, 255, 0.75);
  }
  .no-hero-bg blockquote {
    color: inherit;
    border-color: #fff;
  }
  .no-hero-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom {
    color: rgba(255, 255, 255, 0.75);
  }
  .no-hero-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a {
    font-weight: 600;
    color: #fff;
  }
  .no-hero-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:hover, .no-hero-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:focus {
    color: #e45620;
  }
  .no-hero-bg .slick-dots li button:before {
    opacity: 0.25;
    color: #fff;
  }
  .no-hero-bg .slick-dots li button:hover:before, .no-hero-bg .slick-dots li button:focus:before {
    color: #fff;
    opacity: 0.8;
  }
  .no-hero-bg .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
  }
  .no-hero-bg h1, .no-hero-bg .lead {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 991px) {
  .no-hero-bg .content-hero h1 {
    margin-top: 0;
  }
}

.no-hero .form-wrap:not(.flash-share) {
  margin-bottom: 0;
}
.no-hero .content-hero img {
  border-radius: 0px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .no-hero .content-hero h1 {
    margin-top: 0;
  }
  .no-hero .content-hero img {
    margin-bottom: 22px;
  }
}

/* Page Stream
----------------------------------- */
.reaction-wrap .user-session-form-container {
  margin-top: 0;
  margin-bottom: 0;
}

.delete.mar-left-3 {
  margin-left: 3px;
  vertical-align: middle;
}

.people-list {
  margin-top: 22px;
  padding-top: 22px;
}

/* Content Area
----------------------------------- */
/* Share Page 
----------------------------------- */
.share-page {
  position: fixed;
  bottom: 14px;
  left: 5px;
  z-index: 1035;
}
.share-page .share-words {
  font-weight: 600;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 2.5px 5px;
  border: 1px solid #d5d6d6;
}
@media (max-width: 767px) {
  .share-page {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .share-page ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .share-page ul li:not(:first-child) {
    margin-top: 0;
  }
}
.share-page ul li {
  text-align: center;
}
.share-page ul li:not(:first-child) {
  margin-top: 8px;
}
.share-page ul li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #fff !important;
  vertical-align: middle;
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
}
.share-page ul li a:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
/* Breadcrumbs Share
----------------------------------- */
.breadcrumbs-share {
  text-transform: uppercase;
  padding: 11px;
}
.breadcrumbs-share .share-words {
  font-weight: 600;
}
.breadcrumbs-share .breadcrumb {
  background-color: transparent;
}
.breadcrumbs-share .breadcrumb li a {
  font-weight: 600;
}
@media (max-width: 767px) {
  .breadcrumbs-share .breadcrumb li {
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-share {
    padding: 5.5px;
    text-align: center;
  }
}
.breadcrumbs-share .breadcrumbs-share-page ul {
  text-align: right;
}
@media (max-width: 767px) {
  .breadcrumbs-share .breadcrumbs-share-page ul {
    text-align: center;
  }
}
.breadcrumbs-share .breadcrumbs-share-page ul li {
  text-align: center;
  padding-left: 1px;
  padding-right: 1px;
  vertical-align: middle;
}
.breadcrumbs-share .breadcrumbs-share-page ul li:first-child {
  margin-left: 0;
}
.breadcrumbs-share .breadcrumbs-share-page ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #fff !important;
  vertical-align: middle;
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.breadcrumbs-share .breadcrumbs-share-page ul li a:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
/* Blog
----------------------------------- */
.share-right {
  float: right;
}
@media (max-width: 767px) {
  .share-right {
    float: none;
  }
}
.share-right .share-post ul {
  float: right;
}
@media (max-width: 767px) {
  .share-right .share-post ul {
    float: none;
    margin-top: 20px;
  }
}
.share-right .share-post ul .share-words {
  font-weight: 600;
}
.share-right .share-post ul li {
  text-align: center;
  padding-left: 1px;
  padding-right: 1px;
  vertical-align: middle;
}
.share-right .share-post ul li:first-child {
  margin-left: 0;
}
.share-right .share-post ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #fff !important;
  vertical-align: middle;
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.share-right .share-post ul li a:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.tooltip > .tooltip-inner {
  text-transform: uppercase;
  font-weight: 800;
  background-color: #091c42;
  font-size: 14px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.tooltip-arrow {
  display: none;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #091c42;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #091c42;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #091c42;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #091c42;
}

.tooltip.tooltip-secondary > .tooltip-inner {
  background-color: #fff;
  color: #091c42;
  font-size: 14px;
  text-transform: none;
}

.tooltip.tooltip-facebook > .tooltip-inner {
  background-color: #5476bd;
}

.tooltip.tooltip-twitter > .tooltip-inner {
  background-color: #2bc5ff;
}

.tooltip.tooltip-google-plus > .tooltip-inner {
  background-color: #e67a6d;
}

.tooltip.tooltip-email > .tooltip-inner {
  background-color: #133a8a;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Panels
----------------------------------- */
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel .panel-body {
  overflow-x: hidden;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel > :last-child > :last-child {
  margin-bottom: 0;
}
.panel > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.panel > :last-child > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.media-left, .media > .pull-left {
  padding-right: 15px;
}

#accordion .panel {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #d5d6d6;
  border-radius: 0;
  margin-top: 0;
}
#accordion .panel .panel-heading {
  padding: 0 0;
}
#accordion .panel .panel-heading .panel-title a {
  display: block;
  color: #091c42;
  padding: 20px 22px;
}
#accordion .panel .panel-heading .panel-title a .panel-header .panel-headline small {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#accordion .panel .panel-heading .panel-title a .panel-arrow {
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
#accordion .panel .panel-heading .panel-title a:hover, #accordion .panel .panel-heading .panel-title a[aria-expanded=true] {
  color: #fff !important;
  background-color: #091c42;
  border-color: #091c42;
}
#accordion .panel .panel-heading .panel-title a:hover .panel-header .panel-headline small, #accordion .panel .panel-heading .panel-title a[aria-expanded=true] .panel-header .panel-headline small {
  color: rgba(255, 255, 255, 0.6);
}
#accordion .panel .panel-heading .panel-title a[aria-expanded=true] .panel-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

.mce-panel {
  border-width: 0px !important;
}

/* Wells 
---------------------------------- */
.well, .like-page {
  border-width: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
  overflow-x: hidden;
  /*> :last-child {
    margin-bottom: 0;
  }*/
}
.well.no-padding, .no-padding.like-page {
  padding: 0 0;
}
.well.no-padding #twitter-widget-1, .no-padding.like-page #twitter-widget-1 {
  margin-bottom: -6px !important;
}
.well > :last-child, .like-page > :last-child {
  margin-bottom: 0;
}
.well > :last-child > :last-child, .like-page > :last-child > :last-child {
  margin-bottom: 0;
}
.well > :last-child > :last-child > :last-child, .like-page > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.well > :last-child > :last-child > :last-child > :last-child, .like-page > :last-child > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.brand-primary-bg .well, .brand-primary-bg .like-page {
  border-color: #fff;
  background-color: transparent;
}
.form-wrap .well, .form-wrap .like-page {
  border-color: #fff;
  background-color: transparent;
}
@media (min-width: 992px) {
  .no-hero-bg .well, .no-hero-bg .like-page {
    border-color: #fff;
    background-color: rgba(9, 28, 66, 0.3);
  }
}
.well.no-border, .no-border.like-page {
  border-color: transparent;
}
.well .well, .like-page .well, .well .like-page, .like-page .like-page, .panel .well, .panel .like-page {
  border-width: 1px;
}

.form-errors {
  text-align: left;
}
.form-errors ul {
  background-color: #e45620;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  padding: 11px 19px;
  list-style-position: inside;
  font-size: 14px;
}
.form-errors + .padtop {
  padding-top: 0;
}
.form-errors ::-moz-selection {
  background-color: #091c42;
}
.form-errors ::selection {
  background-color: #091c42;
}

/* Pagination 
-------------------------------- */
ul.pagination {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  ul.pagination {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
  ul.pagination:hover, ul.pagination:focus {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
}
ul.pagination li a {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 800;
}

/* Map 
-------------------------------- */
.page-type-calendar .form-wrap #events_map {
  height: 250px !important;
}
@media (min-width: 768px) {
  .page-type-calendar .form-wrap #within {
    text-align: center;
  }
}

/* Events
-------------------------------- */
/*.addtocalendar var {
    display: none;
}

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    @extend .btn;
    @extend .btn-primary;
    @extend .btn-sm;
}

#atc-dropdown-trigger {
  position: relative;
  display: inline-block;

  .btn-primary {

    &:focus:not(:hover) {
      background-color: $brand-primary;
      border-color: $brand-primary;
    }

  }

  .atcb-list {
    @extend .dropdown-menu;

    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;

    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    &.show-list {
      display: block;
    }

  }

}*/
.ticket-card {
  padding-top: 12.5px;
}
.ticket-card .ticket-description {
  margin-top: -5.5px;
}
.ticket-card .font-size-large {
  line-height: 1.1;
}
.ticket-card.ticket-card-divider {
  border-bottom: 1px solid #fff;
}

/* Custom Checkboxes, Radio Buttons, & Select Inputs
----------------------------------- */
.page-pages-show-donation-wide .radio-inline, .page-type-moneybomb .radio-inline, .page-pages-show-donation-v2-wide .radio-inline {
  padding-left: 0;
  width: 100%;
}
.page-pages-show-donation-wide .radio-inline input[type=radio], .page-type-moneybomb .radio-inline input[type=radio], .page-pages-show-donation-v2-wide .radio-inline input[type=radio] {
  display: block;
  position: absolute;
  left: -9999px;
}
.page-pages-show-donation-wide .radio-inline span:not(.option_label), .page-type-moneybomb .radio-inline span:not(.option_label), .page-pages-show-donation-v2-wide .radio-inline span:not(.option_label) {
  float: left;
  width: 50%;
  padding-bottom: 14px;
}
.page-pages-show-donation-wide .radio-inline span:not(.option_label):nth-child(even), .page-type-moneybomb .radio-inline span:not(.option_label):nth-child(even), .page-pages-show-donation-v2-wide .radio-inline span:not(.option_label):nth-child(even) {
  padding-left: 7.5px;
}
.page-pages-show-donation-wide .radio-inline span:not(.option_label):nth-child(odd), .page-type-moneybomb .radio-inline span:not(.option_label):nth-child(odd), .page-pages-show-donation-v2-wide .radio-inline span:not(.option_label):nth-child(odd) {
  padding-right: 7.5px;
}
.page-pages-show-donation-wide .radio-inline label.radio, .page-type-moneybomb .radio-inline label.radio, .page-pages-show-donation-v2-wide .radio-inline label.radio {
  text-shadow: none;
  display: block;
  margin-right: 0;
  /*margin-bottom: 0;
  font-weight: $btn-font-weight;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  @include button-size($padding-base-vertical, $padding-base-horizontal, $font-size-base, $line-height-base, $border-radius-base);
  @include user-select(none);
  @include btn-box-shadow;
  @include transition-main;

  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:hover,
  &:focus,
  &.focus {
    color: $btn-default-color;
    text-decoration: none;
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }

  &.disabled,
  &[disabled],
  fieldset[disabled] & {
    cursor: $cursor-disabled;
    pointer-events: none;
    @include opacity(.65);
    @include box-shadow(none);
  }*/
}
.page-pages-show-donation-wide .radio-inline input[type=radio]:checked + label, .page-type-moneybomb .radio-inline input[type=radio]:checked + label, .page-pages-show-donation-v2-wide .radio-inline input[type=radio]:checked + label {
  background-color: #091c42;
  color: #fff;
}
.page-pages-show-donation-wide [for=donation_amount_other], .page-pages-show-donation-wide [for=pledge_amount_other], .page-pages-show-donation-wide [for=donation_amount_other_input], .page-type-moneybomb [for=donation_amount_other], .page-type-moneybomb [for=pledge_amount_other], .page-type-moneybomb [for=donation_amount_other_input], .page-pages-show-donation-v2-wide [for=donation_amount_other], .page-pages-show-donation-v2-wide [for=pledge_amount_other], .page-pages-show-donation-v2-wide [for=donation_amount_other_input] {
  margin-top: 0px;
  margin-left: 0;
  width: 100% !important;
}
.page-pages-show-donation-wide #donation_amount_other_input, .page-type-moneybomb #donation_amount_other_input, .page-pages-show-donation-v2-wide #donation_amount_other_input {
  -moz-appearance: textfield;
}
.page-pages-show-donation-wide #donation_amount_other_input::-webkit-outer-spin-button, .page-pages-show-donation-wide #donation_amount_other_input::-webkit-inner-spin-button, .page-type-moneybomb #donation_amount_other_input::-webkit-outer-spin-button, .page-type-moneybomb #donation_amount_other_input::-webkit-inner-spin-button, .page-pages-show-donation-v2-wide #donation_amount_other_input::-webkit-outer-spin-button, .page-pages-show-donation-v2-wide #donation_amount_other_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-pages-show-donation-wide #progress-stage-one-btn, .page-type-moneybomb #progress-stage-one-btn, .page-pages-show-donation-v2-wide #progress-stage-one-btn {
  /*.icon-attention {

    i {
      margin-left: $padding-small-horizontal * .6;
      @include transition-main;
    }

    &.moved {

      i {
        @include transform(translateX($padding-small-horizontal));
      }

    }

  }*/
}
.page-pages-show-donation-wide .form-wrap #donation_amount_other, .page-pages-show-donation-wide .form-wrap #pledge_amount_other, .page-pages-show-donation-wide .form-wrap #donation_amount_other_input, .page-type-moneybomb .form-wrap #donation_amount_other, .page-type-moneybomb .form-wrap #pledge_amount_other, .page-type-moneybomb .form-wrap #donation_amount_other_input, .page-pages-show-donation-v2-wide .form-wrap #donation_amount_other, .page-pages-show-donation-v2-wide .form-wrap #pledge_amount_other, .page-pages-show-donation-v2-wide .form-wrap #donation_amount_other_input {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0;
}

/*.form-group  {

  & select {
    @extend .form-control;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    &:focus {
      background: $input-bg !important;
      color: $input-color !important;
      box-shadow: $input-box-shadow !important;
    }

  }

}*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(chevron-down.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
  padding-right: 38px !important;
}
.form-group select {
  background-image: url(chevron-down.png);
}
select:focus {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.selectric {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border-color: transparent !important;
  text-align: start;
}
.selectric .button {
  display: none !important;
}
.selectric .button:after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.selectric:hover, .selectric:focus {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #323434;
}
.selectric:hover .button:after, .selectric:focus .button:after {
  border-top-color: #323434 !important;
}
.selectric-open .selectric {
  background-color: #fff !important;
  color: #323434;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectric-open .selectric .button:after {
  border-top-color: #323434 !important;
}
.selectric .button {
  height: 40px !important;
  width: 40px !important;
}
.selectric .button:after {
  border-top-color: rgba(255, 255, 255, 0.9) !important;
}

.selectric-items {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: none !important;
  background-color: #fff !important;
  text-align: start;
  -webkit-box-shadow: 0 10px 30px 0 rgba(9, 28, 66, 0.3) !important;
  box-shadow: 0 10px 30px 0 rgba(9, 28, 66, 0.3) !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.selectric-items.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.selectric-items li {
  font-size: 14px !important;
  color: #323434 !important;
  border-top: 1px solid #d5d6d6 !important;
  padding: 8px 15px !important;
}
.selectric-items li:hover {
  border-color: transparent !important;
  background-color: #d5d6d6 !important;
}
.selectric-items li.selected {
  border-color: transparent !important;
  background-color: #d5d6d6 !important;
}

input[type=file]#suggestion_page_image, input[type=file]#endorsement_image, input[type=file]#petition_signature_image {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.endorsement-img, .petition-img {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}

.page-type-suggestion-box #user-session-form-secured-by-nationbuilder {
  display: none;
}

/* Donation Page
----------------------------------- */
#donation-amount-well {
  margin-top: 5px;
  font-weight: bold;
}
#donation-amount-well a {
  border-bottom: 2px solid #fff;
}
#donation-amount-well a i {
  margin-left: 2px;
}
#donation-amount-well a:hover, #donation-amount-well a:focus {
  border-color: #e45620;
}

.progress-stage-button-prev {
  outline: none !important;
}

#donation-faqs {
  border-bottom: 2px solid #fff;
}
#donation-faqs i {
  margin-right: 5px;
}
#donation-faqs:hover, #donation-faqs:focus {
  border-color: #e45620;
}

#donation_num_installments {
  width: auto;
  display: inline-block;
}

/* Remodal 
----------------------------------- */
.remodal-overlay {
  background: rgba(9, 28, 66, 0.9);
}

.remodal {
  border-radius: 0px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}
.remodal .remodal-content {
  text-align: left;
}

.remodal-close {
  color: #091c42;
  z-index: 1060;
  left: auto;
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.remodal-close:before {
  font-size: 28px;
}
.remodal-close:hover, .remodal-close:focus {
  color: #e45620;
}
.remodal-overlay.remodal-nav {
  background: rgba(255, 255, 255, 0.95);
}

.remodal.remodal-nav {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.remodal.remodal-nav .sub-menu {
  display: none;
}
.remodal.remodal-nav .item-no-children > a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.25;
  font-weight: bold;
}
.remodal.remodal-nav .item-no-children > a:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.remodal.remodal-nav .item-has-children > a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.25;
  color: #091c42 !important;
  font-weight: bold;
}
.remodal.remodal-nav .item-has-children > a i {
  font-size: 14px;
  -webkit-transform: translateY(-3px) rotate(0deg);
  -moz-transform: translateY(-3px) rotate(0deg);
  -ms-transform: translateY(-3px) rotate(0deg);
  -o-transform: translateY(-3px) rotate(0deg);
  transform: translateY(-3px) rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.remodal.remodal-nav .item-has-children > a:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.remodal.remodal-nav .item-has-children > a.submenu-open i {
  -webkit-transform: translateY(-1px) rotate(180deg);
  -moz-transform: translateY(-1px) rotate(180deg);
  -ms-transform: translateY(-1px) rotate(180deg);
  -o-transform: translateY(-1px) rotate(180deg);
  transform: translateY(-1px) rotate(180deg);
}
.remodal.remodal-nav .item-has-children > ul li a {
  display: inline-block;
  line-height: 2;
  font-weight: bold;
  text-transform: uppercase;
}
.remodal.remodal-nav .item-has-children > ul li a:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.remodal.remodal-nav .nav-social .fb_iframe_widget span {
  vertical-align: baseline !important;
}

/* MoneyBomb
----------------------------------- */
.page-type-moneybomb .panel-body .days-number, .homepage-excerpt .panel-body .days-number, .page-profile .panel-body .days-number, .page-excerpt .panel-body .days-number {
  color: #091c42;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}
.page-type-moneybomb .panel-body .days-word, .homepage-excerpt .panel-body .days-word, .page-profile .panel-body .days-word, .page-excerpt .panel-body .days-word {
  color: #878c8c;
  font-size: 20px;
}
.page-type-moneybomb .panel-body .time-number, .homepage-excerpt .panel-body .time-number, .page-profile .panel-body .time-number, .page-excerpt .panel-body .time-number {
  color: #091c42;
  font-size: 28px;
  font-weight: bold;
}
.page-type-moneybomb .panel-body .time-word, .homepage-excerpt .panel-body .time-word, .page-profile .panel-body .time-word, .page-excerpt .panel-body .time-word {
  color: #878c8c;
}
.brand-primary-bg .page-type-moneybomb .panel-body .days-number, .brand-primary-bg .homepage-excerpt .panel-body .days-number, .brand-primary-bg .page-profile .panel-body .days-number, .brand-primary-bg .page-excerpt .panel-body .days-number {
  color: inherit;
}
.brand-primary-bg .page-type-moneybomb .panel-body .days-word, .brand-primary-bg .homepage-excerpt .panel-body .days-word, .brand-primary-bg .page-profile .panel-body .days-word, .brand-primary-bg .page-excerpt .panel-body .days-word {
  color: inherit;
}
.brand-primary-bg .page-type-moneybomb .panel-body .time-number, .brand-primary-bg .homepage-excerpt .panel-body .time-number, .brand-primary-bg .page-profile .panel-body .time-number, .brand-primary-bg .page-excerpt .panel-body .time-number {
  color: inherit;
}
.brand-primary-bg .page-type-moneybomb .panel-body .time-word, .brand-primary-bg .homepage-excerpt .panel-body .time-word, .brand-primary-bg .page-profile .panel-body .time-word, .brand-primary-bg .page-excerpt .panel-body .time-word {
  color: inherit;
}

/* Analytics Banner
----------------------------------- */
#analytics-consent {
  background-color: #0b2454;
  color: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}
#analytics-consent .content {
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
}
#analytics-consent .content a:not(.btn) {
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0px -1px 0px #fff;
  background-color: transparent;
  text-decoration: none;
}
#analytics-consent .content a:not(.btn):hover, #analytics-consent .content a:not(.btn):focus {
  color: #091c42;
  background-color: #fff;
}
#analytics-consent .dismiss {
  padding-right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* Donation V2 
----------------------------------- */
.page-pages-show-donation-v2-wide {
  /*.form-control.card-field {
    background-color: $input-focus-bg;
    color: $input-focus-text-color;

    input {
      @extend .form-control;
    }

    iframe {

      input {
        @extend .form-control;
      }

    }

  }*/
}
.page-pages-show-donation-v2-wide .radio-inline {
  padding-left: 0;
  width: 100%;
}
.page-pages-show-donation-v2-wide .radio-inline input[type=radio] {
  display: block;
  position: absolute;
  left: -9999px;
}
.page-pages-show-donation-v2-wide .radio-inline span:not(.option_label) {
  float: left;
  width: 50%;
  padding-bottom: 14px;
}
.page-pages-show-donation-v2-wide .radio-inline span:not(.option_label):nth-child(even) {
  padding-left: 7.5px;
}
.page-pages-show-donation-v2-wide .radio-inline span:not(.option_label):nth-child(odd) {
  padding-right: 7.5px;
}
.page-pages-show-donation-v2-wide .radio-inline label.radio {
  text-shadow: none;
  display: block;
  margin-right: 0;
}
.page-pages-show-donation-v2-wide .radio-inline input[type=radio]:checked + label {
  background-color: #091c42;
  color: #fff;
}
.page-pages-show-donation-v2-wide .form-wrap [for=donation_amount_other_input] {
  margin-top: 8px;
  margin-left: 0;
  margin-bottom: 5px;
  width: 100% !important;
}
.page-pages-show-donation-v2-wide .form-wrap #donation_amount_other_input {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-appearance: textfield;
}
.page-pages-show-donation-v2-wide .form-wrap #donation_amount_other_input::-webkit-outer-spin-button, .page-pages-show-donation-v2-wide .form-wrap #donation_amount_other_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-pages-show-donation-v2-wide .form-wrap [disabled]#donation_amount_other_input, .page-pages-show-donation-v2-wide .form-wrap [readonly]#donation_amount_other_input, .page-pages-show-donation-v2-wide .form-wrap fieldset[disabled] #donation_amount_other_input {
  background-color: rgba(255, 255, 255, 0.15);
}
.page-pages-show-donation-v2-wide .form-wrap .radio-inline input[type=radio]:checked + label {
  color: #091c42 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.page-pages-show-donation-v2-wide .ticket-list ul {
  list-style-type: none;
  padding-left: 0;
}
.page-pages-show-donation-v2-wide .donation-other-input-container {
  position: relative;
}
.page-pages-show-donation-v2-wide .donation-other-input-container .currency-symbol {
  position: absolute;
  top: 8px;
  left: 15px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .page-pages-show-donation-v2-wide .donation-other-input-container .currency-symbol {
    left: 18.75px;
  }
}
.page-pages-show-donation-v2-wide .donation-other-input-container input:focus + .currency-symbol {
  color: #727676;
}
.page-pages-show-donation-v2-wide .submit-container .donation-v2-amount span.hidden ~ .nb_donation_v2_interval {
  display: none;
}
.page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline input,
.page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline #donation_amount_other {
  display: none;
}

.StripeElement {
  background-color: #fff;
}

.card-error-container .card-error,
.cardNumber-error-container .card-error,
.cardExpiry-error-container .card-error,
.cardCvc-error-container .card-error,
.postalCode-error-container .card-error {
  background-color: #e45620;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 5px;
  border: 1px solid #fff;
}
.card-error-container .card-error::-moz-selection,
.cardNumber-error-container .card-error::-moz-selection,
.cardExpiry-error-container .card-error::-moz-selection,
.cardCvc-error-container .card-error::-moz-selection,
.postalCode-error-container .card-error::-moz-selection {
  background-color: #091c42;
}
.card-error-container .card-error::selection,
.cardNumber-error-container .card-error::selection,
.cardExpiry-error-container .card-error::selection,
.cardCvc-error-container .card-error::selection,
.postalCode-error-container .card-error::selection {
  background-color: #091c42;
}

.page-type-nation-signup .payments-container {
  min-height: 40px;
}
.page-type-nation-signup .payments-container [class*=-error-container] {
  padding-top: 5px;
}
.page-type-nation-signup .payments-container [class*=-error-container] .card-error {
  position: absolute;
}

.donation-other-input-container:focus-within .currency-symbol {
  color: #727676;
}

/* Icons 
----------------------------------- */
.icon-mail--minus:before {
  content: "-";
}

/* '-' */
.icon-bomb:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '⏳' */
.icon-star:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '★' */
.icon-tick-octagon-frame:before {
  content: "☑";
}

/* '☑' */
.icon-cog:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '⚙' */
.icon-edit:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '✍' */
.icon-feather:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '✒' */
.icon-tick:before {
  content: "✓";
}

/* '✓' */
.icon-arrow-curve-000-left:before {
  content: "➦";
}

/* '➦' */
.icon-users:before {
  content: "";
}

/* '' */
.icon-question-octagon-frame:before {
  content: "";
}

/* '' */
.icon-arrow-curve-180:before {
  content: "";
}

/* '' */
.icon-balloon:before {
  content: "";
}

/* '' */
.icon-envelope-label:before {
  content: "";
}

/* '' */
.icon-popup:before {
  content: "";
}

/* '' */
.icon-application:before {
  content: "";
}

/* '' */
.icon-left-open:before, .flex-prev:before {
  content: "";
}

/* '' */
.icon-right-open:before, .flex-next:before {
  content: "";
}

/* '' */
.icon-newspaper:before {
  content: "";
}

/* '' */
.icon-equalizer:before {
  content: "";
}

/* '' */
.icon-property:before {
  content: "";
}

/* '' */
.icon-menu:before {
  content: "";
}

/* '' */
.icon-jar:before {
  content: "";
}

/* '' */
.icon-user:before {
  content: "";
}

/* '' */
.icon-meetup_16:before {
  content: "🌎";
}

/* '' */
.icon-medal:before {
  content: "🏆";
}

/* '' */
.icon-stamp:before {
  content: "👍";
}

/* '' */
.icon-hand:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '' */
.icon-credit-card-green:before {
  content: "💳";
}

/* '' */
.icon-calendar-list:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '' */
.icon-calendar:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '' */
.icon-clipboard-task:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '' */
.icon-megaphone:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '' */
.icon-box:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '' */
.icon-blogs:before, .icon-blog:before {
  content: "📰";
}

/* '' */
.icon-magnifier:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '' */
.icon-rss:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '' */
.icon-cancel-circle:before {
  content: "✖";
}

/* '✖' */
.icon-plus-squared:before {
  content: "";
}

/* '' */
.icon-arrow-skip:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '' */
.icon-twitter-squared:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '' */
.icon-facebook-squared:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* '' */
/* Custom Styling
----------------------------------- */
.negative-hr {
  margin-top: 7px;
}

#labeled-tags-acocunt-settings input[type=checkbox][checked] {
  display: none;
}

#pp-media-left {
  vertical-align: middle;
}

#media-inquiries {
  font-size: 20px;
  border: 2px solid #091c42;
  text-align: center;
  padding: 19px;
}
#media-inquiries p:last-child {
  margin-bottom: 0;
}

/* Nation Digital Blocks
------------------------------------- */
/* Paste Block Shortcodes Below
----------------------------------- */
.block-button-one {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .block-button-one {
    padding: 50px 0;
  }
}
.block-button-one.block-button-bg {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .block-button-one.block-button-bg {
    padding: 50px 0;
  }
}
.block-button-one .block-button-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 52, 52, 0.5);
}

.intro-with-video-one {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .intro-with-video-one {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .intro-with-video-one .intro-with-video-video {
    display: block;
  }
}
.intro-with-video-one .intro-with-video-video iframe, .intro-with-video-one .intro-with-video-video img {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.intro-with-video-one .intro-with-video-video p {
  margin-bottom: 0;
}

.blog-post-cards-with-featured-one {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .blog-post-cards-with-featured-one {
    padding: 50px 0;
  }
}
.blog-post-cards-with-featured-one .block-no-header-negative-margin {
  margin-top: -33px;
}
.blog-post-cards-with-featured-one .masonry-blog-post-cards-with-featured-one-tile .blog-post-card-img, .blog-post-cards-with-featured-one .blog-post-featured-card .blog-post-card-img {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.blog-post-cards-with-featured-one .masonry-blog-post-cards-with-featured-one-tile:hover .blog-post-card-img, .blog-post-cards-with-featured-one .masonry-blog-post-cards-with-featured-one-tile:focus .blog-post-card-img, .blog-post-cards-with-featured-one .blog-post-featured-card:hover .blog-post-card-img, .blog-post-cards-with-featured-one .blog-post-featured-card:focus .blog-post-card-img {
  -webkit-transform: scale(1.075) rotate(0deg);
  -moz-transform: scale(1.075) rotate(0deg);
  -ms-transform: scale(1.075) rotate(0deg);
  -o-transform: scale(1.075) rotate(0deg);
  transform: scale(1.075) rotate(0deg);
}
.blog-post-cards-with-featured-one .blog-post-featured-card {
  display: block;
  margin-top: 33px;
}
.blog-post-cards-with-featured-one .blog-post-featured-card .blog-post-card-img-container {
  position: relative;
  height: 450px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-post-cards-with-featured-one .blog-post-featured-card .blog-post-card-img-container {
    height: 250px;
  }
}
.blog-post-cards-with-featured-one .blog-post-featured-card .blog-post-card-img-container .blog-post-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.blog-post-cards-with-featured-one .blog-post-featured-card .blog-post-card-text {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-left: 4px solid #091c42;
  position: relative;
  padding: 20px 20px;
}
@media (max-width: 991px) {
  .blog-post-cards-with-featured-one .blog-post-featured-card .blog-post-card-text {
    border-left: none;
    border-top: 4px solid #091c42;
  }
}
.blog-post-cards-with-featured-one .blog-post-featured-card .blog-post-card-text p {
  color: #323434;
}
@media (max-width: 767px) {
  .blog-post-cards-with-featured-one .blog-post-featured-card .blog-post-card-text {
    padding: 15px 15px;
  }
}
.blog-post-cards-with-featured-one .blog-post-featured-card .vcenter .blog-post-card-text {
  margin-left: -90px;
}
@media (max-width: 991px) {
  .blog-post-cards-with-featured-one .blog-post-featured-card .vcenter .blog-post-card-text {
    margin: -30px 15px 0 15px;
  }
}
.blog-post-cards-with-featured-one .blog-post-card {
  border-radius: 0px;
  margin-top: 33px;
}
.blog-post-cards-with-featured-one .blog-post-card .blog-post-card-img-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-post-cards-with-featured-one .blog-post-card .blog-post-card-img-container {
    height: 200px;
  }
}
.blog-post-cards-with-featured-one .blog-post-card .blog-post-card-img-container .blog-post-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.blog-post-cards-with-featured-one .blog-post-card .blog-post-card-img-container .blog-post-card-headline-picture-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 28, 66, 0.1);
}
.blog-post-cards-with-featured-one .blog-post-card .blog-post-card-img-container + .blog-post-card-text {
  margin: -30px 15px 0 15px;
}
.blog-post-cards-with-featured-one .blog-post-card .blog-post-card-text {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-top: 4px solid #091c42;
  position: relative;
  padding: 20px 20px;
}
.blog-post-cards-with-featured-one .blog-post-card .blog-post-card-text p {
  color: #323434;
}
@media (max-width: 767px) {
  .blog-post-cards-with-featured-one .blog-post-card .blog-post-card-text {
    padding: 15px 15px;
  }
}

.blockquote-one {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .blockquote-one {
    padding: 30px 0;
  }
}

.intro-with-donate-two {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .intro-with-donate-two {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .intro-with-donate-two .intro-with-donate-video {
    display: block;
  }
}
.intro-with-donate-two .intro-with-donate-video iframe, .intro-with-donate-two .intro-with-donate-video img {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.intro-with-donate-two .intro-with-donate-video p {
  margin-bottom: 0;
}
.intro-with-donate-two .amount-btn {
  margin-bottom: 14px;
}
.intro-with-donate-two.has-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.intro-with-donate-two.has-bg .intro-with-donate-two-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 52, 52, 0.5);
}

.footer-signup-one {
  position: relative;
  padding: 200px 0 50px 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .footer-signup-one {
    padding: 50px 0 50px 0;
  }
}
.footer-signup-one .footer-signup-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 52, 52, 0.5);
}
.footer-signup-one .form-wrap .form-submit {
  margin-top: 0;
}
@media (min-width: 992px) {
  .footer-signup-one .form-wrap .form-group {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer-signup-one .form-wrap .no-margin-bottom-md-lg {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-signup-one .form-wrap {
    padding: 20px 25px;
  }
}
.footer-signup-one .labeled-tags-container {
  margin-left: 0;
}

#cd-lateral-nav .cd-secondary-nav.cd-navigation li:not(:first-child):not(.cd-social-list-item) {
  margin-top: 7px;
}

#form-wrap-search {
  box-shadow: none !important;
  padding: 0 0 !important;
  border: 1px solid #fff !important;
}

#form-wrap-search .btn-transparent {
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

.post-bg {
  height: 200px;
      background-repeat: no-repeat;
    background-position: 50% 35%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (min-width: 992px) {
  .post-bg {
    height: 350px;
  }
}

/*# sourceMappingURL=theme.css.map */