  /* Template N - ÌìÃÀmvÌìÃÀ ------------------ */

@import url('https://fonts.googleapis.com/css2?family=Hedvig+Letters+Serif:opsz@12..24&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Brittany Signature';
    src:url('/skins/kingschristian2024/css/fonts/BrittanySignature.ttf') format('truetype');
}

:root
{
    --KCS_Red:                  #6d0a0a; /* 12.36 */
    --KCS_DkRed:                hsl(353.02deg 75.44% 11.18%); /* 17.92 - #32070C */
    --KCS_Gray:                 #a3a4a4; /* 2.49 */
    --KCS_DkGray:               #545454; /* 7.57 */
    --KCS_Gold:                 #c48b0d; /* 2.98 */

    --KCS_BodyFont:             "Montserrat", Arial, Helvetica, sans-serif;
    --KCS_HeadingFont:          "Hedvig Letters Serif", Arial, Helvetica, sans-serif;
    --Font_Base:                var(--KCS_BodyFont);
    --Font_Heading:             var(--KCS_HeadingFont);
    --Font_Special:             'Brittany Signature', var(--KCS_HeadingFont);

    --Color_Primary:            var(--KCS_Red); 
    --Color_PrimaryDk:          var(--KCS_DkRed); 
    --Color_Secondary:          var(--KCS_DkGray); 
    --Color_Accent:             var(--KCS_Gold);
    --Color_LtAccent:           color-mix(in oklab, var(--Color_Accent), #fff 10%);

    --Site_filterPrimary:       brightness(0) saturate(100%) invert(9%) sepia(56%) saturate(5687%) hue-rotate(347deg) brightness(75%) contrast(109%);
    --Site_filterAccent:        brightness(0) saturate(100%) invert(80%) sepia(75%) saturate(1687%) hue-rotate(321deg) brightness(107%) contrast(99%);

    --Color_BackgroundLt:       hsl(240deg 2.13% 93%); /* 1.16 */
    --Color_BackgroundDk:       var(--KCS_DkRed);
    --Color_BackgroundNotice:   var(--KCS_Red);

    --Color_White:              #fffefe; /* 1 */
    --Color_WhiteTrans:         hsl(0deg 0% 100% / 90%); /* 1 */
    --Color_BlackTrans:         hsl(0deg 0% 0% / 80%); /* 1 */
    --Color_PrimaryTrans:       color-mix(in oklab, var(--Color_Primary), transparent 20%);

    --Color_Text:               hsl(240deg 2.13% 15%); /* 15.29 */
    --Color_Link:               var(--Color_Primary);

    --Site_BoxShadow:           0 2px 4px rgba(0,0,0,.16);
    --Site_DropShadow:          0 2px 4px rgba(0,0,0,.16);
    --Site_BorderRadius:        8px;

    --Site_HeaderMainMinHeight: 100px;
    --Site_ComponentMargin:     3rem;
    --Site_ComponentWidth:      1400px;
    --Site_HeadEleMarginTop:    20px;

    --Site_ButtonBorder:        solid 3px var(--Color_Accent);    
    --Site_ButtonBorderHover:   solid 3px var(--Color_Primary); 
}

/* Header Overrides */
.fbcms_header .header_main
{
    background: var(--Color_White);
}
.translatedrop_title {
    color: var(--Color_Secondary);
}
.translatedrop_title:hover, 
.translatedrop_title:focus {
    color: var(--Color_Primary);
}
.fbcms_header .fbcms_content .social_media_list a {
    color: var(--Color_Primary);
}
.fbcms_header .social_media_list a:hover,
.fbcms_header .social_media_list a:focus
{
    color: var(--Color_Secondary);
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header div.navigation_wrapper
    {
/*        background: var(--Color_PrimaryDk);*/
    }
    .fbcms_header:where(:not(.shrink)),
    .fbcms_header:where(:not(.shrink)) .header_main
    {
        background-color: transparent;
    }
    .fbcms_content.site_script_head
    {
        top: calc(var(--Site_HeadEleMarginTop) + .5rem);
/*        right: 60px;*/
        right: 192px;
    }
    .fbcms_header .logo
    {
        max-width: 300px;
    }
    .fbcms_header.shrink .logo
    {
        width: 100px;
        transition: all .3s;
    }

    .search-form .submit
    {
        color: var(--Color_Primary);
        background: var(--Color_BackgroundLt);
    }
    .search-form .submit:hover,
    .search-form .submit:focus,
    .menu_head ul li a:hover, 
    .menu_head ul li a:focus,
    .fbcms_header .menu_quicklinks .menu_title:hover, 
    .fbcms_header .menu_quicklinks .menu_title:focus
    {
        background-color: var(--Color_LtAccent);
        color: var(--Color_PrimaryDk);
    }
}

/* Footer */
.fbcms_footer .footer_main .column
{
    border: solid 4px var(--Color_Accent);
}
.fbcms_footer .footer_left h2 
{
    font-size: 1.5rem;
    border-bottom: solid 2px var(--Color_Accent);
    margin-bottom: .75em;
}
.fbcms_footer .footer_left h3 
{
    font-size: 1rem;
    margin-bottom: .2em;
}

@media only screen and (max-width: 767px) 
{
    .footer_map
    {
        display: none;
    }
}

/* Menus */
.nav-slider-deactivated .nav-main .top_level_item .top_level_link
{
    font-weight: 500;
}
.nav-slider-deactivated .nav-main .top_level_item.active .top_level_link, 
.nav-slider-deactivated .nav-main .top_level_item:hover .top_level_link, 
.nav-slider-deactivated .nav-main .top_level_item.hoverfocus .top_level_link
{
    color: var(--Color_LtAccent);
}
.nav-slider-deactivated .nav-main .top_level_item > .drop
{
    padding: 10px 0;
}
.nav-slider-deactivated .nav-main .top_level_item > .drop a.item_link,
.nav-slider-deactivated .menu_quicklinks .simplemenu_container a
{
    display: inline-block;
    position: relative;
    font-weight: 500;
}
.nav-slider-deactivated .nav-main .top_level_item > .drop li a:hover,
.nav-slider-deactivated .nav-main .top_level_item > .drop li a:focus,
.nav-slider-deactivated .menu_quicklinks .simplemenu_container a:hover,
.nav-slider-deactivated .menu_quicklinks .simplemenu_container a:focus
{
    background: var(--Color_PrimaryDk);
}
.nav-slider-deactivated .nav-main .top_level_item > .drop a:after,
.nav-slider-deactivated .menu_quicklinks .simplemenu_container a:after
{
    content: "";
    position: absolute;
    bottom: .3em;
    left: 1rem;
    width: 0;
    height: 3px;
    background-color: var(--Color_Accent);
    transition: width 300ms ease;
}
.nav-slider-deactivated .nav-main .top_level_item > .drop li a:hover:after,
.nav-slider-deactivated .nav-main .top_level_item > .drop li a:focus:after,
.nav-slider-deactivated .menu_quicklinks .simplemenu_container a:hover:after,
.nav-slider-deactivated .menu_quicklinks .simplemenu_container a:focus:after
{
    width: calc(100% - 2em);
}
.nav-slider-active .header_liner > .nav-slider-button.slider-button:before, 
.nav-slider-active .header_liner > .nav-slider-button.slider-button:after, 
.nav-slider-active .header_liner > .nav-slider-button.slider-button span {
    background-color: var(--Color_Primary);
}
@media only screen and (min-width: 1200px) {
    .fbcms_header .menu_quicklinks {
        left: 160px;
    }
}

/* Focus Overlay */
.fbpgro_overlay
{
   background: var(--Color_WhiteTrans);
   height: auto;
}
.fbpgro_overlay .fbpgro_title
{
    color: var(--Color_PrimaryDk);
}
.fbpgro_overlay .fbpgro_desc
{
    font-weight: 400;
}
@media only screen and (min-width: 768px)
{
    .home_focus .fbpgro_overlay
    {
        width: calc(100% - (48px * 2)); /* keeps them from going under the next/prev icons */
        max-width: var(--Site_ComponentWidth);
        margin: 0 auto;
        position: relative;
        background: transparent;
        padding: 0;
        overflow: visible;
    } 
    .home_focus .fbpgro_overlay .fbpgro_textwrapper
    {
        position: absolute;
        background: var(--Color_WhiteTrans);
        bottom: 20px;
        left: 0;
        width: 50%;
        max-width: 450px;
        padding: 1rem;
        border-top: solid 4px var(--Color_Accent);
        z-index: 10;
        border-radius: 0 0 var(--Site_BorderRadius) var(--Site_BorderRadius);
    }
    .home_focus .fbpgro_overlay .fbpgro_title
    {
        font-size: 1.3rem;
    }
}
@media only screen and (min-width: 994px)
{
    .home_focus .fbpgro_overlay .fbpgro_title
    {
        font-size: 1.6rem;
    }
}

/*== Home Layout ================================================*/
.home_welcome
{
    --Site_ButtonBGHover: var(--Color_LtAccent);
    --Site_ButtonColorHover: var(--Color_PrimaryDk);
}
.page_home .main_focus {
/*    border-bottom: solid 5px var(--Color_Accent);*/
}
.home_component2
{
    background: var(--Color_BackgroundLt);
}

/* Columns w/Tabs */
.home_component3
{
    background: var(--Color_Secondary) url(/downloads/logos-assets/home_columns_background.jpg) no-repeat center;
    background-size: cover;
    border-top: solid 3px var(--Color_Accent);
    border-bottom: solid 3px var(--Color_Accent);
    padding: 2rem 0;
}
.home_component3 .column 
{
    padding: 0 12px;
    background-color: var(--Color_WhiteTrans);
    backdrop-filter: blur(2px);
    border: solid 2px var(--Color_PrimaryDk);
    border-radius: var(--Site_BorderRadius);
}
@media only screen and (min-width: 768px) 
{
    .home_component3 .column 
    {
        padding: 0 1rem;
    }
}
@media only screen and (min-width: 994px) 
{
    .fbcms_content.home_welcome
    {
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 1;
        width: 40%;
        text-align: left;
        padding: 2rem 2rem .5rem;
        background: var(--Color_PrimaryTrans);
        border-bottom: solid 5px var(--Color_Accent);
        box-shadow: 0px 5px 20px 0px rgb(5 17 22 / 40%);
    }
    .home_welcome.fbcms_htmleditor 
    {
        position: unset;
        width: 100%;
        padding: 0;
    }
    .home_columns_narrow .home_component3 .columns.twocol
    {
        padding: 0 10%;
        justify-content: space-evenly;
        align-items: flex-start;
    }
    .home_columns_narrow .home_component5 .columns.twocol
    {
        align-items: center;
        justify-content: space-around;
    }
    .home_columns_narrow .twocol .column.right_col
    {
        width: 40%;
    }
}

/* Interior layouts */
@media only screen and (min-width: 768px) 
{
    .side-nav:where(:not(:has(.sidelist_1)))
    {
        display: none;
    }
    .side-nav .sidelist_2 a:hover, 
    .side-nav .sidelist_2 a:focus, 
    .side-nav .sidelist_2 .current_item > a {
        background-color: var(--Color_LtAccent);
        color: var(--Color_Primary);
    }
}
@media only screen and (min-width: 994px) 
{
    .page_interior .fbcms_main .center_content,
    .side-nav
    {
        padding-top: 50px;
    }
}


.fbcms_card .btn_read
{
    display: inline-block;
    height: auto;
    text-decoration: none;
    color: var(--Color_White);
    border: var(--Site_ButtonBorder);
    background-color: var(--Color_Primary);
    padding: 4px 10px;
    margin: 4px 0 0;
    font-weight: bold;
    border-radius: var(--Site_BorderRadius);
    transition: all .3s;
}
.fbcms_card .btn_read:hover,
.fbcms_card .btn_read:focus
{
    background-color: var(--Color_Secondary);
    color: var(--Site_ButtonColorHover);
    text-decoration: none;
    border: var(--Site_ButtonBorderHover);
}

/*==== Rich Text ===========================================================*/
h1, h2
{
    font-weight: 400;
}
h1 span,
h2 span
{
    font: normal 1em / 1 var(--Font_Special);
    text-transform: none;
    display: block;
}
h3, h4, h5, h6,
.fbcms_spotlight .desc_short, .fbcms_cards .fbcms_card_name, 
.fbcms_news_headlines .fbcms_article_title, .fbcms_newscontent .newsarticle_title, 
.fbcms_upcoming_events .event_title, .fbcms_upcoming_events .event_title a
{
    font-family: var(--Font_Base);
    font-weight: 600;
}
/*==== END Rich Text ===========================================================*/

/*==== NEWS ===========================================================*/
/* Headlines slide-up */
.wide_content.fbcms_news_headlines .fbcms_article
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto 1rem;
    background: var(--Color_Primary);
}
.wide_content.fbcms_news_headlines .fbcms_article a
{
    color: var(--Color_White);
}
.wide_content.fbcms_news_headlines .fbcms_article_imageblock
{
    width: 100%;
    line-height: 0;
    min-height: 10em;
}
.wide_content.fbcms_news_headlines .fbcms_article_imageblock img
{
    width: 100%;
}    
.wide_content.fbcms_news_headlines .fbcms_article_textblock
{
    padding: 12px;
    color: var(--Color_White);
}
.wide_content.fbcms_news_headlines .fbcms_article_title
{
    color: var(--Color_White);
    margin-bottom: 0;
}

.wide_content.fbcms_news_headlines .fbcms_article_date
{
    color: var(--Color_White);
    font-size: .8em;
    font-weight: normal;
    text-transform: uppercase;
}
.wide_content.fbcms_news_headlines .fbcms_article_summary
{
    line-height: 1.2;
    overflow: hidden;
}
.wide_content.fbcms_news_headlines .fbcms_article_summary p
{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.wide_content.fbcms_news_headlines .fbcms_contentfooter
{
    text-align: center;
}
@media only screen and (min-width: 768px)
{
    .wide_content.fbcms_news_headlines .fbcms_headline_list_content
    {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .wide_content.fbcms_news_headlines .fbcms_article
    {
        width: calc(50% - (1rem / 2)); 
        margin: 0 0 1rem;
        border-radius: var(--Site_BorderRadius);
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article
    {
        padding-bottom: 4rem;
    }
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_textblock
    {
        position: absolute;
        bottom: 0;
        padding: 3% 5%;
        width: 100%;
        overflow: hidden;
        height: 100%;
        background: var(--Color_Primary);
        display: grid;
        align-content: center;
    }
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_textblock
    {
        height: 4rem;
        transition: all .3s ease-out;
    }
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article:hover .fbcms_article_textblock,
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article.hoverfocus .fbcms_article_textblock
    {
        max-height: 100%;
        height: 100%;
    }
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_title
    {
        font-size: 1.2rem;
        line-height: 1;
    }
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article .fbcms_article_summary,
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article .fbcms_article_detail,
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article .newsarticle_document 
    {
        height: 0;
        opacity: 0;
        transition: all .3s ease-out;
    }
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article:hover .fbcms_article_summary,
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article.hoverfocus .fbcms_article_summary,
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article:hover .fbcms_article_detail,
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article.hoverfocus .fbcms_article_detail,
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article:hover .newsarticle_document,
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article.hoverfocus .newsarticle_document 
    {
        height: auto;
        opacity: 1;
        margin-top: 6px;
    }
}
@media only screen and (min-width: 1200px)
{
    .wide_content.fbcms_news_headlines .fbcms_article
    {
        /*width: calc(33.333% - (2rem / 3));*/
        width: calc(25% - (3rem / 4));
    }
}

/*==== Calendars ===========================================================*/
.wide_content li.fbcms_upcoming_event_item .event_group_date .event_dayofweek,
.wide_content li.fbcms_upcoming_event_item .event_group_date .event_month
{
    font-family: var(--Font_Heading);
}

/*==== SPOTLIGHTS ===========================================================*/
.fbcms_spotlights .horz_layout_0 .fbcms_spotlight_slide_liner
{
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1rem;
}

.main_content .spotlights_horizontal .fbcms_spotlight.stacked .fbcms_spotlight_liner
{
    background: var(--Color_BackgroundLt);
    padding: 10px;
    text-align: center;
    border-radius: var(--Site_BorderRadius);
    box-shadow: var(--Site_BoxShadow);
    transform: scale(0.95);
    transition: all .3s;
}
.main_content .spotlights_horizontal .fbcms_spotlight.stacked
{
    overflow: visible;
}
.main_content .spotlights_horizontal .fbcms_spotlight.stacked a.fbcms_spotlight_liner:where(:hover,:focus-visible)
{
    transform: scale(1);
}
.main_content .spotlights_horizontal .fbcms_spotlight.stacked .fbcms_spotlight_image
{
    filter: var(--Site_filterPrimary);
}


/* Quickspots */
.quickspots_wrapper
{
    position: relative;
    z-index: 200;
    background: var(--Color_White);
}
.site_quickspots .fbcms_spotlights_list .fbcms_spotlight_slide_liner
{
    padding: 0 5px 10px;
    gap: 5px;
    justify-content: space-around;
}
.site_quickspots .fbcms_spotlight
{
    overflow: visible;
}
.site_quickspots .fbcms_spotlight_liner
{
/*    background: var(--Color_Accent);*/
/*    border: solid 1px var(--Color_PrimaryDk);*/
}
.site_quickspots .fbcms_spotlight_liner
{
    box-shadow: 0px 0px 10px 0px rgb(5 17 22 / 30%);
    border-radius: var(--Site_BorderRadius);
}
.site_quickspots a.fbcms_spotlight_liner:hover,
.site_quickspots a.fbcms_spotlight_liner:focus
{
    background: var(--Color_LtAccent);
    color: var(--Color_PrimaryDk);
}
.site_quickspots  a.fbcms_spotlight_liner:after
{
    display: none;
}
.site_quickspots a.fbcms_spotlight_liner .fbcms_spotlight_image
{
    filter: var(--Site_filterPrimary);
}
.site_quickspots a.fbcms_spotlight_liner:hover .desc_short,
.site_quickspots a.fbcms_spotlight_liner:focus .desc_short
{
    color: var(--Color_PrimaryDk);
}
.site_quickspots .fbcms_spotlight .desc_short
{
    font-size: .825rem;
} 
.site_quickspots .fbcms_spotlight .desc_long
{
    display: none;
}
@media only screen and (max-width: 767px) {
    .site_quickspots .spotlights_horizontal .fbcms_spotlight {
        width: calc(50% - 20px);
    }
}
@media only screen and (min-width: 768px)
{
    .site_quickspots .fbcms_spotlights_list .fbcms_spotlight_slide_liner
    {
        padding: 0 5px;
    }
    .site_quickspots .fbcms_spotlight .desc_short
    {
        font-size: 1rem;
    } 
}
@media only screen and (min-width: 994px) 
{
    .page_home:not(.fbcms_editmode) .site_quickspots
    {
        margin-bottom: -2.2rem;
    }
    .site_quickspots .fbcms_spotlight
    {
        padding: 0 0 10px;
    }
    .page_home .site_quickspots .fbcms_spotlight_liner
    {
        box-shadow: 0px 0px 10px 0px rgb(5 17 22 / 30%);
    }
    .page_home .site_quickspots a.fbcms_spotlight_liner:hover, 
    .page_home .site_quickspots a.fbcms_spotlight_liner:focus {
        transform: translateY(5px);
    }
}

/* Interior Minimized */
@media only screen and (min-width: 994px)
{
    .page_interior .quickspots_wrapper
    {
        background: var(--Color_LtAccent);
        border: none;

        filter: drop-shadow(0px 2px 2px rgb(5 17 22 / 30%));
    }
    .page_interior .site_quickspots .fbcms_spotlights_list
    {
        background: var(--Color_LtAccent);
        justify-content: center;
    }
    .page_interior .site_quickspots .fbcms_spotlight
    {
        overflow: visible;
        padding: 0;
    }
    .page_interior .site_quickspots .fbcms_spotlight_liner
    {
        background: var(--Color_LtAccent);
        border-radius: 0;
        position: relative;
        overflow: visible;
        box-shadow: none;
    }
    .page_interior .site_quickspots .fbcms_spotlight .fbcms_spotlight_image
    {
        filter: var(--Site_filterPrimary);
        transition: all .3s;
    }
    .page_interior .site_quickspots a.fbcms_spotlight_liner:hover .fbcms_spotlight_image,
    .page_interior .site_quickspots a.fbcms_spotlight_liner:focus .fbcms_spotlight_image
    {
        transform: translateY(-5px);
    }
    .page_interior .site_quickspots .fbcms_spotlight .desc_short
    {
        color: var(--Color_Primary);
        font-size: .8rem;
    }
    .page_interior .quickspots_wrapper .component_liner
    {
        width: fit-content;
    }
}
@media only screen and (min-width: 994px) 
{
    .page_interior .site_quickspots .fbcms_spotlights_list
    {
        padding: 0 calc(var(--Site_BorderRadius) * 2);
        border-radius: 0 0 calc(var(--Site_BorderRadius) * 2) calc(var(--Site_BorderRadius) * 2);
        margin-bottom: -1.5em;
    }
    .page_interior .site_quickspots .fbcms_spotlight_liner
    {
        overflow: hidden;
    }
    .page_interior .site_quickspots a.fbcms_spotlight_liner:hover,
    .page_interior .site_quickspots a.fbcms_spotlight_liner:focus
    {
        overflow: visible;
    }
    .page_interior .site_quickspots .fbcms_spotlight .fbcms_spotlight_image
    {
        margin: 0;
    }
    .page_interior .site_quickspots .fbcms_spotlight .desc_short
    {
        position: absolute;
        top: calc(100% + 1.5em);
        background: var(--Color_Primary);
        color: var(--Color_White);
        padding: .25em .5em;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        opacity: 0;
        border-radius: 3px;
        transition: opacity .3s, top .3s;
    }
    .page_interior .site_quickspots a.fbcms_spotlight_liner:hover .desc_short, 
    .page_interior .site_quickspots a.fbcms_spotlight_liner:focus .desc_short
    {
        color: var(--Color_White);
        top: calc(100% + 1em);
        opacity: 1;
    }
    .page_interior .site_quickspots .fbcms_spotlight .desc_short:before
    {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: .5em solid;
        border-color: transparent transparent var(--Color_Primary) transparent;
    }
}

/* === Staff Styling ==============================================================*/
.inside_side .fbcms_staffentry .profilePhoto
{
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 3px var(--Color_Accent);
    line-height: 0;
}

.fbcms_staff_listing .fbcms_staff_listing_row .name
{
    color: var(--Color_Primary);
    font-size: 1.2rem;
    font-weight: 600;
}
.fbcms_staff_listing .fbcms_staff_listing_row .position
{
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9rem;
}
.fbcms_staff_listing .fbcms_staff_heading
{
    font-size: 1.2rem;
    border-bottom: solid 3px var(--Color_Accent);
    margin-bottom: .25em;
}
.fbcms_staff_listing .fbcms_staffentry
{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
/*    overflow: visible;*/
}
.fbcms_profilecontentblock 
{
    text-align: center;
}
.fbcms_staff_listing .profilePhoto,
.fbcms_contactinfo .fbcms_contact_photo
{
    width: 130px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    border: solid 3px var(--Color_Accent);
/*    box-shadow: 0 0 0 2px var(--Color_White), 0 0 0 4px var(--Color_Primary);*/
}
.fbcms_staff_listing .profilePhoto img,
.fbcms_contactinfo .fbcms_contact_photo img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fbcms_contactinfo .fbcms_contact_photo
{
    width: 200px;
    margin: 0 auto 1rem;
    border-width: 5px;
}

/* === Building Styling ==============================================================*/
.building_list.fbcms_grid
{
    grid-gap: 1.3em 1em;
    margin-bottom: 2rem;
}
.building_list .building_liner
{
    background: #fff;
    padding: 15px;
    filter: var(--Site_DropShadow);
/*    transform: scale(.98);*/
    transition: all .3s ease-out;
    overflow: visible;
    font-size: 1.1rem;
}
.building_list .building.has_moreinfo:hover .building_liner
{
    outline: none;
    /*filter: drop-shadow(0 4px 6px rgb(0 0 0 / 15%));
    transform: scale(1) translateY(-6px);*/
}
.building_list .building .building_image
{
    max-width: calc(100% + 30px);
    margin: -15px -15px 10px -15px;
    border-radius: var(--Site_BorderRadius) var(--Site_BorderRadius) 0 0;
}
.building_list .building .building_title
{
    font-size: 1.2rem;
}
.building .category_container
{
    margin-bottom: 5px;
    line-height: 1.3;
}
.building_liner .building_link
{
    text-align: center;
}
.building_list .building .building_button
{
    margin: 0 auto -2rem;
    padding: 8px 12px;
}

.fbd_header
{
    background-color: var(--Color_Primary);
    color: #fff;
}
.fbd_content .building_liner .building_details  
{
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: solid 1px var(--Color_BackgroundLt);
} 
.fbd_content .building_liner .building_metadata
{
    border-top: solid 1px var(--Color_BackgroundLt);
    padding-top: 1rem;
}
.fbd_content .building_liner .building_button
{
    margin-bottom: 0;
}
@media only screen and (min-width: 768px)
{
    .fbd_content .building_liner
    {
        display: grid;
        grid-template-columns: 3fr 2fr;
        grid-gap: 1rem 2rem;
    }
    .fbd_content .building_liner .building_metadata
    {
        margin-top: 3rem;
        padding: 0 0 0 2rem;
        border-top: none;
        border-left: solid 1px var(--Color_Primary);
    }
    .fbd_content .building_liner .building_link
    {
        grid-row: 2;
        grid-column-start: 1;
        grid-column-end: last;
    }
    .fbd_content .building_liner .building_button
    {
        width: 90%;
        max-width: 450px;
    }
}

/*==== Story Styling  ===========================================================*/
.story_search_form {
    position: relative;
}

.story_search_form .search_button,
.story_search_form .reset_button
{
    color: #fff;
    background-color: var(--Color_Primary);
    padding: 8px;
    color: white;
    border: none;
    font-weight: 400;
}
.story_search_form .search_button:hover,
.story_search_form .search_button:focus,
.story_search_form .reset_button:hover,
.story_search_form .reset_button:focus
{
    background: var(--Color_Secondary);
}
.story_search_results .story
{
    border-bottom: solid 1px var(--Color_Accent);
    margin-bottom: 0; 
    padding: 1rem 5px;
    transition: none;
}
.story_search_results .story:hover,
.story_search_results .story:focus
{
    background-color: var(--Color_White);
}
.story_search_results .story_thumbnail
{
    width: 150px;
    margin-right: 15px;
    border-radius: var(--Site_BorderRadius);
}
.story .story_subtitle p:last-child, 
.story .story_byline p:last-child, 
.story .story_summary p:last-child
{
    margin-bottom: 15px;
}


.fbcms_ec_title
{
    border-bottom: solid 3px var(--Color_Accent);
}