/*  Eaton RESA 2025 - Template K ---------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

:root {

    --ER_Blue:                  #22386F; /* 11.27 */
    --ER_DkGreen:               #015229; /* 9.37 */
    --ER_DkPurple:              #513369; /* 10.35 */
    --ER_LtBlue:                #619CA2; /* 3.09 */
    --ER_LtGreen:               #86C43F; /* 2.1 */

    --Color_Primary:            var(--ER_Blue);
    --Color_ComplPrimary:       var(--Color_White);
    --Color_AltComplPrimary:    var(--Color_Accent);
    --Color_TransPrimary:       color-mix(in oklab, var(--Color_Primary), transparent 5%);
    --Filter_ColorPrimary:      brightness(0) saturate(100%) invert(18%) sepia(83%) saturate(821%) hue-rotate(195deg) brightness(93%) contrast(95%);

    --Color_Secondary:          var(--ER_DkGreen);
    --Color_ComplSecondary:     var(--Color_White);
    --Color_AltComplSecondary:  var(--Color_LtGray);

    --Color_Accent:             var(--ER_LtGreen);
    --Color_ComplAccent:        #000;
    --Color_TransAccent:        color-mix(in oklab, var(--Color_Accent), transparent 30%);

    --Color_DkGray:             #222; /* 15.9 */
    --Color_Gray:               #6e6c6d; /* 5.21 */
    --Color_LtGray:             #f6f8fd; /* 1.05 */
    --Color_White:              #ffffff; /* 1 */

    --Filter_White:             brightness(0) saturate(100%) invert(100%);

    --Font_Body:                'Lato',Arial, Helvetica,sans-serif;
    --Font_Heading:             'Lato',Arial, Helvetica,sans-serif;

    --Header_Height:            130px;
    --Header_Height_Negative:   calc(-1 * var(--Header_Height));
    --Home_Focus_Dimensions:    2 / 5;

    text-wrap: pretty;
}

.page_body,
.fbd_content,
.fbcms_htmleditor
{
    font: 400 1rem/1.5 var(--Font_Body);
}

a,
.fbcms_spotlight_text .more_link,
.fbcms_cards .fbcms_card_link 
{
	color: var(--Color_Primary);
}

/* Header */
.fbcms_header
{
    background: var(--Color_Primary);
}

.site_logo 
{
    max-width: 200px;
}
@media only screen and (min-width: 768px)
{
    .district_home .fbcms_header 
    {
        z-index: 2;
    }
    .page_interior .fbcms_header .header_main
    {
        z-index: unset;
    }
    .site_logo {
        margin: 10px;
    }    
}

.nav-slider-deactivated .search-form
{
    top: 12px;
    right: auto;
    left: 0;
}
.search-form
{
    border: solid 2px #fff;
    background: var(--Color_Primary);
    color: #fff;
}
.search-form .search-input
{
    color: #fff;
}
.search-form .submit
{
    color: #ffffff;
    background-color: transparent;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    background-color: var(--Color_Secondary);
}

.nav-slider-deactivated .fbcms_content.site_script_head
{
    top: 20px;
    right: auto;
    left: 60px;
}

.fbcms_content .social_media_list a 
{
    color: #fff;
}
.social_media_list a:hover,
.social_media_list a:focus
{
    opacity: .8;
}

.nav-slider-active .fbcms_header:where(:has(.fbcms_ppz_widget)) .search-form
{
    top: 32px;
}
.nav-slider-active .fbcms_header:where(:has(.fbcms_ppz_widget)) .site_script_head,
.nav-slider-active .fbcms_header:where(:has(.fbcms_ppz_widget)) .nav-slider-button.slider-button
{
    top: 36px;
}

/* Menus ================================================================*/

/* Header */
.nav-slider-deactivated .menu_head
{
    top: 20px;
    left: auto;
    right: 50px;
}
.nav-slider-deactivated .menu_head a
{
    color: #fff;
    padding: 5px 10px;
    border: solid 2px #fff;
    border-radius: 15px;
}
.nav-slider-deactivated .menu_head li 
{
    padding: 0 4px;
}
.nav-slider-deactivated .menu_head.list-nav ul li a:hover, 
.nav-slider-deactivated .menu_head.list-nav ul li a:focus
{
    background-color: var(--Color_Secondary);
}

/* Quicklinks */
.nav-slider-deactivated .drop-nav.menu_quicklinks
{
    top: 12px;
    left: auto;
    right: 0;
    z-index: 200;
}
.nav-slider-deactivated .menu_quicklinks .menu_title
{
    background: var(--Color_Primary);
    color: var(--Color_ComplPrimary);
    border: solid 2px #fff;
    text-align: center;
    font-size: .5em;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 36px;
}
.nav-slider-deactivated .menu_quicklinks .menu_title:hover,
.nav-slider-deactivated .menu_quicklinks .menu_title:focus
{
    background-color: var(--Color_Secondary);
    color: var(--Color_ComplSecondary);
}
.nav-slider-deactivated .menu_quicklinks .menu_title:hover,
.nav-slider-deactivated .menu_quicklinks .menu_title:focus-visible
{
    overflow: visible;
}
.nav-slider-deactivated .menu_quicklinks .simplemenu_container
{
    left: auto;
    right: 0;
    background:  #fff;
    text-align: left;
    border: solid 1px var(--Color_Secondary);
    width: max-content;
}
.nav-slider-deactivated .menu_quicklinks li a
{
    color: var(--Color_Secondary);
    border-bottom: 1px solid var(--Color_Secondary);
}
.nav-slider-deactivated .menu_quicklinks .simplemenu_container a:hover,
.nav-slider-deactivated .menu_quicklinks .simplemenu_container a:focus
{
    background-color: var(--Color_Secondary);
    color: #fff;
}

/* Main Menu */    
.nav-slider-deactivated .main_menu_wrapper 
{
    background: transparent;
    z-index: 10;
}      
.nav-slider-deactivated .main_menu_liner
{
    max-width: 1400px;
}
.nav-slider-deactivated .main_menu_wrapper:where(:not(.fixed_menu)) .main_menu
{
    margin-top: -1.5em;
    position: relative;
}    
.nav-slider-deactivated.page_home .main_menu_wrapper:where(:not(.fixed_menu)) .main_menu
{
    z-index: 100;
}    
.nav-slider-deactivated .main_menu .top_level
{
    align-items: stretch;
}
.nav-slider-deactivated .main_menu .top_level_item
{
    min-width: unset;
}
.nav-slider-deactivated .top_level_item:not(:last-child)
{
    margin-right: 5px;  
}
.nav-slider-deactivated .top_level_item > .link_pair 
{
    height: 100%;
    background: var(--Color_Secondary);
    transform: skewX(-20deg);
    transform-origin: center;
    filter: drop-shadow(0 2px 2px rgba(255 255 255 / .5));
    display: grid;
    align-content: center;
}   
.nav-slider-deactivated .main_menu .top_level_item .top_level_link
{
    width: 100%;
    transform: skewX(20deg);
    transform-origin: center;

    color: var(--Color_ComplSecondary);
    font-size: .8rem;
    line-height: 1.2;
    font-weight: bold;
    padding: .75em .5em;
}    
.nav-slider-deactivated .main_menu .top_level_item.active > .link_pair,
.nav-slider-deactivated .main_menu .top_level_item:hover > .link_pair,
.nav-slider-deactivated .main_menu .top_level_item.hoverfocus > .link_pair
{
    background-color: var(--Color_Accent);
    transition: .3s;
}    
.nav-slider-deactivated .main_menu .top_level_item.active .top_level_link,
.nav-slider-deactivated .main_menu .top_level_item:hover .top_level_link,
.nav-slider-deactivated .main_menu .top_level_item.hoverfocus .top_level_link
{
    color: var(--Color_ComplAccent);
}   

.nav-slider-deactivated .main_menu .top_level_item.active .top_level_link:after
{
    display: none;
}
.nav-slider-deactivated .main_menu .top_level_item:not(:has(.drop_down)) .top_level_link:after
{
    display: none !important;
}
.nav-slider-deactivated .main_menu .top_level_item:hover .top_level_link:after,
.nav-slider-deactivated .main_menu .top_level_item.hoverfocus .top_level_link:after
{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: .7em solid transparent;
    border-right: .7em solid transparent;
    border-bottom: .5em solid var(--Color_LtGray);
}
.district_home.nav-slider-deactivated .main_menu_wrapper:not(.fixed_menu) .main_menu .top_level_item:hover .top_level_link:after,
.district_home.nav-slider-deactivated .main_menu_wrapper:not(.fixed_menu) .main_menu .top_level_item.hoverfocus .top_level_link:after
{
    bottom: auto;
    top: 0;
    border-left: .7em solid transparent;
    border-right: .7em solid transparent;
    border-bottom: none;
    border-top: .5em solid var(--Color_LtGray);
}
@media only screen and (min-width: 994px)
{
    .nav-slider-deactivated .main_menu .top_level_item .top_level_link
    {
        font-size: 1rem;
    }   
}
@media only screen and (min-width: 1200px)
{
    .nav-slider-deactivated .main_menu .top_level_item .top_level_link
    {
        font-size: 1.2rem;
    }   
    .nav-slider-deactivated .fixed_menu .main_menu .top_level_item .top_level_link
    {
        font-size: 1rem;
    }
}

/* drop-down */
.nav-slider-deactivated .main_menu .top_level_item > .drop_down
{
    transform: translateX(-1rem);
    background-color: var(--Color_White);
    box-shadow: 0 4px 8px rgba(0,0,0,.3);
}   
.page_home.nav-slider-deactivated .main_menu .top_level_item > .drop_down
{
    box-shadow: 0 -4px 8px rgba(0,0,0,.3);
}
.page_home.nav-slider-deactivated .main_menu_wrapper:where(:not(.fixed_menu)) .main_menu .top_level_item > .drop_down
{
    transform: translateX(1rem);
}  
.nav-slider-deactivated .drop_display_editor .fbcms_section.drop_display_content
{
    width: 100%;
    float: none;
}
.nav-slider-deactivated .main_menu .top_level_item > .drop_down .drop_image,
.nav-slider-deactivated .drop_content .drop_image
{
    display: none;
}
.nav-slider-deactivated .drop_display_editor .drop_content, 
.nav-slider-deactivated .main_menu .drop_content
{
    width: 30%;
    background-color: var(--Color_LtGray);
}
.drop_display_editor
{
    background-color: var(--Color_LtGray);
}
.nav-slider-deactivated .drop_content .content_intro
{
    color: var(--Color_Primary);
}
.nav-slider-deactivated .nav li:hover .drop_down, 
.nav-slider-deactivated .nav .top_level_item.hoverfocus .drop_down
{
    padding: 0;
}
.nav-slider-deactivated .nav li:hover .drop_down .column, 
.nav-slider-deactivated .nav .top_level_item.hoverfocus .drop_down .column
{
    padding: 1rem;
}
.nav-slider-deactivated .main_menu .drop_display_content p:last-child
{
    margin-bottom: 0;
}
.nav-slider-deactivated .main_menu .drop-links
{
    width: 65%;
    align-items: center;
}
.nav-slider-deactivated .main_menu .top_level_item > .drop_down .drop-links a 
{
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--Font_Body);
    color: var(--Color_Primary);
}
.nav-slider-deactivated .main_menu .top_level_item > .drop_down .drop-links a:hover,
.nav-slider-deactivated .main_menu .top_level_item > .drop_down .drop-links a:focus
{
    color: var(--Color_Secondary);
}

.nav-slider-active .nav-slider-button.slider-button:before, 
.nav-slider-active .nav-slider-button.slider-button:after, 
.nav-slider-active .nav-slider-button.slider-button span {
    background-color: var(--Color_Primary);
}
.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_ComplPrimary);
}
@media only screen and (min-width: 768px) and (max-width: 993px)
{
    .district_home.nav-slider-deactivated .main_menu_wrapper:not(.fixed_menu) .main_menu .top_level_item > .drop_down
    {
        top: 100%;
        bottom: auto;
    }
    .district_home.nav-slider-deactivated .main_menu_wrapper:not(.fixed_menu) .main_menu .top_level_item.active .top_level_link:after, 
    .district_home.nav-slider-deactivated .main_menu_wrapper:not(.fixed_menu) .main_menu .top_level_item:hover .top_level_link:after, 
    .district_home.nav-slider-deactivated .main_menu_wrapper:not(.fixed_menu) .main_menu .top_level_item.hoverfocus .top_level_link:after
    {
        bottom: 0;
        top: auto;
        border-top: none;
        border-left: .7em solid transparent;
        border-right: .7em solid transparent;
        border-bottom: .5em solid var(--Color_LtGray);
    }
}

/* Slider Colors */
.nav-slider-active .nav-slider .slide-liner
{
    padding: 2.5rem 1rem;
}
.navslideout .nav-slider .nav-main .menu_title, 
.navslideout .nav-slider .nav-main .top_level_link
{
    font-size: 1rem;
    font-weight: 600;
}
.navslideout .nav-slider .nav-main .drop .item_link
{
    line-height: 1.4;
}
.nav-slider-active.navslideout .nav-slider
{
    background-color: var(--Color_White);
    box-shadow: 1px 0 3px rgba(0 0 0 / 20%);
}
.nav-slider-active .nav-slider a
{
    color: var(--Color_Primary);
}
.nav-slider-active .nav-slider a:hover,
.nav-slider-active .nav-slider a:focus
{
    color: var(--Color_Primary);
}
.navslideout .nav-slider .nav-main .top_level_item:not(:last-child)
{
    border-bottom: solid 1px var(--Color_Accent);
}
.navslideout .nav-slider .nav-main .menu_title,
.navslideout .nav-slider .simple-nav .menu_title,
.navslideout .nav-slider .menu_title.menusection_title
{
    border-top: none;
    background-color: var(--Color_Primary);
    color: var(--Color_AltComplPrimary);
    font-weight: 900;
    font-size: .8rem;
    line-height: 1;
    text-transform: uppercase;
}
.navslideout .nav-slider .nav-main .main-drop-opener
{
    background-color: var(--Color_LtGray);
    color: var(--Color_Primary);
}
.navslideout .nav-main .link_pair .main-drop-opener:hover, 
.navslideout .nav-main .link_pair .main-drop-opener:focus
{
    background-color: var(--Color_Primary) !important;
    color: var(--Color_White);
    text-shadow: none;
}
.navslideout .nav-slider .nav-main .top_level_link,
.navslideout .nav-slider .nav-main .top_level_item > .link_pair > .main-drop-opener,
.navslideout .nav-slider .nav-main .top_level_item > .drop,
.navslideout .nav-slider .nav-main .sublist_item > .link_pair > .main-drop-opener, 
.navslideout .nav-slider .nav-main .sublist_item > .drop,
.navslideout .nav-slider .nav-main .sublist_item > .link_pair > .main-drop-opener,
.navslideout .nav-slider .nav-main .sublist_0 .item_link {
    background-color: var(--Color_White);
    border-top: none;
    border-bottom: none;
}
.navslideout .nav-slider .simple-nav .menu_title
{
    cursor: unset;
}

/* Subpages Menu */
.menu_subpages .menu_title,
.menu_subpages .menu_opener {
    background-color: var(--Color_Secondary);
    color: var(--Color_ComplSecondary);
}
.menu_subpages.menuopen .menu_title,
.menu_subpages .menu_title:hover,
.menu_subpages .menu_title:focus,
.menu_subpages .menu_title:focus .menu_opener,
.menu_subpages.menuopen .menu_opener,
.menu_subpages:hover .menu_opener
{
    background-color: var(--Color_Accent);
    color: var(--Color_ComplAccent) !important;
} 
.menu_subpages .simplemenu_container
{
    background-color: var(--Color_Secondary);
}

@media print, screen and (min-width: 768px)
{
    .menu_subpages.drop-nav
    {
        display: none;
    }
}
/*
===========================================================
 END MENUS
===========================================================
*/

/* Interior Specific */
.page_interior .side_col
{
    background-color: var(--Color_LtGray);
}
@media only screen and (min-width: 768px)
{
    .page_interior .main_content {
        background: linear-gradient(90deg, transparent 50%, var(--Color_LtGray) 50%);
    }
    .page_interior .main_content .column.center_col
    {
        background: #fff;
    }
}

/* Landing */
h2.landing_left_title,
h2.landing_right_title
{
    border-bottom: solid 2px var(--Color_Secondary);
    margin-bottom: 0 !important;
}
.page_landing .center_col .column h2:where(:not(.fbcms_ec_titletext, .visuallyhidden))
{
    border-bottom: solid 2px var(--Color_Secondary);
    margin-bottom: 10px;
    display: block;
    padding-right: 20px;
}
.page_landing .center_col .column .fbcms_contentheader
{
    position: relative;
}
.page_landing .center_col .column .fbcms_news_headlines .fbcms_rss_link
{
    position: absolute;
    top: 6px;
    right: 0;
}

/* Home */
/*.page_home.district_home .main_content
{
    display: flex;
    flex-direction: column;
}
.page_home.district_home .home_section
{
    order: 3;
}
.page_home.district_home .home_section.home_welcome_wrapper
{
    order: 1;
}
.page_home.district_home .home_section.quickspots_wrapper
{
    order: 2;
}*/
.page_home.district_home .home_section
{
    overflow: clip;
}
.page_home .home_section2
{   
    background: var(--Color_Primary);
}
.page_home .home_section2 h2
{
    color: var(--Color_ComplPrimary);
}
.page_home .home_section5
{   
    background: var(--Color_LtGray);
    text-align: center;
}
.page_home.district_home .home_welcome h2
{
    font-size: 1.4rem;
    position: relative;
    padding-bottom: 0;
    margin-bottom: .3em;
}
.page_home .home_welcome h2:after
{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 2px;
    background-color: var(--Color_Accent);
}

/* Animations */
@media only screen and (min-width: 768px)
{
    /* slide up */
    .come-in:first-child .fbcms_content,
    .come-in:nth-child(2) .fbcms_content {
      transform: translateY(250px);
      animation: come-up 1s ease forwards;
    }
    .already-visible:first-child .fbcms_content,
    .already-visible:nth-child(2) .fbcms_content {
      transform: translateY(0);
      animation: none;
    }
    @keyframes come-up {
      to { transform: translateY(0); }
    }

    /* slide over */
    .come-in:nth-child(3) .fbcms_content {
      transform: translateX(100%);
      animation: come-over 2s ease forwards;
      transition-delay: 0.25s;
    }
    .already-visible:nth-child(3) .fbcms_content {
      transform: translateX(0);
      animation: none;
    }
    @keyframes come-over {
      to { transform: translateX(0); }
    }

    /* opacity */
    .page_home:not(.fbcms_editmode) .home_section4
    {
        opacity: 0;
        transition: opacity 2s ease;
        transition-delay: .4s;
    }
    .page_home:not(.fbcms_editmode) .home_section4.come-in {
        opacity: 1;
    }
    .page_home:not(.fbcms_editmode) .already-visible:nth-child(4) {
      opacity: 1;
    }

    /* fly in */
    .come-in:nth-child(5) .fbcms_content {
      transform: scale(.1);
      animation: fly-in 1.5s ease forwards;
    }
    .already-visible:nth-child(5) .fbcms_content {
      transform: scale(1);
      animation: none;
    }
    @keyframes fly-in {
      to { transform: scale(1); }
    }
}

/* School Home Specific */
.school_home .home_welcome_wrapper
{
    background-color: var(--Color_LtGray);
}
.school_home .school_address_wrapper
{
    background: var(--Color_Secondary);
    color: #fff;
} 

/* Side Nav */
@media only screen and (min-width: 768px)
{
    .side-nav .sidelist_0 > li > a
    {
        color: var(--Color_Primary);
        font-size: 1.6rem;
        font-weight: bold;
        border-bottom: solid 2px var(--Color_Accent);
    }
    .side-nav .sidelist_1 a
    {
        position: relative;
        color: var(--Color_Secondary);
        font-size: 1.1rem;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        color: var(--Color_Secondary);
    }
    .side-nav .sidelist_1 a:hover::before,
    .side-nav .sidelist_1 a:focus::before,
    .side-nav .sidelist_1 .current_item > a::before
    {
        content: "\f138";
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        left: -22px;
        top: 5px;
        font-size: .9em;
        font-weight: 700;
    }
}

/* Footer */
.fbcms_footer
{
    color: #fff;
}
.fbcms_footer a 
{
    color: #fff;
}
.fbcms_footer .goog-te-gadget,
.fbcms_footer .goog-te-gadget a
{
    color: var(--Color_Primary) !important;
}
.fbcms_footer .footer_top
{
    background-color: var(--Color_Primary);
}
.fbcms_footer .footer_bottom
{
    background-color: var(--Color_DkGray);
}

.flyup_tab 
{
    color: #ffffff;
    background-color: var(--Color_Secondary);
}
.flyup_slide
{
    background-color: var(--Color_Secondary);
    color: #ffffff;
}
.flyup_slide a,
.flyup_slide h2,
.flyup_slide h3,
.flyup_slide h4,
.flyup_slide h5,
.flyup_slide h6,
.flyup_slide .content_intro
{
    color: #ffffff;
}

/* Rich Text */
h1
{
    color: var(--Color_Primary);
    font: bold 2.35rem/1.4 var(--Font_Heading); 
}
h2
{
    color: var(--Color_Secondary);
    font: bold 1.8rem/1.4 var(--Font_Heading);
}
.page_home h2:not(.flyup_tab) {
    font-size: 2rem; 
    text-align: center;
}
h3,
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title
{
    color: var(--Color_Secondary);
    font: bold 1.3rem/1.4 var(--Font_Heading);
}
h4,
.fbcms_spotlight .desc_short,
.fbcms_cards .fbcms_card_name,
.fbcms_upcoming_events .event_title, 
.fbcms_upcoming_events .event_title a
{
    color: var(--Color_Secondary);
    font: bold 1.2rem/1.4 var(--Font_Heading);
}
h5
{
    color: var(--Color_Secondary);
    font: bold 1.125rem/1.4 var(--Font_Heading);
}
h6
{
    color: var(--Color_Secondary);
    font: bold 1rem/1.4 var(--Font_Heading);
}
.content_intro
{    
    color: #636363;
    font: 300 1.4rem/1.5 var(--Font_Body);
}

/* Button Block links */
.jump_url a,
.spotlight_button.spotlight_viewall,
.fbcms_spotlight_text .more_link,
.fbcms_newsletters .news_archivetoggle,
.fbcms_more_link a,
.content_buttonblock a,
.fbcms_staff_cards .fbcms_contentbody .btn_read,
.fbcms_staff_cards .contact_button,
.news_archivetoggle,
.fbcms_article_detail a,
.newsarticle_details a,
a.building_button,
.fbcms_search_form .search_button,
.search_results .link_button
{
    background-color: var(--Color_White);
    display: inline-block;
    height: auto;
    color: var(--Color_Primary);
    font: bold 1rem/1.2 var(--Font_Body);
    border: solid 2px var(--Color_Secondary);
    padding: .5em 1em;
    margin: 6px 0;
    text-decoration: none;
    transition: all .1s linear;
}
.jump_url a:hover,
.jump_url a:focus,
.spotlight_button.spotlight_viewall:hover,
.spotlight_button.spotlight_viewall:focus,
.fbcms_spotlight_text .more_link:hover,
.fbcms_newsletters .news_archivetoggle:hover,
.fbcms_newsletters .news_archivetoggle:focus,
.fbcms_more_link a:hover,
.fbcms_more_link a:focus,
.content_buttonblock a:hover,
.content_buttonblock a:focus,
.fbcms_staff_cards .fbcms_contentbody .btn_read:hover,
.fbcms_staff_cards .fbcms_contentbody .btn_read:focus,
.fbcms_staff_cards .contact_button:hover,
.fbcms_staff_cards .contact_button:focus,
.news_archivetoggle:hover,
.news_archivetoggle:focus,
.fbcms_article_detail a:hover,
.fbcms_article_detail a:focus,
.newsarticle_details a:hover,
.newsarticle_details a:focus,
a.building_button:hover,
a.building_button:focus,
.fbcms_search_form .search_button:hover,
.fbcms_search_form .search_button:focus,
.search_results .link_button:hover,
.search_results .link_button:focus
{
    color: var(--Color_ComplSecondary);
    background-color: var(--Color_Primary);
    text-decoration: none;
}

.fbcms_staffentry .contact_button,
.fbcms_search_form .search_button,
.search_results .link_button
{
    margin: 0;
    padding: .4em 1em;
}

/* Calendars */

/* Custom */
.page_home .fbcms_upcoming_events .fbcms_upcoming_event_group,
.page_home .fbcms_upcoming_events .fbcms_upcoming_event_item 
{
    text-align: center;
    /*border: solid 1px var(--CCS_DkPurple);*/
    /*border-radius: 10px;*/
    padding: 20px 16px 10px;
    background: var(--Color_Secondary);
    margin-bottom: 1rem;
    border-top: solid 4px var(--Color_Accent);
    border-radius: 0 0 10px 10px;
}
li.fbcms_upcoming_event_item .event_date
{
    color: var(--Color_Secondary);
}
.page_home li.fbcms_upcoming_event_item .event_group_date,
.page_home li.fbcms_upcoming_event_item .event_date,
.page_home li.fbcms_upcoming_event_item .event_group_data
{
    display: block;
    width: 100%;
    padding: 0 0 10px;
}
.page_home li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-size: 2.5rem;
    color: var(--Color_Accent);
}
.page_home li.fbcms_upcoming_event_item .time,
.page_home li.fbcms_upcoming_event_item .span_event_finisher
{
    font-size: .8em;
    color: #fff;
}
.page_home li.fbcms_upcoming_event_item .event_group_date .event_month
{
    font-size: 1.325rem;
    font-weight: 300;
    color: var(--Color_Accent);
} 
.page_home .fbcms_upcoming_events .event_title, 
.page_home .fbcms_upcoming_events .event_title a
{
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.2;
    color: #fff;
}
@media only screen and (min-width: 768px)
{
    .page_home .fbcms_upcoming_events .fbcms_upcoming_event_list
    {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .page_home .fbcms_upcoming_events .fbcms_upcoming_event_item
    {
        transition: transform .4s ease;
    }
    .page_home .fbcms_upcoming_events .fbcms_upcoming_event_item:hover
    {
        transform: scale(1.05);
    }
    .page_home .fbcms_upcoming_events .fbcms_upcoming_event_group,
    .page_home .fbcms_upcoming_events .fbcms_upcoming_event_item 
    {
        width: calc(33.333% - (4rem / 3));
        display: inline-block;
    }
}
@media only screen and (min-width: 994px)
{
    .page_home .fbcms_upcoming_events .fbcms_upcoming_event_group,
    .page_home .fbcms_upcoming_events .fbcms_upcoming_event_item 
    {
        width: calc(20% - (8rem / 5));
    }
}


/* Agenda */
.month_table .month_header
{
    background-color: var(--Color_Secondary);
}

/* Grid */
.calendargrid .caltab .dayofweek
{
    background-color: var(--Color_Secondary);
}
.calendargrid .caltab .currentmonth .daynumber
{
    background-color: var(--Color_Secondary);
    color: #ffffff;
}

/* Mini */
.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: var(--Color_Secondary);
}
.fbcms_calendar_minigrid th {
    color: var(--Color_Secondary);
}
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    background-color: #fff;
    color: var(--Color_Gray);
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth:hover,
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth:focus,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth:hover,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth:focus
{
    color: #000;
    background-color: #fff;
}
.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    color: var(--Color_Primary);
}
.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #ffffff;
    background-color: var(--Color_Secondary);
}

/* NEWS */

.fbcms_newscontent .fbcms_newsarticle:where(:not(:last-child))
{
    padding-bottom: 1rem;
    border-bottom: solid 1px var(--Color_Accent);
    margin-bottom: 1rem;
}
@media only screen and (min-width: 768px)
{
    .fbcms_newscontent .fbcms_newsarticle:where(:has(.fbcms_media)) 
    {
        display: grid;
        width: 100%;
        column-gap: 1rem;
        grid-template-columns: 30% calc(70% - 1rem);
    }
    .fbcms_newsarticle:where(:has(.fbcms_media)) .fbcms_media 
    {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: 7;
    }
    .fbcms_newsarticle:where(:has(.fbcms_media)) .newsarticle_section
    {
        grid-column-start: 2;
    }
}

/* Headlines slide-up */
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article
{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 0;
    margin: 0 auto 1rem;
    background: var(--Color_White);
    max-width: 500px;
    border: solid 2px var(--Color_ComplPrimary);
}
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_media
{
    height: 100%;
}
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_imageblock
{
    width: 100%;
    line-height: 0;
    position: relative;
}
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_imageblock img
{
    width: 100%;
    object-position: top center;
}
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_imageblock:where(:not(:has(img))):before
{
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url(/downloads/logos/resa_tree_only_logo.png) no-repeat center;
    background-size: auto 90%;
    opacity: .1;
}
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article:nth-child(odd) .fbcms_article_imageblock:before
{
    background-image: url(/downloads/logos/resa_stacked_logo.png);
    background-size: 90% auto;
}
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_textblock
{
    padding: 3% 5%;
    background: var(--Color_Primary);
    color: var(--Color_ComplPrimary);
}
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_title
{
    color: #fff;
    line-height: 1.1;
    margin-bottom: .3em;
}

.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_date
{
    color: #fff;
    font-size: .8em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_summary
{
    line-height: 1.1;
    margin-bottom: .3em;
    overflow: hidden;
}
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article a
{
    color: var(--Color_AltComplPrimary);
    border-color: var(--Color_AltComplPrimary);
    text-shadow: none;
}
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article .fbcms_article_detail a:where(:not(:hover,:focus))
{
    color: var(--Color_Primary);
}
.fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_contentfooter
{
    text-align: center;
}
@media only screen and (min-width: 768px)
{
    .fbcms_news_headlines .fbcms_nh_kbnavi.fbcms_headline_list_content
    {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article
    {
        flex-grow: 1;
        width: calc(50% - (1rem / 2));
        margin: 0;
    }
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_imageblock
    {
        aspect-ratio: 335 / 253;
    }
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_textblock
    {
        position: absolute;
        bottom: 0;
        padding: 3% 5%;
        width: 100%;
        overflow: hidden;
        height: 100%;
        background: transparent;
        border-image: fill 0 linear-gradient(#0001, var(--Color_TransPrimary));
        text-shadow: 0 -1px 1px var(--Color_Primary);
        display: grid;
        grid-template-rows: 1fr;
        align-items: end;
        align-content: flex-end;
        transition: all .3s ease-out;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article:hover  .fbcms_article_textblock,
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article:focus-within  .fbcms_article_textblock
    {
        max-height: 100%;
        background: var(--Color_TransPrimary);
    }
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article_title
    {
        font-size: 1.2rem;
        line-height: 1;
        margin-bottom: 0;
    }
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article:hover .fbcms_article_textblock,
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article.hoverfocus .fbcms_article_textblock
    {
        height: 100%;
        align-content: center;
    }
    .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)
{
    .fbcms_news_headlines .fbcms_nh_kbnavi .fbcms_article
    {
        /*width: calc(33.333% - (2rem / 3));*/
        width: calc(25% - (3rem / 4));
    }
}

.page_permalink .fbcms_media
{
    width: 50%;
    max-width: 350px;
    float: right;
    margin: 0 0 1rem 2rem;
}
    
/* SPOTLIGHTS =============================================================*/
.fbcms_spotlight .desc_long
{
    display: block;
}

/* Quickfacts */
.page_home .home_section.home_section3
{
    --_line_color: var(--Color_LtGray);
    position: relative;
    overflow: clip;
}
.home_section3:before
{
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 90%;
    background-image: repeating-linear-gradient(0deg, var(--_line_color), var(--_line_color) 2px, transparent 1px, transparent);
    background-size: 10px 10px;
    transform: skewX(20deg) translateX(0%);
}
.home_section3 .fbcms_content
{
    z-index: 2;
}
.home_section3 .fbcms_spotlights_title
{
    padding-bottom: 0;
} 
.home_section3 .fbcms_spotlights .fbcms_spotlight
{
    overflow: visible;
    margin-inline: 1.5rem;
    flex: 1 0 calc(20% - 3rem);
    text-align: center;
}
.home_section3 .fbcms_spotlight .fbcms_spotlight_image img
{
    filter: var(--Filter_ColorPrimary) drop-shadow(1px 2px 2px rgba(0 0 0 / .6));
}
.home_section3 .fbcms_spotlight .desc_short
{
    position: relative;
    isolation: isolate;
    color: var(--Color_White);
    font-size: 2.5rem;
    padding: 0 2rem;
    width: fit-content;
    min-width: 150px;
    display: inline-block;
    text-shadow: 1px 2px 2px rgba(0 0 0 / .5);
}
.home_section3 .fbcms_spotlight .desc_short:before
{
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: var(--Color_Secondary);
    padding: 0 2rem;
    transform: skewX(-20deg);
    z-index: -1;
}
.home_section3 .fbcms_spotlight .desc_long
{
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--Color_Primary);
}
@media only screen and (min-width: 994px)
{
    .home_section3:before
    {
        transform: skewX(60deg) translateX(0%);
    }
    .home_section3 .fbcms_spotlight.odd .fbcms_spotlight_liner
    {
        margin-top: 3rem;
    }
}

/* Blocks - 4x4 - full width */
.page_home .home_section.home_section4
{
    padding: 0;
    text-align: center;
    border-bottom: solid 2px var(--Color_White);
}
.district_home .home_section4 .component_liner
{
    width: 100%;
    max-width: none;
}
.home_section4 .home_content4.fbcms_spotlights
{
    padding: 0;
}
.home_section4 .spotlights_horizontal.horz_layout_8 .fbcms_spotlight
{
    margin: 0;
}
.home_section4 .fbcms_spotlight
{
    text-align: center;
    color: #fff !important;
}
.home_section4 .fbcms_spotlight:nth-child(2),
.home_section4 .fbcms_spotlight:nth-child(5)
{
    background-color: var(--Color_Primary);
}
.home_section4 .fbcms_spotlight:nth-child(4),
.home_section4 .fbcms_spotlight:nth-child(7)
{
    background-color: var(--Color_Secondary);
}
.home_section4 .fbcms_spotlight a.fbcms_spotlight_liner:hover,
.home_section4 .fbcms_spotlight a.fbcms_spotlight_liner:focus
{
    background-color: var(--Color_Accent);
}
.home_section4 .fbcms_spotlight_liner
{
    padding: 0;
    position: relative;
    height: 100%;
    transition: all .3s ease;
}
.home_section4 .fbcms_spotlight .fbcms_spotlight_image
{
    margin-bottom: 0;
    position: relative;
}
.home_section4 .fbcms_spotlight .fbcms_spotlight_image:after
{
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    transition: all .3s ease;
}
.home_section4 .fbcms_spotlight_image img
{
    width: 100%;
    z-index: 1;
}
.home_section4 .fbcms_spotlight_text
{
    position: absolute;
    z-index: 3;
    width: 100%;
    color: #fff;
    padding: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_section4 .fbcms_spotlight .desc_short
{
    font-size: 1.5rem;
    line-height: 1.1;
    color: #fff;
}
.home_section4 .fbcms_spotlight .desc_long
{
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}
@media only screen and (max-width: 599px)
{
    .district_home .home_section4 .fbcms_spotlight:nth-child(2) .fbcms_spotlight_text, 
    .district_home .home_section4 .fbcms_spotlight:nth-child(4) .fbcms_spotlight_text,
    .district_home .home_section4 .fbcms_spotlight:nth-child(5) .fbcms_spotlight_text, 
    .district_home .home_section4 .fbcms_spotlight:nth-child(7) .fbcms_spotlight_text
    {
        position: relative;
    }
}
@media only screen and (min-width: 600px)
{
    .home_section4 .spotlights_horizontal.horz_layout_8 .fbcms_spotlight
    {
        flex: 0 1 50%;
    }
}
@media only screen and (min-width: 994px)
{
    .home_section4 .fbcms_spotlight:nth-child(2),
    .home_section4 .fbcms_spotlight:nth-child(7)
    {
        background-color: var(--Color_Primary);
    }
    .home_section4 .fbcms_spotlight:nth-child(4),
    .home_section4 .fbcms_spotlight:nth-child(5)
    {
        background-color: var(--Color_Secondary);
    }
    .home_section4 .fbcms_spotlight:first-child .fbcms_spotlight_text,
    .home_section4 .fbcms_spotlight:nth-child(3) .fbcms_spotlight_text,
    .home_section4 .fbcms_spotlight:nth-child(6) .fbcms_spotlight_text,
    .home_section4 .fbcms_spotlight:nth-child(8) .fbcms_spotlight_text
    {
        opacity: 0;
        transition: all .3s ease;
    }
    .home_section4 .fbcms_spotlight:first-child a.fbcms_spotlight_liner:hover .fbcms_spotlight_text,
    .home_section4 .fbcms_spotlight:first-child a.fbcms_spotlight_liner:focus .fbcms_spotlight_text,
    .home_section4 .fbcms_spotlight:nth-child(3) a.fbcms_spotlight_liner:hover .fbcms_spotlight_text,
    .home_section4 .fbcms_spotlight:nth-child(3) a.fbcms_spotlight_liner:focus .fbcms_spotlight_text,
    .home_section4 .fbcms_spotlight:nth-child(6) a.fbcms_spotlight_liner:hover .fbcms_spotlight_text,
    .home_section4 .fbcms_spotlight:nth-child(6) a.fbcms_spotlight_liner:focus .fbcms_spotlight_text,
    .home_section4 .fbcms_spotlight:nth-child(8) a.fbcms_spotlight_liner:hover .fbcms_spotlight_text,
    .home_section4 .fbcms_spotlight:nth-child(8) a.fbcms_spotlight_liner:focus .fbcms_spotlight_text
    {
        opacity: 1;
    }
    .home_section4 .fbcms_spotlight .fbcms_spotlight_image:after
    {
        background: rgba(0,0,0,0);
    }
    .home_section4 .fbcms_spotlight a.fbcms_spotlight_liner:hover .fbcms_spotlight_image:after,
    .home_section4 .fbcms_spotlight a.fbcms_spotlight_liner:focus .fbcms_spotlight_image:after
    {
        background: rgba(0,0,0,.7);
    }
}
@media only screen and (min-width: 994px)
{
    .home_section4 .spotlights_horizontal.horz_layout_8 .fbcms_spotlight
    {
        flex: 1 1 33.333%;
    }
}
@media only screen and (min-width: 994px) and (max-width: 1199px)
{
    .home_section4 .fbcms_spotlight:nth-child(6)
    {
        order: 5;
    }
    .home_section4 .fbcms_spotlight:nth-child(5)
    {
        order: 6;
    }
    .home_section4 .fbcms_spotlight:nth-child(7)
    {
        order: 7;
    }
    .home_section4 .fbcms_spotlight:nth-child(8)
    {
        order: 8;
    }
}
@media only screen and (min-width: 1200px)
{
    .home_section4 .spotlights_horizontal.horz_layout_8 .fbcms_spotlight
    {
        flex: 0 1 25%;
    }
}

/* Top inheriting spotlights section */
.quickfacts_wrapper,
.site_quickfacts
{
    display: none;
}

/* ==== Circles ====================================================================*/
.quickspots_wrapper
{
    position: relative;
    background: var(--Color_LtGray);
    box-shadow: inset 0 10px 20px -20px rgba(0 0 0 / .3);
}
.quickspots_wrapper:before 
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: url(../img/QuickspotsBackground.png) center;*/
    background-attachment: fixed;
    z-index: 1;
    opacity: .3;
}
.quickspots_wrapper .component_liner
{
    position: relative;
    z-index: 2;
}
.site_quickspots.fbcms_content.fbcms_spotlights
{
    padding: 1rem;
    margin-bottom: 0;
}
.quickspots_wrapper .fbcms_contentheader, 
.quickspots_wrapper .fbcms_contentfooter 
{
    text-align: center;
}
.page_home .quickspots_wrapper .site_quickspots.fbcms_content.fbcms_spotlights
{
    padding-bottom: 50px;
}
.site_quickspots .fbcms_spotlights_list:after
{
    display: none;
}
.site_quickspots .fbcms_spotlight
{
    text-align: center;
    overflow: visible;
    margin-bottom: 1.5rem;
} 
.site_quickspots .fbcms_spotlight_liner
{
    background-color: var(--Color_Primary);
    padding: 1rem 10px;
    height: 100%;
    outline: solid 8px var(--Color_Secondary);
    border: solid 6px var(--Color_White);
}
.site_quickspots a.fbcms_spotlight_liner:hover,
.site_quickspots a.fbcms_spotlight_liner:focus
{
    outline-color: var(--Color_Accent);
    border-color: var(--Color_Primary);
    background-color: var(--Color_White);
}
.site_quickspots .fbcms_spotlight .fbcms_spotlight_image
{
    filter: var(--Filter_White);
}
.site_quickspots a.fbcms_spotlight_liner:hover .fbcms_spotlight_image,
.site_quickspots a.fbcms_spotlight_liner:focus .fbcms_spotlight_image
{
    filter: var(--Filter_ColorPrimary);
}
.site_quickspots .fbcms_spotlight_liner .desc_short
{
    font-size: 1.2rem;
    color: var(--Color_ComplPrimary);
}
.site_quickspots a.fbcms_spotlight_liner:hover .desc_short,
.site_quickspots a.fbcms_spotlight_liner:focus .desc_short
{
    color: var(--Color_Primary);
}
@media only screen and (min-width: 768px)
{
    .site_quickspots.fbcms_content.fbcms_spotlights
    {
        padding: 1rem 0;
    }
    .site_quickspots .fbcms_spotlight_slide_liner
    {
        justify-content: center;
    }
    .site_quickspots .spotlights_horizontal .fbcms_spotlight 
    {
        margin-bottom: 0 !important;
        flex: 0 0 200px;
    }

    .site_quickspots .fbcms_spotlight .fbcms_spotlight_liner
    {
        aspect-ratio: 1 / 1;
        display: grid;
        align-content: center;
        text-align: center;
        padding: 10px;
        border-radius: 50%;
        transform: scale(.95);
        transition: all .3s ease-out;
        overflow: hidden;
        filter: drop-shadow(0 1px 2px rgb(0 0 0 / 30%));
    }
    .site_quickspots a.fbcms_spotlight_liner:hover,
    .site_quickspots a.fbcms_spotlight_liner:focus
    {
        transform: scale(1);
        filter: drop-shadow(0 4px 8px rgb(0 0 0 / 10%));
    }
    .site_quickspots .fbcms_spotlight .fbcms_spotlight_text
    {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 994px)
{   
    .site_quickspots .fbcms_spotlight_liner .desc_long
    {
        font-size: 1.2rem;
    }
    .page_home .site_quickspots.fbcms_content.fbcms_spotlights
    {
        padding: 40px 0; 
    }
}

/* Vertical No Wrap special style */
.fbcms_spotlights_list.spotlights_vertical .fbcms_spotlight_slide_liner
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    grid-gap: 0 2rem;
}
.spotlights_vertical .fbcms_spotlight.linedup
{
    margin-bottom: 0;
    padding: 5px 0;
}
.spotlights_vertical .fbcms_spotlight.linedup:after,
.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:after
{
    display: none;
}
    
.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner
{
    padding: 0;
    display: grid;
    grid-template-columns: 80px 1fr;
}
.spotlights_vertical .fbcms_spotlight.linedup a.fbcms_spotlight_liner:hover,
.spotlights_vertical .fbcms_spotlight.linedup a.fbcms_spotlight_liner:focus
{
    background: transparent;
}

.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_image
{
    text-align: center;
    background-color: #fff;
    padding: 5px;
    border: solid 3px var(--Color_Accent);
    border-right: none;
    border-radius: 2px 0 0 2px;
    position: relative;
    display: grid;
    align-content: center;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
}
.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_image:after 
{
    display: none;
}

.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_text
{
    background-color: var(--Color_Primary);
    color: var(--Color_ComplPrimary);
    padding: 1rem 12px;
    height: 100%;
    display: grid;
    align-content: center;
    transition: all .3s ease;
    border-radius: 2px;
    grid-column-start: 1;
    grid-column-end: last;

    display: grid;
    grid-template-rows: max-content 0fr;
    padding: 1rem;
    transition: all .3s;
}
.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:hover .fbcms_spotlight_text,
.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:focus .fbcms_spotlight_text
{
    grid-template-rows: max-content 1fr;
}
.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_image ~ .fbcms_spotlight_text
{
    grid-column-start: 2;
    border-radius: 0 2px 2px 0;
    text-align: left;
}
.spotlights_vertical .fbcms_spotlight.linedup a.fbcms_spotlight_liner:hover .fbcms_spotlight_text, 
.spotlights_vertical .fbcms_spotlight.linedup a.fbcms_spotlight_liner:focus .fbcms_spotlight_text 
{
    background-color: var(--Color_Secondary);
}
.spotlights_vertical .fbcms_spotlight.linedup .desc_short
{
    color: var(--Color_ComplPrimary);
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
}
.spotlights_vertical .fbcms_spotlight.linedup a.fbcms_spotlight_liner:hover .desc_short, 
.spotlights_vertical .fbcms_spotlight.linedup a.fbcms_spotlight_liner:focus .desc_short 
{
    color: var(--Color_AltComplSecondary);
}
   
.spotlights_vertical .fbcms_spotlight.linedup .desc_long
{
    overflow: hidden;
} 
.spotlights_vertical .fbcms_spotlight.linedup .more_link
{
    display: none;
} 
@media only screen and (min-width: 994px)
{
    .spotlights_vertical .fbcms_spotlight.linedup
    {
        overflow: visible;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner
    {
        display: grid;
        grid-template-columns: repeat(4, [col-start] 1fr);
/*        align-items: center;*/
    }
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_image img
    {
        transform: scale(.9);
        transition: all .3s ease-out;
    }
    .spotlights_vertical .fbcms_spotlight.linedup a.fbcms_spotlight_liner:hover .fbcms_spotlight_image img,
    .spotlights_vertical .fbcms_spotlight.linedup a.fbcms_spotlight_liner:focus .fbcms_spotlight_image img
    {
        transform: scale(1) rotate(0.01deg);
    }

    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_text
    {
        position: relative;
        padding: 15px 20px;
        min-height: 80px;
    }
}

/* Other */
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header 
{
	color: var(--Color_Secondary);
    font-weight: bold;
}

.fbcms_ec_title,
.fbcms_ec_title:focus
{
    background-color: var(--Color_Primary);
    color: var(--Color_ComplPrimary);
    padding: 4px 10px 10px;
}
.fbcms_ec:not(.fbcms_ec_collapsed) .fbcms_ec_title 
{
    margin-bottom: 0;
}
.fbcms_ec_title .fbcms_ec_titletext
{
    color: var(--Color_ComplSecondary);
    font-size: 1.3rem;
    font-weight: 700;
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus-visible,
.fbcms_content.fbcms_ec:not(.fbcms_ec_collapsed) .fbcms_ec_title
{
    background-color: var(--Color_Secondary);
    color: var(--Color_AltComplPrimary);
}
.fbcms_ec_title:hover .fbcms_ec_titletext,
.fbcms_ec_title:focus-visible .fbcms_ec_titletext,
.fbcms_content.fbcms_ec:not(.fbcms_ec_collapsed) .fbcms_ec_titletext
{
    color: var(--Color_AltComplPrimary);
}
.fbcms_ec .fbcms_ec_title ~ div
{
    padding: 10px;
    background-color: var(--Color_LtGray);
}

/*
===========================================================
 Building/Staff Styling
===========================================================
*/
.page_profile .side-nav
{
    display: none;
}
.building_list.fbcms_grid
{
    grid-gap: 1.3em 1em;
    margin-bottom: 2rem;
}
.building_list .building_liner,
.fbcms_staff_cards .fbcms_contentbody .fbcms_staffentry_liner
{
    background: var(--Color_LtGray);
    padding: 15px;
    border-radius: 10px;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 40%));
    transform: scale(.98);
    transition: all .3s ease-out;
    overflow: visible;
}
.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,
.fbcms_staff_cards .fbcms_card .profile_photo
{
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin: -15px -15px 10px -15px;
    border-radius: 10px 10px 0 0;
}
.building .category_container
{
    margin-bottom: 5px;
    line-height: 1.3;
}
.building_liner.fbcms_griditem_liner .building_link
{
    text-align: center;
    margin: 0 auto -2rem;
}
.building_list .building .building_button
{
    margin: 0;
    line-height: 1.2;
    padding: 8px 12px;
}
@media only screen and (max-width: 499px)
{
    .building_list .building
    {
        margin-bottom: 2rem;
    }
}

@media only screen and (min-width: 979px)
{
    .page_interior:not(.page_onecol) .fbcms_staff_cards > .fbcms_contentbody > .fbcms_staffentry {
        width: calc(33.333% - 3px);
        padding: 0 0.438em 0.875em;
    }
}
/*
===========================================================
 END Building/Staff Styling
===========================================================
*/