:root {
    --odu-white: #fff;
    --odu-body: #FFFFFF;
    --odu-black: #190b32;
    --odu-yellow: #fff457;
    --odu-dark-grey: #757575;
    --odu-mid-grey: #e6e6e6;
    --odu-light-grey: #f4f4f5;
    --odu-blue: #0076a9;
    --odu-pink: #d51c59;
    --odu-shades-light-grey: #f5f5f6;
    --odu-border-grey: #B2AEBB;
    --odu-light-black: #B9B5C1;
    --btn-border-radius: 50px;
    --odu-font-light: 300;
    --odu-font-regular: 400;
    --odu-font-medium: 500;
    --odu-font-semibold: 600;
    --odu-font-bold: 700;
    --odu-font-extrabold: 800;
    --odu-font: 'Lexend Exa', sans-serif;
}

.class-donate {
    background: #F5F5F6;
}


.donate-page .page-title .col {
    max-width: 570px;
    text-align: center;
    margin: 0 auto;
}

    .donate-page .page-title .col .heading {
        font-weight: 700;
    }

.donation-process .error {
    color: #db0025;
    margin: 5px 0px;
}

.donation-process .form-control.error {
    border-color: #db0025;
}

.donation-process label {
    font-weight: 600;
}

.reg-msg {
    margin: -20px 0 20px;
    background: #e2e0ea;
    border-radius: 4px;
    padding: 15px 20px;
}

    .reg-msg p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 20px;
    }

    .reg-msg a:active,
    .reg-msg a:link,
    .reg-msg a:visited {
        text-decoration: underline;
    }

.section-head {
    color: white;
}

.header-overlay {
    background: #005E85;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
}

.section-page-header {
    padding: 60px 0 140px;
    margin-top: 52px;
}

.multi-step-form button {
    color: white;
}

.donation-details h1.heading {
    font-size: 28px;
    font-weight: var(--odu-font-bold);
    line-height: 119%;
    margin-bottom: 40px;
}

@media(min-width: 1200px) {
    .donation-details h1.heading {
        font-size: 36px;
        font-weight: var(--odu-font-bold);
        line-height: 119%;
        margin-bottom: 50px;
    }
}

@media(min-width: 1600px) {
    .donation-details h1.heading {
        font-size: 48px;
        font-weight: var(--odu-font-bold);
        line-height: 119%;
        margin-bottom: 60px;
    }
}


.preselected-value .card:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    content: '';
    border: none;
}

.preselected-value .card {
    border-radius: 20px;
    background: white;
    border: none;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}

.preselected-value.selectedvalue .card,
.preselected-value.selectedvalue:hover .card {
    background: #FFFFFF;
}

    .preselected-value:hover .card h3,
    .preselected-value.selectedvalue .card h3,
    .preselected-value.selectedvalue:hover .card h3 {
        color: #d51c59;
    }

    .preselected-value.selectedvalue .card:before,
    .preselected-value.selectedvalue:hover .card:before,
    .preselected-value:hover .card:before {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
        content: '';
        border: 2px solid var(--odu-pink) !important;
        border-radius: 20px;
    }

.preselected-value:hover .card {
    cursor: pointer;
}
.preselected-value .card img {
    border-radius: 0;
}

.preselected-value .card h4 {
}

.preselected-value:hover .card h4 {
}

.section-page-header {
    margin-bottom: -140px;
}

@media (min-width: 480px) {
    .section-page-header h1 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .section-page-header {
        padding: 150px 0 160px;
        margin-top: 30px;
        margin-bottom: -180px;
    }

        .section-page-header h1 {
            font-size: 36px;
        }
}

@media (min-width: 1200px) {
    .section-page-header {
        padding: 150px 0 200px;
        margin: 52px 0 -220px;
    }
}

.multi-step-form-progress {
    margin-bottom: 0;
    color: #fff;
}

.multi-step-form-progress {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.3% 33.3% 33.3%;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    width: 100%;
}

    .multi-step-form-progress > :nth-child(2) {
        -ms-grid-column: 2;
    }

    .multi-step-form-progress > :nth-child(3) {
        -ms-grid-column: 3;
    }

    .multi-step-form-progress > :nth-child(4) {
        -ms-grid-row: 2;
    }

    .multi-step-form-progress > :nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .multi-step-form-progress > :nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .multi-step-form-progress > :nth-child(7) {
        -ms-grid-row: 3;
    }

.multi-step-form-progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 70px;
    text-align: center;
    text-indent: 0;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}

    .multi-step-form-progress-btn span {
        color: #A0A0A0;
        font-weight: 500;
        line-height: 1;
        display: block;
        font-size: 14px;
        line-height: 20px;
    }

    .multi-step-form-progress-btn.js-active span {
        color: var(--odu-black);
    }


.donation-process p.secondary-heading {
    font-size: 18px;
    line-height: 26px;
    margin: 30px auto 50px;
    text-align: center;
}


.donation-process .btn.btn-primary {
    background: var(--odu-pink);
    border: 1px solid var(--odu-pink) !important;
    color: var(--odu-body) !important;
}
    .donation-process .btn.btn-primary::after {
        content: url(/media/yldja5qa/icon-thin-arrow-right-white-outline.svg);
        padding-left: 12px;
        position: relative;
        right: 0;
        top: 2px;
    }


    .donation-process .btn.btn-primary:hover {
        border: 1px solid var(--odu-yellow) !important;
        background: var(--odu-yellow) !important;
        color: var(--odu-black) !important;
        box-shadow: none;
        text-decoration: none
    }

    .donation-process .btn.btn-primary:hover::after {
        content: url(/media/mchppzo1/icon-thin-arrow-right-dark-outline.svg);
        padding-left: 12px;
        position: relative;
        right: 0;
        top: 2px;
    }


.multi-step-form-progress-btn em {
    font-style: normal;
    font-weight: var(--odu-font-regular);
    color: #A0A0A0;
    position: absolute;
    top: 12px;
    z-index: 4;
    margin-left: -8px;
    font-size: 24px;
    line-height: 24px;
}

    .multi-step-form-progress-btn.js-active em {
        margin-left: -7px;
    }

@supports (-webkit-overflow-scrolling: touch) {
    .multi-step-form-progress-btn em {
        bottom: 3px;
    }
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .multi-step-form-progress-btn em {
        margin-left: 45%;
    }
}

.multi-step-form-progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.multi-step-form-progress-btn:after {
    position: absolute;
    top: 25px;
    left: calc(-50% - 30px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 0;
    background: transparent;
    border-bottom: 1px solid var(--odu-border-grey);
    content: '';
    z-index: 1;
}

.multi-step-form-progress-btn.js-active {
    color: var(--odu-black);
}

    .multi-step-form-progress-btn.js-active em {
        color: white;
    }

.multi-step-form-progress-btn:first-child:after {
    display: none;
}

.multi-step-form-progress-btn:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background:white;
    border-radius: 200px;
    background-size: 100%;
}

.multi-step-form-progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background: var(--odu-pink);
    border-radius: 200px;
    background-size: 100%;
}

.multi-step-form-form {
    position: relative;
    height: 100% !important;
}

.multi-step-form-panel {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    display: none;
    visibility: hidden;
}

    .multi-step-form-panel.js-active {
        height: auto;
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .multi-step-form-panel[data-animation="scaleOut"] {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

        .multi-step-form-panel[data-animation="scaleOut"].js-active {
            transition-property: all;
            transition-duration: 0.2s;
            transition-timing-function: linear;
            transition-delay: 0s;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .multi-step-form-panel[data-animation="slideHorz"] {
        left: 50px;
    }

        .multi-step-form-panel[data-animation="slideHorz"].js-active {
            transition-property: all;
            transition-duration: 0.25s;
            transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
            transition-delay: 0s;
            left: 0;
        }

    .multi-step-form-panel[data-animation="slideVert"] {
        top: 30px;
    }

        .multi-step-form-panel[data-animation="slideVert"].js-active {
            transition-property: all;
            transition-duration: 0.2s;
            transition-timing-function: linear;
            transition-delay: 0s;
            top: 0;
        }

    .multi-step-form-panel[data-animation="fadeIn"].js-active {
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        transition-delay: 0s;
    }

    .multi-step-form-panel[data-animation="scaleIn"] {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

        .multi-step-form-panel[data-animation="scaleIn"].js-active {
            transition-property: all;
            transition-duration: 0.2s;
            transition-timing-function: linear;
            transition-delay: 0s;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .multi-step-form-panel .button-row {
        padding: 20px 0;
        justify-content: space-between;
    }

.multi-step-form {
    padding-top: 30px;
    padding-bottom: 50px;
    z-index: 3;
    position: relative;
}

.donation-details .nav-pills .nav-link {
    display: block;
    padding: 14px 36px;
    color: var(--odu-black);
    background: #f5f5f6;
    margin: 0 -1px;
    font-size: 16px;
    line-height: 23px;
    border-radius: 0;
    font-weight: var(--odu-font-bold);
    border: 2px solid var(--odu-black);
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.donation-details .nav-pills .nav-link:active,
.donation-details .nav-pills .nav-link:focus,
.donation-details .nav-pills .nav-link:hover {
    text-decoration: none !important;
}


.donation-details .nav-pills {
    border-bottom: 0 solid #e5e4ea;
    margin: 0 5px;
    padding: 0px 1px 40px 1px;
    display: inline-flex;
    margin: 0 auto;
}

.donation-details .nav-pills .nav-link.active,
.donation-details .nav-pills .show > .nav-link {
    background: var(--odu-black);
    color: white;
}


.donation-details .card p {
    font-size: 18px;
    line-height: 21px;
}

.donation-details .card .card-body {
    padding: 25px 20px 25px;
}

.donation-details .no-gutters > .col,
.donation-details .no-gutters > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.donation-banner .info .base-text {
    max-width: 800px;
}

@media (min-width: 768px) {

    .donation-details .nav-pills .nav-link:first-child {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
    }

    .donation-details .nav-pills .nav-link:last-child {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
}

@media (max-width: 768px) {

    .donation-details .nav-pills .nav-link:first-child {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .donation-details .nav-pills .nav-link:last-child {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .class-donate .section-page-header {
        padding: 90px 0 0;
        margin-top: 52px;
    }

    .class-donate .section-page-header h1 {
        padding-bottom: 130px;
    }

    .class-donate .multi-step-form {
        margin-top: 0;
    }
}

    @media (max-width: 767px) {
        .donation-details .nav-pills .nav-link {
            margin: -1px 0;
        }
    }

.preselected-value.selectedvalue .card,
.preselected-value.selectedvalue:hover .card {
    border-color: #FF5000;
}


.paymethod {
    border: 2px solid transparent;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

    .paymethod:hover {
        cursor: pointer;
    }

    .paymethod img {
        width: 70px;
        display: block;
        margin: 0 auto 15px;
    }

    .paymethod.paymethod-active {
        border: 2px solid #fff;
    }

.pay-dd {
}

.pay-card {
}

.separator {
    text-align: center;
    height: 15px;
    border-bottom: 2px solid #ecf8fa;
    margin-top: 30px;
    margin-bottom: 35px;
    font-size: 18px;
    color: #273464;
}

    .separator:first-line {
        background-color: #fff;
    }

    .separator:before {
        content: " ";
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .separator:after {
        content: " ";
        width: 20px;
        height: 20px;
        display: inline-block;
    }

/*.multi-step-form-form input.form-control,
.multi-step-form-form input[type=email].form-control,
.multi-step-form-form input[type=number].form-control,
.multi-step-form-form input[type=number].form-control,
.multi-step-form-form input[type=text].form-control {
    border-radius: 2px !important;
    transition: none !important;
    border: 1px solid #273464 !important;
    outline: none !important;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 10%) !important;
    color: #605643 !important;
    font-size: 24px;
}*/

#getaddress_input {
    color: #757575 !important;
}

    #getaddress_input:focus {
        color: #757575 !important;
    }

.donateform-heights .form-control.amount {
    position: relative;
}

#fundraising .donateform-heights {
    justify-content: center;
    flex-direction: column;
}


.row.donateform-heights, .row.donateform-heights > .col-sm-12 {
    margin-top: 0 !important
}


/*.donateform-heights select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='21.521' height='12.408' viewBox='0 0 21.521 12.408'><path d='M9.76,11.408-.715.7A1,1,0,0,1-.7-.715,1,1,0,0,1,.715-.7L9.76,8.548,18.806-.7A1,1,0,0,1,20.22-.715,1,1,0,0,1,20.236.7Z' transform='translate(1 1)' fill='%23273464'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 20px;
    border-radius: 30px;
    min-height:60px;
    border: 2px solid #273464;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #273464;
}

    .donateform-heights select.form-control option {
        font-size: 18px;
        line-height: 21px;
        font-weight: 600;
        color: #273464;
    }*/

/*.multi-step-form-form .btn-primary {
    color: #fff;
    background-color: #273464 !important;
    border-color: #273464 !important;
    padding: 8px 40px;
    font-size: 24px;
}

    .multi-step-form-form .btn-primary.js-btn-prev {
        color: #273464;
        background-color: #ffffff !important;
        border-color: #273464 !important;
    }*/

.multi-step-form-form .btn-primary.js-btn-prev {
    position: relative;
}
    .multi-step-form-form .btn-primary.js-btn-prev:after, .multi-step-form-form .btn-primary.js-btn-prev:hover:after {
        content: '';
        display: none;
    }

    .multi-step-form-form .btn-primary.js-btn-prev:before {
        content: var(--odu-arrowleft-white);
        padding-right: 12px;
        position: relative;
        left: 0;
        top: 2px;
    }

    .multi-step-form-form .btn-primary.js-btn-prev:hover:before {
        content: var(--odu-arrowleft-dark);
        padding-right: 12px;
        position: relative;
        left: 0;
        top: 2px;
    }

#getaddress_button {
    width: 100% !important;
}

.multi-step-form-form .form-group {
    max-width: 100%;
    margin: 0;
}

.personal-details .form-group, .payment-details .form-group {
    margin: 10px 0px 20px;
}

.personal-details p.secondary-heading {
    margin: 30px auto 20px;
}


/*.multi-step-form-panel .button-row .btn-primary:active,
.multi-step-form-panel .button-row .btn-primary:focus,
.multi-step-form-panel .button-row .btn-primary:hover {
    color: #fff;
    background-color: #312A23 !important;
    border-color: #312A23 !important;
}*/
.dd-pay .btn.btn-primary.disabled {
    background: #e1e1e1;
    color: #312A23;
    border-bottom: #d2d2d2 3px solid;
    pointer-events: none;
}

.dd-statement {
    background: white;
    padding: 20px;
    border-radius: 4px;
    font-size: 16px;
}

    .dd-statement ul {
        margin: 20px;
        padding: 0;
    }

        .dd-statement ul li {
            margin: 0;
            padding: 0;
        }

.dd-pay input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 20px;
}

.donation-progress {
    padding: 60px 0 34px;
    position: relative;
    color:white;
}

    .donation-progress .row {
        position: relative;
        z-index: 9;
        max-width: 100%;
        margin: 0;
    }

    .donation-progress:after {
        position: absolute;
        content: '';
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 50px;
        background: url("/media/xaafmkf4/lightpurplebottomedge.png") no-repeat;
        background-size: 100%;
        overflow: hidden;
        background-position: bottom;
    }

.card.gift-aid,
.card.frequency,
.card.other-amount,
.card.reason, .card.reasonother{
    border-radius: 20px;
    background: white;
    border: none;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}

.card.reasonother {
    margin-top: 30px;
}

    .card.gift-aid .card-body {
        padding: 75px;
    }

        .card.gift-aid .card-body p.bolder {
            font-weight: 600;
        }

        .card.gift-aid .card-body label {
            color: #d51c59;
            font-weight: 600;
        }

.donation-details label {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #312A23;
    margin-bottom: 15px;
}


#getaddress_input::placeholder,
.form-control::placeholder {
    color: #D3D0D0 !important;
    opacity: 1;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
}

.form-control:-ms-input-placeholder {
    color: #D3D0D0;
    font-size: 24px;
    font-weight: 500;
}

.form-control::-ms-input-placeholder {
    color: #D3D0D0;
    font-size: 24px;
    font-weight: 500;
}

header#site-header .site-search input.form-control:-ms-input-placeholder,
header#site-header .site-search input.form-control::-ms-input-placeholder,
header#site-header .site-search input.form-control::placeholder {
    color: #D3D0D0 !important;
    opacity: 1;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
}

header#site-header.mob-header .site-search input.form-control:-ms-input-placeholder,
header#site-header.mob-header .site-search input.form-control::-ms-input-placeholder,
header#site-header.mob-header .site-search input.form-control::placeholder {
    color: #D3D0D0 !important;
    opacity: 1;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
}


.donation-details .row > * {
    padding-right: 15px;
    padding-left: 15px;
}


@media (max-width: 991px) {
    .card.gift-aid .card-body {
        padding: 20px 0px;
    }

    .multi-step-form-form .btn-primary {
        padding: 8px 20px;
        width: auto !important;
    }

    .multi-step-form-content.p-4 {
        padding: 0 !important;
    }

    .multi-step-form-panel .button-row {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .donation-details .row > * {
        padding-right: 10px;
        padding-left: 10px;
    }
}


.tab-content .row {
    margin-top: 0px;
}

    .tab-content .row > * {
        margin-top: 30px;
    }