.font_gotham {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
input,
label {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
}

.text-compassion-blue {
    color: #005eb8;
}

h1.yellow_underline:after,
h2.yellow_underline:after {
    background: #ffd000 !important;
}
h1.underline:after {
    height: 3px;
}

.donation-page input.form-control {
    height: 48px;
    width: 100%;
    padding: 12px 20px;
    background: #FFFFFF;
    border: 1px solid #A0AAB1;
    border-radius: 5px;
    text-indent: 0;
}
.donation-page .btn {
    height: 48px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}

.donation-page .btn.selectpicker-select {
    height: 48px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #425563;
    background: #FFFFFF;
    border: 1px solid #A0AAB1 !important;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.donation-page .btn.selectpicker-select:hover,
.donation-page .btn.selectpicker-select:focus,
.donation-page .btn.selectpicker-select:active {
    color: #425563;
}
.donation-page .btn.selectpicker-select.bs-placeholder {
    font-weight: 400;
}
.donation-page .btn.selectpicker-select.input-error {
    border: 2px solid #ea5239 !important;
}

.donation-page .bootstrap-select .dropdown-menu {
    z-index: 99;
}
.donation-page .bootstrap-select .dropdown-menu li a:hover {
    background: #005db733;
}
.donation-page .bootstrap-select .dropdown-menu li a.active {
    background: #005db7;
    color: #ffffff;
}
.donation-page .bootstrap-select .dropdown-menu li a.active:hover {
    background: #005db7;
    color: #ffffff;
}
.section-divider {
    width: calc(100% - 30px);
    height: 1px;
    background: #D9E1E2;
    margin: 0 15px;
}
@media (min-width: 640px) {
    .section-divider {
        width: 100%;
        margin: 0;
    }
}

/* breadcrumbs */
.breadcrumbs {
    z-index: 9;
    padding-top: 22px;
    padding-bottom: 45px;
}
.breadcrumb-link a, .breadcrumb-link label {
    font-size: 15px;
    line-height: 18px;
    color: #425563;
    text-decoration: none;
}
.breadcrumb-divider {
    margin: 0 5px;
    color: #0086BF;
}

/* donation section */
.content-bg-img {
    background: transparent linear-gradient(180deg, #EEF7F9 0%, #EEF7F900 380px);
}

.title-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-content h1 {
    margin-bottom: 35px;
    line-height: 50px;
}
.title-content h2 {
    margin-bottom: 35px;
    line-height: 31px;
}
.title-content .sub-text {
    width: 720px;
    max-width: 100%;
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #425563;
}
.title-content .description {
    width: 910px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #425563;
}
.title-content .description a {
    font-weight: 500;
    color: #005EB8;
}

.donation-card {
    width: 600px;
    max-width: 100%;
    padding: 30px 15px;
    margin: 35px auto 50px;
    border-radius: 5px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
}
.donation-card .h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #00407A;
}
.donation-section {
    padding-top: 40px;
}

@media (min-width: 640px) {
    .title-content .sub-text {
        margin-bottom: 45px;
        font-size: 22px;
        line-height: 29px;
    }
    .title-content h1 {
        margin-bottom: 42px;
        line-height: 54px;
    }
    .title-content h2 {
        margin-bottom: 42px;
        line-height: 50px;
    }
    .donation-card {
        padding: 32px 80px 42px;
        margin: 48px auto 70px;
    }
    .donation-card .h4 {
        font-size: 24px;
        line-height: 29px;
    }
    .donation-section {
        padding-top: 0px;
    }
}


.btn.selectpicker-select.btn-donation-type {
    border: 2px solid #0086BF !important;
}

.donation-info-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #339526;
}

#donation-info-modal .modal-dialog {
    max-width: 600px;
    margin: 20px 15px 0;
}
#donation-info-modal .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 3px 20px #00000014;
    border-radius: 5px;
    border: 0;
    overflow: hidden;
}
#donation-info-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: #005EB8;
    border-radius: 0;
    color: #FFFFFF;
}
#donation-info-modal .modal-header h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
#donation-info-modal .modal-header .close {
    position: absolute;
    right: 30px;
    outline: none;
    padding: 0;
    margin: 0;
    opacity: 1;
}
#donation-info-modal .card-body {
    background: #EEF7F9;
    padding: 15px 20px;
}
#donation-info-modal .card-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #425563;
}
#donation-info-modal .card-img-top {
    height: 135px;
    object-fit: cover;
}
#donation-info-modal .modal-footer {
    padding: 25px 20px 30px;
}
#donation-info-modal .modal-footer button {
    height: 48px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 17px;
}
.modal-backdrop.fade.show {
    background: #00407A;
    opacity: 0.75;
}

@media (min-width: 640px) {
    #donation-info-modal .modal-dialog {
        max-width: 600px;
        margin: 150px auto 0;
    }
    #donation-info-modal .card-img-top {
        height: 180px;
    }
    #donation-info-modal .modal-header {
        height: 72px;
    }
    #donation-info-modal .modal-header h5 {
        font-weight: bold;
        font-size: 28px;
        line-height: 34px;
    }
    #donation-info-modal .card-body {
        background: #EEF7F9;
        padding: 20px 30px;
    }
    #donation-info-modal .modal-footer {
        padding: 28px 80px 32px;
    }
}

.predefined-amounts-container {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

button.predefined-amount-control {
    position: relative;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #656565;
}
button.predefined-amount-control .predefined-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #A0AAB1;
    border-radius: 5px;
}
button.predefined-amount-control img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
button.predefined-amount-control.selected {
    border: 1px solid transparent;
}
button.predefined-amount-control.selected .predefined-amount {
    background: #339526;
    color: #ffffff;
    border: 1px solid #339526;
}

@media (min-width: 640px) {
    button.predefined-amount-control {
        font-size: 22px;
        line-height: 26px;
    }
    button.predefined-amount-control.selected {
        border: 1px solid #0086BF;
        background: #0086BF;
    }
    button.predefined-amount-control.selected img {
        opacity: 1;
    }
    button.predefined-amount-control.selected .predefined-amount {
        background: #ffffff;
        color: #656565;
        border: 1px solid #0086BF;
    }
}

.giving-handle {
    margin-top: 20px;
    padding: 8px 16px;
    background: #eef7f9;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #425563;
    text-align: center;
}

.predefined-or-custom-text {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    color: #425563;
    margin: 20px 0;
}
.predefined-or-custom-text strong {
    font-weight: 500;
}

.custom-amount-wrapper {
    position: relative;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #656565;
}
.custom-amount-wrapper span {
    content: "£";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
input#custom-amount {
    padding-left: 40px;
}

.btn.btn-add-donation {
    margin-top: 25px;
    margin-bottom: 15px;
}
@media (min-width: 640px) {
    .btn.btn-add-donation {
        margin-bottom: 18px;
    }
}

.btn-go-to-summary {
    background: transparent;
    border: none;
    padding: 0;
    outline: none !important;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #00407A;
}

/* Donation Summary */
.donation-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.donation-item, .donation-total {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    padding: 0 20px 0 25px;
    background: #EEF7F9;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #425563;
}
.donation-total {
    background: #EAF4E9;
    margin-top: 50px;
    font-size: 18px;
    line-height: 21px;
    color: #339526;
}
.donation-item-title, .donation-total-title {
    text-align: left !important;
    font-weight: 500;
}
.donation-item-amount, .donation-total-amount {
    margin-left: auto;
    text-align: right;
}
.donation-total-amount {
    font-weight: bold;
}
.btn-remove-donation-item {
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.btn.btn-add-another-donation {
    border-width: 2px;
}

@media (min-width: 640px) {
    .donation-item, .donation-total {
        gap: 15px;
        font-size: 18px;
        line-height: 21px;
    }
    .donation-total {
        font-size: 20px;
        line-height: 24px;
    }
}

/* CC Form */
#donation-amount-form {
    position: relative;
}
#donation-amount-form .form-disable-overlay {
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    z-index: 1;
    background: #FFFFFF;
    opacity: 0.75;
}

.btn.btn-toggle-cc-form {
    margin-bottom: 18px;
}

#cc-donation-form {
    margin-top: 50px;
}

.form-info-text {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #425563;
}

.divider {
    background: #D9E1E2;
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 24px;
}

.icon-error {
    background-position: -150px 1px;
}
.error-text p, .amount-error-text p, .no-amount-error-text p {
    border: 1px solid #ea5239;
    margin: 15px auto;
    padding: 10px;
    width: 100% !important;
    text-indent: 0 !important;
    line-height: inherit !important;
    height: auto !important;
    text-align: center !important;
    display: inline-block !important;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    color: #ea5239;
    font-style: italic;
}
.cc-process {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}
#submit:disabled {
    opacity: 0.65;
    cursor: default;
}
#barclays-form #confirm {
    display: none;
}

.form-footer {
    background: #EEF7F9;
    margin: 0 -15px -42px;
    padding: 20px 15px 40px;
}
.icon-secure {
    margin-right: 8px;
}
a.privacy-link {
    text-decoration: underline;
}

@media (min-width: 640px) {
    .form-footer {
        background: #EEF7F9;
        margin: 0 -80px -42px;
        padding: 20px 80px 40px;
    }
}

/* --- give with confidence section --- */
.give-with-confidence {
    margin-top: 40px;
    margin-bottom: 45px;
}
.give-with-confidence h2 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    color: #00407A;
    margin-bottom: 30px;
}
.give-with-confidence .stats-content {
    width: 910px;
    max-width: 100%;
    gap: 30px;
}
.give-with-confidence p {
    font-size: 16px;
    line-height: 24px;
}
.give-with-confidence .donation-pie-chart {
    max-height: 300px;
}
.give-with-confidence .fundraising-regulator {
    margin-top: 22px;
    max-width: 250px;
}
@media (min-width: 640px) {
    .give-with-confidence {
        margin-top: 60px;
        margin-bottom: 68px;
    }
    .give-with-confidence h2 {
        font-size: 33px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .give-with-confidence .stats-content {
        gap: 50px;
    }
    .give-with-confidence p {
        font-size: 18px;
        line-height: 27px;
    }
}

/* contact us section */
.contact-us {
    background: #eef7f9;
    padding-top: 45px;
    padding-bottom: 66px;
}
.contact-us h2 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    color: #425563;
    margin-bottom: 36px;
}
.contact-us p {
    font-size: 16px;
    line-height: 24px;
}
.contact-us .action-links {
    margin-top: 30px;
    gap: 15px;
}
.contact-us .action-links .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    padding: 0.5em 1em;
}
.contact-us .action-links .btn-faq {
    border-width: 2px;
}
@media (min-width: 640px) {
    .contact-us {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .contact-us h2 {
        font-size: 33px;
        line-height: 50px;
    }
    .contact-us p {
        font-size: 18px;
        line-height: 25px;
    }
    .contact-us .action-links {
        margin-top: 35px;
    }
}