/* TCAPS 2022 Redesign */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700,900);

/* https://coolors.co/247cb9-78bab2-4b659b-e58d50-ed711f-a8a438-999925-d93b30-cb393c */

:root
{
    --TCAPS_Blue:       #247cb9; /* 4.5 */
    --TCAPS_MedBlue:    #206CA2; /* 5.63 (4.5 on LtGray) */
    --TCAPS_MedBlue2:   #1C5E8D; /* 6.91 */
    --TCAPS_DkBlue:     #23345f; /* 12.15 */

    --TCAPS_Green:      #999925; /* 3.02 */
    --TCAPS_Orange:     #ed711f; /* 3 */
    --TCAPS_Red:        #cb393c; /* 4.54 */
    --TCAPS_Indigo:     #4b659b; /* 2.49 */

    --TCAPS_iaTabs:     #7e97ab; /* 3.04 (light blue) */

    --TCAPS_BodyText:   #595959; /* 7 */
    --TCAPS_LtGray:     #E6E6E6; /* 1.24 */
    --TCAPS_XLtGray:    #F2F2F2; /* 1.11 */

    --School_LtGray:    #c1c1c1; /* 1.8 */
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
	color: var(--TCAPS_BodyText);
	font: 1rem/1.5 "Roboto", Arial, Helvetica, sans-serif;
}
.page_body
{
	margin: 0;
	background-color: #ffffff;
	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;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/* set styles for default page links */

a,
.fbcms_spotlight_text .more_link,
.fbcms_cards .fbcms_card_link {
	color: var(--TCAPS_MedBlue);
}

a:hover
{
	outline: 0;
}
/* set typography styles for common tags */

input,
textarea,
select {
	font: 100% "Roboto", Arial, Helvetica, sans-serif;
	color: #000;
	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"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	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;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #9f9f9f;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #525252;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
@media print
{
	body {
		font-size: 13px !important;
		line-height: 18px !important;
	}

	* {
		overflow: visible !important;
		box-shadow: none !important;
		color: #000 !important;
		background: #fff !important;
	}
}
/* END General Styling */

/* wrapper */

/* holder styles */

.fbcms_component
{
    width: 100%;
    max-width: 100%;
    display: block;
}
.component_liner
{
    width: 100%;
}
.fbcms_main > .component_liner,
.page_system .inside_center,
.page_logon .fbcms_main
{
    background: #fff;
}
@media only screen and (min-width: 768px)
{
    .fbcms_wrapper {
        overflow: hidden;
    }
    .component_liner,
    .fbcms_ppz_widget_liner,
    #navigation {
        width: 96%;
        height: 100%;
        max-width: 1600px;
        position: relative;
        margin: 0 auto;
    }
}

/* header */
#header {
	background-color: #fff;
}

.header-top {
	background: var(--TCAPS_XLtGray);
	min-height: 40px;
}

.header-top .header-wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.header-top-left {
	text-align: right;
	padding: 0 6px 0 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 10px;
}
@media only screen and (min-width: 768px)
{
	.header-top .form-holder {
		display: table-cell;
		vertical-align: top;
		text-align: right;
		width: 203px;
		position: relative;
		z-index: 101;
	}
}
@media only screen and (max-width: 767px)
{
	.header-top .header-wrap {
		display: block;
	}

	.header-top .form-holder {
		display: inline-block;
        float: right;
	}

	.header-top-left {
		display: inline-block;
		padding: 0;
	}
	.header-main {
		padding-bottom: 0;
	}

    .slider-opener.changerbutton
    {
        top: 3px;
    }
    .menusection_title {
        background-color: #333333;
        border-top: 1px solid #333333;
        display: block;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 11px 9px;
    }
}
@media only screen and (min-width: 768px)
{
    #header {
        position: relative;
        z-index: 100;
        min-height: 195px;
    }

    .header-main {
        position: relative;
        height: 123px;
    }

    .navigation_wrapper {
        background-color: var(--TCAPS_Blue);
        box-shadow: 0 10px 20px rgba(0,0,0,.2);
    }
    
    .menusection_title
    {
        display: none;
    }
}
@media print
{
	.header-top {
		display: none;
	}

	.header-main {
		margin-bottom: 30px;
	}
}

/* Logo */
.logo_glyph
{
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 96px);
    padding: 8px 12px;
    vertical-align: top;
    height: 100%;
}
@media only screen and (min-width: 768px)
{
    .logo_glyph
    {
        vertical-align: middle;
        padding: 0;
        max-width: 380px;
        display: grid;
        align-items: center;
    }
}

/* Site Scripts */
.header-top .fbcms_content.site_script_head {
    display: inline-block;
    padding: 7px 0;
    position: relative;
    z-index: 4;
}
.fbcms_content.site_script_foot
{
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 767px)
{
    .fbcms_content.site_script_foot
    {
        display: block;
        margin: 10px 0;
    }
    .fbcms_content.site_script_foot:after
    {
        content: "";
        display: block;
        clear: both;
    }
}

/* Social Media Script */
.fbcms_content ul.social_media_list {
    margin: 0;
}

.fbcms_content ul.social_media_list > li {
    margin: 0 6px;
    list-style: none;
}

.social_media_list li {
	float: left;
	font-size: 14px;
}

.fbcms_header .social_media_list a {
	color: #fff;
    text-align: center;
}
.fbcms_footer .social_media_list a {
    color: var(--TCAPS_Blue);
}
.social_media_list .social-media-circle {
    display: block;
	border-radius: 12px;
    padding: 5px 2px;
    background-color: var(--TCAPS_Blue);
    width: 24px;
    height: 24px;
}
.fbcms_footer .social_media_list .social-media-circle {
    background-color: #fff;
}
.header-top .social_media_list .twitter.social-media-circle {
    background-color: #50A7E4;
}
.header-top .social_media_list .twitter.social-media-circle {
    background-color: #50A7E4;
}
.header-top .social_media_list .youtube.social-media-circle {
    background-color: var(--TCAPS_Red);
}
.header-top .social_media_list .pinterest.social-media-circle {
    background-color: #AF2B30;
}
.header-top .social_media_list .instagram.social-media-circle {
    background-color: #507EA5;
}
.social_media_list a:hover,
.social_media_list a:focus
{
	opacity: .8;
	text-decoration: none;
}

.fbcms_content.header_button
{
    position: absolute;
    top: 48px;
    right: 4px;
}
.fbcms_sharedcontent a.donate {
    color: #fff;
    background-color: var(--TCAPS_Blue);
    padding: .2em .8em;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
}
.fbcms_sharedcontent a.donate:hover,
.fbcms_sharedcontent a.donate:focus {
    background-color: var(--TCAPS_Blue);
}

@media only screen and (min-width: 768px)
{
    .fbcms_content.header_button
    {
        top: 8px;
    }
    .fbcms_sharedcontent a.donate {
        padding: .4em 1em;
        font-size: 1.2rem;
    }
}

/* Translate */
.fbcms_header .translatedrop_title
{
    color: #000;
}
.translatedrop_title:after,
.translatedrop_title:before
{
    content: "\f107";
    display: inline-block;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    vertical-align: bottom;
}
.translatedrop_title:before
{
    content: "\f1ab";
    margin-right: 8px;
}
.translatedrop_title:after
{
    margin-left: 8px;
    transition: transform .3s;
    transform-origin: center;
}
.fbcms_translate.fbcms_drop.dropopen .translatedrop_title:after
{
    transform: rotate(180deg);
}
.goog-te-gadget,
.goog-te-gadget a
{
    color: #fff !important;
}
.fbcms_drop .goog-te-gadget,
.fbcms_drop .goog-te-gadget a
{
    color: initial !important;
}
.goog-te-gadget .goog-te-combo
{
    margin: 4px 0 0 0 !important;
}
@media only screen and (min-width: 768px)
{
    .fbcms_header .fbcms_translate
    {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .fbcms_header .fbcms_translate.fbcms_drop .drop_container
    {
        right: 0;
        text-align: right;
    }
}
@media only screen and (max-width: 767px)
{
    .fbcms_header .fbcms_drop
    {
        position: relative;
        text-align: right;
        z-index: 1000;
    }
}


.juicer-feed h1.referral a:after {
    background-size: contain !important;
}

/* Search */
.search-form
{
    position: absolute;
    top: 0;
    right: 44px;
    width: auto;
    z-index: 100;
    color: var(--TCAPS_MedBlue);
}
.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    border: none;
}
.search-form .search-input
{
    width: 160px;
    padding: 5px 12px;
    background-color: var(--TCAPS_LtGray);
    color: var(--TCAPS_MedBlue);
}
.search-form .submit
{
    color: var(--TCAPS_MedBlue);
    float: right;
    text-indent: -9999px;
    width: 40px;
    position: relative;
    background: var(--TCAPS_LtGray) url(../img/bg-search-ico.png) no-repeat center;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    background-color: var(--School_LtGray);
}
.search-form legend,
.search-form label
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@media only screen and (min-width: 768px)
{
    .search-form
    {
        right: 0;
    }
}
@media only screen and (max-width: 767px)
{
    /* search input collapse */
    .search-form .search-input
    {
        padding: 0;
        width: 0;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }
    .search-form.opened .search-input 
    {
        padding-left: 10px;
        width: 160px;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Focus Menu */
@media only screen and (min-width: 768px)
{
    .menu_focus 
    {
        position: absolute;
        bottom: 58px;
        right: 0;
        vertical-align: bottom;
        text-align: right;
        max-width: calc(100% - 450px);
    }

    .menu_focus ul li 
    {
        padding: 4px 15px 0;
        font: bold 14px/18px "Roboto", Arial, Helvetica, sans-serif;
    }

    .menu_focus ul a
    {
        font-size: 1.188rem;
        color: var(--TCAPS_Orange);
        background-color: #fff;
        display: block;
    }
}
@media only screen and (min-width: 994px)
{
    .menu_focus 
    {
        bottom: 70px;
    }
}
@media print
{
	.menu_focus {
		display: none !important;
	}
}

/* Subpages Menu */
.menu_subpages.drop-nav
{
    display: none;
}
@media only screen and (max-width: 767px)
{
    .menu_subpages.drop-nav
    {
        display: block;
    }
}

/* Breadcrumb Nav */
.breadcrumb-nav
{
    padding: 10px 12px;
    display: none;
}
.breadcrumb-nav li
{
    font-size: .825rem;
    line-height: 1.2;
}
.breadcrumb-nav li:after {
    color: #D1D1D1;
    content: "/ ";
    padding: 0 6px;
}
.breadcrumb-nav li:last-child:after {
    display: none;
}
.breadcrumb-nav a:hover,
.breadcrumb-nav a:focus
{
    text-decoration: none;
}
@media only screen and (max-width: 767px)
{
    .breadcrumb-nav
    {
        display: block;
    }
}

/* Head Menu */
@media only screen and (max-width: 767px)
{
    .header-top-left .menu_head
    {
        display: none;
    }
}
@media only screen and (min-width: 768px)
{
    .header-navigation .menu_head
    {
        display: none;
    }

    .header-top-left .menu_head
    {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        letter-spacing: 0;
        position: relative;
        z-index: 101;
    }

    .menu_head ul,
    .menu_head li
    {
        height: 100%;
    }
    
    .menu_head li a
    {
        color: var(--TCAPS_BodyText);
        font: .85rem/1 "Roboto", Arial, Helvetica, sans-serif;
        padding: 13px 5px 6px;
        background-color: transparent;
        height: 100%;
        display: inline-block;
    }

    .menu_head li a:hover,
    .menu_head li a:focus
    {
        text-decoration: underline;
    }
}
@media print
{
}
/* END Head Menu */

/* main-nav */
@media only screen and (max-width: 767px)
{
    .fbcms_header > .slider-opener.changerbutton:before,
    .fbcms_header > .slider-opener.changerbutton:after, 
    .fbcms_header > .slider-opener.changerbutton span {
        background-color: var(--TCAPS_Blue);
    }
}
@media only screen and (min-width: 768px)
{
    .main-nav
    {
        position: relative;
    }
    .main-nav a
    {
        text-decoration: none;
    }
    .main-nav a:hover,
    .main-nav a:focus
    {
        text-decoration: underline;
    }
    .main-nav .top_level_item
    {
        display: inline-block;
        margin: 0 0 0 1px;
        position: relative;
        height: 100%;
        vertical-align: top;
    }
    .main-nav .top_level_link
    {
        font: 700 1.3rem/1.3 "Roboto", Arial, Helvetica, sans-serif;
        letter-spacing: .5px;
        color: #fff;
        padding: 12px 20px;
    }
    .main-nav .top_level_item.active,
    .main-nav .top_level_item:hover,
    .main-nav .top_level_item.hoverfocus
    {
        background-color: var(--TCAPS_Orange);
    }
    .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 {
        text-decoration: none;
    }
    /* drop-down */
    .main-nav .top_level_item > .drop 
    {
        padding: 12px;
        top: 100%;
        left: 0;
        background-color: #ffffff;
        width: 250px;
        box-shadow: 0 9px 9px rgba(0, 0, 0, .3);
    }
    .main-nav .top_level_item:last-child > .drop 
    {
        right: 0;
        left: auto;
    }
    .main-nav .top_level_item > .drop li 
    {
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {
        background-color: #ffffff;
    }
    .main-nav .top_level_item > .drop .item_link
    {
        padding: 4px 0;
    }
    
    
    .main-nav .top_level_item.menu_school > .drop 
    {
        width:750px;
        padding: 26px 17px 33px;
        text-align: left;
    }
    .main-nav .top_level_item.menu_school > .drop .drop
    {
        display: block;
    }
    .main-nav .top_level_item.menu_school > .drop .sublist_0 > li > .link_pair > .item_link
    {
        color: var(--TCAPS_Orange);
        display: block;
        font: 700 20px/25px "Roboto", Arial, Helvetica, sans-serif;
        margin: 0 0 11px;
    }
    .main-nav .top_level_item.menu_school > .drop .sublist_0 > li > .link_pair > .item_link:hover{
        text-decoration: none;
    }
    .main-nav .top_level_item.menu_school > .drop .sublist_1 > li > .link_pair > .item_link
    {
        font: 14px/16px "Roboto", Arial, Helvetica, sans-serif;
        margin: 0 0 6px;
    }
    .main-nav .top_level_item.menu_school > .drop li 
    {
        padding: 0;
        margin-bottom: 8px;
    }
    .main-nav .top_level_item.menu_school > .drop .sublist_0 > li
    {
        display: inline-block;
        width: 33%;
        vertical-align: top;
        float: left;
		padding-right: 40px;
    }
	/* Force proper wrapping when third column is shorter than second...*/
	.main-nav .top_level_item.menu_school .sublist_0 .sublist_item:nth-child(3n) {
        padding-bottom: 30px;
	}	
	.main-nav .top_level_item.menu_school .sublist_1 .sublist_item:nth-child(3n) {
        padding-bottom: 0;
	}
}
@media only screen and (min-width: 994px)
{
    .main-nav .top_level_item .top_level_link
    {
        padding: 12px 30px;
        font-size: 1.4rem;
    }
}
@media print {
}

/* Main Style */
.fbcms_main {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--TCAPS_Blue)+0,#ffffff+94 */
    background: rgb(51,128,181); /* Old browsers */
    background: -moz-linear-gradient(top, var(--TCAPS_Blue) 0%, #ffffff 94%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, var(--TCAPS_Blue) 0%, #ffffff 94%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, var(--TCAPS_Blue) 0%, #ffffff 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 50;
}
.district_home .fbcms_main 
{
    background: #fff;
}
@media print
{
}

/* Home/School Banner */
.banner {
	margin: 0;
	overflow: hidden;
    position: relative;
    z-index: 1;
    background: var(--TCAPS_Blue);
}
.banner img,
.inside_focus img
{
    width: 100%;
    height: auto;
}
.fbcms_imagerotator .cycle-slide
{
    width: 100%;
}
.fbcms_photogallery .fbcms_imagerotator .slide img {
    margin: 0 auto;
}
.fbcms_content.home_focus {
    width: 100%;
}
.welcome_wrapper,
.page_school_home .home_welcome
{
    box-shadow: inset 0 -20px 20px -20px rgb(0 0 0 / 20%), inset 0 30px 30px -30px rgb(0 0 0 / 60%);
}
.fbcms_content.home_welcome {
	position: relative;
	z-index: 5;
    width: 100%;
	font: 1.2rem/1.5 "Roboto", Arial, Helvetica, sans-serif;
	color: #ffffff;
    padding: 20px 15px 20px;
    text-align: center;
}
.home_welcome a {
    color: #ffffff;
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.home_welcome {
        padding: 34px 100px 20px;
    }
    .district_home  .fbcms_content.home_welcome {
        padding-bottom: 100px;
    }
}
@media print
{
	.fbcms_content.home_focus {
		padding-left: 20px;
	}

	.fbcms_content.home_welcome {
		font-size: 12px !important;
		line-height: 15px !important;
		height: auto;
		padding: 10px 5px 0 10px;
	}
}

/* Focus Overlay */
.fbpgro_overlay
{
    background-color: var(--TCAPS_Blue);
    color: #fff;
    height: auto;
    padding: 12px;
}
.fbpgro_textwrapper
{
    position: relative;
}
.fbpgro_overlay a
{
    color: #fff;
}
.fbpgro_title
{
    font-weight: 700;
}
.fbpgro_desc
{
    font-weight: 400;
}
.fbpgro_textwrapper
{
    position: relative;
}
@media only screen and (min-width: 500px)
{
    .fbpgro_overlay
    {
        background: rgb(0 0 0 / 70%);
        overflow: visible;
    }
    .fbpgro_title
    {
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 994px)
{   
    .page_home .fbpgro_overlay
    {
        position: relative;
        margin: 0 auto;
        padding: 0;
        overflow: visible;
        width: 95%;
        max-width: 1200px;
        background: transparent;
    }
    .page_home .fbpgro_overlay .fbpgro_textwrapper
    {
        background-color: rgb(0 0 0 / 55%);
        position: absolute;
        left: 0;
        bottom: 120px;
        width: 50%;
        padding: 20px 30px 30px;
    }
    .page_home .fbpgro_title
    {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 5px;
    }
}

/* District Home Framework */
.fbcms_component.home_calendar_wrapper
{
    background-color: var(--TCAPS_LtGray);
    text-align: center;
}
.fbcms_component.home_bottom_wrapper
{
    background-color: var(--TCAPS_LtGray);
}
.district_home .main_content .component_liner
{
    padding: 0 12px;
}
/* margin fix */
.district_home .fbcms_contentheader,
.district_home .fbcms_contentfooter {
    padding: 1px 0;
    text-align: center;
}
@media only screen and (min-width: 768px)
{
    .district_home .main_content .component_liner
    {
        padding: 0;
    }
}

/* School Home Page Framework */
.three-columns {
	overflow: hidden;
	position: relative;
}

.three-columns .home_right_wrapper {
	padding: 5px 0 0;
}

.page_school_home .home_bottom_wrapper
{
    border-top: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px)
{
    .fbcms_main > .component_liner
    {
        padding: 0 12px;
    }
	.three-columns {
		margin: 0 0 20px;
	}

    .three-columns .column
    {
        padding: 20px 0;
    }
	.three-columns .column {
		border-bottom: 1px solid var(--TCAPS_LtGray);
	}
}
@media only screen and (min-width: 768px)
{
    .fbcms_main > .component_liner
    {
        padding: 20px;
    }
    .three-columns
    {
        padding: 30px 0 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items:stretch;
        align-items:stretch;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .three-columns .column {
        width: 33.33%;
        padding: 0 20px;
    }

    .three-columns .column.home_left_wrapper {
        border-right: solid 1px var(--TCAPS_LtGray);
    }

    .three-columns .column.home_right_wrapper {
        border-left: solid 1px var(--TCAPS_LtGray);
    }
}
@media only screen and (min-width: 768px) and (max-width: 993px)
{
    .page_home:not(.page_school_home) .three-columns
    {
        flex-wrap: wrap;
    }
    .page_home:not(.page_school_home) .three-columns .column.home_right_wrapper,
    .page_home:not(.page_school_home) .three-columns .column.home_center_wrapper {
        width: 50%;
        margin-top: 3rem;
    }
    .page_home:not(.page_school_home) .three-columns .column.home_left_wrapper {
        width: 100%;
    }
}
@media print
{
	.three-columns {
		overflow: visible !important;
		padding: 0 0 20px;
	}

	.three-columns .column.home_left_wrapper {
		display: none;
	}

	.three-columns .column.home_center_wrapper {
		width: 50%;
	}

	.three-columns .column.home_right_wrapper {
		width: 50%;
	}
}

/* TabSets */
.fbcms_tabset .tabset_title:first-child .tabset_title_header
{
    margin-right: 10px;
}
.fbcms_tabset .tabset_title a
{
    color: var(--TCAPS_iaTabs);
    font: 700 20px/26px "Roboto", Arial, Helvetica, sans-serif;
    vertical-align: top;
    position: relative;
}
.fbcms_tabset .tabset_title.active a,
.fbcms_tabset .tabset_title a:hover,
.fbcms_tabset .tabset_title a:focus
{
    color: var(--TCAPS_Blue);
}
.fbcms_editmode .fbcms_tabset .tabset_title
{
    background-color: #CCCCCC;
}
.fbcms_editmode .fbcms_tabset .tabset_title.active
{
    background-color: #7777CC;
}
.fbcms_editmode .fbcms_tabset .tabset_title .vpadm_editable_section
{
    background-color: #ffffff;
}
.tabset_titlecontainer
{
    margin: 0 0 22px;
    width: 100%;
    border-bottom: solid 1px var(--TCAPS_LtGray);
}
@media only screen and (min-width: 768px)
{
    .tabset_titlecontainer
    {
        padding: 0 14px;
    }
    .fbcms_tabset .tabset_contentcontainer .tabset_content {
        padding: 0 14px;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_tabset .tabset_title a
    {
        font: 700 25px/30px "Roboto", Arial, Helvetica, sans-serif;
    }
}
@media print
{
}

/* Internal Page Framework */
.fbcms_panel_main {
    width: 100%;
    display: block;
    vertical-align: top;
    background: #ffffff;
    position: relative;
    z-index: 20;
}

.fbcms_main > .component_liner.two-columns {
	padding: 0;
}

.two-columns .wrap {
	overflow: hidden;
	width: 100%;
}

.page_onecol .fbcms_panel_main {
	width: 100%;
}

.fbcms_content.inside_title {
	color: #fff;
    background-color: var(--TCAPS_Blue);
	padding: 12px 32px;
	letter-spacing: .5px;
    font: 900 30px/35px "Roboto", Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
.inside_focus + .fbcms_content.inside_title 
{
    background-color: var(--TCAPS_Blue);
}
.fbcms_content.inside_center,
.fbcms_content.landing_bottom,
.fbcms_content.flexi_block
{
	position: relative;
}

.wrap-two-cols {
	overflow: hidden;
	position: relative;
	padding: 12px;
}

.wrap-two-cols .cols {
	float: left;
	width: 50%;
	padding-bottom: 20px;
}
.fbcms_content.inside_center.lastone + .wrap-two-cols
{
    border-top: solid 1px var(--TCAPS_LtGray);
}
.wrap-two-cols .cols.landing_left_wrapper {
	padding: 0 20px 0 0;
}
.fbcms_tabset .tabset_title.active a.landing_left_tab1_title,
.fbcms_tabset .tabset_title a.landing_left_tab1_title:hover,
.fbcms_tabset .tabset_title a.landing_left_tab1_title:focus
{
    color: var(--TCAPS_Orange);
}

.landing_right_wrapper {
	padding: 0 0 0 20px;
}
.fbcms_tabset .tabset_title.active a.landing_right_tab1_title,
.fbcms_tabset .tabset_title a.landing_right_tab1_title:hover,
.fbcms_tabset .tabset_title a.landing_right_tab1_title:focus
{
    color: var(--TCAPS_Blue);
}
@media only screen and (min-width: 768px)
{
    .fbcms_panel_main {
        width: 70%;
    }
    .two-columns .wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items:stretch;
        align-items:stretch;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .wrap-two-cols {
        padding: 40px 0;
        margin: 0 30px;
    }
}
@media only screen and (max-width: 1023px)
{
	.wrap-two-cols {
		padding-top: 40px;
	}

	.wrap-two-cols .cols {
		width: 48%;
	}

	.wrap-two-cols .cols.landing_left_wrapper {
		width: 47%;
	}
	.landing_right_wrapper {
		padding: 0 10px 0 50px;
	}
}
@media only screen and (max-width: 767px)
{
	.two-columns .wrap {
		display: block;
	}

	.wrap-two-cols {
		padding-bottom: 20px;
	}

	.wrap-two-cols .cols {
		float: none;
		width: auto;
	}

	.wrap-two-cols .cols.landing_left_wrapper {
		width: auto;
		padding: 0 12px 30px;
	}
	.landing_right_wrapper,
    .fbcms_content.inside_center,
    .fbcms_content.landing_bottom,
    .fbcms_content.section_title,
    .fbcms_main .flexi
    {
        padding: 0 12px;
    }

    .fbcms_content.firstone,
    .fbcms_content.firstone
    {
        padding-top: 15px;
    }

    .fbcms_content.lastone,
    .fbcms_content.lastone
    {
        padding-bottom: 16px;
    }
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.inside_center,
    .fbcms_content.landing_bottom,
    .fbcms_content.section_title,
    .fbcms_main .flexi
    {
        padding: 0 30px;
    }

    .fbcms_content.firstone,
    .fbcms_content.firstone
    {
        padding-top: 20px;
    }

    .fbcms_content.lastone,
    .fbcms_content.lastone
    {
        padding-bottom: 25px;
    }
}
@media print
{
	.two-columns .wrap {
		display: block;
	}

	.fbcms_panel_main {
		float: left;
		display: block;
	}

	.wrap-two-cols {
		padding-bottom: 20px;
	}

	.wrap-two-cols .cols {
		float: none;
		width: 100%;
	}

	.landing_left_wrapper {
		display: none;
	}
	.landing_right_wrapper {
		padding: 0 20px;
		width: 100%;
		float: none;
	}
}


/* Internal Focus */
.landing_focus {
	position: relative;
	height: 326px;
}
@media print
{
	.landing_focus {
		overflow: hidden;
		height: auto;
	}
}

/* Side Content */
#sidebar {
    display: block;
    width: 100%;
    background: var(--TCAPS_LtGray);
    padding: 20px 12px;
	overflow: hidden;
	position: relative;
	z-index: 10;
    box-shadow: inset 0 6px 6px -6px rgba(0,0,0,.3);
}
@media only screen and (min-width: 768px)
{
    #sidebar {
        width: 30%;
        overflow: hidden;
        background: #ffffff;
        position: relative;
        z-index: 10;
        box-shadow: inset 6px 0 6px -6px rgba(0,0,0,.3);
        padding: 30px 32px;
    }
}
@media print
{
	#sidebar {
		padding-top: 0;
	}
}

/* Flexi Content */
.flexi
{
    position: relative;
}
.flexi .fbcms_section
{
    width: 100%;
    position: relative;
}
.fbcms_content.section_title
{
    padding-top: 1em;
}
.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 */
}

/* Side Navigation Menu */
.side-nav
{
    margin: 0 0 63px;
}
.side-nav a
{
    font: 1rem/1.4 "Roboto", Arial, Helvetica, sans-serif;
    margin: 0 0 6px;
    padding: 0;
    font-weight: 700;
    text-decoration: none;
}
.side-nav a:hover,
.side-nav a:focus,
.side-nav li.current_item > a
{
    color: var(--TCAPS_Blue);
	text-decoration: underline;
}
.side-nav .sidelist_0 > li > a
{
    color: var(--TCAPS_Orange);
    font: 900 22px/28px "Roboto", Arial, Helvetica, sans-serif;    
    margin: 0 0 12px;
}
.side-nav .sidelist_1 .side_sublist
{
    padding-left: 17px;
}
.side_list.side_sublist.sidelist_2 > li {
	padding-bottom: 2px;
}

.page_profile .side_list.sidelist_0 {
    display: none;
}

@media only screen and (max-width: 767px)
{
    .side-nav
    {
        display: none;
    }
}
/* END Side Navigation Menu */

/* footer */
#footer {
	font: .925rem/1.2 "Roboto", Arial, Helvetica, sans-serif;
	background: var(--TCAPS_Blue);
	position: relative;
	overflow: hidden;
	color: #fff;
}
.fbcms_footer .component_liner
{
    padding: 12px;
}

.fbcms_content.building_info
{
    display: inline-block;
    vertical-align: middle;
}
.fbcms_content.building_info .divider
{
    display: none;
}
.fbcms_content.building_info > span {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	position: relative;
}
.fbcms_translate
{
    letter-spacing: 0;
    margin: 5px 0;
}

.power-by .copy:after {
	position: absolute;
	width: 1px;
	content: "|";
	top: 0;
	right: 0;
}

.fbcms_footer a {
	color: #fff;
}

@media only screen and (max-width: 1023px)
{
	.footer-left {
		width: 72%;
	}

	.footer-left .info {
		width: 75%;
	}
}
@media only screen and (max-width: 767px)
{
    .fbcms_content.building_info > span {
		display: block;
        padding-bottom: 2px;
	}
    .fbcms_content.building_info > span + span:after {
        display: none;
    }

	.power-by,
    .link_pdfviewer {
		display: block;
		width: 100%;
		padding: 5px 0;
	}
}
@media only screen and (min-width: 768px)
{
    .fbcms_footer 
    {
        position: relative;
        z-index: 2;
    }
    .fbcms_footer .component_liner
    {
        padding: 20px 0;
        display: flex;
    }

    .footer-left
    {
        width: 70%;
    }
    .footer-right
    {
        width: 30%;
    }

    .fbcms_content.building_info > span + span {
        padding-left: 6px;
        margin-left: 4px;
    }

    .fbcms_content.building_info > span + span:after {
        position: absolute;
        width: 1px;
        content: "|";
        top: 0;
        left: 0;
    }
    .power-by {
        overflow: hidden;
        text-align: right;
        float: right;
        margin-bottom: 10px;
    }

    .power-by .copy {
        position: relative;
        padding-right: 6px;
        margin-right: 5px;
    }
    .link_pdfviewer
    {
        float: right;
        clear: right;
    }
}
@media print
{
	#footer {
		padding: 10px 15px;
		text-align: left;
	}

	.footer-left {
		display: block;
		width: 100%;
		float: none;
		padding-left: 10px;
	}

	.footer-left .info {
		padding: 10px 0 0;
		font-size: 11px !important;
		line-height: 14px !important;
		width: 100%;
	}

	.footer-left .info li {
		width: auto !important;
		position: relative !important;
	}

	.footer-left .site_script_foot {
		display: none;
	}

	.power-by {
		display: none;
	}
}


/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
	color: #3380b4;
    font: 700 2rem/1.2 "Roboto",Arial,Helvetica,sans-serif;
	margin-bottom: .3em;
}
.fbcms_content.home_welcome h1 {
    color: #ffffff;
	font: 700 1.75rem/1.2 "Roboto", Arial, Helvetica, sans-serif;
    margin-bottom: .4em;
}
h1 span 
{
    color: #ffffff;
    display: block;
    font-size: .6em;
    line-height: 1.2;
    text-transform: uppercase;
}

h2
{
    color: var(--TCAPS_Orange);
    font: 700 1.7rem/1.3 "Roboto",Arial,Helvetica,sans-serif;
    margin-bottom: .3em;
}
.home_calendar_wrapper h2,
.quickspots_wrapper h2,
.home_bottom_wrapper h2
{
    color: var(--TCAPS_MedBlue);
}
.fbcms_content.home_welcome h2 {
    color: #fff;
    font: 700 1.2rem/1.3 "Roboto",Arial,Helvetica,sans-serif;
    margin: 0;
    text-transform: uppercase;
}

h3
{
	color: var(--TCAPS_Green);
    font: 700 1.3rem/1.4 "Roboto",Arial,Helvetica,sans-serif;
    margin-bottom: .3em;
}

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: var(--TCAPS_MedBlue);
    font: 900 1.1rem/1.4 "Roboto", Arial, Helvetica, sans-serif;
    margin-bottom: .3em;
}

h5
{
    color: var(--TCAPS_Blue);
    font: 700 1rem/1.4 "Roboto",Arial,Helvetica,sans-serif;
    margin-bottom: .3em;
}

h6
{
    color: var(--TCAPS_MedBlue);
    font: 700 1rem/1.4 "Roboto",Arial,Helvetica,sans-serif;
    margin-bottom: .3em;
}

.content_intro
{
    font: 300 1.3rem/1.5 "Roboto",Arial,Helvetica,sans-serif;
}
.home_welcome .content_intro
{
    display: inline-block;
    max-width: 800px;
    color: #fff;
    padding: 4px 24px;
    margin: 8px auto;
    background-image: url("../img/iconmonstr-quote-6-icon.svg"), url("../img/iconmonstr-quote-6-icon-top.svg");
    background-position: 100% 100%, 0px 0px;
    background-size: 30px, 30px;
    background-repeat: no-repeat, no-repeat;
}

.content_buttonblock a,
.district_home .jump_url a,
.district_home .spotlight_button.spotlight_viewall,
.district_home .fbcms_newsletters .news_archivetoggle,
.district_home .fbcms_more_link a {
	font: 700 1.188rem/1.3 "Roboto", Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: var(--TCAPS_Orange);
    border: solid 2px var(--TCAPS_Orange);
	display: inline-block;
	vertical-align: top;
	padding: 7px 13px 4px;
    margin: 0 0 .5em;
	text-transform: uppercase;
    text-decoration: none;
	-webkit-transition: background 200ms linear;
	transition: background 200ms linear;
}
.content_buttonblock a:hover,
.content_buttonblock a:focus,
.district_home .jump_url a:hover,
.district_home .jump_url a:focus,
.district_home .spotlight_button.spotlight_viewall:hover,
.district_home .spotlight_button.spotlight_viewall:focus,
.district_home .fbcms_newsletters .news_archivetoggle:hover,
.district_home .fbcms_newsletters .news_archivetoggle:focus,
.district_home .fbcms_more_link a:hover,
.district_home .fbcms_more_link a:focus
{
    background: #fff;
	color: var(--TCAPS_Blue);
	text-decoration: none;
}
@media print
{
	.fbcms_content.home_welcome h1 {
		text-shadow: none;
		font-size: 20px;
		line-height: 25px;
	}
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title {
    background-color: var(--TCAPS_Blue);
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: var(--TCAPS_Orange);
}
.fbcms_ec_title .fbcms_ec_titletext {
	font-size: 19px;
    font-weight: bold;
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/

/*
===========================================================
 Calendar Styling
===========================================================
*/
.fbcms_upcoming_events .event_date 
{
    font-size: 100%;
    line-height: 100%;
    text-transform: none;
	font-weight: normal;
}

.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item
{
    border-top: 1px solid var(--TCAPS_LtGray);
    line-height: 16px;
    margin:0 0 13px;
    padding: 0 0 13px;
    position: relative;
}
li.fbcms_upcoming_event_item .event_group_date
{
    width: 41px;
}
li.fbcms_upcoming_event_item .event_date
{
    background-color: var(--TCAPS_Blue);
    color: #ffffff;
    font: 400 13px/13px "Roboto", Arial, Helvetica, sans-serif;
    padding: 3px;
    position: relative;
    width: 41px;
}
li.fbcms_upcoming_event_item .event_date:after,
li.fbcms_upcoming_event_item .event_date:before {
	bottom: -8px;
	position: absolute;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 20px 0 0;
	border-color: var(--TCAPS_Blue) transparent transparent;
}
li.fbcms_upcoming_event_item .event_date:after {
	right: 0;
    left: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 8px 0;
	border-color: transparent var(--TCAPS_Blue) transparent;
}

li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    line-height: 100%;
}
li.fbcms_upcoming_event_item .event_group_data
{
    padding: 6px 0 10px 10px
}
li.fbcms_upcoming_event_item .event_title
{
    margin-top: 5px;
    color: var(--TCAPS_Blue);
    display: block;
}
li.fbcms_upcoming_event_item a.event_title:hover,
li.fbcms_upcoming_event_item a.event_title:focus
{
    text-decoration: underline;
}
.fbcms_upcoming_events .event_description a 
{
    color: #333333;
}

/* Multi colored pattern */
/* COLOR 1 */
li.fbcms_upcoming_event_item:nth-child(3n+1) .event_date
{
    background-color: var(--TCAPS_DkBlue);
}
li.fbcms_upcoming_event_item:nth-child(3n+1) .event_date:before {
    border-color: var(--TCAPS_DkBlue) transparent transparent;
}
li.fbcms_upcoming_event_item:nth-child(3n+1) .event_date:after {
    border-color: transparent var(--TCAPS_DkBlue) transparent;
}
li.fbcms_upcoming_event_item:nth-child(3n+1) .event_title
{
    color: var(--TCAPS_DkBlue);
}
/* COLOR 2 */
li.fbcms_upcoming_event_item:nth-child(3n+2) .event_date
{
    background-color: var(--TCAPS_MedBlue2);
}
li.fbcms_upcoming_event_item:nth-child(3n+2) .event_date:before {
    border-color: var(--TCAPS_MedBlue2) transparent transparent;
}
li.fbcms_upcoming_event_item:nth-child(3n+2) .event_date:after {
    border-color: transparent var(--TCAPS_MedBlue2) transparent;
}
li.fbcms_upcoming_event_item:nth-child(3n+2) .event_title
{
    color: var(--TCAPS_MedBlue2);
}
/* COLOR 3 */
li.fbcms_upcoming_event_item:nth-child(3n+3) .event_date
{
    background-color: var(--TCAPS_Blue);
}
li.fbcms_upcoming_event_item:nth-child(3n+3) .event_date:before {
    border-color: var(--TCAPS_Blue) transparent transparent;
}
li.fbcms_upcoming_event_item:nth-child(3n+3) .event_date:after {
    border-color: transparent var(--TCAPS_Blue) transparent;
}
li.fbcms_upcoming_event_item:nth-child(3n+3) .event_title
{
    color: var(--TCAPS_Blue);
}
/* END Multi colored pattern */
/* Custom */
.district_home .fbcms_upcoming_events .fbcms_upcoming_event_group,
.district_home .fbcms_upcoming_events .fbcms_upcoming_event_item 
{
    text-align: center;
    padding: 20px 12px 10px;
    background: var(--TCAPS_Blue);
    margin-bottom: 1rem;
    border: solid 3px var(--TCAPS_Indigo);
}
.district_home li.fbcms_upcoming_event_item .event_date
{
    color: #fff;
    background: var(--TCAPS_Blue);
}
.district_home li.fbcms_upcoming_event_item .event_date:after, 
.district_home li.fbcms_upcoming_event_item .event_date:before
{
    display: none;
}
.district_home li.fbcms_upcoming_event_item .event_group_date,
.district_home li.fbcms_upcoming_event_item .event_date,
.district_home li.fbcms_upcoming_event_item .event_group_data
{
    display: block;
    width: 100%;
    padding: 0 0 10px;
}
.district_home li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-size: 2.5rem;
    line-height: 1;
}
.district_home li.fbcms_upcoming_event_item .time,
.district_home li.fbcms_upcoming_event_item .span_event_finisher
{
    color: #fff;
}
.district_home li.fbcms_upcoming_event_item .event_group_date .event_month
{
    font-size: 1.25rem;
    color: #fff;
} 
.district_home .fbcms_upcoming_events .event_title, 
.district_home .fbcms_upcoming_events .event_title a
{
    color: #fff !important;
}
@media only screen and (min-width: 768px)
{
    .district_home .fbcms_upcoming_events .fbcms_upcoming_event_list
    {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .district_home .fbcms_upcoming_events .fbcms_upcoming_event_item
    {
        transform: scale(.95);
        transition: transform .4s ease;
    }
    .district_home .fbcms_upcoming_events .fbcms_upcoming_event_item:hover
    {
        transform: scale(1);
    }
    .district_home .fbcms_upcoming_events .fbcms_upcoming_event_group,
    .district_home .fbcms_upcoming_events .fbcms_upcoming_event_item 
    {
        width: calc(33.333% - (4rem / 3));
        display: inline-block;
    }
}
@media only screen and (min-width: 994px)
{
    .district_home .fbcms_upcoming_events .fbcms_upcoming_event_group,
    .district_home .fbcms_upcoming_events .fbcms_upcoming_event_item 
    {
        width: calc(20% - (5rem / 6));
    }
}

/* Calendar List */
.month_table .month_header
{
    background-color: var(--TCAPS_Blue);
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: #999999;
}

.calendargrid .caltab .dayofweek
{
    background-color: var(--TCAPS_MedBlue);
    border-color:#ffffff;
    border-right-color: #ffffff;
}

.calendargrid .caltab .datecell
{
    border-color:#ffffff;
}


.calendargrid .caltab .othermonth,
.calendargrid .caltab .othermonth .listcell,
.calendargrid .caltab .weekend,
.calendargrid .caltab .weekend .listcell
{
    background-color: #F5F6F5;
}

.calendargrid .caltab .currentmonth .daynumber
{
    background-color: var(--TCAPS_Blue);
    color: #ffffff;
}

.calendargrid .caltab .currentmonth
{
    background-color: #F5F6F5;
}
/* END Calendar Grid */


/* Calendar Event */
.calendar_event .event_details caption
{
    color: #999999;
}
/* END Calendar Event */


/* Small Calendar Grid */
.minigrid_verB {
    background: #fff;
    padding: 0;
}
.minigrid_verB thead
{
    color: #fff;
    background-color: var(--TCAPS_MedBlue);
    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;
    font-family: 'Inter',Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
}
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    color: var(--TCAPS_LtGray);
    font-size: 2rem;
    line-height: .5;
    margin: 0 10px;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth
{
    float: left;
}
.fbcms_calendar_minigrid th {
    color: #fff;
}
.fbcms_calendar_minigrid td
{
    font-size: .925rem;
    line-height: 2.5;
}
.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    background-color: var(--TCAPS_LtGray);
    color: var(--TCAPS_MedBlue);
    text-decoration: underline;
}
.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #fff;
    background-color: var(--TCAPS_Blue);
}
/* END Small Calendar Grid */

/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_search .email_icon,
.fbcms_staff_listing .email_icon,
.fbcms_contact_email .email_icon
{
    background-color: var(--TCAPS_Red);
}
.fbcms_staff_search .fbcms_table_header,
.fbcms_staff_listing_headers
{
    font-weight: bold;
}
.page_school_home h2.data-driven-title.fbcms_staff_heading {
	color: #282828;
	font: 700 17px/20px "Roboto",Arial,Helvetica,sans-serif;
}
/*
===========================================================
 END Staff Styling
===========================================================
*/

/*
===========================================================
 Pager Styling
===========================================================
*/
.pager
{
    text-align: center;
    width: 100%;
}
.pager a .btnResultNavigation
{
    background-color: var(--TCAPS_Red);
}

.changeperpageform select
{
    border-color: #999999;
}
/*
===========================================================
 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: #000000;
    font-size: 13px;
    margin-bottom: 2px;
}
/*
===========================================================
 END Jobs Styling
===========================================================
*/

/*
===========================================================
Spotlight Styling
===========================================================
*/
/* School home bottom spots*/
.fbcms_content.home_bottom.fbcms_spotlights {
	padding-bottom: 0;
}
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_spotlight {
	padding: 0 17px;
}
.fbcms_content.home_bottom.fbcms_spotlights .desc_short {
	font: 700 1rem/1.4 "Roboto", Arial, Helvetica, sans-serif;
	margin: 0 0 3px;
}
.fbcms_content.home_bottom.fbcms_spotlights .desc_long {
	margin: 0 0 4px;
	font-size: .9rem;
}
.fbcms_content.home_bottom.fbcms_spotlights .more_link {
	font-size: .9rem;
    display: block;
	position: relative;
}
.fbcms_content.home_bottom.fbcms_spotlights .view-all {
	font: 700 .75rem/1.4 "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2px;
	text-align: right;
	padding: 0 34px 0 0;
}
.fbcms_content.home_bottom.fbcms_spotlights .view-all a {
	color: #344fa0;
	display: inline-block;
	vertical-align: top;
	font: 700 12px/15px "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_spotlight_image {
	margin: 0 0 18px;
}

/* Circles */
.quickspots_wrapper
{
    position: relative;
    /*background: var(--TCAPS_LtGray);*/
}
.page_home .home_section.quickspots_wrapper
{
    box-shadow: inset 0 10px 10px -5px rgb(0 0 0 / 70%);
}
.quickspots_wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/QuickspotsBackground.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    opacity: .6;
}
.quickspots_wrapper .component_liner
{
    position: relative;
    z-index: 2;
}
.quickspots_wrapper .fbcms_spotlights .fbcms_contentheader, 
.quickspots_wrapper .fbcms_spotlights .fbcms_contentfooter {
    text-align: center;
}
.quickspots_wrapper .site_quickspots.fbcms_content.fbcms_spotlights
{
    padding: 20px 0;
    margin-bottom: 0;
}
.site_quickspots .fbcms_spotlights_list:after
{
    display: none;
}
.site_quickspots .fbcms_spotlight
{
    text-align: center;
}
.site_quickspots .fbcms_spotlight .fbcms_spotlight_liner
{
    padding: 10%;
    border: solid 4px var(--TCAPS_Green);
    border-radius: 10px;
    height: 100%;
    position: relative;
    transition: all .3s ease;
    background: #fff;
}
.site_quickspots .fbcms_spotlight .fbcms_spotlight_liner:hover,
.site_quickspots .fbcms_spotlight .fbcms_spotlight_liner:focus
{
    background: var(--TCAPS_Orange);
    border-color: #fff;
}
.site_quickspots .fbcms_spotlight .fbcms_spotlight_image
{
    margin: 0 auto;
    width: 80%;
    margin-bottom: 10px;
    filter: invert(59%) sepia(27%) saturate(7497%) hue-rotate(351deg) brightness(98%) contrast(89%);
}   
.site_quickspots .fbcms_spotlight_liner:hover .fbcms_spotlight_image,
.site_quickspots .fbcms_spotlight_liner:focus .fbcms_spotlight_image
{
    filter: brightness(0) invert(1);
}
.site_quickspots .fbcms_spotlight .desc_short
{
    font-size: 1.3rem;
    line-height: 1.1;
    margin-bottom: .1em;
    color: var(--TCAPS_Blue);
    /*transition: all .2s;*/
}    
.site_quickspots .fbcms_spotlight .desc_long
{
    color: var(--TCAPS_Blue);
    display: block;
    font-size: 1.2rem;
}
.site_quickspots .fbcms_spotlight_liner:hover .desc_short,
.site_quickspots .fbcms_spotlight_liner:focus .desc_short,
.site_quickspots .fbcms_spotlight_liner:hover .desc_long,
.site_quickspots .fbcms_spotlight_liner:focus .desc_long
{
    color: #fff;
}
.site_quickspots .fbcms_spotlight_liner .more_link
{
    display: none;
}
/*.site_quickspots .spotlight_button.spotlight_viewall:not(:hover):not(:focus)
{
    background-color: rgb(255 255 255 / 50%);
}
.site_quickspots .fbcms_spotlight_controls .spotlight_button:not(.spotlight_viewall)
{
    color: var(--TCAPS_DkGray);
}
.site_quickspots .fbcms_spotlight_controls .spotlight_button:not(.spotlight_viewall):hover,
.site_quickspots .fbcms_spotlight_controls .spotlight_button:not(.spotlight_viewall):focus
{
    color: var(--TCAPS_Blue);
}
.site_quickspots .fbcms_spotlight_pager .spotlight_item
{
    border-color: var(--TCAPS_DkGray);
    background-color: var(--TCAPS_DkGray);
}
.site_quickspots .fbcms_spotlight_pager .spotlight_item:hover, 
.site_quickspots .fbcms_spotlight_pager .spotlight_item:focus {
    background-color: #fff;
    border-color: var(--TCAPS_Blue);
    color: #fff;
    box-shadow: 0 0 0 1px #999;
}
.site_quickspots .fbcms_spotlight_pager .spotlight_item.spotlight_pager_active, 
.site_quickspots .fbcms_spotlight_pager .spotlight_item.spotlight_pager_active:hover, 
.site_quickspots .fbcms_spotlight_pager .spotlight_item.spotlight_pager_active:focus {
    background-color: transparent;
    color: var(--TCAPS_Blue);
}*/
@media only screen and (min-width: 500px)
{
    .site_quickspots .fbcms_spotlights_list.spotlights_horizontal,
    .site_quickspots .spotlights_horizontal .fbcms_spotlight_slide_liner
    {
        display: flex;
        justify-content: space-around;
    }
    .site_quickspots .spotlights_horizontal .fbcms_spotlight
    {
        max-width: 46%;
    }
}
@media only screen and (min-width: 768px)
{
    .site_quickspots .spotlights_horizontal .fbcms_spotlight_slide_liner
    {
        margin-top: -120px;
    }
    .site_quickspots .fbcms_spotlight .fbcms_spotlight_liner
    {
        height: 0;
        padding: 50% 10px;
        border-radius: 50%;
    }
    .site_quickspots .fbcms_spotlight .fbcms_spotlight_image {
        position: absolute;
        bottom: 40%;
        left: 50%;
        transform: translateX(-50%);
    }
    .site_quickspots .fbcms_spotlight_liner:hover .fbcms_spotlight_image,
    .site_quickspots .fbcms_spotlight_liner:focus .fbcms_spotlight_image
    {
        opacity: 0;
    }
    .site_quickspots .fbcms_spotlight .fbcms_spotlight_text
    {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
    .site_quickspots .fbcms_spotlight_liner:hover .fbcms_spotlight_text,
    .site_quickspots .fbcms_spotlight_liner:focus .fbcms_spotlight_text
    {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .site_quickspots .fbcms_spotlight_liner:hover .desc_short,
    .site_quickspots .fbcms_spotlight_liner:focus .desc_short
    {
        display: none;
    }
    .site_quickspots .fbcms_spotlight .desc_long
    {
        display: none;
    }
    .site_quickspots .fbcms_spotlight_liner:hover .desc_long,
    .site_quickspots .fbcms_spotlight_liner:focus .desc_long
    {
        display: block;
        font-weight: bold;
    }
    .site_quickspots.fbcms_content.fbcms_spotlights
    {
        padding: 30px 0; 
    }
    .site_quickspots .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%;
    }
    .site_quickspots.fbcms_content.fbcms_spotlights
    {
        padding: 40px 0; 
    }
    .site_quickspots .spotlights_horizontal .fbcms_spotlight
    {
        max-width: 220px;
    }
    .site_quickspots .fbcms_spotlight .fbcms_spotlight_image {
        width: 40%;
    }
    .site_quickspots .fbcms_spotlight .desc_short
    {
        font-size: 1.2rem;
    }
}

/*
-------------------------------------
 END Spotlight Formatting
-------------------------------------
*/

/*
===========================================================
 News Styling
===========================================================
*/
.fbcms_news_headlines .fbcms_article_date {
    font-weight: normal;
}

/* Headlines slide-up */
.district_home .home_news.fbcms_news_headlines .fbcms_article,
.inside_center.fbcms_news_headlines .fbcms_article
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 -12px 5px;
    background: var(--TCAPS_Blue);
}
.inside_center.fbcms_news_headlines .fbcms_article
{
    margin: 0 0 15px;
}
.district_home .home_news.fbcms_news_headlines .fbcms_article_textblock,
.inside_center.fbcms_news_headlines .fbcms_article_textblock
{
    color: #fff;
    padding: 12px;
}
.district_home .home_news.fbcms_news_headlines .fbcms_article a,
.inside_center.fbcms_news_headlines .fbcms_article a
{
    color: #fff;
}
.district_home .home_news.fbcms_news_headlines .fbcms_article_title,
.inside_center.fbcms_news_headlines .fbcms_article_title
{
    color: #fff;
    margin-bottom: 0;
}

.district_home .home_news.fbcms_news_headlines .fbcms_article_date,
.inside_center.fbcms_news_headlines .fbcms_article_date
{
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}
.district_home .home_news.fbcms_news_headlines .fbcms_article_summary,
.inside_center.fbcms_news_headlines .fbcms_article_summary
{
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 16px;
}
.district_home .home_news.fbcms_news_headlines .fbcms_contentfooter,
.inside_center.fbcms_news_headlines .fbcms_contentfooter
{
    text-align: center;
}
@media only screen and (min-width: 768px)
{
    .district_home .home_news.fbcms_news_headlines .fbcms_headline_list_content,
    .inside_center.fbcms_news_headlines .fbcms_headline_list_content
    {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article,
    .inside_center.fbcms_news_headlines .fbcms_article
    {
        margin: 0 auto 1rem;
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article_imageblock,
    .inside_center.fbcms_news_headlines .fbcms_article_imageblock
    {
        width: 100%;
        line-height: 0;
        min-height: 10em;
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article_imageblock img,
    .inside_center.fbcms_news_headlines .fbcms_article_imageblock img
    {
        width: 100%;
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article_textblock,
    .inside_center.fbcms_news_headlines .fbcms_article_textblock
    {
        position: absolute;
        bottom: 0;
        padding: 5%;
        width: 100%;
        overflow: hidden;
        height: 100%;
        background: rgb(0 0 0 / 55%);
        display: flex;
        flex-direction: column;
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article
    {
        width: calc(50% - (1rem / 2)); 
        margin: 0 0 1rem;
    }
    .inside_center.fbcms_news_headlines .fbcms_article
    {
        margin: 0 0 1rem;
    }
}
@media only screen and (min-width: 994px)
{
    .inside_center.fbcms_news_headlines .fbcms_article
    {
        width: calc(50% - (1rem / 2)); 
        margin: 0 0 1rem;
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article_textblock,
    .inside_center.fbcms_news_headlines .fbcms_article_textblock
    {
        height: 4rem;
        transition: all .5s ease-out;
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article:hover  .fbcms_article_textblock,
    .inside_center.fbcms_news_headlines .fbcms_article:hover  .fbcms_article_textblock
    {
        max-height: 100%;
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article_title,
    .inside_center.fbcms_news_headlines .fbcms_article_title
    {
        font-size: 1.125rem;
        line-height: 1;
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article:hover .fbcms_article_textblock,
    .district_home .home_news.fbcms_news_headlines .fbcms_article.hoverfocus .fbcms_article_textblock,
    .inside_center.fbcms_news_headlines .fbcms_article:hover .fbcms_article_textblock,
    .inside_center.fbcms_news_headlines .fbcms_article.hoverfocus .fbcms_article_textblock
    {
        height: 100%;
        background: rgb(0 0 0 / 75%);
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article .fbcms_article_summary,
    .district_home .home_news.fbcms_news_headlines .fbcms_article .fbcms_article_detail,
    .district_home .home_news.fbcms_news_headlines .fbcms_article .newsarticle_document,
    .inside_center.fbcms_news_headlines .fbcms_article .fbcms_article_summary,
    .inside_center.fbcms_news_headlines .fbcms_article .fbcms_article_detail,
    .inside_center.fbcms_news_headlines .fbcms_article .newsarticle_document 
    {
        height: 0;
        opacity: 0;
        transition: all .5s ease-out;
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article:hover .fbcms_article_summary,
    .district_home .home_news.fbcms_news_headlines .fbcms_article.hoverfocus .fbcms_article_summary,
    .district_home .home_news.fbcms_news_headlines .fbcms_article:hover .fbcms_article_detail,
    .district_home .home_news.fbcms_news_headlines .fbcms_article.hoverfocus .fbcms_article_detail,
    .district_home .home_news.fbcms_news_headlines .fbcms_article:hover .newsarticle_document,
    .district_home .home_news.fbcms_news_headlines .fbcms_article.hoverfocus .newsarticle_document,
    .inside_center.fbcms_news_headlines .fbcms_article:hover .fbcms_article_summary,
    .inside_center.fbcms_news_headlines .fbcms_article.hoverfocus .fbcms_article_summary,
    .inside_center.fbcms_news_headlines .fbcms_article:hover .fbcms_article_detail,
    .inside_center.fbcms_news_headlines .fbcms_article.hoverfocus .fbcms_article_detail,
    .inside_center.fbcms_news_headlines .fbcms_article:hover .newsarticle_document,
    .inside_center.fbcms_news_headlines .fbcms_article.hoverfocus .newsarticle_document 
    {
        height: auto;
        opacity: 1;
        margin-top: 6px;
    }
}
@media only screen and (min-width: 1200px)
{
    .inside_center.fbcms_news_headlines .fbcms_article
    {
        width: calc(33.333% - (2rem / 3)); 
        margin: 0 0 1rem;
    }
    .district_home .home_news.fbcms_news_headlines .fbcms_article
    {
        width: calc(25% - (3rem / 4));
    }
}
/*
===========================================================
 END News Styling
===========================================================
*/

/*
===========================================================
  Fly-Up Tab Customization
===========================================================
*/
.flyup_container 
{
    z-index: 150;
}
.flyup_tab 
{
	color: #ffffff;
    background-color: var(--TCAPS_Blue);
}
.flyup_slide
{
    background-color: var(--TCAPS_Blue);
    color: #ffffff;
}
.flyup_slide h2,
.flyup_slide h3,
.flyup_slide h4,
.flyup_slide h5,
.flyup_slide h6,
.flyup_slide .content_intro,
.flyup_slide a
{
    color: #fff;
}
/*
===========================================================
  END Fly-Up Tab Customization
===========================================================
*/

/*
===========================================================
  Budget Badge Customization
===========================================================
*/
.page_body #FB_budgetLinkDiv
{
    top: 20px;
    right: 0;
}
/*
===========================================================
  END Budget Badge Customization
===========================================================
*/
