.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-theme-darkcerulean {
    color: #00407A !important;
}

.text-yellow {
    color: #FFD100 !important;
}

h2.yellow_underline:after {
    background: #ffd000 !important;
}

#Download_our_guide {
    padding: 0.7em 1.62em !important;
}

.gift-in-will-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.gift-in-will-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.text-wrapper {
    padding: 45px 50px 45px 50px !important;
}

.story-img {
    border-radius: 5px 0 0 5px;
}

/******** Check Box **********/
div.checker {
    position: relative;
}

div.checker,
div.checker span,
div.checker input {
    width: 28px;
    height: 28px;
}

div.checker span {
    background: none;
    border: 1px solid #656565;
    border-radius: 4px;
}

div.checker.input-error span {
    border: none !important;
    border-radius: 4px !important;
}

.input-error {
    border: 2px solid #ea5239 !important;
    border-radius: 4px;
}

div.checker span.checked {
    border: 1px solid #005EB8;
    background: #005EB8;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -120px;
}

div.checker span.checked:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
}

div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/******** \Check Box **********/

/******** radio **********/
div.radio {
    position: relative;
}

div.radio,
div.radio span,
div.radio input {
    width: 28px;
    height: 28px;
}

/* div.radio span { background: none; border: 1px solid #656565; border-radius: 4px; } */
div.radio span.checked {
    border: 1px solid #656565;
    background: #0755a7;
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -120px;
}

div.radio span.checked:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
}

div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/******** \radio **********/

input.form-control {
    border: 1px solid #A0AAB1;
    border-radius: 0.5rem;
    padding: 0.4em 0.5em !important;
    font-size: 18px !important;
    color: #425563;
    font-weight: 500 !important;
    height: 48px !important;
}

.asterisk {
    color: #B52237 !important;
}

.btn.postcode-lookup-search {
    height: 48px;
    padding: 0.7em 2.875em;
}

.rightArrow:after {
    content: "";
    position: absolute;
    top: 8px;
    left: -25px;
    background: url(/wp-content/themes/donation/img/gifts-in-will/SVG/arrow_right_d9e1e2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 40px;
    height: 90px;
}

.accordion {
    border-top: unset;
    border-bottom: unset;
}

@media (min-width: 1440px) {
    .story {
        /* width: calc(1110px - 10vw); */
        margin: 20px auto;
        max-width: 1440px;
    }
}

@media (max-width: 992px) {
    .btn.postcode-lookup-search {
        width: 100%;
    }

    .btn.address-manually {
        width: 100%;
    }

    .btn.btn-submit-gift-will {
        width: 100%
    }
}

@media (max-width: 767px) {
    .gift-in-will-banner {
        min-height: 360px !important;
    }

    .text-wrapper {
        padding: 25px 15px 25px 15px !important;
    }

    .btn.postcode-lookup-search {
        width: 100%;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .cl-last-div:after {
        display: none
    }
}

/* .form-error { display: block; } */