/* Template J */

html {
	box-sizing: border-box;
}

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

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: #2c2c2c;
    font: 400 1rem/1.5 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;
}
.fbcms_content img:not(.email_icon)
{
    max-width: 100%;
    height: auto !important;
}

a,
.fbcms_spotlight_text .more_link,
.fbcms_cards .fbcms_card_link {
	color: #0079AD;
}
@media only screen and (min-width: 768px)
{
    :target::before { /*adds padding to anchor links to accomodate sticky header*/
        content: "";
        display: block;
        height: 150px;
        margin: -150px 0 0;
    }
}

input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	color: #666;
	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,
    .navigation_slider,
    .fbcms_ppz_widget_liner
    {
        width: 96%;
        height: 100%;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media print {
}
.nav-slider-deactivated .navigation_slider
{
	width: 96%;
	height: 100%;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header
{
    background: #fff;
    z-index: 3;
}
.fbcms_header .header_top
{
    background-color: #E5240F;
    color: #fff;
}
.fbcms_header .header_top .site_notice
{
    padding: 12px 12px 1px;
}
.fbcms_header .header_top a
{
    color: #fff;
}
.fbcms_header .header_main
{
    position: relative;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header
    {
        box-shadow: 0 4px 8px rgba(0,0,0,.3);
    }
    .fbcms_header .header_top .site_notice
    {
        padding: 12px 0 1px;
    }
    .fbcms_header .header_main
    {
        height: 136px;
        position: relative;
    }
    .navigation_wrapper
    {
        background-color: #555;
        z-index: 3;
    }
}

/* Logo */
.logo {
    display: inline-block;
    max-width: 100%;
    padding: 46px 12px 12px;
    text-decoration: none;
}
.site_logo,
.site_logo_text
{
    display: inline-block;
    vertical-align: middle;
}
.site_logo img,
.site_logo_text img {
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 768px)
{
    .logo {
        height: 0;
        padding: 0;
    }
    .site_logo {
        margin: 20px 0 0 0;
    }

    .site_logo_text {
        margin: 0 0 0 0;
    }
}
@media print {
}

/* Search */
.search-form
{
    position: absolute;
    top: 8px;
    right: 51px;
    width: auto;
    z-index: 102; 
}

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

.search-form .search-input
{
    width: 152px;
    background-color: #ccc;
    color: #000;
    padding: 0;
    width: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.search-form.opened .search-input 
{
    padding-left: 10px;
    width: 160px;
}
.search-form .submit
{
    color: #ffffff;
    float: right;
    text-indent: -9999px;
    width: 40px;
    position: relative;
    background: #555 url(../img/bg-search-ico.png) no-repeat center;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    opacity: 0.7;
}

    .search-form legend,
    .search-form label
    {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
@media only screen and (min-width: 768px)
{
    .search-form
    {
        right: 0;
        top: 10px;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Site Scripts */
.fbcms_content.site_script_head
{
    display: block;
    position: absolute;
    top: 16px;
    right: 108px;
}
.fbcms_content.site_script_foot
{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.vpadm_editable_section.site_script_head
{
    height: 0;
    min-height: 0;
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.site_script_head {
        top: 64px;
        right: 0;
        z-index: 4;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_content.site_script_head {
    }
}
@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;
    margin: 0 6px;
    list-style: none;
}

.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: #555;
    text-align: center;
}
.fbcms_footer .fbcms_content .social_media_list a {
    color: #fff;
}
.social_media_list a:hover,
.social_media_list a:focus
{
    opacity: .8;
    text-decoration: none;
}
@media print
{
    .fbcms_content ul.social_media_list {
        display: none;
    }
}

/* Translate */
.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);
}
.fbcms_footer .fbcms_translate.fbcms_drop .drop_container
{
    right: 0;
}
.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 (max-width: 767px)
{
    .fbcms_header .fbcms_drop
    {
        position: relative;
        text-align: right;
        z-index: 1000;
    }
}
/*
===========================================================
 END HEADER
===========================================================
*/

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

/* Head Menu */
/* Old Styling */
@media only screen and (min-width: 768px)
{   
	.menu_head
	{
		position: absolute;
		right: 218px;
		top: -118px;
		z-index: 101;
	}

	.menu_head li
	{
		padding: 0 10px;
		position: relative;
	}
	.menu_head li:first-child
	{
		padding-left: 0;
	}
	.menu_head li:last-child
	{
		padding-right: 0;
	}

	.menu_head a
	{
		line-height: 1;
	}
}
/* New Styling */
.nav-slider-deactivated .menu_head
{
	position: absolute;
	right: 218px;
	top: -118px;
	z-index: 101;
}

.nav-slider-deactivated .menu_head li
{
	padding: 0 10px;
	position: relative;
}
.nav-slider-deactivated .menu_head li:first-child
{
	padding-left: 0;
}
.nav-slider-deactivated .menu_head li:last-child
{
	padding-right: 0;
}

.nav-slider-deactivated .menu_head a
{
	line-height: 1;
}

/* Focus Menu */
/* Old Styling */
@media only screen and (min-width: 768px)
{   
	.menu_focus
	{
		position: absolute;
		right: 0px;
		top: -34px;
		z-index: 101;
	}

	.menu_focus li
	{
		padding: 0 10px;
		position: relative;
	}
	.menu_focus li:first-child
	{
		padding-left: 0;
	}
	.menu_focus li:last-child
	{
		padding-right: 0;
	}

	.menu_focus li:last-child:after
	{
		display: none;
	}

	.menu_focus a
	{
		line-height: 1;
	}
}
/* New Styling */
.nav-slider-deactivated .menu_focus
{
	position: absolute;
	right: 0px;
	top: -34px;
	z-index: 101;
}

.nav-slider-deactivated .menu_focus li
{
	padding: 0 10px;
	position: relative;
}
.nav-slider-deactivated .menu_focus li:first-child
{
	padding-left: 0;
}
.nav-slider-deactivated .menu_focus li:last-child
{
	padding-right: 0;
}

.nav-slider-deactivated .menu_focus li:last-child:after
{
	display: none;
}

.nav-slider-deactivated .menu_focus a
{
	line-height: 1;
}

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

/* Quicklinks Menu */
/* Old Styling */
@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 .menu_quicklinks {
        display: block;
        position: absolute;
        right: 54px;
        top: -126px;
    }

    .fbcms_header .menu_quicklinks .menu_title
    {
        display: block;
        position: relative;
        font-size: inherit;
        height: 40px;
        padding: 8px;
        color: #000;
        background-color: #ccc;
        text-decoration: none;
    }
    .fbcms_header .menu_quicklinks .menu_title:hover,
    .fbcms_header .menu_quicklinks .menu_title:focus
    {
        
    }
    .fbcms_header .menu_quicklinks .menu_title:after
    {
        content: "\f107";
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        vertical-align: top;
        margin-left: 8px;
        background-color: #555;
        color: #ffffff;
        font-size: 1.6rem;
    }

    .fbcms_header .menu_quicklinks .simplemenu_container
    {
        background-color: #fff;
        width: 200px;
        -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 .menu_quicklinks .simplemenu_container a
    {
        display: block;
        line-height: 1.4;
        padding: 6px 10px;
        text-decoration: none;
        color: #000;
    }
    .fbcms_header .menu_quicklinks .simplemenu_container a:hover,
    .fbcms_header .menu_quicklinks .simplemenu_container a:focus
    {
        background-color: #C3C3C3;
    }
}
/* New Styling */
.nav-slider-active .drop-nav.menu_quicklinks .menu_title
{
	display: none;
}
.nav-slider-active .drop-nav.menu_quicklinks .simplemenu_container {
	display: block;
}

.nav-slider-deactivated .fbcms_header .menu_quicklinks {
	display: block;
	position: absolute;
	right: 54px;
	top: -126px;
}
.nav-slider-deactivated .fbcms_header .menu_quicklinks .menu_title
{
	display: block;
	position: relative;
	font-size: inherit;
	height: 40px;
	padding: 8px;
	color: #000;
	background-color: #ccc;
	text-decoration: none;
}
.nav-slider-deactivated .fbcms_header .menu_quicklinks .menu_title:hover,
.nav-slider-deactivated .fbcms_header .menu_quicklinks .menu_title:focus
{
	
}
.nav-slider-deactivated .fbcms_header .menu_quicklinks .menu_title:after
{
	content: "\f107";
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	vertical-align: top;
	margin-left: 8px;
	background-color: #555;
	color: #ffffff;
	font-size: 1.6rem;
}

.nav-slider-deactivated .fbcms_header .menu_quicklinks .simplemenu_container
{
	background-color: #fff;
	width: 200px;
	-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);
}
.nav-slider-deactivated .fbcms_header .menu_quicklinks .simplemenu_container a
{
	display: block;
	line-height: 1.4;
	padding: 6px 10px;
	text-decoration: none;
	color: #000;
}
.nav-slider-deactivated .fbcms_header .menu_quicklinks .simplemenu_container a:hover,
.nav-slider-deactivated .fbcms_header .menu_quicklinks .simplemenu_container a:focus
{
	background-color: #C3C3C3;
}

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

/* Breadcrumb Nav */
.breadcrumb-nav
{
    padding: 6px 0;
    margin-bottom: 10px;
}
.breadcrumb-nav li
{
    font-size: 14px;
    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 */
/* Old Styling */
@media only screen and (min-width: 768px)
{
    .menu_title.menusection_title
    {
        display: none;
    }
    .main-nav 
    {
        position: relative;
    }
    .main-nav .top_level_item
    {
        margin-left: 12px;
    }
    .main-nav .top_level_link
    {
        color: #ffffff;
        font-size: 1.2rem;
        padding: 12px 20px;
        text-decoration: none;
    }
    .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
    {
        background-color: #000;
    }
    
    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        top: 100%;
        background-color: #ffffff;
        min-width: 260px;
        -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);
        overflow: auto;
    }
    .main-nav .top_level_item > .drop a 
    {
        color: #000;
        text-decoration: none;
        padding: 8px 12px;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {
        background-color: #000;
        color: #fff;
    }
}
@media only screen and (min-width: 994px)
{    
    .main-nav .top_level_item
    {
        margin-left: 30px;
    }
    .main-nav .top_level_link
    {
        font-size: 1.6rem;
    }
}
@media print {
    .navigation_wrapper
    {
        display: none !important;
    }
}
/* New Styling */
.nav-slider-deactivated .menu_title.menusection_title
{
	display: none;
}
.nav-slider-deactivated .nav-main
{
	position: relative;
}
.nav-slider-deactivated .nav-main .top_level_item
{
	margin-left: 12px;
}
.nav-slider-deactivated .nav-main .top_level_link
{
	color: #ffffff;
	font-size: 1.2rem;
	padding: 12px 20px;
	text-decoration: none;
}
.nav-slider-deactivated .nav-main .top_level_item.active .top_level_link,
.nav-slider-deactivated .nav-main .top_level_item:hover .top_level_link,
.nav-slider-deactivated .nav-main .top_level_item.hoverfocus .top_level_link
{
	background-color: #000;
}

/* drop-down */
.nav-slider-deactivated .nav-main .top_level_item > .drop
{
	top: 100%;
	background-color: #ffffff;
	min-width: 260px;
	-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);
	overflow: auto;
}
.nav-slider-deactivated .nav-main .top_level_item > .drop a 
{
	color: #000;
	text-decoration: none;
	padding: 8px 12px;
}
.nav-slider-deactivated .nav-main .top_level_item > .drop li a:hover,
.nav-slider-deactivated .nav-main .top_level_item > .drop li a:focus
{
	background-color: #000;
	color: #fff;
}
@media only screen and (min-width: 994px)
{    
    .nav-slider-deactivated .nav-main .top_level_item
    {
    	margin-left: 30px;
    }
    .nav-slider-deactivated .nav-main .top_level_link
    {
    	font-size: 1.6rem;
    }
}
.nav-slider-active .nav-slider-button.slider-button {
    top: 12px;
    right: 12px;
}
/* New Styling */


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

    .header_liner > .nav-slider-button.slider-button:before, 
    .header_liner > .nav-slider-button.slider-button:after, 
    .header_liner > .nav-slider-button.slider-button span {
        background-color: #000;
    }
    
    .header_liner > .nav-slider-button.slider-button:hover:before, 
    .header_liner > .nav-slider-button.slider-button:hover:after, 
    .header_liner > .nav-slider-button.slider-button:hover span {
        box-shadow: 0 0 3px #000;
    }
}

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

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/
.fbcms_main
{
    flex: 1;
}
@media only screen and (min-width: 768px)
{
    .fbcms_main
    {
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    .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;
        clear: both;
    }
    .left_col
    {
        order: 1;
    }
    .center_col
    {
        order: 2;
    }    
    .right_col
    {
        order: 3;
    }
}

/* Flexi Content */
.section_title1,
.section_title2,
.section_title3,
.section_title4,
.section_title5
{
    padding-top: 20px;
}
.flexi
{
    position: relative;
}
.flexi .fbcms_section
{
    width: 100%;
    position: relative;
}
.flexi .fbcms_content
{
    padding: 20px 0 1rem;
}
@media only screen and (min-width: 768px)
{
    .flexi,
    .flexi .fbcms_section
    {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .fbcms_editmode .flexi .fbcms_section
    {
        margin: 0 0 30px;
    }

    /* 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% - (3rem / 2));
    }

    .flexi .fbcms_content:only-child,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(2), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(2) ~ .fbcms_content
    {
        width: 100%;
    }

    .flexi .fbcms_section > .addblock_buttonbar_wrapper
    {
        min-width: 100%;
    }

    /* When 3 flexi content blocks*/
    .flexi .fbcms_content:first-child:nth-last-child(3), 
    .flexi .fbcms_content:first-child:nth-last-child(3) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(4), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(4) ~ .fbcms_content
    {
        width: calc(33.333% - (6rem / 3));
    }

    /* 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% - (9rem / 4));
    }

    /* 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% - (12rem / 5));
    }

    /* 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% - (6rem / 3));
    }
    /* Any more than 6 defaults to halves */
}

/* Focus Areas */
.main_focus
{
    background: #737373;
}

.home_focus,
.page_interior .inside_focus,
.page_interior .lower_inside_focus
{
    width: 100%;
}
.home_focus img
{
    width: 100%;
}

.fbcms_imagerotator .cycle-slide
{
    width: 100%;
}
.fbcms_photogallery .fbcms_imagerotator .slide img {
    margin: 0 auto;
}

.fbcms_image.inside_focus,
.fbcms_image.lower_inside_focus
{
    line-height: 0;
}

.fbcms_content.home_welcome
{
    padding: 18px 12px;
    text-align: center;
    background-color: #737373;
    color: #ffffff;
}
@media only screen and (min-width: 768px)
{   
    .home_focus
    {
        position: relative;
        z-index: 1;
    }
    .fbcms_content.home_welcome
    {
        padding: 20px 0;
    }
    .home_focus.vpadm_editable,
    .home_welcome.vpadm_editable
    {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_content.home_welcome
    {
        padding: 30px 0 20px;
    }
}
@media print {
}

/* Main Content Stuff */
/* Interior Specific */
.page_interior .main_content .center_content {
    padding: 12px;
}
.page_interior .side_col
{
    background-color: #ebebeb;
}
.page_interior .side_col .side_content
{
    padding: 12px;
}
.fbcms_content.firstone
{
    padding-top: 1rem;
}
.fbcms_content.lastone
{
    padding-bottom: 1rem;
}
@media only screen and (min-width: 768px)
{
    .page_interior .column.center_col
    {
        width: 67.5%;
    }

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

/* 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 .component_liner,
.page_home .home_component1 .component_liner
{
    padding: 0 12px;
}
.fbcms_content.home_announcements
{
    padding: 20px 0 1px;
}
.home_component3 .column h2.fbcms_plaintext 
{
    margin-top: 20px;
}
.home_component5
{
    background: #ddd;
}
.home_component6
{
    background: #888;
}
@media only screen and (min-width: 768px)
{
    .page_home .main_content .component_liner,
    .page_home .home_component1 .component_liner
    {
        padding: 0;
    }
    .page_home .main_content .threecol .column
    {
        width: calc(33.333% - (6rem / 3));
        position: relative;
    }
    .page_home .twocol .column
    {
        width: 50%;
        position: relative;
    }
    .page_home .twocol .column.left_col .fbcms_content
    {
        padding-right: 1.5rem;
    }
    .page_home .twocol .column.right_col .fbcms_content
    {
        padding-left: 1.5rem;
    }
    .fbcms_content.flexi1,
    .fbcms_content.flexi2,
    .fbcms_content.home_right2,
    .fbcms_content.bottom_spots,
    .fbcms_content.home_contact
    {
        padding: 20px 0;
    }
}
@media print {
}

/* School Home Specific */
.page_schoolhome .school_top
{
    padding: 0;
    background: #000;
    color: #fff;
}
.page_schoolhome .school_top a
{
    color: #fff;
} 
.fbcms_content.school_address
{
    padding: 12px;
    font-size: 19px;
}
.school_address > span,
.school_address .building_map > span
{
    display: block;
}   
.school_address .building_name
{
    font-weight: bold;
}
@media only screen and (min-width: 768px)
{
    .page_schoolhome .fbcms_content.school_address
    {
        padding: 12px 0;
        text-align: center;
    }
    .school_address > span
    {
        display: inline-block;
    }
    .school_address .building_map > span
    {
        display: initial;
    }
    .school_address .building_map .building_citystatezip
    {
        margin-left: 6px;
    }
    .school_address .building_name
    {
        float: left;
    }
    .school_address .building_address:after 
    {
        content: ",";
        margin-left: -.2em;
    }
    .school_address .building_phone,
    .school_address .building_fax,
    .school_address .building_attendance
    {
        float: right;
        clear: right;
    }
    .school_address .building_fax:last-child,
    .school_address .building_attendance:last-child
    {
        padding-bottom: 12px;
    }
    .school_address .building_fax::after,
    .school_address .building_attendance::after
    {
        display: table-cell;
        content: "";
        clear: both;
    }
}
@media only screen and (max-width: 767px)
{

    .school_address .building_citystatezip
    {
        margin-left: 28px;
        padding-bottom: 10px;
    }
}

/* OneCol Specific */
@media only screen and (min-width: 768px)
{
    .page_interior.page_onecol .center_content
    {
        padding-right: 0;
    } 
}

/* 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
{
    color: #555;
    vertical-align: top;
    background-color: #F7F7F7;
    padding: 10px 12px;
    position: relative;
}
.fbcms_tabset .tabset_title.active a,
.fbcms_tabset .tabset_title a:hover,
.fbcms_tabset .tabset_title a:focus
{    
    background-color: #555;
    color: #fff;
}

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

/* Side Navigation Menu */
.side-nav
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .side-nav
    {
        display: block;
        margin-bottom: 30px;
        padding: 20px;
    }
    .side-nav .sidelist_0 > li > a
    {
        color: #000;
        font-size: 1.5rem;
        margin: 0 0 5px;
    }
    .side-nav .sidelist_1
    {
    }
    .side-nav .sidelist_1 a
    {
        color: #000;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        color: #0079AD;
        text-decoration: none;
    }
}
@media only screen and (min-width: 994px)
{
    .side-nav
    {
        padding: 30px 30px 20px;
    }
}
/* END Side Navigation Menu */
/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/*
===========================================================
 FOOTER
===========================================================
*/
/* footer */

.fbcms_footer
{
    position: relative;
    color: #fff;
}
.fbcms_footer a {
    color: #fff;
}

.fbcms_footer .footer_top
{
    background-color: #323232;
}
.fbcms_footer .footer_bottom
{
    background-color: #000000;
    text-align: center;
}

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

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

.fbcms_footer .fbcms_building_info .building_name,
.inside_right.fbcms_building_info .building_name
{
    text-transform: uppercase;
    font-weight: bold;
}
.fbcms_building_info .divider
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .fbcms_footer
    {
        z-index: 2;
    }
    .fbcms_footer .footer_liner
    {
        padding: 20px 0;
    }

    .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;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_footer .footer_top .footer_liner
    {
        padding: 30px 0 20px;
    }
}
@media print {
    .fbcms_translate,
    .link_pdfviewer
    {
        display: none;
    }
}
/*
===========================================================
 END FOOTER
===========================================================
*/

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
    color: #000000;
    font: bold 2.5rem/1.3 Arial,Helvetica,sans-serif;
    margin-bottom: .2em;
}
.home_welcome h1,
.home_welcome .content_intro
{
    color: #ffffff;
}
h1 span
{
    font: normal .5em/1 Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    display: block;
}

h2,
.fbcms_tabset .tabset_title_header
{
    color: #0079AD;
    font: bold 1.8rem/1.3 Arial,Helvetica,sans-serif;
    margin-bottom: .3em;
}

h3
{
    color: #0079AD;
    font: bold 1.5rem/1.4 Arial,Helvetica,sans-serif;
    margin-bottom: .4em;
}

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: #000000;
    font: bold 1.2rem/1.4 Arial,Helvetica,sans-serif;
    margin-bottom: .4em;
}

h5
{
    color: #0079AD;
    font: bold 1.1rem/1.4 Arial,Helvetica,sans-serif;
    margin-bottom: .5em;
}
h6
{
    color: #000000;
    font: bold 1rem/1.4 Arial,Helvetica,sans-serif;
    margin-bottom: .5em;
}

.fbcms_content h2 + ul, .fbcms_content h2 + ol,
.fbcms_content h3 + ul, .fbcms_content h3 + ol,
.fbcms_content h4 + ul, .fbcms_content h4 + ol,
.fbcms_content h5 + ul, .fbcms_content h5 + ol,
.fbcms_content h6 + ul, .fbcms_content h6 + ol
{
    margin-top: 0;
}

.content_intro
{    
    color: #767676;
    font: 300 1.3rem/1.6 Arial,Helvetica,sans-serif;
    margin-bottom: .3em;
}
.content_intro strong
{ 
    font-weight: bold;
}

.fbcms_contentfooter .contentfooter_item.jump_url,
.fbcms_contentfooter .contentfooter_item.fbcms_newsletter_viewarchives,
.fbcms_contentfooter .contentfooter_item.fbcms_news_headlines_more
{
    display: inline-block;
}
.jump_url a,
.spotlight_button.spotlight_viewall,
.fbcms_newsletters .news_archivetoggle,
.fbcms_more_link a,
.content_buttonblock a
{
    display: inline-block;
    height: auto;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 10px 18px;
    margin: 10px 0;
    font-size: 18px;
    letter-spacing: 1px;
}
.jump_url a:hover,
.jump_url a:focus,
.spotlight_button.spotlight_viewall:hover,
.spotlight_button.spotlight_viewall:focus,
.fbcms_newsletters .news_archivetoggle:hover,
.fbcms_newsletters .news_archivetoggle:focus,
.fbcms_more_link a:hover,
.fbcms_more_link a:focus,
.content_buttonblock a:hover,
.content_buttonblock a:focus
{
    background-color: #555;
    color: #fff;
    text-decoration: none;
}

/* Button Grid */
p.content_button-grid:where(:has(.content_buttonblock a))
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 1rem;
    position: relative;
}
p.content_button-grid .content_buttonblock a
{
    display: block;
    margin: 0;
    height: 100%;
    display: flex;
    gap: .25em;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: .5rem;
    min-height: 4rem;
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/

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

.fbcms_upcoming_events .time
{
    font-size: .8em;
    font-weight: bold;
    color: #000;
}
li.fbcms_upcoming_event_item .event_group_date {
    width: 60px;
}
li.fbcms_upcoming_event_item .event_date {
    background: #555;
    color: #fff;
    text-align: center;
    width: 56px;
    height: 66px;
    padding: 3px 0 4px;
    vertical-align: middle;
}
li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-weight: 400;
    line-height: 1.1;
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    font-weight: 900;
    line-height: 1.2;
}
li.fbcms_upcoming_event_item .event_group_data
{
    padding-left: 12px;
}
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: #000;
}
/* END Calendar List */

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

/* Small Calendar Grid */
.minigrid_verB {
    background: #fff;
}
.minigrid_verB .fbcms_calendar_mini {
    border-collapse: separate;
    border-spacing: 6px;
}
.minigrid_verB tbody
{
    border: solid 7px #FFF;
}
.minigrid_verB tbody,
.minigrid_verB .isDay
{
    border: none;
    font-size: 18px;
}
.fbcms_calendar_minigrid td
{
    line-height: 2;
}

.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: #000;
    font-size: 25px;
}

.fbcms_calendar_minigrid th {
    color: #000;
}
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    background-color: #fff;
    color: #0079AD;
    width: 26px;
    font-size: 40px;
    line-height: .5;
    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: #000;
    background-color: #fff;
}

.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    color: #0079AD;
    text-decoration: underline;
}

.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #ffffff;
    background-color: #555;
}
/* END Small Calendar Grid */

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

/*
===========================================================
 News Styling
===========================================================
*/
.fbcms_newscontent .fbcms_newscontent_month 
{
    font-size: 14px;
    color: #000;
}
/*
===========================================================
 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: #0079AD;
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: #000;
    font-weight: bold;
}
/*
===========================================================
 END Staff Styling
===========================================================
*/	
/*
===========================================================
 Pager Styling
===========================================================
*/
.pager
{
    text-align: center;
    width: 100%;
}
.pager a .btnResultNavigation
{
    background-color: #0079AD;
}
.changeperpageform select
{
    border-color: #999999;
}
/*
===========================================================
 END Pager Styling
===========================================================
*/

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

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title
{
    background-color: #555;
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: #000;
}
.fbcms_ec_title h2
{
    line-height: initial;
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/


/*
===========================================================
  Fly-Up Tab Customization
===========================================================
*/
.flyup_container {
    z-index: 2;
}
.flyup_tab 
{
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: #000;
    width: auto;
    min-width: 190px;
    display: inline-block;
    padding: 9px 44px 7px 10px;
}
.flyup_slide
{
    background-color: #000;
    color: #ffffff;
}
.flyup_slide a,
.flyup_slide h2,
.flyup_slide h3,
.flyup_slide h4,
.flyup_slide h5,
.flyup_slide h6,
.flyup_slide .content_intro
{
    color: #ffffff;
}
/*
===========================================================
  END Fly-Up Tab Customization
===========================================================
*/

.page_body #FB_budgetLinkDiv {
    top: 20px;
}