/*  Waterford School District--------------
    Blue:   #00305C - 13.31
    l Blue: #1469A1 - 5.89
    Teal:   #12636B - 6.94
    l Teal: #009C8C - 3.42
------------------------------------------*/

@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@400;700&family=Open+Sans:wght@300;400;700&display=swap);

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: #1D1D1D;
    font: 400 18px/1.5 'Open Sans',Arial,Helvetica,sans-serif;
}
.page_body
{
	background: #ffffff;
	margin: 0;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
    height: 100vh;
}
.fbd_content,
.fbcms_htmleditor
{
    background-color: #ffffff;
}
/* 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: #00305C;
}

input,
textarea,
select {
	font: 100% 'Open Sans',Arial, Helvetica, sans-serif;
	color: #757575;
	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%;
}
.fbcms_component::after
{
    content: "";
    display: table;
    clear: both;
}
.component_liner
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .component_liner,
    .fbcms_ppz_widget_liner
    {
        width: 95%;
        height: 100%;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px)
{
    .fbcms_ppz_widget
    {
        padding: 0;
        position: absolute;
        right: 8px;
        top: 68px;
        background: transparent;
    }
    .fbcms_ppz_widget a
    {
        padding: 4px 6px; 
        background: #000;
    }
}
@media print {
}

/*
===========================================================
 HEADER
===========================================================
*/
.site_alert {
    font-size: .9rem;
    margin-bottom: 0;
} 
.site_alert.fbcms_news_headlines .fbcms_article_title
{
    margin-bottom: .15em;
}
.site_alert .fbcms_article_summary p
{
    margin-bottom: .3em;
}

.fbcms_header
{
    background: #fff;
    border-top: solid 60px #00305C;
}
.fbcms_header:after {
	content: " ";
	display: table;
	clear: both;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header,
    .fbcms_header .header_main
    {
        position: relative;
        z-index: 2;
    }
}

/* Logo */
.logo {
    display: block;
    padding: 12px;
    text-decoration: none;
}
.site_logo,
.site_logo_text
{
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.site_logo img,
.site_logo_text img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 767px)
{
    .site_logo {
        max-width: 20%;
    }
    .site_logo_text {
        max-width: 70%;
    }
}
@media only screen and (min-width: 768px)
{
    .logo {
        display: inline-block;
        position: relative;
        padding: 0;
    }
    .fbcms_content.site_logo {
        width: 185px;
        height: 185px;
        padding: 12px;
        background: #fff;
        border-radius: 50%;
        margin: -24px 0 0 0;
        text-align: center;
    }

    .site_logo_text {
        margin: -40px 0 0 10px;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_content.site_logo {
        width: 205px;
        height: 205px;
        margin: -44px 0 -16px 0;;
    }
}
@media only screen and (min-width: 1200px)
{
    .site_logo {
        margin: -44px 0 -36px 0;
    }
    .site_logo_text {
        margin: 0 0 0 10px;
    }
}
@media print {
}

/* Search */
.search-form
{
    position: absolute;
    top: 0;
    right: 51px;
    width: auto;
    z-index: 102; 
    background: #1469A1;
    color: #fff;
}

.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    border: none;
}

.search-form .search-input
{
    width: 152px;
    background-color: #1469A1;
    color: #fff;
    padding: 0;
    width: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.search-form.opened .search-input 
{
    padding-left: 20px;
    width: 180px;
}
.search-form .search-input::-webkit-input-placeholder {
    color: rgba(255,255,255,.6);
}
.search-form .search-input::-moz-placeholder {
    opacity: 1;
    color: rgba(255,255,255,.6);
}
.search-form .search-input:-moz-placeholder {
    color: rgba(255,255,255,.6);
}
.search-form .search-input:-ms-input-placeholder {
    color: rgba(255,255,255,.6);
}
.search-form .search-input.placeholder {
    color: rgba(255,255,255,.6);
}
.search-form .submit
{
    color: #ffffff;
    float: right;
    text-indent: -9999px;
    width: 50px;
    position: relative;
    background: #1469A1 url(../img/bg-search-ico.png) no-repeat center;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    background-color: #12636B;
}

.search-form legend, 
.search-form label {
    width: 1px;
    height: 1px;
    position: absolute;
}
@media only screen and (min-width: 768px)
{
    .search-form
    {
        top: -60px;
        right: 180px;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Site Scripts */
.fbcms_content.site_script_head
{
    display: block;
    position: absolute;
    top: 13px;
    right: 122px;
}
.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: 32px;
        right: 0;
        z-index: 4;
    }
}
@media print
{
}

/* 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 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    list-style: none;
    font-size: 14px;
}

.fbcms_content ul.social_media_list > li:first-child {
    margin-left: 0;
}
.fbcms_content ul.social_media_list > li:last-child {
    margin-right: 0;
}

.fbcms_content .social_media_list a {
    color: #000;
    text-align: center;
}
.fbcms_footer .fbcms_content .social_media_list a {
    color: #fff;
}

.fbcms_sharedcontent ul.social_media_list li a.facebook:hover,
.fbcms_sharedcontent ul.social_media_list li a.facebook:focus  {
    color: #3B5998;
}
.fbcms_sharedcontent ul.social_media_list li a.twitter:hover,
.fbcms_sharedcontent ul.social_media_list li a.twitter:focus {
    color: #4099ff;
}
.fbcms_sharedcontent ul.social_media_list li a.instagram:hover,
.fbcms_sharedcontent ul.social_media_list li a.instagram:focus  {
    color: #9a34a4;
}
.fbcms_sharedcontent ul.social_media_list li a.youtube:hover,
.fbcms_sharedcontent ul.social_media_list li a.youtube:focus  {
    color: #cd201f;
}

/* Channel 22 */
.fbcms_sharedcontent ul.social_media_list li a.Channel22,
.fbcms_sharedcontent ul.social_media_list li a.Channel22  {
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url(../img/22BlackIcon.png) no-repeat center;
    background-size: 20px 21px;
}
.fbcms_sharedcontent ul.social_media_list li a.Channel22:hover,
.fbcms_sharedcontent ul.social_media_list li a.Channel22:focus  {
    background-image: url(../img/22ColoredLogo.png);
}
/* PeachTree */
.fbcms_sharedcontent ul.social_media_list li a.PeachTree,
.fbcms_sharedcontent ul.social_media_list li a.PeachTree {
    display: inline-block;
    width: 18px;
    height: 21px;
    background: url(../img/PeachBlackIcon.png) no-repeat center;
    background-size: 18px 21px;
}
.fbcms_sharedcontent ul.social_media_list li a.PeachTree:hover,
.fbcms_sharedcontent ul.social_media_list li a.PeachTree:focus  {
    background-image: url(../img/PeachColoredLogo.png);
}

/* OK 2 Say */
.fbcms_sharedcontent ul.social_media_list li a.OK2Say,
.fbcms_sharedcontent ul.social_media_list li a.OK2Say {
    display: inline-block;
    width: 57px;
    height: 18px;
    background: url(../img/ok2saygrey-sm.png) no-repeat center;
    background-size: 57px 18px;
    margin-top: 8px;
}
.fbcms_sharedcontent ul.social_media_list li a.OK2Say:hover,
.fbcms_sharedcontent ul.social_media_list li a.OK2Say:focus  {
    background-image: url(../img/ok2saycolor-sm.png);
}

@media only screen and (min-width: 768px)
{
    .fbcms_header .fbcms_content .social_media_list a {
        color: #000;
    }
}
@media only screen and (max-width: 767px)
{
    .site_script_head.fbcms_content .social_media_list a {
        display: inline-block;
        padding: 4px 0;
        height: 30px !important;
        width: 30px !important;
        background-color: #fff !important;
        border-radius: 50%;
    }
}
@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: 260px;
        top: -46px;
        z-index: 101;
    }
    
    .menu_head li
    {
        padding: 0 6px;
        position: relative;
    }
    .menu_head li:first-child
    {
        padding-left: 0;
    }
    .menu_head li:last-child
    {
        padding-right: 0;
    }
    
    .menu_head a
    {
        font: 400 1rem/1 'Dosis',Arial,Helvetica,sans-serif;
        color: #fff;
        background-color: #00305C;
    }
}
@media only screen and (min-width: 994px)
{       
    .menu_head li
    {
        padding: 0 18px;
    }
    .menu_head a
    {
        font-size: 17px;
        text-transform: uppercase;
    }
}

/* Foot Menu */
.menu_foot {
    margin-bottom: 10px;
}
.menu_foot.list-nav ul li {
    display: block;
    font-size: 1rem;
    margin-bottom: 10px;
}

/* Quicklinks 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 .drop-nav.menu_quicklinks {
        display: block;
        position: absolute;
        right: 0;
        top: -60px;
    }

    .fbcms_header .simple-nav.drop-nav .menu_title
    {
        display: block;
        position: relative;
        height: 60px;
        padding: 18px 60px 15px 20px;
        font-size: 17px;
        line-height: 17px;
        color: #fff;
        background-color: #12636B;
        text-decoration: none;
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:after
    {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 7px 0 7px;
        border-color: #ffffff transparent transparent transparent;
        position: absolute;
        top: 23px;
        right: 20px;
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:hover:after,
    .fbcms_header .simple-nav.drop-nav .menu_title:focus:after
    {
        border-color: #ffffff transparent transparent transparent;
    }

    .fbcms_header .simple-nav.drop-nav .simplemenu_container
    {
        background-color: #0E535A;
        right: 0;
        padding: 2px 0;
        text-align: left;
        width: 182px;
        -webkit-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.7);
        box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.7);
    }
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a
    {
        display: block;
        font-size: 17px;
        line-height: 1.3;
        padding: 6px 10px;
        text-decoration: none;
        color: #fff;
    }
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a:hover,
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a:focus
    {
        background-color: #1469A1;
    }
}

/* Subpages Menu */
.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: 6px 12px;
    margin-bottom: 10px;
}
.breadcrumb-nav li
{
    font-size: 15px;
    line-height: 1.3;
}
.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 */
@media only screen and (min-width: 768px)
{
    .menu_title.menusection_title
    {
        display: none;
    }
    .main-nav 
    {
        vertical-align: middle;
        margin: 0;
        left: auto;
        z-index: 101;
    }
    .main-nav .top_level_item
    {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 8px;
    }
    .main-nav .top_level_item:last-child
    {
        margin-right: 0;
    }
    .main-nav .top_level_link
    {
        color: #00305C;
        text-decoration: none;
        font: bold 18px/1 'Dosis',Arial,Helvetica,sans-serif;
        padding: 0 0 18px;
        border-bottom: solid 4px transparent; 
        position: relative;
        z-index: 1;
    }
    .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
    {
        border-bottom-color: #12636b; 
    }
    
    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        top: calc(100% - 4px);
        border-top: solid 4px #dfe8e8; 
        background-color: #ffffff;
        width: 300px;
        -webkit-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.7);
        box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.7);
    }
    .main-nav .top_level_item:not(:nth-child(6)):not(.menu_school) > .drop
    {
        left: 50%;
        transform: translateX(-50%);
    }
    .main-nav .top_level_item:nth-child(6) > .drop
    {
        left: auto;
        right: 0;
    }
    .main-nav .top_level_item > .drop a 
    {
        color: #00305C;
        font-size: 1rem;
        text-decoration: none;
        padding: 5px 10px;
        font-family: 'Dosis',Arial,Helvetica,sans-serif;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {
        background-color: #001F3B;
        color: #fff;
    }

    /* Tiered drops */
    .main-nav .top_level_item:first-child > .drop, 
    .main-nav .top_level_item:nth-child(2) > .drop, 
    .main-nav .top_level_item:nth-child(5) > .drop
    {
        width: 520px;
    } 
    .main-nav .top_level_item:nth-child(6) > .drop,
    .main-nav .top_level_item.menu_school:last-child > .drop
    {
        width: 786px;
        width: 714px;
    }
    .main-nav .top_level_item:first-child .drop .drop,
    .main-nav .top_level_item:nth-child(2) .drop .drop,
    .main-nav .top_level_item:nth-child(5) .drop .drop,
    .main-nav .top_level_item:nth-child(6) > .drop .drop,
    .main-nav .top_level_item.menu_school:last-child .drop .drop {
        display: block;
    }
    .main-nav .top_level_item:first-child .sublist_0, 
    .main-nav .top_level_item:nth-child(2) .sublist_0,
    .main-nav .top_level_item:nth-child(5) .sublist_0,
    .main-nav .top_level_item:nth-child(6) .sublist_0,
    .main-nav .top_level_item.menu_school:last-child .sublist_0
    {
        display: flex;
        justify-content: space-between;
    }
    .main-nav .top_level_item.menu_school:last-child .sublist_0
    {
        flex-wrap: wrap;
        flex-direction: column;
        height: 380px;
        max-height: 380px;
        justify-content: flex-start;
    }
    .main-nav .top_level_item:nth-child(6) .sublist_0 > li,
    .main-nav .top_level_item.menu_school:last-child .sublist_0 > li
    {
        width: 33.333%;
        margin-bottom: 10px;
        padding: 16px;
    }
    .main-nav .top_level_item:first-child .sublist_0 > li, 
    .main-nav .top_level_item:nth-child(2) .sublist_0 > li, 
    .main-nav .top_level_item:nth-child(5) .sublist_0 > li
    {
        width: 50%;
        padding: 16px;
    }
    .main-nav .top_level_item:first-child .sublist_0 > li > .link_pair a, 
    .main-nav .top_level_item:nth-child(2) .sublist_0 > li > .link_pair a, 
    .main-nav .top_level_item:nth-child(5) .sublist_0 > li > .link_pair a,
    .main-nav .top_level_item:nth-child(6) .sublist_0 > li > .link_pair a,  
    .main-nav .top_level_item.menu_school:last-child .sublist_0 > li > .link_pair a
    {
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: solid 2px #12636B;
        margin-bottom: 6px;
    }
}
@media only screen and (min-width: 994px)
{    
    .main-nav .top_level_link
    {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1350px)
{  
    .main-nav .top_level_item
    {
        margin: 0 12px;
    }
    .main-nav .top_level_link
    {
        font-size: 22px;
        text-transform: uppercase;
    }
}
@media print {
    .navigation_wrapper
    {
        display: none !important;
    }
}

/* nav slider */
@media only screen and (max-width: 767px) {
    .slider-opener.secondary-opener
    {
        top: 12px;
        right: 12px;
        position: absolute;
        display: block;
    }

    .header_liner > .slider-opener.changerbutton:before, 
    .header_liner > .slider-opener.changerbutton:after, 
    .header_liner > .slider-opener.changerbutton span {
        background-color: #ffffff;
    }
    
    .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;
    }
}

/*
===========================================================
 END MENUS
===========================================================
*/

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/
.fbcms_main
{
    flex: 1;
}
@media only screen and (min-width: 768px)
{
    .page_interior:not(.page_schoolhome) .main_content {
        background: linear-gradient(90deg, #DEE8E8 50%, transparent 50%),
                    linear-gradient(180deg, #F1F7F7 0, transparent 300px);
    }
    .page_interior:not(.page_schoolhome) .main_content .center_col,
    .page_system .main_liner {
        background: #fff linear-gradient(180deg, #F1F7F7 0, #fff 300px);
    }
    .fbcms_main
    {
        position: relative;
        z-index: 1;
    }
    .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;
    }
}

/* Flexi Content */
.flexi
{
    position: relative;
}
.flexi .fbcms_section
{
    width: 100%;
    position: relative;
}
.flexi .fbcms_content
{
    /*margin: 2rem 0 1rem;*/
}
@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% - 2rem);
        /*margin: 2rem 0;*/
    }

    .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%;
        /*margin: 2rem 0 1rem;*/
    }

    .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% - 2rem);
    }

    /* 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 */
}

/* Focus Areas */
.home_focus,
.page_interior .inside_focus
{
    width: 100%;
}

.home_focus img,
.inside_focus img
{
    width: 100%;
}
.fbcms_image.inside_focus
{
    line-height: 0;
}
.fbcms_imagerotator .cycle-slide
{
    width: 100%;
}
.fbcms_photogallery .fbcms_imagerotator .slide img {
    margin: 0 auto;
}

.home_welcome
{
    width: 100%;
    padding: 18px 12px;
    background-color: #7d7d7d;
    color: #ffffff;
}
@media only screen and (min-width: 768px)
{   
    .main_focus
    {
        background: #fff url(../img/FocusWaveBG.png) no-repeat center;
        background-size: contain;
        position: relative;
    }
    .page_schoolhome .main_focus
    {
        background-size: 100% 100%;
    }
    .main_focus_liner 
    {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items:stretch;
        align-items:stretch;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .home_focus
    {
        position: relative;
        z-index: 1;
    }
    .home_welcome
    {
        padding: 20px;
    }
    .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;
    }
}
@media only screen and (min-width: 994px)
{
    .home_welcome
    {
        padding: 60px 34px 20px;
    }
}
@media print {
}

.fbpgro_overlay
{
    background: #1469A1;
    color: #fff;
    font-weight: 300;
}
.fbpgro_overlay .fbpgro_link
{
    color: #fff;
}
@media only screen and (min-width: 768px)
{
    .fbpgro_overlay
    {
        bottom: 20px;
        background: rgba(20, 105, 161, .8);
        right: auto;
        width: auto;
        max-width: 50%;
        height: auto;
        padding: 15px 20px;
    }
    .fbpgro_overlay .fbpgro_title
    {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    .fbpgro_overlay .fbpgro_desc
    {
        font-size: 20px;
    }
}
@media only screen and (min-width: 994px)
{
    .fbpgro_overlay
    {
        bottom: 170px;
        max-width: 40%;
        padding: 24px 20px 30px;
    }
}
/* Main Content Stuff */
/* Interior Specific */
.page_interior .main_content .center_content{
    padding: 12px;
}
.page_interior:not(.page_schoolhome) .side_col
{
    background-color: #DEE8E8;
}
.page_interior .side_col .side_content
{
    padding: 12px;
}
.fbcms_content.firstone
{
    padding-top: 15px;
}
.fbcms_content.lastone
{
    padding-bottom: 15px;
}
.fbcms_content.side_social
{
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px)
{
    .page_interior .column.center_col
    {
        width: 67.5%;
    }

    .page_interior .main_content .center_content
    {
        padding: 20px 0 20px 20px;
    }
    .page_interior .main_content .side_col
    {
        width: 32.5%;
        position: relative;
    }
    .page_interior .side_col .side_content
    {
        padding: 20px 20px 20px;
    }
}
@media only screen and (min-width: 994px)
{
    .page_interior .main_content .center_content
    {
        padding: 20px 0 20px 60px;
    }
    .page_interior .side_col .side_content
    {
        padding: 20px 60px 20px 0;
    }
    .page_interior.page_schoolhome .side_col .side_content
    {
        padding: 35px 50px 20px;
    }
}

/* 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;
}
.page_home .main_content .component_liner
{
    padding: 12px;
}
@media only screen and (min-width: 768px)
{
    .page_home .main_content .component_liner
    {
        padding: 0;
    }
    .page_home .main_content .columns
    {   
        padding: 34px 20px 20px;
    }
    .page_home .main_content .column.left_col
    {
        width: calc(66.6666% - 30px);
        position: relative;
    }
    .page_home .main_content .column.right_col
    {
        width: calc(33.3333% - 30px);
    }
}
@media only screen and (min-width: 1200px)
{
    .page_home .main_content .columns
    {   
        padding: 60px 40px 20px;
    }

    .page_home .main_content .column.left_col
    {
        width: calc(66.6666% - 60px);
    }
    .page_home .main_content .column.right_col
    {
        width: calc(33.3333% - 60px);
    }
}
@media print {
}

/* School Home Specific */
.school_welcome
{
    background: #1469A1;
    color: #fff;
    padding: 12px;
}
@media only screen and (min-width: 768px)
{
    .school_welcome
    {
        padding: 25px 20px 5px;
        width: 36%;
        order: 1;
    }
    .page_schoolhome .home_focus
    {
        width: 64%;
        order: 2;
    }
    .home_focus.vpadm_editable,
    .school_welcome.vpadm_editable
    {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (min-width: 994px)
{
    .school_welcome
    {
        padding: 50px 50px 35px;
    }
}

/* OneCol Specific */
.page_interior.page_onecol .column.center_col
{
    width: 100%;
}

/* Side Navigation Menu */
.side-nav
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .side-nav
    {
        display: block;
        padding: 20px 20px 0 0;
    }
    .side-nav .sidelist_0 > li > a
    {
        color: #00305C;
        font: bold 1.875rem/1.4 'Dosis', Arial,Helvetica,sans-serif;
        border-bottom: solid 2px #12636B;
        margin: 0 0 10px;
    }
    .side-nav .sidelist_1
    {
        padding-left: 18px;
    }
    .side-nav .sidelist_1 > li
    {
        padding-bottom: 8px;
    }
    .side-nav .sidelist_1 a
    {
        font: bold 1.1rem/1.4 'Dosis', Arial,Helvetica,sans-serif;
        color: #00305C;
        position: relative;
    }
    .side-nav .sidelist_1 > li > a
    {
        text-transform: uppercase;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .active > a
    {
        color: #009C8C;
        text-decoration: none;
    }
    .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 #009C8C;
        border-width: 6px 0 6px 8px;
        border-style: solid;
        font-size: 12px;
        position: absolute;
        top: 9px;
        left: -15px;
    }
}
@media only screen and (min-width: 994px)
{
    .side-nav
    {
        padding: 20px 60px 0 0;
    }
}
/* END Side Navigation Menu */


/* TabSets */
.tabset_titlecontainer
{
    width: 100%;
    /*border-bottom: solid 3px #555;*/
}
.fbcms_tabset .tabset_title
{
    vertical-align: bottom;
}
.fbcms_tabset .tabset_title:nth-child(2) {
    /*border-left: 5px solid transparent;*/
}
.fbcms_tabset .tabset_title_header
{
    margin: 20px 0 0 !important;
}
.fbcms_tabset .tabset_title a
{
    opacity: .43;
    vertical-align: top;
    padding: 0 20px 0 0;
    position: relative;
}
.fbcms_tabset .tabset_title.active a,
.fbcms_tabset .tabset_title a:hover,
.fbcms_tabset .tabset_title a:focus
{    
    opacity: 1;
}

.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: #fff;
}
/* END TABSETS */

/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/*
===========================================================
 FOOTER
===========================================================
*/
.fbcms_footer
{
    position: relative;
    color: #fff;
    font: bold 1rem/1.4 'Dosis', Arial,Helvetica,sans-serif;
}
.fbcms_footer a {
    color: #fff;
    text-decoration: underline;
}
.fbcms_footer a:hover,
.fbcms_footer a:focus
{
    text-decoration: none;
}
.goog-te-gadget,
.goog-logo-link
{
    color: #fff !important;
}

.fbcms_footer .footer_top
{
    background-color: #00305C;
}
.fbcms_footer .footer_bottom
{
    background-color: #12636B;
    text-align: center;
}

.fbcms_footer .footer_liner
{
    padding: 15px 12px;
}

.footer_logo,
.fbcms_content.building_info,
.fbcms_translate
{
    display: block;
    margin-bottom: 20px;
}
.credits
{
    margin-bottom: 10px;
}
.fbcms_footer .copyright
{
    padding-right: 10px;
    border-right: solid 1px #bbb;
    margin-right: 6px;
}
.fbcms_footer .fbcms_building_info > span
{
    display: block;
}

.fbcms_footer .fbcms_building_info .building_name 
{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 5px;
}
.fbcms_footer .fbcms_building_info .building_citystatezip
{
    padding-bottom: 10px;
}
.fbcms_building_info .divider
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .page_home .fbcms_footer .footer_top
    {
       padding-top: 240px;
    }
    .fbcms_footer .footer_top .footer_liner
    {
        padding: 40px 0 20px;
    }

    .fbcms_footer .columns {
        /*align-items: center;*/
    }

    .fbcms_footer .column
    {
        width: calc(33.333% - (4rem / 3));
    }
    .fbcms_footer .right_col
    {
        text-align: right;
    }
    .fbcms_footer .center_col
    {
        text-align: center;
        padding: 0 30px;
    }
}
@media only screen and (min-width: 994px)
{
    .page_schoolhome .fbcms_footer .footer_top,
    .page_interior .fbcms_footer .footer_top
    {
       padding-top: 80px;
    }
}
@media print {
    .fbcms_translate,
    .link_pdfviewer
    {
        display: none;
    }
}
/*
===========================================================
 END FOOTER
===========================================================
*/

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
    color: #00305C;
    font: bold 2.35rem/1.2 'Dosis',Arial,Helvetica,sans-serif;
    padding-bottom: .3em;
    border-bottom: solid 2px #12636B; 
    margin-bottom: .5em;
}
.school_welcome h1,
.school_welcome .content_intro
{
    color: #ffffff;
    border-bottom-color: #fff;
}
h1 span
{
    font-size: .64em;
    display: block;
}

h2,
.fbcms_tabset .tabset_title_header
{
    color: #00305C;
    font: bold 1.875rem/1.2 'Dosis',Arial,Helvetica,sans-serif;
    padding-bottom: .3em;
    border-bottom: solid 2px #12636B; 
    margin-bottom: .5em;
}
@media only screen and (min-width: 994px)
{
    .page_home h2
    {
        font-size: 2.25rem;
    }
}

h3
{
    color: #12636B;
    font: bold 1.3rem/1.4 'Open Sans',Arial,Helvetica,sans-serif;
    margin-bottom: .5em;
}

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
{
    color: #00305C;
    font: bold 1.2rem/1.4 'Open Sans',Arial,Helvetica,sans-serif;
    margin-bottom: .3em;
}

h5
{
    color: #00305C;
    font: bold 1.125rem/1.4 'Open Sans',Arial,Helvetica,sans-serif;
    margin-bottom: .4em;
}
h6
{
    color: #00305C;
    font: bold 1rem/1.4 'Open Sans',Arial,Helvetica,sans-serif;
    margin-bottom: .4em;
}

.content_intro
{    
    color: #666666;
    font: 300 20px/1.4 'Open Sans',Arial,Helvetica,sans-serif;
    margin: 0 0 19px;
}

/* Button Block links */
.jump_url a,
.spotlight_button.spotlight_viewall,
.fbcms_spotlight_text .more_link,
.fbcms_newsletters .news_archivetoggle,
.fbcms_more_link a,
.content_buttonblock a,
.fbcms_staff_cards .fbcms_contentbody .btn_read,
.news_archivetoggle
{
    display: inline-block;
    height: auto;
    background-color: #DEE8E8;
    color: #00305C;
    font: bold 16px/1.2 'Dosis',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    padding: 10px 14px;
    border-radius: 15px;
    margin: 10px 0;
    text-decoration: none;
    transition: all .1s linear;
}
.jump_url a:hover,
.jump_url a:focus,
.spotlight_button.spotlight_viewall:hover,
.spotlight_button.spotlight_viewall:focus,
.fbcms_spotlight_text .more_link:hover,
.fbcms_newsletters .news_archivetoggle:hover,
.fbcms_newsletters .news_archivetoggle:focus,
.fbcms_more_link a:hover,
.fbcms_more_link a:focus,
.content_buttonblock a:hover,
.content_buttonblock a:focus,
.fbcms_staff_cards .fbcms_contentbody .btn_read:hover,
.fbcms_staff_cards .fbcms_contentbody .btn_read:focus,
.news_archivetoggle:hover,
.news_archivetoggle:focus
{
    color: #fff;
    background-color: #00305C;
    text-decoration: none;
}
.inside_left .content_buttonblock a,
.inside_left .jump_url a,
.inside_left .spotlight_button.spotlight_viewall,
.inside_left .fbcms_spotlight_text .more_link,
.inside_left .fbcms_newsletters .news_archivetoggle,
.inside_left .fbcms_more_link a,
.inside_left .content_buttonblock a,
.inside_left .fbcms_staff_cards .fbcms_contentbody .btn_read,
.inside_left .news_archivetoggle,
.home_left .spotlight_button.spotlight_viewall,
.home_left .fbcms_spotlight_text .more_link
{
    color: #fff;
    background-color: #00305C;
}
.inside_left .jump_url a:hover,
.inside_left .jump_url a:focus,
.inside_left .spotlight_button.spotlight_viewall:hover,
.inside_left .spotlight_button.spotlight_viewall:focus,
.inside_left .fbcms_spotlight_text .more_link:hover,
.inside_left .fbcms_newsletters .news_archivetoggle:hover,
.inside_left .fbcms_newsletters .news_archivetoggle:focus,
.inside_left .fbcms_more_link a:hover,
.inside_left .fbcms_more_link a:focus,
.inside_left .content_buttonblock a:hover,
.inside_left .content_buttonblock a:focus,
.inside_left .fbcms_staff_cards .fbcms_contentbody .btn_read:hover,
.inside_left .fbcms_staff_cards .fbcms_contentbody .btn_read:focus,
.inside_left .news_archivetoggle:hover,
.inside_left .news_archivetoggle:focus
{
    background-color: #12636b;
}
.home_left .fbcms_spotlight_text .more_link:hover
{
    background-color: #fff; 
    color: #00305C;
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/

/*
===========================================================
 Calendar Styling
===========================================================
*/
.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item:not(:last-child)
{
    margin-bottom: 40px;
}
.fbcms_upcoming_events .time
{
    font-size: .8em;
    font-weight: bold;
}
li.fbcms_upcoming_event_item .event_group_date {
    width: 54px;
}
li.fbcms_upcoming_event_item .event_date {
    background: url(../img/EventRibbon.png) no-repeat center;
    background-size: 100%;
    color: #fff;
    text-align: center;
    width: 54px;
    height: 70px;
    padding: 0 0 13px;
    font-family: 'Dosis';
    vertical-align: middle;
}
li.fbcms_upcoming_event_item .event_group_date .event_day
{
    background: #00305c;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.1;
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    background: #00305c;
    font-weight: 400;
    line-height: 1.2;
}
li.fbcms_upcoming_event_item .event_group_data
{
    padding-left: 22px;
}
li.fbcms_upcoming_event_item .event_title:hover, 
li.fbcms_upcoming_event_item .event_title:focus
{
    text-decoration: underline;
}

/* Calendar List */
.month_table .month_header
{
    background-color: #00305C;
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: #999999;
}
.calendargrid .caltab .dayofweek
{
    background-color: #00305C;
    border-color:#ffffff;
    border-right-color: #ffffff;
}
.calendargrid .caltab .currentmonth .daynumber
{
    background-color: #12636b;
    color: #ffffff;
}
/* END Calendar Grid */

/* Small Calendar Grid */
.minigrid_verB {
    background: #fff;
    padding: 6px;
}
.minigrid_verB .fbcms_calendar_mini {
    border-collapse: separate;
    border-spacing: 6px;
}
.minigrid_verB tbody,
.minigrid_verB .isDay
{
    border: none;
    font-size: 18px;
}
.fbcms_calendar_minigrid td
{
    line-height: 3;
}
.minigrid_verB .calendar_mini_controls {
    text-align: center;
}

.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    font-weight: bold;
    color: #00305C;
    font-size: 22px;
}

.fbcms_calendar_minigrid th {
    color: #191919;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    background-color: #00305C;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    margin: 10px 6px;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth
{
    float: left;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth:hover,
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth:focus,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth:hover,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth:focus
{
    color: #ffffff;
    background-color: #12636b;
}

.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    color: #12636b;
    text-decoration: underline;
}

.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #ffffff;
    background-color: #12636b;
    border-radius: 3px;
}
/* END Small Calendar Grid */

/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 News Styling
===========================================================
*/
.fbcms_newscontent .fbcms_newscontent_month 
{
    font-size: 14px;
    color: #000;
}

.fbcms_newscontent .fbcms_newsarticle:not(:last-child),
.fbcms_news_headlines .fbcms_article:not(:last-child)
{
    margin-bottom: 30px;
}
/*
===========================================================
 END News Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing .email_icon,
.fbcms_staff_search .email_icon,
.fbcms_contact_email .email_icon,
.fbcms_staff_cards .fbcms_contentbody .email_icon  {
    background-color: #00305C;
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: #00305C;
    font-weight: bold;
}

/* Staff Cards */
.fbcms_staff_cards .fbcms_contentbody {
    margin: 0 -.5em;
}
.fbcms_staff_cards > .fbcms_contentbody > .fbcms_staffentry
{
    padding: 0 .5em 1em;
}
.fbcms_staff_cards .fbcms_contentbody .name {
    font-size: .8em;
}
.fbcms_staff_cards .fbcms_contentbody .row2, 
.fbcms_staff_cards .fbcms_contentbody .row3, 
.fbcms_staff_cards .fbcms_contentbody .row4,
.fbcms_staff_cards .fbcms_contentbody .profile, 
.fbcms_staff_cards .fbcms_contentbody .send_email {
    font-size: .75em;
}
.fbcms_staff_cards .fbcms_contentbody .btn_read {
    font-size: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1249px)
{
    .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 a .btnResultNavigation
{
    background-color: #00305C;
}
.changeperpageform select
{
    border-color: #999999;
}
/*
===========================================================
 END Pager Styling
===========================================================
*/

/*
===========================================================
 Spotlight Styling
===========================================================
*/
/* Home Focus Buttons */
.fbcms_content.focus_buttons
{
    padding: 12px; 
}
.focus_buttons .fbcms_spotlight
{
    overflow: visible;
}
.focus_buttons .fbcms_spotlight_liner
{
    transition: all .1s linear;
    background: #fff;
    border-radius: 15px;
    padding: 14px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
}
.focus_buttons .fbcms_spotlight_liner:hover,
.focus_buttons .fbcms_spotlight_liner:focus
{
    box-shadow: -10px 0 10px 0 rgba(0,0,0,.5);
}
.focus_buttons .fbcms_spotlight_text
{
    border-left: solid 1px #00305C;
    padding-left: 18px;
    margin-left: 48px;
    position: relative;
}
.focus_buttons .fbcms_spotlight_text:before
{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -48px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #00305C;
    transition: all .1s linear;
}
.focus_buttons .fbcms_spotlight_liner:hover .fbcms_spotlight_text:before,
.focus_buttons .fbcms_spotlight_liner:focus .fbcms_spotlight_text:before
{
    background: #009b8d;
}
.focus_buttons .desc_short
{
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.focus_buttons .more_link
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.focus_buttons
    {
        position: absolute;
        bottom: 0;
        /*top: 50%;
        transform: translateY(-50%);*/
        right: 0;
        z-index: 1;
        max-width: 40%;
        padding: 0;
    }
    .focus_buttons .fbcms_spotlight_liner
    {
        border-radius: 15px 0 0 15px;
        box-shadow: none;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_content.focus_buttons
    {
        bottom: 80px;
    }
}


/* QuickLinks */
.site_quicknav.fbcms_spotlights
{
    background-color: #d8dfe6;
    margin-bottom: 0;
}
.site_quicknav .fbcms_contentheader,
.site_quicknav .fbcms_contentfooter
{
    margin: 0;
    padding: 0;
}
.site_quicknav .fbcms_spotlight
{
    margin: 0 0 1px;
}
.site_quicknav .fbcms_spotlight .fbcms_spotlight_liner
{
    background-color: #fff;
    height: 100%;
    padding: 30px 16px 20px;
    text-align: center;
}
.site_quicknav a.fbcms_spotlight_liner:hover, 
.site_quicknav a.fbcms_spotlight_liner:focus
{
    background-color: #eee;
}
.site_quicknav .fbcms_spotlight .fbcms_spotlight_image
{
    height: 44px;
    margin-bottom: 24px;
    transform: scale(.8);
    transition: all .3s linear;
}
.site_quicknav a.fbcms_spotlight_liner:hover .fbcms_spotlight_image, 
.site_quicknav a.fbcms_spotlight_liner:focus .fbcms_spotlight_image
{
    transform: scale(1);
}
.site_quicknav .fbcms_spotlight .desc_short
{
    color: #00305C;
    font: bold 1rem/1 'Dosis',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    line-height: 1;
}
.site_quicknav .fbcms_spotlight .more_link
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .site_quicknav.fbcms_spotlights
    {
        box-shadow: 0 40px 10px -30px rgba(0,0,0,.1);
    }
    .page_schoolhome .site_quicknav.fbcms_spotlights,
    .page_interior .site_quicknav.fbcms_spotlights
    {
        box-shadow: 0 -40px 10px -30px rgba(0,0,0,.1);
    }
    .site_quicknav .spotlights_horizontal.horz_layout_6
    {
        justify-content: space-between;
    }
    .site_quicknav .spotlights_horizontal.horz_layout_6 .fbcms_spotlight
    {       
        flex-basis: calc(33.333% - (2px/3));
        max-width: none;
    }
}
@media only screen and (min-width: 994px)
{
    .site_quicknav.fbcms_spotlights
    {
        max-width: 1190px;
        position: relative;
        z-index: 1;
    }
    .page_home .site_quicknav.fbcms_spotlights:before
    {
        content: "";
        display: block;
        position: absolute;
        top: -78px;
        height: 58px;
        width: 100%;
        background: transparent url(../img/SchoolTagline.png) no-repeat top 0 left 20px;
        background-size: contain;
    }
    .page_home .site_quicknav.fbcms_spotlights
    {
        margin: -76px auto 0;
    }
    .page_schoolhome .site_quicknav.fbcms_spotlights,
    .page_interior .site_quicknav.fbcms_spotlights
    {
        margin: 0 auto -80px;
    }
    .site_quicknav .spotlights_horizontal.horz_layout_6 .fbcms_spotlight
    {
        flex-basis: calc(16.6667% - (5px / 6));
        margin-bottom: 0;
    }
    .site_quicknav .fbcms_spotlight .fbcms_spotlight_liner
    {
        padding: 40px 16px 30px;
    }
}
@media only screen and (min-width: 1300px)
{
    .page_home .site_quicknav.fbcms_spotlights:before
    {
        background-position: top center;
    }
}

/* Home Left */
.home_left.fbcms_spotlights .fbcms_spotlight_liner
{
    padding: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.home_left.fbcms_spotlights .fbcms_spotlight_image
{
    margin-bottom: 0;
}
.home_left.fbcms_spotlights .fbcms_spotlight_image img
{
    width: 100%;
}
.home_left.fbcms_spotlights .fbcms_spotlight_text
{
    background-color: #1469A1;
    color: #fff;
    padding: 0 26px 16px; 
}
.home_left.fbcms_spotlights .fbcms_spotlight .desc_short
{
    color: #fff;
    font-size: 1.125rem;
    line-height: 1;
    padding: 1rem 0;
}
.home_left .fbcms_spotlight .desc_long,
.home_left .fbcms_spotlight .more_link
{
    color: #fff;
    font-size: 1rem;
    display: inline-block;
}
@media only screen and (min-width: 768px)
{
    .home_left .spotlights_horizontal,
    .home_left .spotlights_horizontal .fbcms_spotlight_slide_liner
    {
        justify-content: space-around;
    }
    .home_left .spotlights_horizontal .fbcms_spotlight {
        margin: 0 0 30px;
    }
    .page_schoolhome .home_left.fbcms_spotlights .spotlights_horizontal .fbcms_spotlight
    {
        flex-basis: calc(25% - (60px / 4));
    }
    .home_left.fbcms_spotlights .fbcms_spotlight_text
    {
        position: absolute;
        bottom: 0;
        max-height: 3.125rem;
        width: 100%;
        transition: all 1s ease;
    }
    .home_left .fbcms_spotlight .fbcms_spotlight_liner:hover  .fbcms_spotlight_text
    {
        max-height: 100%;
    }
}
@media only screen and (min-width: 994px)
{
    .home_left.fbcms_spotlights .spotlights_horizontal .fbcms_spotlight
    {
        flex-basis: calc(48% - 20px);
    }
}

/* Quick Facts */
.district_quickfacts.fbcms_spotlights .fbcms_contentheader,
.page_schoolhome .home_left.fbcms_spotlights .fbcms_contentheader
{
    text-align: center;
}
.district_quickfacts .fbcms_spotlights_title,
.page_schoolhome .home_left .fbcms_spotlights_title
{
    padding: 0 12px .2em;
    display: inline-block !important;
}
.district_quickfacts .spotlights_horizontal .fbcms_spotlight {
    margin: 0;
}
.district_quickfacts .fbcms_spotlight_liner
{
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.district_quickfacts .fbcms_spotlight .fbcms_spotlight_image 
{
    margin-bottom: 0; 
}
.district_quickfacts .fbcms_spotlight_image img
{
    width: 100%;
}
.district_quickfacts .fbcms_spotlight_text
{
    padding: 12px;
}
.district_quickfacts .fbcms_spotlight .desc_long,
.district_quickfacts .fbcms_spotlight .more_link
{
    font-size: 14px;
    display: inline-block;
}
.district_quickfacts .fbcms_spotlight .more_link
{
    padding: 4px 8px;
    margin: 0;
}
    .district_quickfacts .fbcms_spotlight_text
    {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 12px 30px;
        background: rgba(0,0,0,.5);
        background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.6) 50%);
        color: #fff;
    }
    .district_quickfacts .fbcms_spotlight .desc_short
    {
        color: #fff;
    }
    .district_quickfacts.fbcms_spotlights,
    .district_quickfacts .fbcms_contentfooter
    {
        margin: 0;
    }
@media only screen and (min-width: 768px)
{
    .district_quickfacts.fbcms_spotlights .spotlights_horizontal .fbcms_spotlight 
    {
        flex-basis: 50%;
    }
    .district_quickfacts.fbcms_spotlights 
    {
        margin-bottom: -200px;
        position: relative;
        z-index: 2;
    }
}
@media only screen and (min-width: 1200px)
{
    .district_quickfacts.fbcms_spotlights .spotlights_horizontal .fbcms_spotlight 
    {
        flex-basis: 25%;
    }    
}

/*
===========================================================
 END Spotlight Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title
{
    background-color: #00305C;
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: #12636B;
}
.fbcms_ec_title h2
{
    line-height: initial;
    border-bottom: none;
    padding-bottom: 0;
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/
.page_schoolhome .FB_budgetbadge_wrapper
{
    display: none;
}
.FB_budgetbadge_wrapper h2,
.fbcms_floatybadge h2
{
    border-bottom: none;
}
.page_body #FB_budgetLinkDiv {
    top: 20px;
}