:root {
    --bs-border-width: 2px !important;
}

@font-face {
    font-family: 'cervoneue-lightneue';
    src: url('../../fonts/cervoneue-lightneue-webfont.woff2') format('woff2'),
         url('../../fonts/cervoneue-lightneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cervoneue-boldneue';
    src: url('../../fonts/cervoneue-boldneue-webfont.woff2') format('woff2'),
         url('../../fonts/cervoneue-boldneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cervoneue-blackneue';
    src: url('../../fonts/cervoneue-blackneue-webfont.woff2') format('woff2'),
         url('../../fonts/cervoneue-blackneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible,
.btn:first-child:active {
    color:#fff;
}

h1, h2, h3 {
    /*font-family: 'cervoneue-lightneue', Roboto, Arial, Helvetica, sans-serif !important;*/
    font-family: 'cervoneue-boldneue', Roboto, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
}

h1, h2 {
    text-align: left;
}

h1 strong, h2 strong {
    font-family: 'cervoneue-boldneue', Roboto, Arial, Helvetica, sans-serif !important;
}

h1 span {
    padding-top:14px;
}

img {
    max-width: 100%;
}

#logo {
    height:112px;
}

.text-upper {
    text-transform: uppercase;
}

#floatingMessageCounter {
    position: absolute;
    bottom: 4px;
    right: 7px;
    background-color: #fff;
    padding: 3px;
    font-size: 0.8em;
}

.bg-secondary-soft25 {
    background-color: #DCEBED;
}

.bg-pale-gray {
    background-color: #EAE8DE;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: #407b82;
    box-shadow: 0 0 0 0.25rem rgba(153,185,189,1);
}

/* default image until we reach a minimum width */
#banner {
    background-image: url(/assets/images/default/pages/messages_of_hope/banner1-mobile.png);
    background-repeat:no-repeat;
    background-position: top center;
    background-size: cover;
    height:400px;
}

#banner .container {
    height:100%;
}




label {
    font-weight: bold;
}

label.form-check-label {
    font-weight: normal;
}



.center-parent {
    height:100%;
    min-height: 156px;

    /* Center vertically and horizontally */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .card {
    margin-right:15px;
    margin-bottom: 16px;
    max-width: 100% !important;
    width:414px;
}

.hero #banner {
    display: flex;
}

/* .example_messages_preview {
    width: 1332px;
    margin-left:30px;
    margin-right:30px;
} */

.example_messages {
    align-self: flex-end;
    max-width:100%;
    /* overflow-x: auto; */
}


.how_img {
    height:156px !important;
    text-align: center;
}

.container-thin {
    max-width:952px;
    /* padding-right:12px;
    padding-left:12px;
    margin-right: auto;
    margin-left: auto; */
}

.btn-white {
    background-color: #fff;
    color:#000;
}

.img-with-message {
    position:relative;
    background-color: #F3F3F3;
}

.img-with-message img {
    width:100%;
}

.img-with-message .card {
    position: absolute;
    bottom: 76px;
    left: 20px;
    max-width:412px;
}

p.img-caption {
    padding:16px;
}

.partial_message_display {
    max-height:400px;
    border-bottom:1px solid #74AFB7;
    overflow: hidden;
}





.field-error {
    border-color:#f1aeb5;
    background-color:#f8d7da;
}


#banner {
    background-image: url(/assets/images/default/pages/donate/share.jpg);
}




.bg-teal {
    background-color:#004F59;
}

#form_area {
    margin:auto;
    max-width:500px;
    background-color: #EAE8DE;
}

#description_area {
    margin:auto;
    max-width:500px;
    color:white;
    background-color: #004F59;

    padding: 30px;
    border-radius: 16px;
    margin-bottom:30px;
}

#form_area .step {
    background-color: white;
    padding:30px;
    border-radius: 16px;
    margin-bottom:30px;
}

.page-home main,
.page-christmas-parcels main,
.page-xp main {
    width: 100%;
    min-height: 100vh;
    background-color:#EAE8DE;
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) {
    #logo {
        width:auto;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #banner {
        background-image: url(/assets/images/default/pages/donate/share.jpg);
        height:100%;
    }

    .example_messages {
        overflow-x:hidden;
        margin-left:0;
        margin-right:0;
    }

    .hero .card {
        float:none;
        margin-right:0;
    }

    .example_messages_preview {
        width: 100%;
        margin-left:0;
        margin-right:0;
    }

    .hero {
        height:656px;
    }

    .hero .row, 
    .hero #banner {
        height:100%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 
    .page-home main,
    .page-christmas-parcels main,
    .page-xp main {
        background: linear-gradient(
            to right,
            #EAE8DE 0%,
            #EAE8DE 50%,
            #004F59 50%,
            #004F59 100%
        );
    }

    #description_area {
        background-color: transparent;
        padding: 0;
    }

    #form_area {
        background-color: transparent;
    }

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible {
    background-color: #BA4210 !important;
    border-color: #BA4210 !important;
}


.btn-primary:active {
    background-color: #A23A0E !important;
    border-color: #A23A0E !important;
}

footer {
    background-color: #1E1E1E;
}

.page-404 main {
    min-height: 400px;
}


.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background-color:#CE4B12 !important;
}

.freeprivacypolicy-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked+label:before {
    background-color: #004F59 !important;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #CE4B12 !important;
}

.cc-nb-main-container {
    padding:15px !important;
}

.card {
    max-width: 100% !important;
}

.form-check-input:checked {
    background-color: #004f59;
    border-color: #004f59;
}




footer#cookie_banner {
    background-color: #000;
    color:#fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
}

footer#cookie_banner p {
    margin: 0;
    padding: 16px 0;
    text-align: center;
}

#cookie_banner .col-sm-10 a {
    color:#fff;
    text-decoration: underline;
}

.amount-sub-text {
    color: #6A6A6A;
    margin-top: -9px;
}