/*Temporary Global Style used for main site while working on the other global sheet for dev*/
:root{
    /* Original Colors */
    --courier-color: #071739;    /* Dark Navy */

    /* Light Variations of Courier Color (Navy) */
    --courier-color-100: #e7f1fb; /* Lightest */
}
.inline-form-c-content.Campaign__content {
    background: linear-gradient(180deg, var(--state-color) 1%, var(--courier-color) 100%) !important;
}
.inline-form-c-alpha {
    border-radius: 5px;
}
/*Donation Module fix*/
div.post-body .et_pb_column .donation-box .image-container img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50%;
    object-fit: cover;
}
/*Post Grid Bottom of post body*/
.grid-post-bottom img {
    max-height: 250px;
    object-fit: cover;
    border-radius: 5px;
}
/*htl ads*/
@media screen and (min-width: 1024px) and (min-height: 0px) {
    .htlad-leaderboard_1 {
        min-height: unset !important;
    }
}
.pp-multiple-authors-boxes-wrapper div[class*="htlad-"] {
    display: none;
}
/*weird issue with latest headlines blog list*/
article.bck-bp-post.grid-item {
    position: unset !important;
}