p.scripture {
    background-color: var(--quaternary);
    padding: 0.5rem 1rem;
    color: #5e5e5d;
    font-weight: 700;
}
.LUMCTheme .eds_news_Advantage .card {
    margin-top:0px!important;
}
.no-title-bg a:hover {
    text-decoration:none;
}
.callout .dropdown-menu {
    border-radius: 0;
    border: 1px solid #e8e2d6;
    background-color: #f8f6f0;
    top: 4px!important;
}
.callout a:hover {
    text-decoration:none;
}
.callout a.dropdown-item {
    font-weight: var(--w-bold);
    padding: 0.4rem 1rem;
}
.callout .dropdown-item:focus, .callout .dropdown-item:hover {
    text-decoration: none;
    background-color: #f1ebdf;
}
.callout .dropdown-toggle::after {
    display: none;
}

/* FORM STYLING */
.af-no-css {
    color: var(--text-color-primary);
    font-family: var(--font-primary);
    font-size: 1.05rem;
    line-height:1.4rem;
}
.af-no-css .form-control {
    border-radius: 0;
    border: 1px solid #e8e2d6;
    color: var(--text-color-primary);
}
.af-no-css .control-label {
    font-weight: var(--w-bold);
    margin-bottom: 0.25rem;
}
.af-no-css input[type="checkbox" i], .af-no-css input[type="radio" i] {
    margin-right: 5px;
}

/* ONLINE WORSHIP BLOCK PADDING */
.worship-block .no-title-bg .worship-block-interior, .no-title-bg .worship-block-interior {
    border: 1px solid var(--quinary);
    padding: 3.2rem 3rem;
}

/* FOOTER MAP */
    .footer--map {
        filter: contrast(.3) sepia(0.8) hue-rotate(347deg) brightness(0.6);
    }

/* WORSHIP VIDEO ASPECT RATIO */
.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
}
.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

/* LANDING IMAGES */
img.landing-image {
    padding: 1rem;
    background-color: var(--quinary);
    border: 1px solid var(--quaternary);
}

/* LINK COLOR */
.tertiary-bg a {
    color: var(--text-color-secondary);
}
