  /* Grand Haven 51ºÚÁÏÍø 2025 Updates */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --GHAPS_Blue:                #012169; /* 14.75 */
    --GHAPS_DkBlue:              #071d3b; /* 16.82 */
    --GHAPS_Gold:                #FFB81C; /* 1.73 */
    --GHAPS_XLtGray:             #F2F2F2; /* 1.11 */

    --Color_Primary:            var(--GHAPS_Blue);
    --Color_ComplPrimary:       var(--Color_White);
    --Color_AltComplPrimary:    var(--Color_Accent);
    --Color_TransPrimary:       color-mix(in oklab, var(--Color_Primary), transparent 15%);

    --Color_Secondary:          var(--GHAPS_DkBlue);
    --Color_ComplSecondary:     var(--Color_White);
    --Color_AltComplSecondary:    var(--Color_Accent);

    --Color_Accent:             var(--GHAPS_Gold);
    --Color_ComplAccent:        var(--GHAPS_DkBlue);
    --Color_TransAccent:        color-mix(in oklab, var(--Color_Accent), transparent 30%);

    --Color_XXLtGray:           #f9f9f9;
    --Color_XLtGray:            var(--GHAPS_XLtGray);
    --Color_White:              #ffffff; /* 1 */
    --Color_TransWhite:        color-mix(in oklab, var(--Color_White), transparent 30%);
    --Color_TransBlack:        color-mix(in oklab, var(--Color_Black), transparent 30%);

    --Color_XLtBackground:      var(--GHAPS_XLtGray);
    --Color_TransXLtBackground: color-mix(in oklab, var(--Color_XLtBackground), transparent 20%);
    --Color_Link:               var(--Color_Primary);

    --Filter_Primary:           brightness(0) saturate(100%) invert(6%) sepia(99%) saturate(5433%) hue-rotate(223deg) brightness(88%) contrast(99%);
    --Filter_Secondary:         brightness(0) saturate(100%) invert(10%) sepia(54%) saturate(1692%) hue-rotate(192deg) brightness(90%) contrast(101%);
    --Filter_Accent:            brightness(0) saturate(100%) invert(87%) sepia(31%) saturate(3878%) hue-rotate(340deg) brightness(101%) contrast(104%);
    --Filter_White:             brightness(0) saturate(100%) invert(100%);

    --Font_Body:                'Montserrat', Arial,Helvetica,sans-serif;
    --Font_Heading:             'Times', serif;

    --Font-Size_Base:           1rem;
    --Font-Size_h1:             2rem;
    --Font-Size_h2:             2rem;
    --Font-Size_h3:             1.6rem;
    --Font-Size_h4:             1.2rem;
    --Font-Size_h5:             1.1rem;
    --Font-Size_h6:             1rem;
    --Font-Size_Intro:          1.4rem;
    --Font-Size_Sub:            .875rem;
}

.fbcms_wrapper
{
    --section-padding-block: 1rem;
    --section-padding-inline: 12px;
    --component-max-width: 1400px;
    text-wrap: pretty;

    --site_logo_width: 50px;
}

.fbcms_component
{
    max-width: 100%;
    display: block;
    width: 100%;
}
.component_liner
{
    width: 100%;
}
.fbcms_content.firstone
{
    padding-top: var(--section-padding-block);
}
.fbcms_content.lastone
{
    padding-bottom: var(--section-padding-block);
}
@media only screen and (min-width: 768px)
{
    .fbcms_wrapper
    {
        --section-padding-block: 2rem;
        --section-padding-inline: 1.5rem;

        --Font-Size_h1:             2.5rem;
    }

    .component_liner,
    #navigation,
    .fbcms_ppz_widget_liner
    {
        width: 95%;
        height: 100%;
        position: relative;
        max-width: var(--component-max-width);
        margin: 0 auto;
    }
    #navigation,
    .fbcms_header .component_liner,
    .sibling_menu_wrapper .menu_liner
    {
        max-width: 95%;
    }
}
@media only screen and (min-width: 1200px)
{
    .fbcms_wrapper
    {
        --section-padding-block: 3rem;
        --section-padding-inline: 2rem;

        --Font-Size_h1:             3.5rem;
        --site_logo_width: 120px;
    }
}
@media print {
}

/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header
{
    background: var(--Color_Primary);
}
.fbcms_header:after 
{
	content: " ";
	display: table;
	clear: both;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header
    {
        z-index: 2;
        filter: drop-shadow(0 0 6px rgb(0 0 0 / 20%));
    }
    .fbcms_editmode .fbcms_header
    {
        position: relative;
    }
    .fbcms_header .header_main
    {
        height: 50px;
        position: relative;
    }

    .fbcms_header.shrink
    {
    }
    .fbcms_header.shrink * 
    {
        transition: all .25s ease-in-out;
    }
    .navigation_wrapper
    {
        background-color: var(--Color_Primary);
        z-index: 3;
    }
}
@media only screen and (min-width: 1200px) 
{
    .fbcms_header
    {
        background: var(--Color_White);
    }
}

/* Logo */
.logo 
{
    display: inline-block;
    padding: 12px;
    text-decoration: none;
}
.site_logo,
.site_logo_text
{
    display: inline-block;
    vertical-align: middle;
}
.site_logo 
{
    width: var(--site_logo_width);
}
.site_logo_text 
{
    margin: 0 0 0 20px;
    width: 170px;
}
.site_logo img,
.site_logo_text img 
{
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 768px)
{
    .logo 
    {
        height: 0;
        padding: 0;
        position: relative;
        z-index: 150;
    }
    .site_logo 
    {
        margin: 6px 0 0;
    }
    .site_logo_text 
    {
        margin: 6px 0 0 20px;
    }
}
@media only screen and (min-width: 1200px)
{    
    .site_logo 
    {
        margin: 14px 0 0 0;
    }
    .site_logo_text 
    {
        margin: 18px 0 0 20px;
    }
}

/* Search */
.search-form
{
    position: absolute;
    top: 5px;
    right: 50px;
    width: auto;
    z-index:200; 
}

.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    border: none;
    background-color: var(--Color_Primary);
}

.search-form .search-input
{
    padding: 0;
    width: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 20px 0 0 20px;
    color: var(--Color_AltComplPrimary);
}
.search-form.opened .search-input 
{
    padding-left: 1rem;
    width: 206px;
}
.search-form .submit
{
    float: right;
    text-indent: -9999px;
    width: 40px;
    position: relative;
    border-radius: 50%;
    color: var(--Color_ComplPrimary);
}
.search-form .submit:after
{
    content: "\f002";
    font: 1.1rem/2.5rem 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-indent: 0;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    background: var(--Color_Accent);
    color: var(--Color_ComplAccent);
}
.search-form.opened .submit
{
    border-radius: 0 20px 20px 0;
}

    .search-form legend,
    .search-form label
    {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
@media only screen and (min-width: 768px)
{
    .search-form
    {
        right: 0;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Header Translate Drop */
.nav-slider-deactivated .fbcms_header .fbcms_translate
{
    top: -42px;
    right: 44px;
}
.nav-slider-active .fbcms_header .fbcms_translate
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.fbcms_translate .drop_title
{
    background: var(--Color_ComplPrimary);
    color: var(--Color_Primary);
    border: solid 2px var(--Color_Primary);
    padding: 6px 1rem;
    border-radius: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: var(--Font-Size_Sub);
    line-height: 1.3;
}
.fbcms_translate .drop_title:hover,
.fbcms_translate .drop_title:focus,
.fbcms_translate.dropopen .drop_title
{
    background: var(--Color_Accent);
    color: var(--Color_ComplAccent);
    border-color: var(--Color_Accent);
}
.fbcms_translate.dropopen .drop_title
{
    border-radius: 16px 16px 0 0;
}

/* Site Scripts */
.nav-slider-active .fbcms_content.site_script_head
{
    display: inline-block;
}
.nav-slider-deactivated .fbcms_content.site_script_head 
{
    position: fixed;
    top: calc(var(--StickyHeader-Height) + 1rem);
    left: 0;
    right: auto;
    z-index: 4;
    background: var(--Color_Primary);
    padding: 20px 10px;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.7);
}
@media only screen and (min-width: 994px)
{
}
.fbcms_content.site_script_foot
{
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
}

/* Social Media Script */
.fbcms_content ul.social_media_list 
{
    margin: 0;
}
.social_media_list:after
{
    content: "";
    display: table;
    clear: both;
}
.fbcms_content ul.social_media_list > li 
{
    margin: 0 8px;
    list-style: none;
    float: left;
    line-height: 1;
}
.fbcms_content .social_media_list a 
{
    color: var(--Color_Link);
    display: inline-block;
    text-align: center;
    transition: all .2s ease-out;
    transform: scale(.85);
    width: 100%;
}
.social_media_list a:hover,
.social_media_list a:focus
{
    transform: scale(1);
    color: var(--Color_Secondary);
    text-decoration: none;
}
@media only screen and (max-width: 1199px)
{
    .nav-slider-deactivated .site_script_head .social_media_list a
    {
        color: var(--Color_White);
    }
    .nav-slider-deactivated .site_script_head .social_media_list a:hover,
    .nav-slider-deactivated .site_script_head .social_media_list a:focus
    {
        color: var(--Color_Accent);
    }
}
.nav-slider-deactivated .site_script_head ul.social_media_list > li 
{
    display: block;
    margin: 20px 0;
    float: none;
}
.nav-slider-deactivated .site_script_head ul.social_media_list > li:first-child
{
    margin-top: 0;
}
.nav-slider-deactivated .site_script_head ul.social_media_list > li:last-child
{
    margin-bottom: 0;
}
.nav-slider-deactivated .site_script_head ul.social_media_list a
{
    color: var(--Color_AltComplSecondary);
}
.nav-slider-deactivated .site_script_head .social_media_list a:hover,
.nav-slider-deactivated .site_script_head .social_media_list a:focus
{
    color: var(--Color_ComplSecondary);
}
@media print
{
    .fbcms_content ul.social_media_list {
        display: none;
    }
}
/*
===========================================================
 END HEADER
===========================================================
*/

/*
===========================================================
 MENUS
===========================================================
*/

/* Head Menu */
.nav-slider-deactivated .menu_head
{
    position: absolute;
    right: 420px;
    top: -42px;
}
.nav-slider-deactivated .menu_head a
{
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: var(--Color_Primary);
    background-color: var(--Color_ComplPrimary);
    text-transform: uppercase;
    padding: 6px 1rem;
    border: solid 2px var(--Color_Primary);
    border-radius: 16px;
    font-size: var(--Font-Size_Sub);
    line-height: 1.3;
}
.nav-slider-deactivated .menu_head a:hover,
.nav-slider-deactivated .menu_head a:focus
{
    background: var(--Color_Accent);
    color: var(--Color_ComplAccent);
    text-decoration: none;
    border-color: var(--Color_Accent);
}

/* Resources / Quicklinks drop menu */
@media only screen and (max-width: 767px)
{
    .drop-nav.menu_quicklinks .menu_title
    {
        display: none;
    }
    .drop-nav.menu_quicklinks .simplemenu_container 
    {
        display: block;
    }
}
@media only screen and (min-width: 768px)
{
    .fbcms_header .simple-nav.drop-nav 
    {
        display: block;
        position: absolute;
    }
    
    .simple-nav.drop-nav.menu_quicklinks 
    {
        right: 218px;
        top: -42px;

        --_DropMenu_Background: var(--Color_ComplPrimary);
        --_DropMenu_Color: var(--Color_Primary);
        --_DropMenu_HoverBackground: var(--Color_Accent);
        --_DropMenu_HoverColor: var(--Color_ComplAccent);
        --_DropMenu_LinkColor: var(--Color_Primary);
    }

    .fbcms_header .simple-nav.drop-nav .menu_title
    {
        font-weight: bold;
        text-transform: uppercase;
        font-size: var(--Font-Size_Sub);
        padding: 6px 1rem;
        border: solid 2px var(--Color_Primary);
        border-radius: 16px;
        line-height: 1.3;
    }
    .fbcms_header .simple-nav.drop-nav.menuopen .menu_title
    {
        border-radius: 16px 16px 0 0;
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:hover,
    .fbcms_header .simple-nav.drop-nav .menu_title:focus,
    .fbcms_header .simple-nav.drop-nav.menuopen .menu_title
    {
        border-color: var(--Color_Accent);
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:after
    {
        content: "\f107";
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        margin-left: 10px;
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:hover:after,
    .fbcms_header .simple-nav.drop-nav .menu_title:focus:after
    {
        content: "\f106";
    }

    .fbcms_header .simple-nav.drop-nav .simplemenu_container
    {
        -webkit-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.5);
        box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.5);
        border-radius: 0 0 16px 16px;
    }
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a
    {
        font-weight: 500;
        padding-inline: 1rem;
    }
}

/* Enroll Menu */
.nav-slider-deactivated .menu_enroll
{
    position: absolute;
    right: 0;
    top: 10px;
}
.nav-slider-deactivated .menu_enroll a
{
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: var(--Color_ComplAccent);
    background-color: var(--Color_Accent);
    text-transform: uppercase;
    padding: 4px 1rem;
    border: solid 2px var(--Color_White);
    border-radius: 16px;
    font-size: var(--Font-Size_Sub);
}
.nav-slider-deactivated .menu_enroll a:hover,
.nav-slider-deactivated .menu_enroll a:focus
{
    background-color: var(--Color_ComplPrimary);
    color: var(--Color_Primary);
    text-decoration: none;
    border-color: var(--Color_Accent);
}
@media only screen and (min-width: 994px)
{   
    .nav-slider-deactivated .menu_enroll
    {
        right: 0;
        top: 10px;
    }    
    .nav-slider-deactivated .menu_enroll a
    {
        border-radius: 10px;
        font-size: var(--Font-Size_Base);
    }
}

/* Foot Menu */
.fbcms_footer .menu_foot
{
    margin-bottom: 10px;

    ul li
    {
        display: block;
        margin-bottom: 5px;

        a 
        {
            text-decoration: underline;

            &:hover, &:focus
            {
                text-decoration: none;
            }
        }
    }
}

/* Subpages Menu */
.menu_subpages .menu_title 
{
    border-top: solid 2px var(--Color_Accent);
}
.sub-menu_root .menu_subpages li:first-child a
{
    display: none;
}
@media print, screen and (min-width: 768px)
{
    .menu_subpages.drop-nav
    {
        display: none;
    }
}

/* Breadcrumb Nav */
.breadcrumb-nav
{
    padding: 5px var(--section-padding-inline);
    background-color: var(--Color_Secondary);
    --Color_Link: var(--Color_ComplPrimary);
}
.breadcrumb-nav li
{
    margin-bottom: 0;
}
.breadcrumb-nav li:after 
{
    content: "/ ";
}
.breadcrumb-nav li:last-child:after 
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .breadcrumb-nav
    {
        display: none;
    }
}

/* main-nav */
.nav-slider-deactivated .menu_title.menusection_title
{
    display: none;
}
.nav-slider-deactivated .nav-main 
{
    position: relative;
    margin-right: 156px;
}
.nav-slider-deactivated .nav-main .top_level_item
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
    margin-right: 20px;
}
.nav-slider-deactivated .nav-main .top_level_item:last-child
{
    margin-right: 0;
}
.nav-slider-deactivated .nav-main .top_level_link
{
    color: #ffffff;
    text-decoration: none;
    padding: 16px 0 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 5px transparent;
}
.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
{
    border-bottom-color: var(--Color_Accent);
}
@media only screen and (min-width: 994px)
{    
    .nav-slider-deactivated .nav-main 
    {
        margin-right: 174px;
    }
    .nav-slider-deactivated .nav-main .top_level_item
    {
        margin-right: 16px;
    }
    .nav-slider-deactivated .nav-main .top_level_link
    {
        font-size: var(--Font-Size_Base);
    }    
    .nav-slider-deactivated .nav-main .top_level_item > .drop a,
    .menu_school .sublist_0 > .sublist_item > .link_pair > a
    {
        font-size: var(--Font-Size_Sub);
    }
}
@media only screen and (min-width: 1200px)
{  
    .nav-slider-deactivated .nav-main .top_level_item
    {
        margin-right: 26px;
    }
}

/* drop-down */
.nav-slider-deactivated .nav-main .top_level_item > .drop
{
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.nav-slider-deactivated .nav-main .top_level_item > .drop,
.nav-slider-deactivated .nav-main .sublist_item.has_subitems > .drop
{
    background: var(--Color_White);
    width: auto;
    min-width: 260px;
    display: grid;
    grid-template-rows: 0fr;
}
.nav-slider-deactivated .nav-main .top_level_item > .drop
{
    transition: none;
    box-shadow: none;
    filter: drop-shadow(0px 2px 1px rgba(0,0,0,0.4));
}
.nav-slider-deactivated .nav-main .sublist_item.has_subitems
{
    position: relative;
}
.nav-slider-deactivated .nav-main .top_level_item:hover > .drop, 
.nav-slider-deactivated .nav-main .top_level_item.hoverfocus > .drop,
.nav-slider-deactivated .nav-main .top_level_item:where(:not(.menu_school)) .sublist_item.has_subitems:hover > .drop,
.nav-slider-deactivated .nav-main .top_level_item:where(:not(.menu_school)) .sublist_item.has_subitems:focus-within > .drop
{
    display: grid;
    grid-template-rows: 1fr;
    overflow: visible;
}
.nav-slider-deactivated .nav-main .top_level_item:hover > .drop, 
.nav-slider-deactivated .nav-main .top_level_item.hoverfocus > .drop
{
    padding-top: 4px;
}

.nav-slider-deactivated .nav-main .top_level_item > .drop a
{
    color: var(--Color_Primary);
    transition: none;
    font-weight: bold;
    line-height: 1.3;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 12px;
}
.nav-slider-deactivated .nav-main .top_level_item .drop li a:hover,
.nav-slider-deactivated .nav-main .top_level_item .drop .sublist_0 > li:hover > .link_pair > a,
.nav-slider-deactivated .nav-main .top_level_item .drop li a:focus,
.nav-slider-deactivated .nav-main .top_level_item .drop li:focus-within > .link_pair > a
{
    background-color: var(--Color_Primary);
    color: var(--Color_ComplPrimary);
}

/* drop drops */
.nav-slider-deactivated .nav-main .sublist_item.has_subitems
{
    position: relative;
}
.nav-slider-deactivated .nav-main .top_level_item .sublist_0,
.nav-slider-deactivated .nav-main .top_level_item .sublist_1
{
    overflow: hidden;
}
.nav-slider-deactivated .nav-main .top_level_item .sublist_2_drop
{
    display: none !important;
}
.nav-slider-deactivated .nav-main .top_level_item:where(:hover, .hoverfocus) .sublist_0,
.nav-slider-deactivated .nav-main .top_level_item:where(:not(.menu_school)) .sublist_1:hover
{ 
    animation: show 0s forwards .3s;
}
@keyframes show {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
.nav-slider-deactivated .nav-main .top_level_item:where(:not(.menu_school)) .sublist_item.has_subitems > .drop
{
    position: absolute;
    left: 100%;
    top: 0;
    width: 260px;
    border-left: solid 4px var(--Color_Accent);
}
.nav-slider-deactivated .nav-main .top_level_item:where(:not(.menu_school)) .drop .sublist_0 > .has_subitems > .link_pair > a.item_link
{
    position: relative;
    padding-right: 2em;
}
.nav-slider-deactivated .nav-main .top_level_item:where(:not(.menu_school)) .drop .sublist_0 > .has_subitems > .link_pair > .main-drop-opener
{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    /*transition: transform .25s;*/
    background-color: transparent !important;
}
.nav-slider-deactivated .nav-main .top_level_item:where(:not(.menu_school)) .drop .sublist_0 .has_subitems .main-drop-opener .fas:before
{
    content: "\f0d7";
}
.nav-slider-deactivated .nav-main .top_level_item:where(:not(.menu_school)) .drop li:hover .main-drop-opener,
.nav-slider-deactivated .nav-main .top_level_item:where(:not(.menu_school)) .drop .sublist_0 > li:hover .main-drop-opener .fas:before,
.nav-slider-deactivated .nav-main .top_level_item:where(:not(.menu_school)) .drop li a:focus .main-drop-opener .fas:before,
.nav-slider-deactivated .nav-main .top_level_item:where(:not(.menu_school)) .drop li:focus-within  .main-drop-opener .fas:before
{
    transform: rotate(-90deg);
}

/* Schools Menu */
.nav-slider-deactivated .nav-main .top_level_item.menu_school > .drop
{
    width: 700px;
    left: auto;
    transform: translateX(175px);
}
.nav-slider-deactivated .top_level_item.menu_school .drop .sublist_0
{
    column-count: 3;
    gap: .5rem;
}
.nav-slider-deactivated .nav-main .top_level_item.menu_school:hover > .drop, 
.nav-slider-deactivated .nav-main .top_level_item.menu_school.hoverfocus > .drop
{
    padding: .5rem; 
}
.nav-slider-deactivated .top_level_item.menu_school .sublist_0 > .sublist_item
{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.nav-slider-deactivated .top_level_item.menu_school .sublist_0 > .sublist_item > .link_pair > a
{
    text-transform: uppercase;
    color: var(--Color_ComplPrimary);
    background-color: var(--Color_Primary);
}
.nav-slider-deactivated .top_level_item.menu_school .drop .drop
{
    display: block;
    min-width: auto;
}

@media print {
    .navigation_wrapper
    {
        display: none !important;
    }
}

/* nav slider */
@media only screen and (max-width: 767px) {
    .slider-opener.secondary-opener
    {
        top: 12px;
        right: 8px;
        position: absolute;
        display: block;
    }

    .header_liner > .slider-opener.changerbutton:before, 
    .header_liner > .slider-opener.changerbutton:after, 
    .header_liner > .slider-opener.changerbutton span {
        background-color: var(--Color_Secondary);
    }
    
    .header_liner > .slider-opener.changerbutton:hover:before, 
    .header_liner > .slider-opener.changerbutton:hover:after, 
    .header_liner > .slider-opener.changerbutton:hover span {
        box-shadow: 0 0 5px #ffffff;
    }
}

/* Sibling Menu */
.sibling_menu_wrapper 
{
    background-color: var(--Color_White);
}
.menu_sibling,
.menu_sibling:not(:has(.sidelist_1))
{
    display: none;
}

.nav-slider-deactivated .menu_sibling
{
    display: block;
    text-align: right;
    background-color: var(--Color_White);
    /*padding: .5rem 0;*/
    /*margin: 0 0 -.5rem;*/
    /*box-shadow: 0 2px 20px rgba(0,0,0,.15);*/
    position: relative;
    z-index: 1;
}
.menu_sibling .sidelist_0 > li > a 
{
    display: none;
}
.menu_sibling .sidelist_1 li
{
    position: relative;
    padding: 0 6px;
}

.menu_sibling .sidelist_1 li:last-child
{
    padding-right: 0;
}
.menu_sibling li a 
{
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    display: inline-block;
    background-color: var(--Color_XLtPrimary);
    color: var(--Color_Primary);
    font-weight: 600;
    padding: .5em;
    transition: none !important;
}
.menu_sibling .sidelist_1 li:last-child a
{
    margin-right: 0;
}
.menu_sibling li a:hover,
.menu_sibling li a:focus,
.menu_sibling li.active > a,
.page_schoolhome.sub-menu_root .menu_sibling .sidelist_1 li:first-child a
{
    text-decoration: none !important;
    background-color: var(--Color_Accent);
    color: var(--Color_Secondary);
}
.menu_sibling li.active > a:after,
.page_schoolhome.sub-menu_root .menu_sibling .sidelist_1 li:first-child a:after
{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px;
    background: inherit;
    clip-path: polygon(50% 100%, -2% -1px, 102% -1px);
}
@media only screen and (min-width: 1200px)
{ 
    .sibling_menu_wrapper .menu_sibling
    {
        margin-left: var(--site_logo_width);
    }
}

/* Side Navigation Menu */
.menu_side
{
    display: none;
}
@media only screen and (min-width: 768px)
{ 
    .menu_side
    {
        display: block;
        border-top: solid 4px var(--Color_Accent);
        background: var(--Color_Primary);
        padding: var(--section-padding-block) var(--section-padding-inline);
    }
    .menu_side:not(:has(.active .sidelist_1)),
    .menu_side .sidelist_0 > li > a
    {
        display: none;
    }
    .menu_side .side_sublist
    {
        position: relative;
    }    
    .menu_side .sidelist_2.side_sublist
    {
       margin-bottom: .25rem;
    }
    .menu_side .sidelist_1,
    .menu_side .sidelist_1 .side_sublist
    {
        padding-left: 1rem;
    }
    .menu_side .sidelist_1 li a
    {
        font: var(--Font-Size_Base)/1.2 var(--Font_Body);
        color: #fff;
        padding: 6px 0;
    }
    .menu_side .sidelist_1 a:hover,
    .menu_side .sidelist_1 a:focus,
    .menu_side .sidelist_1 .current_item > a
    {
        text-decoration: none;
    }
    .menu_side .sidelist_1 a:hover:before,
    .menu_side .sidelist_1 a:focus:before,
    .menu_side .sidelist_1 .active > a:before,
    .menu_side .sidelist_1 .current_item > a:before
    {
        content: "\f101";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        left: -.5em;
        color: #FABE0E;
    }

    .menu_side .sidelist_1 .active:not(.current_item) > a:before
    {
        content: "\f0d7";
    }
}
/* END Side Navigation Menu */

/*
===========================================================
 END MENUS
===========================================================
*/

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/

/* Main Structure */
.fbcms_main
{
    flex: 1;
}
@media only screen and (min-width: 768px)
{
    .fbcms_main
    {
        position: relative;
        z-index: 1;
    }

    .page_interior .fbcms_main
    {
        overflow: hidden;
    }
    .main_content
    {
        position: relative;
    }
    .columns
    {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .left_col
    {
        order: 1;
    }
    .center_col
    {
        order: 2;
    }    
    .right_col
    {
        order: 3;
    }
}
@media only screen and (min-width: 1200px)
{
    .page_home .fbcms_main 
    {
        /*padding-top: 0 !important;*/
    }
}

/* Focus Areas */
.main_focus
{
    position: relative;
    background: linear-gradient(to bottom, var(--Color_Primary), var(--Color_Secondary));

    --AR_Width: 2.39;
    --AR_Height: 1;
    --Aspect_Ratio: var(--AR_Width) / var(--AR_Height);
    overflow: hidden;
    isolation: isolate;
}
.page_body:where(:not(.fbcms_editmode)) .main_focus:where(:has(.home_focus, .inside_focus_top))
{
    aspect-ratio: var(--Aspect_Ratio);

    .fbcms_content.home_focus,
    .fbcms_content.inside_focus_top
    {
        margin: 0;
        position: absolute;
        clip: rect(0, auto, auto, 0);
        inset: 0 0 0 50%;
        transform: translateX(-50%);
        z-index: -1;
        height: 100%;
        aspect-ratio: var(--Aspect_Ratio);

        .fb_videoresponsive,
        .fbcms_imagerotator,
        &.fbcms_image img
        {
            position: fixed !important;
            inset: 0 0 auto;
        }
    }

    /* overlay gradient */
    &:after
    {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: calc((var(--section-padding-block) * 2) + (var(--Font-Size_h1) * 3));
        z-index: 200;
        background: linear-gradient(to top, var(--Color_TransBlack), transparent);
    }
}

.home_focus
{
    width: 100%;
}

.inside_focus_top
{
    width: 100%;

    img
    {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
}

.inside_focus
{
    width: 100%;
    margin-bottom: var(--section-padding-inline);

    img
    {
        width: 100%;
    }
}

.fbcmsrotator,
.fbcms_imagerotator,
.fbcms_imagerotator .slide,
.fbcms_imagerotator .slide-image
{
    width: 100%;
    height: 100%;
}

.home_welcome.fbcms_content,
.inside_title.fbcms_content
{
    width: 100%;
    padding: var(--section-padding-block) var(--section-padding-inline);
    color: var(--Color_ComplPrimary);
    text-shadow: -2px 3px 10px rgba(0, 0, 0, 1);
    margin-bottom: 0;
}
.home_welcome.fbcms_content,
.main_focus:where(:has(.inside_focus_top))  .inside_title.fbcms_content
{
    position: absolute;
    bottom: 0;
    z-index: 300;
}
.fbcms_editmode .home_welcome.fbcms_content,
.fbcms_editmode .inside_title.fbcms_content
{
    position: relative;
}
@media only screen and (max-width: 767px)
{ 
    .page_home:where(:not(.fbcms_editmode)) .main_focus
    {
        height: 70vw;

        .home_focus
        {
            height: 100%;
            width: auto;
        }
    }
}
@media only screen and (min-width: 768px)
{   
    .page_body:where(:not(.fbcms_editmode)) .main_focus
    {
        max-height: 80vh; 

        &:where(:has(.inside_focus_top))
        {
            height: calc(100vw / 3);

            .fbcms_imagerotator,
            .fbcms_image img
            {
                height: calc(100vw / 3) !important;
            }
        }

        .fbcms_content.home_focus,
        .fbcms_content.inside_focus_top
        {
            inset: 0;
            transform: none;

            .fb_videoresponsive,
            .fbcms_imagerotator,
            &.fbcms_image img
            {
                inset: var(--StickyHeader-Height) 0 auto;
            }
        }
    }

    .home_welcome.fbcms_content,
    .inside_title.fbcms_content
    {
        padding-inline: 0;
    }
}

/* Main Content Stuff */
/* Interior Specific */
.page_interior .main_content .center_content 
{
    padding: var(--section-padding-block) var(--section-padding-inline);
}
.page_interior .main_content .center_col
{
    background-color: #fff;
}
.page_interior .side_col
{
    padding: 0 var(--section-padding-inline);
}
@media only screen and (min-width: 768px)
{
    .page_interior .column.center_col
    {
        width: 74%;
    }

    .page_interior .main_content .center_content
    {
        padding-left: 0;
    }
    .page_interior .main_content .side_col
    {
        width: 26%;
        min-width: 250px;
        position: relative;
        padding: 0 0 0 var(--section-padding-inline);
        z-index: 1;
    }
    .page_interior .fbcms_content.inside_center.lastone
    {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 994px)
{
}

/* Landing Specific */
@media only screen and (min-width: 768px)
{
    .page_landing .center_content .column
    {
        width: calc(50% - 1.5rem);
    }
}

/* Home Specific */
.page_home .main_content_bottom 
{   
    position: relative;
    background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 40%);
}
@media only screen and (max-width: 767px)
{
    .page_home .main_content_wrapper .component_liner
    {
        padding-inline: var(--section-padding-inline);
    }
}

/* School Home Specific */
.page_schoolhome .main_content_columns
{
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px)
{
    .main_content_columns .column
    {
        width: calc((100% / 2) - var(--section-padding-inline))
    }
}

/* TabSets =================================================================================*/
.page_interior:where(:has(.flexi_block)) .fbcms_tabset
{
    margin-bottom: 2rem;
}
.fbcms_tabset
{
    --_tabset-border-radius: 10px 10px 0 0;
    --_tabset-tabs-background: none;
    --_tabset-tabs-border: solid 5px var(--Color_Accent);
    --_tabset-tab-background: var(--Color_XLtBackground);
    --_tabset-tab-color: var(--Color_Primary);
    --_tabset-active-tab-background: var(--Color_Primary);
    --_tabset-active-tab-color: var(--Color_ComplPrimary);
    --_tabset-content-background: transparent;
}
.fbcms_tabset:where(:has(.tab_content))
{
    padding-block: var(--section-padding-block);
}
.fbcms_tabset .tabset_titlecontainer
{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    max-width: 100%;
    background-color: var(--_tabset-tabs-background);
    border-bottom: var(--_tabset-tabs-border);
    margin: 0 0 calc(var(--section-padding-block) / 2);
}
.fbcms_tabset .tabset_titlecontainer:where(:not(:has(.tabset_title)))
{
    padding: 0;
}
.fbcms_tabset .tabset_content:after
{
    content: "";
    display: block;
    clear: both;
}
.home_tabs_intro
{
    text-align: center;
}
.fbcms_tabset .tabset_title
{
    flex: 0 2 fit-content;
    vertical-align: bottom;
    text-align: center;
    text-transform: uppercase;
}
.fbcms_tabset .tabset_title 
{
    position: relative;
    border-right: 5px solid transparent;
}
.fbcms_tabset .tabset_title:last-child
{
    border-right: 0;
}
.fbcms_tabset .tabset_title a,
.fbcms_tabset .tab_title_mobile
{
    color: #696969;
    font: 600 var(--Font-Size_h4)/1.2 var(--Font_Body);
    vertical-align: top;
    padding: .75em 2em;
    position: relative;
    text-transform: uppercase;

    border-radius: var(--_tabset-border-radius);
    background-color: var(--_tabset-tab-background);
    color: var(--_tabset-tab-color);
}
.fbcms_tabset .tabset_title 
{
    a:after
    {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: solid;
        border-width: 0 20px;
        border-color: transparent;
        transition: all .2s;
        z-index: 10;
    }
    &.active a,
    a:hover,
    a:focus
    {    
        background-color: var(--Color_Primary);
        color: var(--Color_ComplPrimary);

        &:after
        {
            border-top-color: var(--Color_Primary);

            border-width: 15px 20px;
        }
    }
}


.fbcms_tabset .tabset_title.active a,
.fbcms_tabset .tabset_title a:hover,
.fbcms_tabset .tabset_title a:focus,
.fbcms_tabset .tab_title_mobile
{    
    color: var(--_tabset-active-tab-color);
    background-color: var(--_tabset-active-tab-background);
}

.fbcms_editmode .fbcms_tabset .tabset_title .vpadm_editable_section
{
    background-color: #ddd;
    padding-bottom: 16px;
}
.fbcms_editmode .fbcms_tabset .tabset_title.active .vpadm_editable_section
{
    background-color: var(--Color_White);
}
.fbcms_tabset .tabset_content 
{
    background-color: var(--_tabset-content-background);
}
.fbcms_tabset .tab_title_mobile
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    /* tabset columns - full width if only one column is used */ 
    .tabset_content .columns
    {
        --left-column-width: 50%;
        --right-column-width: 50%;
    }

/* left columns */
    .tabset_content .columns .column.left_col
    {
        width: var(--left-column-width);
        padding-right: calc(var(--section-padding-inline) / 2);
    }

/* right columns */
    .tabset_content .columns .column.right_col
    {
        width: var(--right-column-width);
        padding-left: calc(var(--section-padding-inline) / 2);
    }

/* tabset columns */
    .tabset_content .columns:where(:not(:has(.tab_content.right:not(.fbcms_inactive)))) .column.left_col
    {
        --left-column-width: 100%;
        padding-right: 0;
    }
    .tabset_content .columns:where(:not(:has(.tab_content.right:not(.fbcms_inactive)))) .column.right_col
    {
        --right-column-width: 0%;
        padding-left: 0;
    }
    .fbcms_editmode .tabset_content .columns:where(:not(:has(.tab_content.right:not(.fbcms_inactive)))) .column.right_col
    {
        --right-column-width: 200px;
        padding-left: 1rem;
    }
}
@media print, screen and (max-width: 767px)
{
    .fbcms_tabset .tabset_titlecontainer
    {
        display: none;
    }
    .fbcms_tabset .tab_title_mobile
    {
        display: block;
        padding-inline: var(--section-padding-inline);
        border-bottom: var(--_tabset-tabs-border);
    }
    .fbcms_tabset .tabset_contentcontainer .tabset_content
    {
        display: block;
    }
}
/* END TABSETS ==========================================================================*/

/* OneCol Specific */
.page_interior.page_onecol .column.center_col
{
    width: 100%;
}

/* Flexible Content Areas and Columns */
.flexi,
.flexi .fbcms_section
{
    width: 100%;
    position: relative;
}
.flexi .vpadm_editable
{
    margin: 1px 0;
}
.section_title1,
.section_title2,
.section_title3,
.section_title4,
.section_title5
{
    padding: 20px 0 10px;
    margin-bottom: 0;
    text-align: center;
}
@media only screen and (min-width: 768px)
{
    .flexi,
    .flexi .fbcms_section
    {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /* http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/ 
    -- editmode selectors added to accomodate add block button as an additional item */

    /* When 2 or more blocks */
    .flexi .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(3), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(3) ~ .fbcms_content
    {
        width: calc(50% - 2rem);
    }

    .flexi .fbcms_content:only-child,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(2), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(2) ~ .fbcms_content
    {
        width: 100%;
    }

    .flexi .fbcms_section > .addblock_buttonbar_wrapper
    {
        min-width: 100%;
    }
    /* When 3 flexi content blocks*/
    .flexi .fbcms_content:first-child:nth-last-child(3), 
    .flexi .fbcms_content:first-child:nth-last-child(3) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(4), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(4) ~ .fbcms_content
    {
        width: calc(33.333% - 2rem);
    }
}
@media only screen and (min-width: 994px)
{
    /* When 4 flexi content blocks */
    .flexi .fbcms_content:first-child:nth-last-child(4), 
    .flexi .fbcms_content:first-child:nth-last-child(4) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(5), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(5) ~ .fbcms_content
    {
        width: calc(25% - 2rem);
    }

    /* When 5 flexi content blocks */
    .flexi .fbcms_content:first-child:nth-last-child(5), 
    .flexi .fbcms_content:first-child:nth-last-child(5) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(6), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(6) ~ .fbcms_content
    {
        width: calc(20% - 2rem);
    }

    /* When 6 flexi content blocks - back down to thirds */
    .flexi .fbcms_content:first-child:nth-last-child(6), 
    .flexi .fbcms_content:first-child:nth-last-child(6) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(7), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(7) ~ .fbcms_content
    {
        width: calc(33.333% - 2rem);
    }
    /* Any more than 6 defaults to halves */
}
/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/*
===========================================================
 FOOTER
===========================================================
*/
/* footer */
.fbcms_footer
{
    position: relative;
    background-color: var(--Color_Secondary);
    color: #fff;
    border-top: var(--Color_Primary) solid 18px;
    font-size: var(--Font-Size_Sub);
}
.fbcms_footer .footer_liner
{
    padding: var(--section-padding-block) var(--section-padding-inline);
    align-items: center
}
.fbcms_footer a
{
	color: #fff;

    &:hover, &:focus
    {
        color: var(--Color_AltComplSecondary);
    }
}
.goog-te-gadget .goog-te-combo
{
	margin: 4px 0 0 0 !important;
}

.fbcms_content.building_info 
{
    margin: 0 0 6px;
}
.fbcms_content.building_info > span,
.fbcms_content.building_info .building_map > span
{
    display: block;
}
.fbcms_content.building_info .building_map .building_citystatezip
{
    margin-left: 1em;
}
.fbcms_content.building_info .building_name
{
    font-weight: bold;
}
.fbcms_content.building_info .building_citystatezip
{
    margin-bottom: .5em;
}

.fbcms_content.building_info,
.copyright,
.powered,
.fbcms_translate,
.link_pdfviewer
{
    display: block;
    margin-bottom: 10px;
}
.fbcms_building_info .divider
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .fbcms_footer .footer_liner
    {
        padding-inline: 0;
    }

    .fbcms_footer .column
    {
        width: calc(30% - 1.5rem);
    }
    .fbcms_footer .footer_center
    {
        text-align: center;
        width: calc(40% - 1.5rem);
    }
    .fbcms_footer .footer_right
    {
        text-align: right;
    }

    .fbcms_content.building_info > span
    {
    	position: relative;
    	z-index: 1;
    }
}
@media print {
    .fbcms_translate,
    .link_pdfviewer
    {
        display: none;
    }
}

.site_script_foot p
{
    font-size: var(--Font-Size_Intro);
    margin-bottom: 0
}
.fbcms_content hr
{
    border-bottom: solid 2px var(--Color_Accent);
}
.site_script_foot hr
{
    max-width: 20px;
    border-bottom-width: 3px;
}
/*
===========================================================
 END FOOTER
===========================================================
*/

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/

h1, h2
{
    text-wrap: balance;
}

h1
{
    color: var(--Color_Primary);
}
h1 span
{
    font: 500 .6em/1.1 var(--Font_Heading);
    text-transform: uppercase;
    display: block;
}
.home_welcome h1
{
    color: var(--Color_ComplPrimary);
    border-bottom: none;
}

h2
{
    font-family: var(--Font_Body);
    color: var(--Color_Primary);
}
h2.home_right_title, 
h2.landing_left_title, 
h2.landing_right_title 
{
    padding: 10px 0;
    border-bottom: solid 6px var(--Color_Accent);
}

h3
{
    font-family: var(--Font_Body);
    color: var(--Color_Primary);
}

h4,
.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_Body);
	margin-bottom: 0;
}

h5
{
    font-family: var(--Font_Body);
    color: var(--Color_Primary);
}
h6
{
    font-family: var(--Font_Body);
    color: var(--Color_Primary);
}

p.content_intro
{    
    color: #767676;
}
.home_welcome p.content_intro,
.page_schoolhome h1.inside_title
{
    color: var(--Color_ComplPrimary);
    font: 600 var(--Font-Size_h1)/1.2 var(--Font_Heading);
}


.fbcms_contentfooter .contentfooter_item.jump_url,
.fbcms_contentfooter .contentfooter_item.fbcms_newsletter_viewarchives,
.fbcms_contentfooter .contentfooter_item.fbcms_news_headlines_more
{
    display: inline-block;
}
.jump_url a,
.spotlight_button.spotlight_viewall,
.fbcms_newsletters .news_archivetoggle,
.fbcms_news_headlines .fbcms_more_link a,
.content_buttonblock a,
.fbcms_article_detail a,
.newsarticle_details a,
.fbcms_spotlight .more_link,
.building_link a 
{
    display: inline-block;
    height: auto;
    text-decoration: none;
    background-color: var(--Color_Primary);
    color: var(--Color_ComplPrimary);
    text-transform: uppercase;
    border: solid 2px var(--Color_Accent);
    padding: .5em 1em;
    border-radius: 10px;
    margin: 10px 0;
    font-weight: 600 !important;
    position: relative;
    transition: color .2s, background .2s;
}
.jump_url a:hover,
.jump_url a:focus,
.spotlight_button.spotlight_viewall:hover,
.spotlight_button.spotlight_viewall:focus,
.fbcms_newsletters .news_archivetoggle:hover,
.fbcms_newsletters .news_archivetoggle:focus,
.fbcms_news_headlines .fbcms_more_link a:hover,
.fbcms_news_headlines .fbcms_more_link a:focus,
.content_buttonblock a:hover,
.content_buttonblock a:focus,
.fbcms_article_detail a:hover,
.fbcms_article_detail a:focus,
.newsarticle_details a:hover,
.newsarticle_details a:focus,
.fbcms_spotlight .more_link:hover,
.fbcms_spotlight .more_link:focus,
.building_link a:hover,
.building_link a:focus
{
    background-color: var(--Color_Accent);
    color: var(--Color_ComplAccent);
    text-decoration: none;
}

/* Button Grid */
p.content_button-grid:where(:has(.content_buttonblock a))
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1rem;
    position: relative;
}
p.content_button-grid .content_buttonblock a
{
    display: block;
    margin: 0;
    height: 100%;
    display: flex;
    gap: .25em;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    min-height: 4rem;
    border-radius: 6px;
    overflow: hidden;
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.home_top_wrapper .fbcms_ec 
{
    --_ec-content-background: var(--Color_Secondary);
}
.home_top_wrapper .fbcms_ec_title
{
    border-bottom: solid 2px var(--Color_Accent);
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/

/*
===========================================================
 Calendar Styling
===========================================================
*/

.fbcms_upcoming_events .fbcms_upcoming_event_list
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 1rem;
}
.fbcms_upcoming_events.fbcms_content .fbcms_singleday_event_item,
.fbcms_upcoming_events.fbcms_content .fbcms_upcoming_event_item
{
    background: var(--Color_XLtBackground);
    margin: 40px 0 0;
    overflow: visible;
    border-bottom: solid var(--Color_Accent);
    border-radius: 5px;
    min-width: 200px;
} 
li.fbcms_upcoming_event_item .event_group_date
{
    display: block;
    width: 100%;
}
li.fbcms_upcoming_event_item .event_date
{
    background-color: var(--Color_Primary);
    color: var(--Color_ComplPrimary);
    display: grid;
    align-content: center;
    width: 80px;
    aspect-ratio: 1;
    margin: -40px auto 0;
    padding: 12px;
    border-radius: 50%;
}
li.fbcms_upcoming_event_item .event_group_date .event_month 
{
    color: var(--Color_AltComplPrimary);
}
 li.fbcms_upcoming_event_item .event_group_data
{
    display: block;
    padding: 1.5rem;
}

.page_home .fbcms_upcoming_events .fbcms_contentfooter
{
    text-align: center;
}



/* Small Calendar Grid */
.fbcms_calendar_minigrid td
{
    line-height: 3;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    color: var(--Color_Accent);
}
/* END Small Calendar Grid */

/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 51ºÚÁÏÍø Styling
===========================================================
*/
/*
===========================================================
 END 51ºÚÁÏÍø Styling
===========================================================
*/

/*
===========================================================
 Stories Styling
===========================================================
*/
.nav-slider-active.page_home .fbcms_storylist 
{
    margin-bottom: 1rem;
} 

.story_list.Horizontal
{
    gap: .5rem;
}
.story_list.Horizontal,
.page_home .fbcms_upcoming_event_list
{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding: .5rem 0;
}
.story_list.Horizontal::-webkit-scrollbar,
.page_home .fbcms_upcoming_event_list::-webkit-scrollbar
{
  width: 2em;
  height: 1em;
}
.story_list.Horizontal::-webkit-scrollbar-track,
.page_home .fbcms_upcoming_event_list::-webkit-scrollbar-track 
{
  background: var(--Color_XLtBackground);
  border-radius: 100vw;
  margin-block: 0.5em;
}
.story_list.Horizontal::-webkit-scrollbar-thumb,
.page_home .fbcms_upcoming_event_list::-webkit-scrollbar-thumb 
{
  background: var(--Color_Primary);
  border: 0.25em solid var(--Color_XLtBackground);
  border-radius: 100vw;
}

.story_list.Horizontal::-webkit-scrollbar-thumb:hover,
.page_home .fbcms_upcoming_event_list::-webkit-scrollbar-thumb:hover
{
  background: var(--Color_Secondary);
}

/* General Story */
.page_interior .center_content .story_list .story:hover,
.page_interior .center_content .story_list .story:focus
{
    background-color: var(--Color_XLtBackground);
}

.story_list .story
{
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.05);
    display: grid;
    grid-template-rows: [image] auto [tags] auto [date] auto [title] auto [subtitle] auto [summary] 1fr;

    .storymedia
    {
        grid-row: image;
        line-height: 0;
    }
    .story_storydate
    {
        grid-row: date;
        font-size: var(--Font-Size_Sub);
        color: var(--Color_DkGray);
        text-transform: uppercase;
        font-weight: 400;
    }
    .story_title
    {
        grid-row: title;
    }
    .story_subtitle
    {
        grid-row: subtitle;
        font-style: italic;
        color: var(--Color_DkGray);
    }
    .tagcategorytitles
    {
        grid-row: tags;
        color: var(--Color_Secondary);
    }
    .category_title
    {
        display: none;
    }
    .categoryitem_title
    {
        font-style: normal;
    }
    .story_summary 
    {
        grid-row: summary;
    }
    .story_summary > p
    {
        display: none;
    }
    .story_summary > p:first-child
    {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        line-height: 1.4;
        overflow: hidden;
    }
}

/* Expanding Story */
.story_list.Horizontal:where(:has(.story.Wrap))
{
    .story
    {
        flex: 1 0 300px;
        min-height: 350px;
        grid-template-rows: [top] 1fr [tags] auto [date] auto [title] auto [subtitle] auto [summary] 0fr;
        background-color: var(--Color_Primary);
        color: var(--Color_ComplPrimary);
        margin: 0;
        transition: background-color .5s, grid-template-rows .5s;
        padding: 1rem;

        &:hover,
        &:focus
        {
            background-color: var(--Color_Secondary);
            grid-template-rows: [top] 1fr [tags] auto [date] auto [title] auto [subtitle] auto [summary] 2fr;

            &:after
            {
                border-image: fill 0 linear-gradient(var(--Color_TransPrimary), var(--Color_TransPrimary));
            }
            .story_image,
            .story_thumbnail
            {
                transform: scale(1.1) rotate(-.1deg);
            }
        }

        &:before 
        {
            top: 1rem;
            right: 1rem;
            bottom: auto;
        }
        &:after
        {
            content: "";
            display: block;
            position: absolute;
            z-index: 2;
            inset: 0;
            margin: 0;
            padding: 0;
            border-image: fill 0 linear-gradient(#0001, #0009);
            transition: border-image .5s;
            background: transparent;
        }

        > *:where(:not(.story_image))
        {
            position: relative;
            z-index: 3;
        }
    }

    .story_image,
    .story_thumbnail
    {
        display: block;
        float: none;
        position: absolute;
        inset: 0;
        margin: 0;
        z-index: 1;
        transition: transform .5s ease;
        grid-row: auto;
        height: 100% !important;
        width: 100%;
        object-position: center;
        object-fit: cover;
    }
    .story_storydate,
    .story_title,
    .story_subtitle
    {
        color: var(--Color_ComplPrimary);
        text-shadow: 0 3px 5px rgba(0, 0, 0, .8);
    }
    .tagcategorytitles
    {
        color: var(--Color_AltComplPrimary);
    }
    .story_summary 
    {
        overflow: hidden;
        
        > p:first-child
        {
            -webkit-line-clamp: 4;
        }
    }
}
    


.story_search_form .search_buttons button
{
    color: var(--Color_Secondary);
}
/*
===========================================================
 END Stories Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header 
{
	color: var(--Color_Primary);
    font-weight: bold;
}

/* Staff Cards */
.fbcms_staff_cards .fbcms_contentbody .name
{
    font-size: var(--Font-Size_Intro);
    color: var(--Color_Primary);
}
.fbcms_staff_cards .fbcms_contentbody .position,
.fbcms_staff_cards .fbcms_contentbody .phone,
.fbcms_staff_cards .fbcms_contentbody .send_email a
{
    color: var(--Color_Primary);
}
.fbcms_staff_cards .fbcms_contentbody .profile
{
    font-size: var(--Font-Size_Sub);
    margin: 12px 0;
}

.page_schoolhome .fbcms_staff_cards .fbcms_cards
{
    grid-template-columns: repeat(auto-fit, minmax(var(--_card-width), 1fr))
}
/*
===========================================================
 END Staff Styling
===========================================================
*/	

/*
===========================================================
 Building Styling
===========================================================
*/  
.building .building_liner
{
    padding: 0;
    border: solid 2px var(--Color_Accent);
    background-color: var(--Color_XLtBackground);
}
.building .building_image
{
    margin-bottom: 0;
}
.building .building_data
{
    padding: 1rem;
    margin-bottom: 0;
} 
.building .building_data .building_title
{
    font-size: var(--Font-Size_h4);
}
.building .building_address
{
    margin-bottom: .5em;
}
.building_summary
{
    padding: 1rem 1rem 1px;
    background: var(--Color_White);
    margin-bottom: 0;
    flex-grow: 1;
} 
.building .building_metadata
{
    margin-bottom: 0;
} 
.building_list .building_link
{
    justify-content: center;
    margin-bottom: .5rem;
}

/* School Home Top */
.home_top_wrapper
{
    background-color: var(--Color_Primary);
    container-type: inline-size;

    color: var(--Color_ComplPrimary);

    h2
    {
        display: block;
        width: 100%;
        color: var(--Color_ComplPrimary);
        font-size: var(--Font-Size_h4) !important;
        font-weight: bold !important;

        &:where(:not(.fbcms_ec_titletext))
        {
            padding-bottom: .4em;
            border-bottom: solid 2px var(--Color_Accent);
            margin-bottom: .75em;
        }
    }

    h3, h4, h5, h6, p, .content_intro, a
    {
        color: var(--Color_ComplPrimary);
    }
}

.home_left 
{
    font-weight: 500;
    position: relative;

    .fbcms_contentheader
    {
        margin-bottom: 0;
    }

    .building_liner
    {
        background-color: var(--Color_Primary);
        color: var(--Color_ComplPrimary);
        border: none;

        .building_data
        {
            width: 100%;
            grid-column: 1 / span 2;
            padding: 0;

            grid-row: address;

            @container (min-width: 500px)
            {
                grid-row: 1;
                grid-column: address;
                border: none;
                display: grid;
                grid-template-columns: [address] 1fr [phone] auto;
                gap: 0 var(--section-padding-inline);
            }

            .building_icon
            {
                color: var(--Color_AltComplPrimary);
            }
            .building_label
            {
                margin-right: 1em;
            }

                .building_address
                {
                    grid-row-end: span 3;
                    margin-bottom: 1em;
                }
                .building_phone,
                .building_fax,
                .building_attendance
                {
                    grid-column-start: phone;

                    a
                    {
                        float: right;
                    }
                }
        }
        .building_details
        {
            grid-column: span 2;
        }
    }
}
/*
===========================================================
 END Building Styling
===========================================================
*/  

/*
===========================================================
 Spotlight Styling
===========================================================
*/

.fbcms_spotlight .desc_long
{
    display: block;
}

/* Inheriting Spotlights */
.page_interior .quicklinks_wrapper
{
    background-color: var(--Color_XLtGray);
    border-top: solid 4px var(--Color_Accent);
}
.site_quickspots.fbcms_spotlights
{
    padding: var(--section-padding-block) 0;
    margin: 0;
}
.page_interior .site_quickspots.fbcms_spotlights
{
    padding: var(--section-padding-inline);
}
.site_quickspots.fbcms_spotlights .fbcms_contentheader,
.site_quickspots.fbcms_spotlights .fbcms_contentfooter
{
    margin: 0;
}
.site_quickspots.fbcms_spotlights .fbcms_spotlight
{
    position: relative;
    overflow: visible;
    isolation: isolate;
    flex-grow: 1;
}
.site_quickspots.fbcms_spotlights .fbcms_spotlight:after
{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 90%;
    max-height: 70%;
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    box-shadow: 0 6px 14px var(--Color_Black);
    z-index: -1;
    transition: all .2s linear;
}
.site_quickspots.fbcms_spotlights .fbcms_spotlight_liner
{
    background: var(--Color_Primary);
    text-align: center;
    padding: 2rem .5rem 1.5rem;
    border-radius: 5px;
    /*box-shadow: 0 50px 20px -50px var(--Color_Black);*/
    transition: all .2s linear;
    transform-origin: bottom;
    height: 100%;
}
.site_quickspots.fbcms_spotlights a.fbcms_spotlight_liner:hover,
.site_quickspots.fbcms_spotlights a.fbcms_spotlight_liner:focus
{
    background: var(--Color_Secondary);
    /*box-shadow: 0 20px 20px -20px var(--Color_Black);*/
}
.site_quickspots.fbcms_spotlights .fbcms_spotlight_image
{
    filter: var(--Filter_White);
}
.site_quickspots.fbcms_spotlights a.fbcms_spotlight_liner:hover .fbcms_spotlight_image,
.site_quickspots.fbcms_spotlights a.fbcms_spotlight_liner:focus .fbcms_spotlight_image
{
    filter: var(--Filter_Accent);
}
.site_quickspots.fbcms_spotlights .fbcms_spotlight .desc_short 
{
    color: var(--Color_ComplPrimary);
    font-size: var(--Font-Size_Base);
    font-weight: 500;
}
.site_quickspots.fbcms_spotlights .fbcms_spotlight .more_link
{
    display: none;
}
.site_quickspots.fbcms_spotlights .fbcms_spotlights_list:after
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .page_interior .site_quickspots.fbcms_spotlights
    {
        padding: var(--section-padding-inline) 0;
    }
    .site_quickspots.fbcms_spotlights .fbcms_spotlight:hover a.fbcms_spotlight_liner,
    .site_quickspots.fbcms_spotlights a.fbcms_spotlight_liner:focus
    {
        transform: translateY(-10px);
    }
    .site_quickspots.fbcms_spotlights .fbcms_spotlight:hover:where(:has(a.fbcms_spotlight_liner)):after,
    .site_quickspots.fbcms_spotlights .fbcms_spotlight:focus-within:after
    {
        transform: translateX(-50%) translateY(-10px);
        box-shadow: 0 20px 30px var(--Color_TransBlack);
    }
}

.nav-slider-active .site_quickspots .fbcms_spotlights_list
{
    --_horz-spotlight-count: 2;
}
/* END Inheriting Spotlights */

/* Home Points of Pride */
.home_middle.fbcms_spotlights
{
    container-type: inline-size;
    margin: 0;
    position: relative;
    text-align: center;
    
    .fbcms_spotlights_title
    {
        text-align: center;
        padding: var(--section-padding-inline);
        color: var(--Color_Primary);
    }
    .fbcms_spotlight
    {
        margin: 0;
    }
    .fbcms_spotlight_liner
    {
        padding: 0;
        position: relative;
        background-color: var(--Color_Primary);
        height: fit-content;
        min-height: 80vh; 
        overflow: hidden;
        isolation: isolate;

        @container (min-width: 768px)
        {
            min-height: 70vh; 
        }
        .fbcms_spotlight_image
        {
            margin: 0;
            position: absolute;
            clip: rect(0, auto, auto, 0);
            inset: 0;
            z-index: -1;

            img 
            {
                width: 100%;
                position: fixed;
                inset: 0;
                height: 100% !important;
                object-fit: cover;
                object-position: center;
            }
        }

        .fbcms_spotlight_text
        {
            position: absolute;
            inset: 0;
            --_text-shadow: -2px 3px 10px rgba(0, 0, 0, 1);
            display: grid;
            --_breakout-column-count: 1;
            grid-template-columns: 
                [page-start] minmax(calc(2.5% + 2rem), 1fr)
                [content-start] repeat(var(--_breakout-column-count), minmax(0, calc(var(--component-max-width) / var(--_breakout-column-count))))
                [content-end] minmax(calc(2.5% + 2rem), 1fr) [page-end];
            grid-template-rows: 1fr [title] auto [desc] auto [link] auto 1fr;
            justify-items: start;
            text-align: left;

            @container (max-width: 767px)
            {
                padding: var(--section-padding-inline);
                text-align: center;
                justify-items: center;
            }
            @container (min-width: 850px)
            {
                --_breakout-column-count: 2;
            }
            

            .desc_short
            {
                font-size: var(--Font-Size_h1);
                color: var(--Color_White);
                font-family: var(--Font_Heading);
                grid-column-start: content-start;
                grid-row-start: title;
                text-shadow: var(--_text-shadow);
                text-wrap: balance;
            }
            .desc_long
            {
                display: block;
                font-size: var(--Font-Size_Intro);
                color: var(--Color_White);
                font-family: var(--Font_Heading);
                grid-column-start: content-start;
                grid-row-start: desc;
                text-shadow: var(--_text-shadow);
            }
            .more_link
            {
                grid-column-start: content-start;
                grid-row-start: link;
            }
        }
    }
    .spotlight_button:where(.spotlight_next, .spotlight_prev)
    {
        width: 3rem;
        height: 3rem;
        padding: .5rem;
        /*background-color: var(--Color_TransWhite);*/
        color: var(--Color_Accent);
    }
    .spotlight_button.spotlightbutton_middle.spotlight_next,
    .spotlight_button.spotlightbutton_middle.spotlight_prev
    {
        transform: translate(0, -50%);
        stroke: currentColor;
        stroke-width: 2px;
    }
    .spotlight_button.spotlightbutton_middle.spotlight_next
    {
        @container (max-width: 767px)
        {
            position: absolute;
            right: 0;
            bottom: 0;
            transform: none;
        }
    }
    .spotlight_button.spotlightbutton_middle.spotlight_prev
    {
        @container (max-width: 767px)
        {
            position: absolute;
            left: 0;
            bottom: 0;
            transform: none;
        }
    }
    .fbcms_contentfooter.blockpos_left
    {
        text-align: center;
        margin: 0;
        padding: 0 3rem 10px;
        background-color: var(--Color_Primary);

        @container (min-width: 500px)
        {
            position: absolute;
            inset: auto 0 0;
            background-color: transparent;
            z-index: 100;
        }
        .spotlight_item
        {
            border-color: var(--Color_AltComplPrimary);
            color: var(--Color_AltComplPrimary);
        }
    }
}
/* END Home Points of Pride */


/* ==== Scrolling Cards ====================================================================*/
.home_bottom.fbcms_spotlights,
.page_schoolhome .landing_bottom.fbcms_spotlights
{
    --card-height: auto;
    --card-margin: 0vw;
    --card-top-offset: 1em;
    --outline-width: 0px;
    
    .fbcms_spotlights_title
    {
        text-align: center;
        color: var(--Color_Secondary);
    }
    .fbcms_spotlight_slide_liner 
    {
        /* Make place at bottom, as items will slide to that position*/
        padding-bottom: calc(var(--numcards) * var(--card-top-offset));
        /* Don't include the --card-margin in padding, as that will affect the scroll-timeline*/
        margin-bottom: var(--card-margin);

        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(var(--numcards), var(--card-height));
        gap: var(--card-margin);
    }

    .fbcms_spotlight.linedup
    {
        overflow: visible;
        margin-bottom: 0;

        position: sticky;
        top: 20px;
        padding-top: calc(var(--index) * var(--card-top-offset));

        &:nth-child(1) 
        {
            --index: 1;
        }
        &:nth-child(2) 
        {
            --index: 2;
        }
        &:nth-child(3) 
        {
            --index: 3;
        }
        &:nth-child(4) 
        {
            --index: 4;
        }
        &:nth-child(5) 
        {
            --index: 5;
        }
        &:nth-child(6) 
        {
            --index: 6;
        }
        &:nth-child(7) 
        {
            --index: 7;
        }
        &:nth-child(8) 
        {
            --index: 8;
        }
        &:nth-child(9) 
        {
            --index: 9;
        }
        &:nth-child(10) 
        {
            --index: 10;
        }

        .fbcms_spotlight_liner 
        {
            display: block;
            transform-origin: 50% 0%;
            will-change: transform;

            padding: 0;
            box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
            background: rgb(255, 255, 255);
            color: rgb(10, 5, 7);
            border-radius: 1em;
            overflow: hidden;
            height: var(--card-height);
            background-color: var(--Color_Primary);

            .fbcms_spotlight_image  
            {
                grid-area: img;
                overflow: hidden;
                max-width: 100%;

                img 
                {
                    width: 100%;
                    height: 100% !important;
                    object-fit: cover;
                }
            }
            .fbcms_spotlight_text 
            {
                grid-area: text;
                place-self: center;
                text-align: left;
                padding: 1rem;
                display: grid;
                gap: .5em;
                place-items: start;

                .desc_short
                {
                    font-size: 2rem;
                    color: var(--Color_AltComplPrimary);
                }

                .desc_long
                {
                    font-size: 1.3rem;
                    color: var(--Color_ComplPrimary);
                }   
            }
        }
    }

}

@media screen and (max-width: 767px)
{
    .home_bottom .fbcms_spotlight.linedup .fbcms_spotlight_image,
    .page_schoolhome .landing_bottom .fbcms_spotlight.linedup .fbcms_spotlight_image
    {
        aspect-ratio: 2 / 1;
    }
}
@media screen and (min-width: 768px)
{
    .home_bottom.fbcms_spotlights,
    .page_schoolhome .landing_bottom.fbcms_spotlights
    {
        --card-height: 70vw;
        --card-margin: 1vw;
        --card-top-offset: 1em;

        .fbcms_spotlight.linedup
        { 

            top: 100px;/* to stay under sticky header*/

            .fbcms_spotlight_liner 
            {
                display: grid;
                grid-template-areas: "text img";
                grid-template-columns: 1fr 1fr;
                grid-template-rows: 1fr;

                align-items: stretch;

                .fbcms_spotlight_text 
                {
                    padding: 2rem 1rem 1rem;
                    width: 80%;
                    gap: 1em;
                }
            }
        }

        .fbcms_spotlight.linedup.even .fbcms_spotlight_liner 
        {
            grid-template-areas: "img text";
        }
    }
}
@media screen and (min-width: 994px)
{
    .home_bottom.fbcms_spotlights,
    .page_schoolhome .landing_bottom.fbcms_spotlights
    {
        --card-height: 40vw;
        --card-margin: 2vw;
        --card-top-offset: 2em;
    }
}
@supports (animation-timeline: view()) and (min-width: 768px) 
{
    .home_bottom.fbcms_spotlights,
    .page_schoolhome .landing_bottom.fbcms_spotlights
    {
        --numcards: 2;

        &:where(:has(.fbcms_spotlight:first-child:nth-last-child(3)))
        {
            --numcards: 3;
        }
        &:where(:has(.fbcms_spotlight:first-child:nth-last-child(4)))
        {
            --numcards: 4;
        }
        &:where(:has(.fbcms_spotlight:first-child:nth-last-child(5)))
        {
            --numcards: 5;
        }
        &:where(:has(.fbcms_spotlight:first-child:nth-last-child(6)))
        {
            --numcards: 6;
        }
        &:where(:has(.fbcms_spotlight:first-child:nth-last-child(7)))
        {
            --numcards: 7;
        }
        &:where(:has(.fbcms_spotlight:first-child:nth-last-child(8)))
        {
            --numcards: 8;
        }
        &:where(:has(.fbcms_spotlight:first-child:nth-last-child(9)))
        {
            --numcards: 9;
        }
        &:where(:has(.fbcms_spotlight:first-child:nth-last-child(10)))
        {
            --numcards: 10;
        }

        .fbcms_spotlight_slide_liner
        {
            view-timeline-name: --cards-element-scrolls-in-body;
        }

        .fbcms_spotlight.linedup
        {
            --index0: calc(var(--index) - 1); /* 0-based index */
            --reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
            --reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */

            .fbcms_spotlight_liner
            {
                --start-range: calc(var(--index0) / var(--numcards) * 100%);
                --end-range: calc((var(--index)) / var(--numcards) * 100%);

                animation: linear scale forwards;
                animation-timeline: --cards-element-scrolls-in-body;
                animation-range: exit-crossing var(--start-range) exit-crossing var(--end-range);
            }
        }
    }

    @keyframes scale {
        to {
            transform:
                scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
        }
    } 
}
/*
===========================================================
 END Spotlight Styling
===========================================================
*/

.main_content_wrapper .fbcms_videoblock
{
    margin-bottom: 1rem;
}

.page_body #FB_budgetLinkDiv 
{
    top: 20px;
}
