h1.article-header__title {
    color:white !important;
}

.article-header__title.black {
    color:#2a3035 !important;
}

ol.at-steps {
    display: flex !important;
}

ol.at-steps li:before {
    display:none !important;
}

.at-radios {
    display: flex !important;
    flex-wrap: wrap !important;
}

.at form .label-amount  {
    width: 46% !important;
    margin-left:2% !important;
    margin-right:2% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important;
}

.at form .label-amount  {
    width: 100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    display: block !important;
    float: none !important;
}

@media only screen and (max-width: 40em) {
    .at form .label-amount  {
        width: 100% !important;
        margin-left:0 !important;
        margin-right:0 !important;
        display: block !important;
        float: none !important;
    }

}

@media (min-width: 576px) {
    .at form .label-amount  {
        width: 46% !important;
        margin-left:2% !important;
        margin-right:2% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        height: 50px !important;
    }

}

.at form .label-amount.label-otheramount {
    width: 46% !important;
}
.at input[type=radio] {
    appearance: auto !important;
}


form .at-radio .at-radios .label-amount input[type=radio]+a {
    background-color: #777b7c80;
}

.at form .label-amount.label-otheramount {
    margin-top: 20px;
    position: relative;
}


.label-amount.label-otheramount:before {
    content: "Other Amount:";
    position:absolute;
    top:-1.2rem;
    width:100%;
    color:black;
    font-size: .8rem;
    text-align: left;
    left:0;
}

a.nextStep.btn-at-primary, .submitStep.btn-at.btn-at-primary {
    color:white !important;
    text-shadow: none !important;
}
