/*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;
}
/*Grid issue with posts*/
.et_pb_post_content .et-l .et_builder_inner_content .et_pb_row.image-grid {
    width: auto !important;
    max-width: none !important;
    flex-direction: unset !important;
}
@media only screen and (max-width: 489px){
    .et_pb_post_content .et-l .et_builder_inner_content .et_pb_row.image-grid{
            flex-direction: column !important;
    }
}
/*exco video position sticky*/
div[data-pbs-position="sticky"] .pbs__player{
    bottom: 90px !important;
    top: unset !important;
}
@media only screen and (max-width: 996px){
    
    div[data-pbs-position="sticky"] .pbs__player{
        bottom: 144px !important;
    }
}

@media screen and (max-width: 600px){
    div[data-pbs-position="sticky"] .pbs__player{
        bottom: 90px  !important;
    }
}

/*exco style*/
div[data-pbs-position="static"] .pbs__player {
    width: 100% !important;
    --pbs-width: 100% !important;
    height: auto !important;
}

div[data-pbs-position="static"] {
    width: 100% !important;
    --pbs-width: 100% !important;
}
/*hide slides when popup*/
.om-position-popup .CampaignType--slide {
    display: none !important;
}
