/* Wayne Westland  */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900);

:root {
    --WWCS_DkBlue:      #004270; /* 10.43 */
    --WWCS_Blue:        #1d76ad; /* 4.94 */
    --WWCS_LogoBlue:    #0096d7; /* 3.31 */
    --WWCS_LtBlue:      #13A3DC; /* 2.87 */
    --WWCS_XLtBlue:     #D5ECFA; /* 1.22 */
    --WWCS_XXLtBlue:    #edf6fa; /* 1.09 */

    --WWCS_TransDkBlue: hsl(205deg 100% 22% / 80%);
    --WWCS_TransBlue:   hsl(203deg 71% 40% / 96%);

    --WWCS_XXLtGray:    #f7fbfd; /* 1.23 */
    --WWCS_XLtGray:     #e6e7e8; /* 1.23 */
    --WWCS_Gray:        #757575; /* 4.6 */
    --WWCS_MedGray:     #444444; /* 9.73 */
    --WWCS_DkGray:      #333333; /* 12.63 */

    --WWCS_Black:       #000000; /* 21 */
    --WWCS_White:       #ffffff; /* 1 */

    --Theme_Primary:    var(--WWCS_LogoBlue);
    --Theme_Secondary:  var(--WWCS_DkBlue);
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: #4c4c4c;
    font: 1rem/1.4 'Lato', Arial,Helvetica,sans-serif;
}
.page_body
{
	background: var(--WWCS_White);
	margin: 0;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
    height: 100vh;
}
.fbd_content,
.fbcms_htmleditor
{
    background-color: var(--WWCS_White);
}
/* END Body */

/* General Styling */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a,
.fbcms_spotlight_text .more_link,
.fbcms_cards .fbcms_card_link {
	color: var(--WWCS_DkBlue);
}

input,
textarea,
select {
	font: 100% 'Lato', Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
/* END General Styling */

/* wrapper & overall structure */
.fbcms_component
{
    max-width: 100%;
    display: block;
    width: 100%;
}
.component_liner
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .component_liner,
    #navigation
    {
        width: 95%;
        height: 100%;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
    }
}
/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header
{
    background: var(--WWCS_White);
}
.fbcms_header .header_main
{
    min-height: 136px;
}
.fbcms_header:after {
	content: " ";
	display: table;
	clear: both;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header
    {
        position: relative;
        z-index: 2;
        box-shadow: 0 0 5px rgba(0,0,0,.5);
    }
    .fbcms_header .header_main
    {
        height: 144px;
        position: relative;
    }
    .navigation_wrapper
    {
        background-color: var(--WWCS_XXLtBlue);
    }
}

/* Logo */
.logo
{
    padding-top: 1px; 
}
.fbcms_content.site_logo {
    margin: 12px 190px 12px 12px;
    max-width: 200px;
}
.site_logo img {
    width: auto;
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.site_logo {
        margin: 10px 0 0;
    }
    .site_logo img {
        display: block;
    }
}


/* Search */
.search-form
{
    position: absolute;
    top: 8px;
    right: 8px;
    width: auto;
    z-index:300; 
}

.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    border: none;
}

.search-form .search-input
{
    background-color: var(--WWCS_White);
    color: var(--WWCS_DkBlue);
    padding: 0;
    width: 0;
    z-index: 200;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.search-form.opened .search-input 
{
    width: 168px;
    padding: 5px 12px;
    border: 1px solid var(--WWCS_XLtGray);
}
.search-form .submit
{
    color: var(--WWCS_DkBlue);
    float: right;
    text-indent: -9999px;
    width: 40px;
    position: relative;
    background: var(--WWCS_White) url(../img/bg-search-ico.png) no-repeat center;
    opacity: 0.8;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    opacity: 1;
}
    .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;
        top: 18px;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Site Scripts */
.fbcms_content.site_script_head
{
    display: block;
    position: absolute;
    top: 10px;
    right: 52px;
}
.fbcms_content.site_script_foot
{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.site_script_head {
        top: 64px;
        right: 0;
        z-index: 4;
    }
}

/* Social Media Script */
.school_finder_link
{
    text-decoration: none;
    margin-right: 6px;
}
.school_finder_link:hover,
.school_finder_link:focus
{
    text-decoration: underline;
}
.fbcms_content ul.social_media_list {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.social_media_list:after
{
    content: "";
    display: table;
    clear: both;
}
.fbcms_content ul.social_media_list > li {
    margin: 0 6px;
    list-style: none;
    float: left;
    font-size: 14px;
    line-height: 18px;
}

.fbcms_content .social_media_list a {
    color: var(--WWCS_Blue);
    text-align: center;
}
.social_media_list .social-media-circle {
    display: block;
    border-radius: 50%;
    padding: 3px;
    background-color: var(--WWCS_DkBlue);
    width: 24px;
    height: 24px;
}
.social_media_list a:hover,
.social_media_list a:focus
{
    opacity: .8;
    text-decoration: none;
}
@media print
{
    .fbcms_content ul.social_media_list {
        display: none;
    }
}
/*
===========================================================
 END HEADER
===========================================================
*/

/*
===========================================================
 MENUS
===========================================================
*/

/* Head Menu */
@media only screen and (min-width: 768px)
{   
    .menu_head
    {
        position: absolute;
        right: 200px;
        top: -124px;
        z-index: 101;
    }
    
    .menu_head li
    {
        padding: 0 8px;
        position: relative;
    }
    .menu_head li:first-child
    {
        padding-left: 0;
    }
    .menu_head li:last-child
    {
        padding-right: 0;
    }
    
    .menu_head a
    {
        font-size: 0.875rem;
        line-height: 1;
        text-decoration: none;
        display: block;
        color: var(--WWCS_MedGray);
    }
}

/* Focus Menu */
@media only screen and (min-width: 768px)
{   
    .menu_focus
    {
        position: absolute;
        right: 0px;
        top: -34px;
        z-index: 101;
    }
    
    .menu_focus li
    {
        padding: 0 10px;
        position: relative;
    }
    .menu_focus li:first-child
    {
        padding-left: 0;
    }
    .menu_focus li:last-child
    {
        padding-right: 0;
    }
    
    .menu_focus a
    {
        font-size: 0.938em;
        line-height: 1.067rem;
        text-decoration: none;
        display: block;
        color: var(--WWCS_Blue);
    }
}

/* Foot Menu */
.menu_foot
{
    margin-bottom: 10px;
}

.menu_foot li
{
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px)
{   
    .menu_foot li
    {
        padding: 0 10px;
        border-right: 1px var(--WWCS_XLtGray) solid;
    }
    .menu_foot li:first-child
    {
        padding-left: 0;
    }
    .menu_foot li:last-child
    {
        padding-right: 0;
        border-right: none;
    }
}
@media only screen and (max-width: 767px)
{
}


@media only screen and (max-width: 767px)
{
    .list-nav.menu_quicklinks .menu_title
    {
        display: none;
    }
}
@media only screen and (min-width: 768px)
{
    .fbcms_header .simple-nav.drop-nav {
        display: block;
        height: 23px;
        position: absolute;
        right: 0;
        top: 44px;
        width: 130px;
    }
    
    .simple-nav.drop-nav.menu_quicklinks {
        right: 50px;
        top: -126px;
        z-index: 200;
    }
    .simple-nav.drop-nav.menu_school {
        right: 140px;
        top: 44px;
    }

    .fbcms_header .simple-nav.drop-nav .simplemenu_container
    {
        right: 0;
        background-color: var(--WWCS_White);
        margin-top: 7px;
        padding: 2px 0;
        text-align: left;
        width: 182px;
        box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, .6);
    }
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a
    {
        display: block;
        font-size: 0.813rem;
        line-height: 1.2;
        padding: 7px 10px 8px 13px;
        text-decoration: none;
        color: var(--WWCS_DkBlue);
    }
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a:hover,
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a:focus
    {
        background-color: var(--WWCS_DkBlue);
        color: var(--WWCS_White);
    }

    .fbcms_header .simple-nav.drop-nav .menu_title
    {
        display: block;
        position: relative;
        height: 30px;
        width: 103px;
        padding: 6px 10px 5px 10px;
        font-size: 0.813rem;
        line-height: 1.308;
        color: var(--WWCS_Blue);
        background-color: var(--WWCS_XXLtBlue);
        text-decoration: none;
		font-weight: 600;
    }
    
    .fbcms_header .simple-nav.drop-nav .menu_title:before
    {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        right: -30px;
        background-color: var(--WWCS_XXLtBlue);
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:after
    {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: var(--WWCS_Blue) transparent transparent transparent;
        position: absolute;
        top: 12px;
        right: -17px;
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:hover:after,
    .fbcms_header .simple-nav.drop-nav .menu_title:focus:after
    {
        border-color: transparent transparent var(--WWCS_Blue) transparent;
        border-width: 0 4px 5px 4px;
    }
}

/* nav slider */
@media only screen and (max-width: 767px) {
    .slider-opener.secondary-opener
    {
        top: 96px;
        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(--WWCS_Black);
    }
    
    .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 var(--WWCS_White);
    }
}


/* Subpages Menu */
.page_permalink .menu_subpages 
{
    display: none;
}
.menu_subpages .menu_title {
	margin: 0 -12px;
}
@media print, screen and (min-width: 768px)
{
    .menu_subpages.drop-nav
    {
        display: none;
    }
}

/* Breadcrumb Nav */
.breadcrumb-nav
{
    padding: 8px 0;
    margin-bottom: 10px;
}
.breadcrumb-nav li
{
    font-size: 0.813rem;
    line-height: 1.5;
}
.breadcrumb-nav li:after {
    color: #D1D1D1;
    content: "/ ";
    padding: 0 6px;
}
.breadcrumb-nav li:last-child:after {
    display: none;
}
@media only screen and (min-width: 768px)
{
    .breadcrumb-nav
    {
        display: none;
    }
}

/* main-nav */
.menu_title.menusection_title
{
    background-color: var(--WWCS_DkGray);
    border-top: 1px solid var(--WWCS_DkGray);
    font-size: 1rem;
    line-height: 1.5;
    padding: 8px 11px 9px;
    display: block;
}
@media only screen and (min-width: 768px)
{
    .menu_title.menusection_title
    {
        display: none;
    }
    .main-nav 
    {
        position: relative;
        vertical-align: middle;
        width: 100%;
        margin: 0;
        left: auto;
        z-index: 101;
    }
    .top_level {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .main-nav .top_level_item
    {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }
    .main-nav .top_level_link
    {
        color: var(--WWCS_DkGray);
        text-decoration: none;
        font-size: 1rem;
        padding: 18px 10px 15px;
        font-weight: bold;
        border-bottom: solid 3px transparent;
    }
    .main-nav .top_level_item.active .top_level_link,
	.main-nav .top_level_item:hover .top_level_link,
    .main-nav .top_level_item.hoverfocus .top_level_link
    {
        color: var(--WWCS_DkBlue);
        border-bottom-color: var(--WWCS_DkGray);
    }
    
    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        top: 100%;
        background-color: var(--WWCS_White);
        width: 220px;
        -webkit-box-shadow: 0px 2px 4px -2px rgba(0,0,0, .9);
        -moz-box-shadow: 0px 2px 4px -2px rgba(0,0,0, .9);
        box-shadow: 0px 2px 4px -2px rgba(0,0,0, .9);
    }
    .main-nav .top_level_item:last-child > .drop
    {
        right: 0;
    }
    .main-nav .top_level_item > .drop a 
    {
        color: var(--WWCS_DkGray);
        font-size: 0.875em;
        line-height: 1.286;
        text-decoration: none;
        padding: 7px 10px;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {
        background-color: var(--WWCS_DkBlue);
        color: var(--WWCS_White);
    }

    .main-nav .top_level_item:nth-child(4)
    {
        position: static;
    }
    .main-nav .top_level_item:nth-child(4) > .drop
    {
        width: 720px;
        left: auto;
        right: 0;
    }
    .main-nav .top_level_item.menu_school > .drop
    {
        width: 650px;
        left: auto;
        right: 0;
    }
    .main-nav .top_level_item:nth-child(4) .sublist_0
    {
        padding: 10px 20px;
        column-count: 3;
        gap: 2rem;
    }
    .main-nav .top_level_item.menu_school .sublist_0
    {
        padding: 10px 20px;
        column-count: 2;
        gap: 2rem;
    }
    .main-nav .top_level_item:nth-child(4) .sublist_0 > .sublist_item,
    .main-nav .top_level_item.menu_school .sublist_0 > .sublist_item
    {
        break-inside: avoid-column;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .main-nav .top_level_item:nth-child(4) .sublist_0 > .sublist_item > .link_pair .item_link,
    .main-nav .top_level_item.menu_school .sublist_0 > .sublist_item > .link_pair .item_link
    {
        font-size: 1rem;
        color: var(--WWCS_DkBlue);
        border-bottom: solid 1px var(--WWCS_DkBlue);
    }
    .main-nav .top_level_item:nth-child(4) .sublist_0 > .sublist_item > .link_pair .item_link:hover,
    .main-nav .top_level_item:nth-child(4) .sublist_0 > .sublist_item > .link_pair .item_link:focus,
    .main-nav .top_level_item.menu_school .sublist_0 > .sublist_item > .link_pair .item_link:hover,
    .main-nav .top_level_item.menu_school .sublist_0 > .sublist_item > .link_pair .item_link:focus
    {
        color: #fff;
    }
    .main-nav .top_level_item:nth-child(4) .drop .drop,
    .main-nav .top_level_item.menu_school .drop .drop
    {
        display: block;
    }
}
@media only screen and (min-width: 994px)
{
    .main-nav .top_level_item:nth-child(4) > .drop
    {
        width: 820px;
    }
}
@media print {
    .navigation_wrapper
    {
        display: none !important;
    }
}
/*
===========================================================
 END MENUS
===========================================================
*/

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/
@media only screen and (min-width: 768px)
{
    .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;
    }
}

/* Main Structure */
.fbcms_main
{
    flex: 1;
}
@media only screen and (min-width: 768px)
{
    .fbcms_main
    {
        position: relative;
        z-index: 1;
    }
    .main_liner
    {
        overflow: hidden;
    }
    .main_content
    {
        position: relative;
    }
    .left_col
    {
        order: 1;
    }
    .center_col
    {
        order: 2;
    }    
    .right_col
    {
        order: 3;
    }
}

/* Focus Areas */
.home_focus
{
    width: 100%;
    line-height: 0;
    background-color: rgb(88,176,227);
}
.home_focus img,
.inside_focus img,
.fbcms_imagerotator .cycle-slide
{
    width: 100%;
}
.home_welcome
{
    width: 100%;
    padding: 18px 12px;
    background-color: var(--WWCS_DkBlue);
    color: var(--WWCS_White);
}
.page_interior .inside_focus
{
    margin: 0 -12px;
    line-height: 0;
}
@media only screen and (min-width: 768px)
{   
    .main_focus
    {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#58b0e3+49,54a7d8+49 */
        background: var(--WWCS_LtBlue); /* Old browsers */
        background: -moz-linear-gradient(left, var(--WWCS_LtBlue) 49%, var(--WWCS_LogoBlue) 49%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  var(--WWCS_LtBlue) 49%,var(--WWCS_LogoBlue) 49%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, var(--WWCS_LtBlue) 49%,var(--WWCS_LogoBlue) 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--WWCS_LtBlue)', endColorstr='var(--WWCS_LogoBlue)',GradientType=1 ); /* IE6-9 */
    }
    .home_focus
    {
        position: relative;
        z-index: 1;
    }
    .home_welcome
    {
        padding: 20px;
        background: var(--WWCS_DkBlue) url(../img/district-white-angle.png) no-repeat 0 0;
        background-size: 100% 100%;
    }
    .home_focus.vpadm_editable,
    .home_welcome.vpadm_editable
    {
        width: 100%;
        padding: 0;
    }

    .page_interior .inside_focus_wrapper
    {
        width: 100%;
        position: relative;
    }
    .page_interior .inside_focus_wrapper img
    {
        width: 100%;
        height: auto;
    }
    .page_interior .inside_focus
    {
        margin: 0 0 20px;
    }
}
@media only screen and (min-width: 994px)
{
    .home_welcome
    {
        padding: 50px 34px 20px;
    }

    .page_interior .inside_focus
    {
        margin: 0 0 40px;
    }
}

/* Rotator Overlay */
.fbpgro_overlay
{
    background-color: var(--WWCS_DkGray);
    color: var(--WWCS_White);
    height: auto;
}
.fbpgro_overlay .fbpgro_title
{
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: .25em;
}
.fbpgro_overlay .fbpgro_desc
{
    font-weight: 400;
    font-size: .95rem;
    line-height: 1.4;
    display: block;
    margin: 0 0 .75em;
}
.fbpgro_overlay .fbpgro_linkwrapper
{
    display: inline-block;
    padding: 0;
}
.fbpgro_overlay .fbpgro_link
{
    display: inline-block;
    --Theme_Primary: var(--WWCS_Blue);
    background: var(--Theme_Primary);
    color: #fff;
    padding: .5em .75em;
    font-size: 0.85rem;
    line-height: 1.3;
    text-decoration: none;
    border: solid 1px #fff;
}
.fbpgro_overlay .fbpgro_link:hover,
.fbpgro_overlay .fbpgro_link:focus
{
    background: var(--Theme_Secondary);
}
@media only screen and (min-width: 600px)
{ 
    .fbpgro_overlay
    {
        background: rgba(0,0,0,.6);
    }
}
@media only screen and (min-width: 768px)
{ 
    .fbpgro_overlay
    {
        padding: 10px 1rem;
        z-index: 101;
    }
    .fbpgro_overlay .fbpgro_title
    {
        font-size: 1.5rem;
        margin-bottom: .25em;
    }
}
@media only screen and (min-width: 1286px)
{   
    .fbpgro_overlay
    {
        padding: 20px 2rem;
    }
}

/* District Home Focus Overlay */
.page_district_home .fbpgro_overlay
{
    background-color: var(--WWCS_Blue);
}    
.page_district_home .fbpgro_overlay .fbpgro_title
{
    font-weight: 900;
}
.page_district_home .fbpgro_overlay .fbpgro_desc
{
    line-height: 1.5;
}
.page_district_home .fbpgro_overlay .fbpgro_link
{
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
@media only screen and (min-width: 600px)
{ 
    .page_district_home .fbpgro_overlay
    {
        background-color: var(--WWCS_TransDkBlue);
    }
}
@media only screen and (min-width: 768px)
{ 
    .page_district_home .home_focus 
    {
        overflow: hidden;
    }
    .page_district_home .fbpgro_overlay
    {
        background-color: transparent;
        display: grid;
        align-items: center;
        padding: .5rem 0 .5rem 1rem;
        top: 0;
        width: 45%;
        overflow: visible;
    }
    .page_district_home .fbpgro_overlay:before
    {
        content: "";
        display: block;
        position: absolute;
        top: -100%;
        left: -100%;
        bottom: -100%;
        width: 200%;
        transform: skewX(40deg);
        background-color: var(--WWCS_TransDkBlue);
        z-index: -1;
    }
    .page_district_home .fbpgro_overlay .fbpgro_title
    {
        width: 65%;
        margin-bottom: .25em;
    }
    .page_district_home .fbpgro_overlay .fbpgro_desc
    {
        margin-bottom: .75em;
        width: 85%;
    }
    .page_district_home .fbpgro_overlay .fbpgro_link
    {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 994px)
{ 
    .page_district_home .fbpgro_overlay
    {
        width: 38%;
        padding: 1rem 0 1rem 1.5rem;
    }
    .page_district_home .fbpgro_overlay .fbpgro_title
    {
        font-size: 1.6rem;
        margin-bottom: .5em;
    }
    .page_district_home .fbpgro_overlay .fbpgro_desc
    {
        font-size: 1rem;
        margin-bottom: 1.5em;
    }
    .page_district_home .fbpgro_overlay .fbpgro_link
    {
        font-size: 1.15rem;
    }
}
@media only screen and (min-width: 1200px)
{ 
    .page_district_home .fbpgro_overlay .fbpgro_title
    {
        font-size: 1.9rem;
        margin-bottom: .5em;
    }
    .page_district_home .fbpgro_overlay .fbpgro_desc
    {
        font-size: 1.25rem;
        margin-bottom: 1.5em;
    }
    .page_district_home .fbpgro_overlay .fbpgro_link
    {
        font-size: 1.4rem;
    }
}


/* Main Content Stuff */

/*=====================================================
 Flexi Sections
=====================================================*/
.flexi,
.flexi .fbcms_section
{
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 500px)
{
    .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;
    }
    .fbcms_editmode .flexi .fbcms_section
    {
        margin: 30px 0;
    }

    /* 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% - 1rem);
    }

    .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%;
    }
}
@media only screen and (min-width: 768px)
{
    /* 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% - 1.5rem);
    }

    /* 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% - 1.5rem);
    }

    /* 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% - 1.5rem);
    }

    /* 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% - 1.5rem);
    }
    /* Any more than 6 defaults to halves */
}
/* Section Padding */
.section_title
{
    padding: 20px 0 0;

}

.flexi .fbcms_content
{
    padding: 0 0 15px 0;
}
.flexi .fbcms_content:last-child,
{
    padding-bottom: 20px;
}

/* Section Dividers */
.flexi .fbcms_content:last-child:after,
.flexi .fbcms_section .addblock_buttonbar_wrapper:after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: solid 1px var(--WWCS_XLtGray);
}
.flexi .fbcms_section .addblock_buttonbar_wrapper:after
{
    bottom: -30px;
}
/* Do not display after last section on the page */
.flexi:last-child .fbcms_content:last-child:after,
.flexi:last-child .fbcms_section .addblock_buttonbar_wrapper:after
{
    display: none;
}

/*=====================================================
 End Flexi Sections
=====================================================*/

/* Interior Specific */
.page_interior .column.center_col {
    padding: 0 12px 12px;
}
.page_interior .side_col
{
    padding: 12px;
}
.page_interior .side_col .inside_right.firstone
{
    margin-top: 40px;
    border-top: solid 1px var(--WWCS_XLtGray);
    padding-top: 40px;
}
@media only screen and (min-width: 768px)
{
    .page_interior .main_content
    {
        margin: 30px 0;
    }
    .page_interior .column.center_col
    {
        width: 70%;
        padding: 20px 0 0 20px;
    }
    .page_interior .main_content .side_col
    {
        width: 30%;
        border-right: solid 1px var(--WWCS_XLtGray);
        padding: 20px 20px 0 0;
        position: relative;
    }

    .page_interior .fbcms_content.inside_center.lastone
    {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 994px)
{
    .page_interior .column.center_col
    {
        padding: 20px 0 0 50px;
    }
    .page_interior .main_content .side_col
    {
        padding: 20px 40px 0 0;
    }
}
.fbcms_editmode.page_interior .fbcms_section.inside_title.vpadm_editable_section {
    margin-bottom: 20px;
}

/* Landing Specific */
.page_landing .main_content .center_col .columns
{
    margin: 20px 0;
}
@media only screen and (min-width: 768px)
{
    .page_landing .main_content .center_col .column
    {
        width: 50%;
    }
    .page_landing .main_content .column_left
    {
        padding-right: 30px;
        border-right: solid 1px var(--WWCS_XLtGray);
    }
    .page_landing .main_content .column_right
    {
        padding-left: 30px;
    }
}

/* Home Specific */
.page_home .main_content_bottom 
{   
    position: relative;
    background-color: var(--WWCS_XXLtGray);
    border-top: var(--WWCS_XLtGray) 1px solid;
}
.page_home .main_content .component_liner
{
    padding: 12px;
}
/*.page_home .main_content .column .firstone
{
    border-top: solid 3px var(--WWCS_LogoBlue);
    margin-top: 30px;
    padding-top: 15px;
}*/
.page_home .main_content .column_heading,
.page_home .fbcms_content:not(.home_welcome) h2:where(:not(.fbcms_ec_titletext, .visuallyhidden)),
.page_home h2.fbcms_content:not(.flyup_tab),
.page_school_home .fbcms_content:not(.school_intro) h2:where(:not(.fbcms_ec_titletext, .visuallyhidden)),
.page_school_home h2.fbcms_content:not(.flyup_tab),
.page_interior:not(.page_school_home) h1.inside_title
{    
    display: block;
    background-color: var(--Theme_Primary);
    color: var(--WWCS_White);
    padding: 10px 16px;
    border-radius: 10px 10px 0 0;
    border-bottom: solid 3px var(--Theme_Secondary);
    font-size: 1.5rem;
    line-height: 1.25;
}
@media only screen and (min-width: 500px)
{
    .page_home .section_title1,
    .page_home .section_title2,
    h2.home_bottom_title
    {
        text-align: center;
        margin: 25px 0 35px;
    }
}
@media only screen and (min-width: 768px)
{
    .page_home .main_content .component_liner
    {
        padding: 0;
    }
    .page_home .main_content .column
    {
        width: calc(33.3333% - 2rem);
        /*padding: 40px 20px;*/
        position: relative;
    }
    .page_home .main_content .column.wide_col {
        width: calc(66.666% - 2rem);
    }
    .page_home .main_content .column .lastone
    {
        padding-bottom: 30px;
    }
    .page_home .main_content_bottom .component_liner
    {
        padding: 20px 20px 40px;
        position: relative;
    }
}

/* School Home Specific */
.page_school_home.page_interior .inside_focus {
    margin-bottom: 0;
    overflow: hidden;
}
.school_welcome_wrapper
{
    background-image: url(../img/school-white-angle.png);
    background-repeat: no-repeat;
    background-position: -40px 0;
    background-size: 100% 100%;

    margin: 0 -12px;
    padding: 12px;
    color: #fff;
}
.school_welcome_wrapper h1,
.school_welcome_wrapper h2,
.school_welcome_wrapper a,
.school_welcome_wrapper .content_intro
{
    color: #fff;
}
.school_welcome_wrapper .school_intro
{
    padding-top: 10px;
    border-top: solid 1px var(--WWCS_XXLtGray);
}
@media only screen and (min-width: 768px)
{ 
    .school_welcome_wrapper
    {
        margin: 0 0 15px;
        padding: 26px 26px 18px;
		font-weight: 600;
    }
}

/* OneCol Specific */
.page_interior.page_onecol .column.center_col
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .page_interior.page_onecol .column.center_col
    {
        padding: 20px 0 30px 0;
    } 
}

/* Side Navigation Menu */
.side-nav
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .side-nav
    {
        display: block;
    }
    .side-nav .sidelist_0 > li > a
    {
        color: var(--WWCS_DkBlue);
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 24px;
        margin: 0 0 10px;
    }
    .side-nav .sidelist_1 {
        padding-left: 10px;
    }
    .side-nav .sidelist_1 a
    {
        font-size: 1rem;
        line-height: 1.125;
        font-weight: bold;
        color: var(--WWCS_DkGray);
        padding: 8px 0;
        position: relative;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        color: var(--WWCS_DkBlue);
        text-decoration: none;
    }
    .side-nav .sidelist_2 a
    {
        padding: 6px 0 !important;
    }
    .side-nav .sidelist_1 a:hover::before,
    .side-nav .sidelist_1 a:focus::before,
    .side-nav .sidelist_1 .current_item > a::before
    {
        content: "";
        border-color: transparent transparent transparent var(--WWCS_DkGray);
        border-width: 5px 0 5px 8px;
        border-style: solid;
        position: absolute;
        top: 12px;
        left: -15px;
    }
    .side-nav .sidelist_2 a:hover::before,
    .side-nav .sidelist_2 a:focus::before,
    .side-nav .sidelist_2 .current_item > a::before
    {
        top: 10px;
    }
}
/* END Side Navigation Menu */
/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/*
===========================================================
 FOOTER
===========================================================
*/
/* footer */
.fbcms_footer
{
    position: relative;
    background-color: var(--WWCS_MedGray);
    color: var(--WWCS_White);
    font-size: 0.875rem;
    line-height: 1.4;
}
.fbcms_footer .footer_liner
{
    padding: 16px 12px;
}
.fbcms_footer a {
    color: var(--WWCS_White);
}
.fbcms_footer a:hover,
.fbcms_footer a:focus
{
    outline-color: var(--WWCS_White);
}

.goog-te-gadget,
.goog-te-gadget a
{
    color: var(--WWCS_White) !important;
}
.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
{
    display: block;
}


.fbcms_content.building_info,
.credits,
.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: 16px 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .fbcms_footer .footer_left
    {
        width: 66%;
        text-align: left;
    }
    .fbcms_footer .footer_right
    {
        width: 33%;
        text-align: right;
    }

    .fbcms_content.building_info > span
    {
        display: inline-block;
    	padding: 0 10px;
        border-right: 1px var(--WWCS_XLtGray) solid;
    	position: relative;
    	z-index: 1;
    }

    .fbcms_content.building_info > span:first-child
    {
        padding-left: 0;
    }
    .fbcms_content.building_info > span:last-child
    {
        padding-right: 0;
        border-right: none;
    }
}
@media print, screen and (max-width: 767px)
{
    .fbcms_content.building_info .divider
    {
        display: none;
    }
}
@media print {
    .fbcms_translate,
    .link_pdfviewer
    {
        display: none;
    }
}
/*
===========================================================
 END FOOTER
===========================================================
*/

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
    color: var(--WWCS_LogoBlue);
    font: bold 1.875em/1.333 'Lato', Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
}
.home_welcome h1
{
    color: var(--WWCS_White);
}

h1 span
{
    font-size: 0.6em;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.page_home h1 span,
.page_school_home h1 span
{
	color: var(--WWCS_White);
}

h2
{
    color: var(--WWCS_LogoBlue);
    font: 1.5rem/1.25 'Lato', Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
}

h3
{
    color: var(--WWCS_Black);
    font: bold 1.125rem/1.444 'Lato', Arial,Helvetica,sans-serif;
}

h4
{
    color: var(--WWCS_Black);
    font: bold 1rem/1.444 'Lato', Arial,Helvetica,sans-serif;
	margin-bottom: 0;
}

.fbcms_spotlight .desc_short,
.fbcms_cards .fbcms_card_name,
.fbcms_article_title
{
    color: var(--WWCS_Black);
    font: bold 1rem/1.3 'Lato', Arial,Helvetica,sans-serif;
	margin-bottom: 6px;
}
h5
{
    color: var(--WWCS_Gray);
    font: bold 0.938rem/1.3 'Lato', Arial,Helvetica,sans-serif;
}

h6
{
    color: var(--WWCS_Black);
    font: bold 0.938rem/1.3 'Lato', Arial,Helvetica,sans-serif;
}

p.content_intro
{    
    /*color: var(--WWCS_LogoBlue);*/
    font: 400 1.25rem/1.5 'Lato', Arial,Helvetica,sans-serif;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--WWCS_XLtGray);
    /*margin: 0 0 30px;*/
}
.home_welcome .content_intro
{    
    color: var(--WWCS_White);
}

.fbcms_richtext img
{
    max-width: 100%;
    height: auto !important;
}

.Left_Align_With_Padding {
    margin-right: 10px;
	padding-right: 0;
}
.Right_Align_With_Padding {
    margin-left: 10px;
	padding-left: 0;
}

.home_welcome .content_buttonblock a:after,
.more_link:after {
    content: '\f0a9';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-size: 0.875em;
    margin-left: 6px;
}

.fbcms_contentfooter
{
    margin-top: 20px;
}
.content_buttonblock a,
.contentfooter_item.jump_url a,
.fbcms_more_link a,
a.fbcms_spotlight_overlay_open
{    
    color: var(--WWCS_White);
    background-color: var(--WWCS_DkBlue);
    padding: 5px 18px;
    border-radius: 8px;
    border: solid 2px var(--WWCS_DkBlue);
    text-decoration: none;
	font-weight: 600;
}
.content_buttonblock a:hover,
.content_buttonblock a:focus,
.contentfooter_item.jump_url a:hover,
.contentfooter_item.jump_url a:focus,
.fbcms_more_link a:hover,
.fbcms_more_link a:focus,
a.fbcms_spotlight_overlay_open:hover,
a.fbcms_spotlight_overlay_open:focus
{
    color: var(--WWCS_DkBlue);
    background-color: var(--WWCS_White);
}
@media print, screen and (min-width: 768px)
{ 
    .contentfooter_item.jump_url,
    .fbcms_news_headlines_more
    {
        /*float: right;*/
    }
}
.home_welcome .content_buttonblock a
{
    background-color: var(--WWCS_White);
    color: var(--WWCS_DkBlue);
    border-color: var(--WWCS_White);
}
.home_welcome .content_buttonblock a:hover,
.home_welcome .content_buttonblock a:focus
{
    color: var(--WWCS_White);
    background-color: var(--WWCS_DkBlue);
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/
/* Photo Gallery */
.fbcms_photogallery .thumbnail_gallery_row {
	margin: 0 -5px 10px 0;
}
.fbcms_photogallery .thumbnail_gallery_item {
	margin: 0 5px 0 0;
}
/*
===========================================================
 Calendar Styling
===========================================================
*/
.fbcms_upcoming_events .event_date 
{
    font-size: 100%;
    line-height: 100%;
    text-transform: none;
}

.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item
{
    border-top: 1px solid var(--WWCS_XLtGray);
    line-height: 16px;
    margin: 0;
    padding: 14px 0;
}
.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item:first-child {
	border-top: none;
}
li.fbcms_upcoming_event_item .event_group_date
{
    width: 31px;
}
li.fbcms_upcoming_event_item .event_group_data {
    padding-left: 20px;
}
li.fbcms_upcoming_event_item .event_date
{
    background-color: var(--WWCS_Gray);
    color: var(--WWCS_White);
    font: 700 9px/12px 'Lato', Arial,Helvetica,sans-serif;
    padding: 8px 10px;
    border-radius: 5px;
    position: relative;
    width: 31px;
}
.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item:hover .event_date 
{
    background-color: var(--WWCS_DkBlue);
}

li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-size: 19px;
    line-height: 21px;
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    font-size: 12px;
    line-height: 100%;
}
.fbcms_upcoming_events .event_title,
.fbcms_upcoming_events .event_title a
{
    color: var(--WWCS_Black);
    font: 600 16px/20px 'Lato', Arial,Helvetica,sans-serif;
    display: block;
}
li.fbcms_upcoming_event_item .event_title:hover, 
li.fbcms_upcoming_event_item .event_title:focus {
	text-decoration: underline;
}
.fbcms_upcoming_events .event_description a 
{
    color: var(--WWCS_DkGray);
}
/*.page_home .fbcms_upcoming_events .ical_show_button .show_ical_icon {
	position: absolute;
	right: 7px;
	top: 7px;
}*/
.fbcms_upcoming_events .jump_url a {
	font-weight: 600;
}
/* Calendar List */
.month_table .month_header
{
    background-color: var(--WWCS_LogoBlue);
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: var(--WWCS_Gray);
}

.calendargrid .caltab .dayofweek
{
    background-color: var(--WWCS_LogoBlue);
    border-color:var(--WWCS_White);
    border-right-color: var(--WWCS_White);
}
.calendargrid .caltab .datecell
{
    border-color:var(--WWCS_White);
}

.calendargrid .caltab .othermonth,
.calendargrid .caltab .othermonth .listcell,
.calendargrid .caltab .weekend,
.calendargrid .caltab .weekend .listcell
{
    background-color: #F5F6F5;
}

.calendargrid .caltab .currentmonth .daynumber
{
    background-color: var(--WWCS_LogoBlue);
    color: var(--WWCS_White);
}

.calendargrid .caltab .currentmonth
{
    background-color: #F5F6F5;
}
.fbcms_calendar_minigrid .contentfooter_item.jump_url {
	/*padding: 5px 0 5px 10px;*/
    padding: 5px 0 5px;
}

@media screen and (max-width: 767px)
{
    .calendargrid .caltab .currentmonth .daynumber.dayeventlink
    {
        background-color: var(--WWCS_MedGray);
    }
}
/* END Calendar Grid */


/* Calendar Event */
.calendar_event .event_details caption
{
    color: var(--WWCS_Gray);
}
/* END Calendar Event */

/* Small Calendar Grid */
.minigrid_verB {
    background: #fff;
    padding: 0;
}
.minigrid_verB thead
{
    color: #fff;
    background-color: var(--WWCS_DkBlue);
    border: none;
}
.minigrid_verB .calendar_mini_controls {
    text-align: center;
}
.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: #fff;
}
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    color: var(--WWCS_LtBlue);
    font-size: 3rem;
    line-height: .5;
    margin: 0 10px;
}
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth:hover,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth:focus,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth:hover,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth:focus
{
    color: var(--WWCS_White);
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth
{
    float: left;
}
.fbcms_calendar_minigrid th {
    color: #fff;
    font-size: 1.1rem;
}
.fbcms_calendar_minigrid td
{
    font-size: .925rem;
    line-height: 3.5;
}

.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    background-color: var(--WWCS_XLtGray);
    color: var(--WWCS_DkBlue);
    text-decoration: underline;
}

.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: var(--WWCS_White);
    background-color: var(--WWCS_Blue);
}
/* END Small Calendar Grid */

/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 News Styling
===========================================================
*/
.fbcms_newscontent .fbcms_newscontent_month 
{
    font-size: 14px;
    color: var(--WWCS_Black);
}
.fbcms_news_headlines .fbcms_more_link a {
    font-weight: 600;
}
.fbcms_newscontent .fbcms_newsarticle {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--WWCS_XLtGray);
}
.fbcms_news_headlines .fbcms_article {
    margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--WWCS_XLtGray);
}
.fbcms_newscontent .fbcms_newsarticle:last-child{
	border-bottom: none;
	padding-bottom:0;
}
.fbcms_news_headlines .fbcms_article:last-child {
	border-bottom: none;
}
.page_home .fbcms_news_headlines .fbcms_article {
	border-color: var(--WWCS_XLtBlue);
}
.fbcms_news_headlines .fbcms_article_summary p {
	margin-bottom: 15px;
}
.fbcms_newscontent .newsarticle_title {	
	color: var(--WWCS_Black);
	margin: 3px 0;
	line-height: 1.1em;
	}
.page_interior .fbcms_newscontent .newsarticle_title {	
	font-size: 1.1em;
}
.page_interior.page_school_home .fbcms_newscontent .newsarticle_title {	
	font-size: 1.05em;
}
@media print, screen and (min-width: 768px)
{ 
    .fbcms_news_headlines .fbcms_article_imageblock {
        float: left;
        padding: 0 1rem 0 0;
        margin-right: 1rem;
        width: 40%;
    }
}

/*
===========================================================
 END News Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing .email_icon,
.fbcms_staff_search .email_icon,
.fbcms_contact_email .email_icon {
    background-color: var(--WWCS_DkBlue);
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: var(--WWCS_DkBlue);
    font-weight: bold;
}

h4.fbcms_staff_heading
{
    font-size: 18px;
    line-height: 26px;
}

/* Side column staff row photo border */
.inside_right.fbcms_staff_listing .fbcms_staffentry
{
    margin-bottom: 30px;
}
.inside_right.fbcms_staff_listing .profilePhoto
{
    float: none;
    display: inline-block;
    padding: 6px;
    line-height: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--WWCS_LogoBlue)+0,ffffff+77,ffffff+77 */
    background: var(--WWCS_LogoBlue); /* Old browsers */
    background: -moz-linear-gradient(top,  var(--WWCS_LogoBlue) 0%, var(--WWCS_White) 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  var(--WWCS_LogoBlue) 0%,var(--WWCS_White) 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  var(--WWCS_LogoBlue) 0%,var(--WWCS_White) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--WWCS_LogoBlue)', endColorstr='var(--WWCS_White)',GradientType=0 ); /* IE6-9 */
}
.inside_right.fbcms_staff_listing .profilePhoto img {
    margin-right: 0;
    border: solid 1px var(--WWCS_White);
}
.inside_right .fbcms_staffinfo
{
    margin-left: 7px;
}

.fbcms_staff_listing .fbcms_staff_listing_data_row.odd,
.fbcms_staff_search_results .fbcms_table_row.data:nth-child(odd)
{
    background: var(--WWCS_XXLtBlue);
}

.fbcms_card .fbcms_card_liner, 
.fbcms_cards .fbcms_card .fbcms_card_skiplinks,
.fbcms_staff_cards .fbcms_contentbody .fbcms_staffentry_liner
{
    background: var(--WWCS_XXLtBlue);
}
.page_interior:not(.page_onecol) .fbcms_staff_cards .fbcms_contentbody .profile {
    display: none;
}

.page_interior:not(.page_onecol) .fbcms_staff_cards .more_info .btn_read
{
    font-size: 0;
}
.page_interior:not(.page_onecol) .fbcms_staff_cards .more_info .btn_read:after
{
    display: inline-block;
    content: "Primary Responsibilities";
    font-size: initial;
    text-decoration: underline;
}
.page_interior:not(.page_onecol) .fbcms_staff_cards .more_info .btn_read:hover:after,
.page_interior:not(.page_onecol) .fbcms_staff_cards .more_info .btn_read:focus:after
{
    text-decoration: none;
}
@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 Staff Styling
===========================================================
*/	
/*
===========================================================
 Pager Styling
===========================================================
*/
.pager
{
    text-align: center;
    width: 100%;
}
.pager .btnResultNavigation
{
    background-color: #cccccc;
}

.pager a .btnResultNavigation
{
    background-color: var(--WWCS_DkBlue);
}

.changeperpageform select
{
    border-color: var(--WWCS_Gray);
}
/*
===========================================================
 END Pager Styling
===========================================================
*/

/*
===========================================================
 Profile Styling
===========================================================
*/

.fbcms_contact_info
{
    padding-top: 14px;
}

.fbcms_contact_name
{
    padding-top: 5px;
}

.fbcms_profile_content
{
    padding-top: 10px;
}

.fbcms_contact_position, .fbcms_contact_department, .fbcms_contact_building 
{
    line-height: 18px;
}

.fbcms_contact_responsibilities,
.fbcms_contact_responsibility
{
    margin-bottom: 0;
}

/*
===========================================================
 END Profile Styling
===========================================================
*/

/*
===========================================================
Jobs Styling
===========================================================
*/

#jobs .jobCategoryName {
    font-size: 15px;
    margin-bottom: 2px;
}

#jobs .jobBuildingName {
    color: var(--WWCS_Black);
    font-size: 13px;
    margin-bottom: 2px;
}
/*
===========================================================
 END Jobs Styling
===========================================================
*/

/*
===========================================================
 Spotlight Styling
===========================================================
*/

.fbcms_spotlight_slide {
    width: 100%;
}

.fbcms_spotlight .fbcms_spotlight_image img
{
    border-radius: 8px;
}
.fbcms_spotlight .more_link
{
    display: block;
}

/* Home Bottom Spotlights (horizontal) */
@media only screen and (min-width: 500px)
{
   .fbcms_spotlights .spotlights_horizontal .fbcms_spotlight {
        padding: 0 6px;
    }
    .fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter {
        text-align: center;
    }
    .fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .contentfooter_item {
        float: none;
    }
    .fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .fbcms_spotlight_pager .spotlight_pages
    {
        display: none;
    }
}

/* Spotlight Scrolling Arrows */
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .spotlight_button.spotlight_prev,
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .spotlight_button.spotlight_next {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: rgba(114,114,102,.7);
    left: 0px;
    z-index: 900;
}
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .spotlight_button.spotlight_next {
    left: auto;
    right: 0px;
}
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .spotlight_button:hover,
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .spotlight_button:focus
{
    color: rgba(114,114,102,1);
}


/* District Quick Facts */
.quickfacts_wrapper {
    background-color: var(--WWCS_LtBlue);
    color: #fff;
}
.fbcms_spotlights.home_quickfacts
{
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0;
}
.home_quickfacts h2.fbcms_spotlights_title
{
    color: #fff;
}
.quickfacts_wrapper .fbcms_spotlights .fbcms_contentheader, 
.quickfacts_wrapper .fbcms_spotlights .fbcms_contentfooter {
    text-align: center;
}
.quickfacts_wrapper .home_quickfacts.fbcms_content.fbcms_spotlights
{
    padding: 20px 0;
    margin-bottom: 0;
}
.home_quickfacts .fbcms_spotlights_list:after
{
    display: none;
}
.home_quickfacts .fbcms_spotlight
{
    text-align: center;
    overflow: visible;
}
.home_quickfacts .fbcms_spotlight .fbcms_spotlight_liner
{
    padding: 10%;
    border: solid 4px #fff;
    border-radius: 10px;
    height: 100%;
    position: relative;
    transition: all .3s ease;
    background: rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    transform: scale(.95);
    transform-origin: bottom center;
    transition: all .3s ease-out;
}
.home_quickfacts .fbcms_spotlight a.fbcms_spotlight_liner:hover,
.home_quickfacts .fbcms_spotlight a.fbcms_spotlight_liner:focus
{
    background: rgba(0,0,0,0.4);
    border-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transform: scale(1) rotate(.1deg);
}
.home_quickfacts .fbcms_spotlight .fbcms_spotlight_image
{
    margin: 0 auto;
    width: 80%;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}   
.home_quickfacts .fbcms_spotlight_liner:hover .fbcms_spotlight_image,
.home_quickfacts .fbcms_spotlight_liner:focus .fbcms_spotlight_image
{
    filter: brightness(0) invert(1);
}
.home_quickfacts .fbcms_spotlight .desc_short
{
    font-size: 1.3rem;
    line-height: 1.1;
    margin-bottom: .1em;
    color: var(--WWCS_White);
    /*transition: all .2s;*/
}    
.home_quickfacts .fbcms_spotlight .desc_long
{
    color: var(--WWCS_White);
    display: block;
}
.home_quickfacts .fbcms_spotlight_liner:hover .desc_short,
.home_quickfacts .fbcms_spotlight_liner:focus .desc_short,
.home_quickfacts .fbcms_spotlight_liner:hover .desc_long,
.home_quickfacts .fbcms_spotlight_liner:focus .desc_long
{
    color: #fff;
}
.home_quickfacts .fbcms_spotlight_liner .more_link
{
    display: none;
}
@media only screen and (min-width: 500px)
{
    .home_quickfacts .fbcms_spotlights_list.spotlights_horizontal,
    .home_quickfacts .spotlights_horizontal .fbcms_spotlight_slide_liner
    {
        display: flex;
        justify-content: space-around;
    }
    .home_quickfacts .spotlights_horizontal .fbcms_spotlight
    {
        max-width: 46%;
    }
}
@media only screen and (min-width: 768px)
{
    .home_quickfacts.fbcms_content.fbcms_spotlights
    {
        padding: 30px 0; 
    }
    .home_quickfacts .fbcms_spotlight .fbcms_spotlight_liner
    {
        height: 0;
        padding: 50% 10px;
        border-radius: 50%;
        position: relative;
    }
    .home_quickfacts .fbcms_spotlight .fbcms_spotlight_image {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translateX(-50%);
    }
    .home_quickfacts .fbcms_spotlight .fbcms_spotlight_text
    {
        position: unset;
    }
    .home_quickfacts .fbcms_spotlight .desc_short
    {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
    .home_quickfacts .fbcms_spotlight .desc_long
    {
        display: none;
    }
    .home_quickfacts .fbcms_spotlight_liner:hover .desc_long:not(:empty),
    .home_quickfacts .fbcms_spotlight_liner:focus .desc_long:not(:empty)
    {
        display: block;
        position: absolute;
        top: -4px;
        left: -4px;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        border: solid 4px var(--Theme_Secondary);
        background-color: #fff;
        color: var(--Theme_Primary);
        display: grid;
        padding: 10px 14px;
        overflow: auto;
        font-size: .9em;
        border-radius: 50%;
        align-items: center;
    }
    .home_quickfacts .fbcms_spotlight .desc_long
    {
        line-height: 1.2;
    }
}
@media only screen and (min-width: 994px)
{
    .spotlights_horizontal.horz_layout_6 .fbcms_spotlight {
        flex: 0 1 14.666%;
    }
    .home_quickfacts.fbcms_content.fbcms_spotlights
    {
        padding: 40px 0; 
    }
    .home_quickfacts .spotlights_horizontal .fbcms_spotlight
    {
        max-width: 220px;
    }
    .home_quickfacts .fbcms_spotlight .fbcms_spotlight_image {
        width: 40%;
    }
    .home_quickfacts .fbcms_spotlight .desc_short
    {
        font-size: 1.2rem;
    }
}
/*
===========================================================
 END Spotlight Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
    .fbcms_ec_title
    {
        background-color: var(--WWCS_LogoBlue);
    }
    .fbcms_ec_title:hover,
    .fbcms_ec_title:focus
    {
        background-color: var(--WWCS_DkBlue);
    }
    .fbcms_ec_title h2
    {
        line-height: initial;
    }
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/
/*
===========================================================
  Fly-Up Tab Customization
===========================================================
*/
.flyup_tab 
{
    font-size: 15px;
    line-height: 18px;
    color: var(--WWCS_White);
    background-color: var(--WWCS_DkBlue);
}
.flyup_slide
{
    background-color: var(--WWCS_DkBlue);
    color: var(--WWCS_White);
    margin: 0 auto;
    width: 100%;
}

.flyup_slide h2,
.flyup_slide h3,
.flyup_slide a
{
    color: var(--WWCS_White);
}
/*
===========================================================
  END Fly-Up Tab Customization
===========================================================
*/

.page_body #FB_budgetLinkDiv {
    top: 20px;
}
