.page-pages-show-donation-wide {
    font-family: "Proxima-nova", sans-serif;
    background: #222;
    margin-top: 100px;
    width: 400px;
}
.page-pages-show-donation-wide .btn-gray {
    background: #9aad2e;
    text-decoration: none;
    border-color: transparent;
    letter-spacing: 1px;
    padding: 10px 20px;

}
.page-pages-show-donation-wide .btn-gray:hover {
    background: #090909;
    border-color: transparent;
    color: #9aad2e;
}
.page-pages-show-donation-wide #donation_amount_other {
    display: inline-block;
    height: 50px;
    vertical-align: top;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #e6e6e6;
    text-align: center;
    font-family: FuturaBook,Arial,Helvetica,sans-serif;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f7f5f2;
}
.center {
    text-align: center;
}
.padtop {
    padding-top: 10px;
}
.page-pages-show-donation-wide .content {
    margin: 30px 0;
}
.page-pages-show-donation-wide .bkg_donate {
    background: #9aad2e;
    padding: 25px;
}
.page-pages-show-donation-wide .bkg-form {
    background: #fff;
    padding: 40px;
    color: #0e0e0e;
}
.page-pages-show-donation-wide .bkg-intro {
    background: #9aad2e;
    color: #085a4e;
    padding: 40px;
}
.page-pages-show-donation-wide input {
    width: 100%;
}
.page-pages-show-donation-wide .headline {
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: solid 1px #085a4e;
    padding-bottom: 5px;
}
.page-pages-show-donation-wide .headline h1 {
    margin: 0;
}
.page-pages-show-donation-wide .donation_form .form-wrap {
    margin-bottom: 1.25em;
}
.page-pages-show-donation-wide .donation_form .form-wrap a {
    color: #9aad2e;
    font-weight: 600;
}
.page-pages-show-donation-wide .progress {
    height: 30px;
    background-color: rgba(71, 178, 169, 0.33);
    border: solid 1px rgba(71, 178, 169, 0.53);
}
.page-pages-show-donation-wide .progress .progress-bar {
    background-color: #9aad2e;
    line-height: 30px;
    font-weight: 600;
}
.page-pages-show-donation-wide .lead {
    font-size: 19px;
    letter-spacing: 1px;
    margin: 10px 0;
}
.page-pages-show-donation-wide .bar-goal {
    font-size: 21px;
    letter-spacing: 1px;
}
.page-pages-show-donation-wide .form-progress-indicator {
    width: 130%;
    left: -15%;
    position: relative;
}
.page-pages-show-donation-wide .progress-indicator-stages {
    list-style-type: none;
    padding: 0 0 15px 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
}
.page-pages-show-donation-wide .progress-indicator-stages li {
    display: inline-block;
    position: relative;
    margin-right: 32px;
    white-space: nowrap;
    width: 51px;
}
.page-pages-show-donation-wide .progress-indicator-stages li:after {
    content: " ";
    width: 42px;
    height: 0;
    border-bottom: 1px solid #333;
    position: absolute;
    top: 18px;
    left: 39px;
}
.page-pages-show-donation-wide .progress-indicator-stages li:last-child {
    margin-right: 0;
}
.page-pages-show-donation-wide .progress-indicator-stages li:last-child:after {
    display: none;
}
.page-pages-show-donation-wide .progress-indicator-stages li .stage-label {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.page-pages-show-donation-wide .progress-indicator-stages li.stage-1 .stage-label {
    left: -1px;
}
.page-pages-show-donation-wide .progress-indicator-stages li.stage-2 .stage-label {
    left: -8px;
}
.page-pages-show-donation-wide .progress-indicator-stages li.stage-3 .stage-label {
    left: -3px;
}
.page-pages-show-donation-wide .progress-indicator-stages li .stage-count {
    position: relative;
    display: block;
    color: #333;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 99px;
    font-weight: 600;
    line-height: 35px;
    font-size: 18px;
}
.page-pages-show-donation-wide .progress-indicator-stages li .stage-count-inner {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    position: relative;
    color: #9aad2e;
    border: solid 1px #9aad2e;
    position: relative;
    border-radius: 99px;
}
.page-pages-show-donation-wide .progress-indicator-stages li.active .stage-count-inner {
    background: #9aad2e;
    color: #fff;
}
.page-pages-show-donation-wide .progress-indicator-stages li.seen .stage-count-inner {
    background: #9aad2e;
    color: #fff;
    cursor: pointer;
}
.page-pages-show-donation-wide .progress-indicator-stages li.completed .stage-count-inner {
    text-indent: -9999px;
    background: #9aad2e;
    cursor: pointer;
}
.page-pages-show-donation-wide .progress-indicator-stages li.completed .stage-count-inner:before {
    color: #fff;
    position: absolute;
    width: 39px;
    line-height: 39px;
    z-index: 20;
    opacity: 1;
    text-align: center;
    top: 0;
    left: -3px;
    font-size: 17px;
    cursor: pointer;
    text-indent: 0;
}
.page-pages-show-donation-wide .progress-indicator-stages li.completed .stage-count {
    cursor: pointer;
}
.page-pages-show-donation-wide .progress-stages {
    padding: 0;
    min-height: 402px;
    border-radius: 2px;
}
.page-pages-show-donation-wide .progress-stages .progress-stage {
    display: none;
}
.page-pages-show-donation-wide .progress-stages .progress-stage.active {
    display: block;
}
.page-pages-show-donation-wide .progress-stage-button-prev {
    display: block;
    text-transform: uppercase;
    font-family: FuturaDemi,Arial,Helvetica,sans-serif;
    font-size: 18px;
    float: left;
    margin-top: 12px;
    letter-spacing: .0125em;
}
.page-pages-show-donation-wide .progress-stage-button-prev:before {
    /*content: "\00ab\0000a0";*/
}
.page-pages-show-donation-wide .radio-inline input[type="radio"] {
    padding-left: 0;
    display: block;
    position: absolute;
    left: -9999px;
}
.page-pages-show-donation-wide .radio-inline label.radio {
    border-radius: 10px;
    color: #9aad2e;
    background: rgba(255, 255, 255, 0.66);
    display: inline-block;
    width: 80px;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    border: solid 1px #9aad2e;
    text-align: center;
    margin: 5px 5px 10px 7px;
}
.page-pages-show-donation-wide .radio-inline input[type="radio"]:checked + label {
    background-color: #9aad2e;
    color: #fff;
}

.rub{
    display: inline-block;
    position: relative;
}
.rub:before {
    display: block;
    content: "–";
    position: absolute;
    top: 0.05em;
}
.lt-ie9 .progress-indicator-stages li.stage-3:after {
    display: none;
}
#donation_billing_address_state {
    width: 100%;
}
.b-donate__agree {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.b-chk-cell {
    clear: both;
    width: 16px;
    height: 16px;
    cursor: pointer;
    overflow: hidden;
    margin: 5px 1px 0 0;
    border: 1px solid #d9d9d9;
    background: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.b-chk-cell input {
    margin-left: -100px;
    position: absolute;
}
.b-donate__agree__label {
    font-family: FuturaBook,Arial,Helvetica,sans-serif;
    font-size: 17px;
    margin-bottom: 0;
}.b-chk-cell__label {
     cursor: pointer;
 }
.b-chk-cell_checked:before {
    content: '';
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    background: #9aad2e;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.i-donate__next-type{display: none;}
.icon-tick:before {
    content: '\2713';
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-dialog{
    width: 100%;
    height: 90px;
}
.alert-dialog .alert{display: none;}
