@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
header,
.max-width,
footer .container {
    max-width: 1350px !important;
    margin: 0 auto;
}
#crm-main-content-wrapper form fieldset:nth-child(2n + 1) {
    background-color: #fff !important;
    border: 0 !important;
}
.page-civicrm-contribute.payment-type-buttons .contribution_type-section .contribution_type-content span{
    font-family: "Mulish", sans-serif !important;
    font-weight: bold !important;
    font-size: 25px !important;
}
.page-civicrm-contribute.payment-type-buttons .contribution_type-section .contribution_type-content input[type="radio"]:checked ~ label ,
.page-civicrm-contribute.payment-type-buttons .contribution_type-section .contribution_type-content label:hover {
    border-bottom: 6px solid #ef2789 !important;
    border-radius: 1px !important;

}
.contribution_type-content input[type="radio"]:checked ~ label,
.contribution_type-content label {
    font-weight: bold !important;
}
.contribution_amount-content .price-set-option-content label {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.price-set-row label span {
    font-size: 31px !important;
    font-family: "Mulish", sans-serif !important;;
    font-weight: 900 !important;
}
.other_amount-section .crm-form-text {
    font-size: 22px !important;
    font-family: "Mulish", sans-serif !important;
    padding-left: 10px !important;
}
.other_amount-section .label,
.contribution_type-section .label{
    display: none !important;
}
.contribution_type-content,
.contribution_amount-content {
    margin-left: 0 !important;
}
.crm-profile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.crm-profile .crm-section {
    min-width: 50% !important;
}
.crm-profile .editrow_street_address-Primary-section {
    min-width: 100% !important;
}
.page-civicrm-contribute.payment-type-buttons .contribution_type-section .contribution_type-content input[type="radio"]:checked ~ label > span,
.contribution_type-section label > span {
    font-weight: 900 !important;
}
#crm-submit-buttons {
    text-align: center;
}
#crm-container.crm-public .content {
    padding: 6px 10px !important;
}
#icdx {
    position: relative;
}
#icdx::after {
    content: " ";
    display: block;
    background-image: url('/sites/default/files/ffund-contribution-image.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
