::-moz-selection { /* Code for Firefox */
    color: white;
    background: #E22019;
  }
  
  ::selection {
    color: white;
    background: #E22019;
  }

body {
    color: #636363 !important;
}
#header {
    background-color: #fff !important;
    background: none;
    background-image: none !important;
}

.region-footer-first, .site-footer-third {
    background-color: #f5f4f3 !important;
}

.site-footer-second {
    background-color: #f8b334 !important;
}

.site-footer .content {
    color: #636363 !important;
    font-size: 14px !important;
}
.site-footer h2 {
    color: #E22019 !important;
    font-size: 2em;
    font-family: "BrandonGrotesque","Open Sans",Arial,sans-serif;
}
.site-footer a {
    color: #E22019 !important;
    border-bottom: none !important;
}

a {
    color: #e32119
}

a:hover, a:focus {
    color: #999
}

a:link {
    -webkit-tap-highlight-color: #e32119
}

.give-steps {
    background: #f8b334;
}
.text-give-steps {
    background: #f8b334;
}
.item-give-steps.active .block-give-steps {
    color: #fff
}

.item-give-steps.active .num-give-step {
    border-color: #f8b334;
    color: #f8b334;
    background: #fff;
    box-shadow: rgba(153,153,153,0.5) 0 1px 1px
}

.item-give-steps.active.give-step-2 .block-give-steps:before,.item-give-steps.active.give-step-3 .block-give-steps:before {
    background: #fff
}

.block-give-steps, .num-give-step {
    color: rgba(255,255,255,.7);
}
.block-give-steps:before {
    background: rgba(255,255,255,.7);
}

legend, summary {
    border-top: 3px solid #E22019;
    background: #e4e0dd;
}
.mon-don .summary-give .highlight, .mon-don .tax-give .num {
    color: #E22019;
}
input[type=checkbox], input[type=radio] {
    background: #fff;
    border-color: #dcdcdc;
}
input[type=checkbox]:checked:before {
    color: #636363;
}
input[type=radio]:checked:before {
    background-color: #636363;
}
.choice-donation .form-item-punctual-donation label, .choice-donation .form-item-regular-donation-amount-list label, .title-give-info, .highlight-give-info {
    color: #E22019;
}
.form-item-punctual-donation label:after, .form-item-regular-donation-amount-list label:after {
    color: #E22019;
}
.form-item-punctual-donation input[type="radio"]:checked+label, .form-item-regular-donation-amount-list input[type="radio"]:checked+label{
    background: #E22019;
    color: #fff;
    box-shadow: rgba(68,68,68,0.5) 0 5px 5px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

input[type="submit"] {
    background: #E22019;
    box-shadow: #bd1220 0 -3px 0 inset;
    color: #fff;
}
input[type="submit"]:hover, input[type="submit"]:focus {
    background: #BD1220;
    box-shadow: #8A0D17 0 -3px 0 inset;
    color: #fff;
}

.block-rcf-don-logout a, .block-rcf-don-login a {
    color: #636363;
}