.form-control {font-size: 14px;}
.custom-radio input[type="radio"]:checked + .custom-label {color: #fff;}
.custom-label {
width: 90%!important;
height: auto!important;
font-size: 18px;
}
.header-row {
 padding-top: 20px;
 padding-bottom: 20px;
}
#logo img {height: 60px;}
.custom-radio-wrapper {
    margin-bottom: 20px;
}
.radio-container input[type="radio"]:checked + label {color: #fff;}
.radio-container-small label {
width: 120px!important;
height: 45px!important;
font-size: 14px!important;
font-weight: 500!important;
line-height: 1!important;
align-content: center;
}
.radio-container.radio-container-small {
margin-bottom: 30px;
}
.text-end {text-align: -webkit-auto!important;}
.btn-submit-donation {
 color: #fff;
 text-transform: uppercase;
}
a {color: #cc163f;}
::selection {background: #cc163f!important;}
a.bfh-selectbox-toggle.form-control {
    display: none;
}

.btn-success {
    color: #fff;
    background-color: #cc163f;
    border-color: #cc163f;
}

.btn-success:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-warning {
    color: #fff;
    background-color: #908a93;
    border-color: #908a93;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
color: #908a93;
}