html {
	box-sizing: border-box;
}

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

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: #2c2c2c;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.43;
}
.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;
}
@media only screen and (max-width: 767px)
{
    img.Right_Align_With_Padding,
    img.Left_Align_With_Padding
    {
        float: none;
        margin: 0 !important;
    }
}

a,
.fbcms_cards .fbcms_card_link,
.fbcms_spotlight_text .more_link {
	text-decoration: underline;
	color: #d91017;
}

a:hover, a:focus {
	text-decoration: none;
}
input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	color: #333;
	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_wrapper
{
}

.fbcms_component
{
    max-width: 100%;
    display: block;
    width: 100%;
}
.component_liner
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .fbcms_wrapper
    {        
    }
    .component_liner,
    #navigation
    {
        width: 95%;
        height: 100%;
        position: relative;
        max-width: 1233px;
        margin: 0 auto;
    }
}
@media print {
}

/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header
{
    border-bottom: solid 6px #e6e6e6;
}
.fbcms_header .header_main
{
}
.fbcms_header:after {
	content: " ";
	display: table;
	clear: both;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header
    {
        border-bottom: none;
        box-shadow: 0 0 40px rgba(0,0,0,.3);
        position: relative;
        z-index: 2;
    }
    .fbcms_header .header_main
    {
        height: 153px;
        position: relative;
        z-index: 2;
    }
    .navigation_wrapper
    {
        background-color: #e6e6e6;
        z-index: 3;
    }
}
@media only screen and (min-width: 994px) 
{
    .fbcms_header .header_main
    {
        height: 133px;
    }
}

/* Logo */
.logo {
    padding: 46px 12px 12px;
}
.site_logo,
.site_logo_text
{
    display: inline-block;
    vertical-align: middle;
}
.site_logo {
}
.site_logo_text {
}
.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: 50px 0 0 0;
    }

    .site_logo_text {
        margin: 0 0 0 0;
    }
}
@media only screen and (min-width: 994px)
{
    .site_logo {
        margin: 30px 0 0 0;
    }
}
@media print {
}


/* Search */
.search-form
{
    position: absolute;
    top: 8px;
    right: 44px;
    width: auto;
    z-index:100; 
    border: solid 1px #d8d8d8;
}

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

.search-form .search-input
{
    width: 173px;
    padding: 14px 12px 14px 23px;
    background-color: #ffffff;
    color: #6d6d6d;
    font-size: 13px;
    line-height: 15px;
}
.search-form .submit
{
    color: #333;
    text-indent: -9999px;
    width: 38px;
    position: relative;
    background: transparent;
}
.search-form .submit:after {
    content: "\f002";
    font: 18px/38px 'Font Awesome 5 Free';
    font-weight: 900;
    color: #d91017;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-indent: 0;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    opacity: 0.5;
}

    .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: 16px;
    }
}
@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: 4px;
        width: 160px;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Site Scripts */
.fbcms_content.site_script_head
{
    display: block;
    position: absolute;
    top: 11px;
    right: 90px;
}
.fbcms_content.site_script_foot
{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.site_script_head {
        top: 20px;
        right: 228px;
        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 {
    margin: 0 7px;
    list-style: none;
    float: left;
    font-size: 14px;
    line-height: 18px;
}

.fbcms_content .social_media_list a {
    color: #fff;
    text-align: center;
}
.social_media_list .social-media-circle {
    display: block;
    border-radius: 50%;
    padding: 6px;
    background-color: #940004;
    width: 30px;
    height: 30px;
}
.social_media_list .social-media-circle.facebook {
    background-color: #3482B3;
}
.social_media_list .social-media-circle.twitter {
    background-color: #51A9E2;
}
.social_media_list a:hover,
.social_media_list a:focus
{
    opacity: .8;
    text-decoration: none;
}
@media only screen and (min-width: 768px)
{
}
@media print
{
    .fbcms_content ul.social_media_list {
        display: none;
    }
}
/*
===========================================================
 END HEADER
===========================================================
*/

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

/* Head Menu */
@media only screen and (min-width: 768px)
{   
    .menu_head
    {
        position: absolute;
        right: 332px;
        top: -126px;
        z-index: 101;
    }
    
    .menu_head li
    {
        padding: 0 8px;
        position: relative;
    }
    .menu_head li:first-child
    {
        padding-left: 0;
    }
    .menu_head li:last-child
    {
        padding-right: 0;
    }
    .menu_head a
    {
        font-size: 13px;
        line-height: 1.3;
        text-decoration: none;
        display: block;
        color: #414042;
    }
    .menu_head a:hover,
    .menu_head a:focus
    {
        color: #d91017;
    }
}
@media only screen and (min-width: 994px)
{   
    .menu_head
    {
        top: -106px;
    }
}

/* Focus Menu */
@media only screen and (min-width: 768px)
{   
    .menu_focus
    {
        position: absolute;
        right: 0px;
        top: -38px;
        z-index: 101;
    }
    
    .menu_focus li
    {
        padding: 0 10px;
        position: relative;
    }
    .menu_focus li:first-child
    {
        padding-left: 0;
    }
    .menu_focus li:last-child
    {
        padding-right: 0;
    }
    
    .menu_focus a
    {
        font-size: 13px;
        line-height: 1.3;
        text-decoration: none;
        display: block;
        color:  #414042;
    }
    .menu_focus a:hover,
    .menu_focus a:focus
    {
        color: #d91017;
    }
}

/* Foot Menu */
.menu_foot
{
    margin-bottom: 10px;
}

.menu_foot li
{
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px)
{   
    .menu_foot li
    {
        padding: 0 10px;
        border-right: 1px #fff solid;
    }
    .menu_foot li:first-child
    {
        padding-left: 0;
    }
    .menu_foot li:last-child
    {
        padding-right: 0;
        border-right: none;
    }
}
@media only screen and (max-width: 767px)
{
}


@media only screen and (max-width: 767px)
{
    .drop-nav.menu_quicklinks .menu_title
    {
        display: none;
    }
    .drop-nav.menu_quicklinks .simplemenu_container {
        display: block;
    }
}
@media only screen and (min-width: 768px)
{
    .fbcms_header .simple-nav.drop-nav {
        display: block;
        height: 23px;
        position: absolute;
    }
    
    .simple-nav.drop-nav.menu_quicklinks {
        right: 0;
        top: -96px;
    }
    .simple-nav.drop-nav.menu_school {
        right: 140px;
        top: 44px;
    }

    .fbcms_header .simple-nav.drop-nav .menu_title
    {
        display: block;
        position: relative;
        height: 26px;
        width: 103px;
        padding: 4px 10px 5px 10px;
        font-size: 12px;
        line-height: 17px;
        color: #636363;
        background-color: #D3D3D3;
        text-decoration: none;
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:hover,
    .fbcms_header .simple-nav.drop-nav .menu_title:focus
    {
        
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:before
    {
        content: "";
        width: 26px;
        height: 26px;
        position: absolute;
        top: 0;
        right: -26px;
        background-color: #656565;
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:after
    {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #ffffff transparent transparent transparent;
        position: absolute;
        top: 10px;
        right: -17px;
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:hover:after,
    .fbcms_header .simple-nav.drop-nav .menu_title:focus:after
    {
        border-color: #ffffff transparent transparent transparent;
    }

    .fbcms_header .simple-nav.drop-nav .simplemenu_container
    {
        background-color: #D7D7D7;
        border-width: 1px 2px;
        border-color: #C3C3C3;
        border-style: solid;
        margin-top: 3px;
        padding: 2px 0;
        text-align: left;
        width: 182px;
    }
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a
    {
        display: block;
        font-size: 11px;
        line-height: 14px;
        padding: 7px 10px 8px 13px;
        text-decoration: none;
        color: #636363;
    }
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a:hover,
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a:focus
    {
        background-color: #C3C3C3;
    }
}

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

/* Breadcrumb Nav */
.breadcrumb-nav
{
    padding: 3px 12px;
    margin-bottom: 18px;
}
.breadcrumb-nav li
{
    font-size: 13px;
    line-height: 13px;
}
.breadcrumb-nav li:after {
    color: #D1D1D1;
    content: "/ ";
    padding: 0 6px;
}
.breadcrumb-nav li:last-child:after {
    display: none;
}
@media only screen and (min-width: 768px)
{
    .breadcrumb-nav
    {
        display: none;
    }
}

/* main-nav */
@media only screen and (min-width: 768px)
{
    .menu_title
    {
        display: none;
    }
    .main-nav 
    {
        position: relative;
        vertical-align: middle;
        margin: 0;
        left: auto;
        z-index: 101;
    }
    .main-nav .top_level_item
    {
        padding-left: 23px;
    }
    .main-nav .top_level_link
    {
        color: #414042;
        text-decoration: none;
        font-size: 16px;
        padding: 17px 22px;
        font-weight: bold;
        line-height: 16px;
    }
    .main-nav .top_level_item:last-child .top_level_link
    {
        padding-right: 0;
    }
    .main-nav .top_level_item.active .top_level_link,
	.main-nav .top_level_item:hover .top_level_link,
    .main-nav .top_level_item.hoverfocus .top_level_link
    {
        color: #d91017;
    }
    
    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        top: 100%;
        background-color: #ffffff;
        width: 200px;
        -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.5);
        box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.5);
    }
    .main-nav .top_level_item > .drop a 
    {
        color: #414042;
        font-size: 12px;
        line-height: 18px;
        font-weight: bold;
        text-decoration: none;
        padding: 8px 22px;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {
        background-color: #d91017;
        color: #fff;
    }
}
@media only screen and (min-width: 994px)
{
}
@media print {
    .navigation_wrapper
    {
        display: none !important;
    }
}

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

    .header_liner > .slider-opener.changerbutton:before, 
    .header_liner > .slider-opener.changerbutton:after, 
    .header_liner > .slider-opener.changerbutton span {
        background-color: #d91017;
    }
    
    .header_liner > .slider-opener.changerbutton:hover:before, 
    .header_liner > .slider-opener.changerbutton:hover:after, 
    .header_liner > .slider-opener.changerbutton:hover span {
        box-shadow: 0 0 5px #ffffff;
    }
}

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

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/
@media only screen and (min-width: 768px)
{
    .columns
    {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
@media print {
}

/* Main Structure */
.fbcms_main
{
    flex: 1;
}
@media only screen and (min-width: 768px)
{
    .fbcms_main
    {
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .main_content
    {
        position: relative;
    }
    .left_col
    {
        order: 1;
    }
    .center_col
    {
        order: 2;
    }    
    .right_col
    {
        order: 3;
    }
}
@media print {
}

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

    /* http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/ 
    -- editmode selectors added to accomodate add block button as an additional item */

    /* When 2 or more blocks */
    .flexi .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(3), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(3) ~ .fbcms_content
    {
        width: calc(50% - 2rem);
        /*margin: 2rem 0;*/
    }

    .flexi .fbcms_content:only-child,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(2), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(2) ~ .fbcms_content
    {
        width: 100%;
        /*margin: 2rem 0 1rem;*/
    }

    .flexi .fbcms_section > .addblock_buttonbar_wrapper
    {
        min-width: 100%;
    }
}
@media only screen and (min-width: 768px)
{
    /* When 3 flexi content blocks*/
    .flexi .fbcms_content:first-child:nth-last-child(3), 
    .flexi .fbcms_content:first-child:nth-last-child(3) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(4), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(4) ~ .fbcms_content
    {
        width: calc(33.333% - 2rem);
    }

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

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

    /* When 6 flexi content blocks - back down to thirds */
    .flexi .fbcms_content:first-child:nth-last-child(6), 
    .flexi .fbcms_content:first-child:nth-last-child(6) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(7), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(7) ~ .fbcms_content
    {
        width: calc(33.333% - 2rem);
    }
    /* Any more than 6 defaults to halves */
}

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

.home_focus img,
.fbcms_imagerotator .cycle-slide
{
    width: 100%;
}

.home_welcome
{
    width: 100%;
    padding: 18px 12px;
    background-color: #323133 !important;
    color: #ffffff;
}
@media only screen and (min-width: 768px)
{   
    .main_focus
    {
        background: #930003;
    }
    .main_focus_liner 
    {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items:stretch;
        align-items:stretch;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    /* 8/21/19 hid watermarks because no longer matched logo */
    /*.main_focus_liner:before,
    .main_focus_liner:after
    {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        background: transparent url(../img/R-red.png) 0 0 no-repeat;
        background-size: cover;
    }
    .main_focus_liner:before
    {
        right: 100%;
        width: 104px;
    }
    .main_focus_liner:after
    {
        left: 100%;
        width: 260px;
        background-position: top right;
    }*/
    
    
    .home_focus
    {
        position: relative;
        z-index: 1;
        width: 65.37%;
    }
    .home_welcome
    {
        width: 34.632%;
        padding: 20px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#323133+0,323133+48,414042+52,414042+100 */
        background: #323133; /* Old browsers */
        background: /*url(../img/R-grey.png) 0 0 no-repeat,*/ -moz-linear-gradient(top,  rgba(50,49,51,1) 0%, rgba(50,49,51,1) 192px, rgba(65,64,66,1) 192px, rgba(65,64,66,1) 100%); /* FF3.6-15 */
        background: /*url(../img/R-grey.png) 0 0 no-repeat,*/ -webkit-linear-gradient(top,  rgba(50,49,51,1) 0%,rgba(50,49,51,1) 192px,rgba(65,64,66,1) 192px,rgba(65,64,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: /*url(../img/R-grey.png) 0 0 no-repeat,*/ linear-gradient(to bottom,  rgba(50,49,51,1) 0%,rgba(50,49,51,1) 192px,rgba(65,64,66,1) 192px,rgba(65,64,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323133', endColorstr='#414042',GradientType=1 ); /* IE6-9 */
    }
    .home_focus.vpadm_editable,
    .home_welcome.vpadm_editable
    {
        width: 100%;
        padding: 0;
    }

    .page_interior .inside_focus_wrapper
    {
        width: 100%;
        position: relative;
    }
    .page_interior .inside_focus_wrapper img
    {
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 1200px)
{
    .home_welcome
    {
        padding: 56px 46px 20px;
    }
}
@media print {
}

/* Main Content Stuff */
/* Interior Specific */
.page_interior .main_content .center_content {
    padding: 12px;
}
.page_interior .side_col .side_content
{
    padding: 12px;
}
@media only screen and (min-width: 768px)
{
    .page_interior .column.center_col
    {
        width: 74.129%;
    }

    .page_interior .main_content .center_content
    {
        padding: 30px 0 30px 30px;
    }
    .page_interior .main_content .side_col
    {
        width: 25.872%;
        position: relative;    
        box-shadow: inset -40px 0 40px -40px rgba(0,0,0,.2);
    }
    .page_interior .side_col .side_content
    {
        padding: 30px 20px 30px 0;
    }
    .page_interior .fbcms_content.inside_center
    {
    }
    .page_interior .fbcms_content.inside_center.lastone
    {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 994px)
{
    .page_interior .main_content .center_content
    {
        padding: 60px 60px 60px 100px;
    }
    .page_interior .side_col .side_content
    {
        padding: 60px 40px 60px 0;
    }
}

/* Landing Specific */
@media only screen and (min-width: 768px)
{
    .page_landing .main_content .column_left
    {
        padding-right: 15px;
        width: 50%;
    }
    .page_landing .main_content .column_right
    {
        padding-left: 15px;
        width: 50%;
    }
}

/* Home Specific */
.page_home .main_content_bottom .component_liner
{   
    position: relative;
    border-top: #e5e5e5 1px solid;
}
.page_home .main_content .column,
.page_home .main_content_bottom .component_liner
{
    padding: 20px 12px;
}

@media only screen and (min-width: 768px)
{
    .page_home .main_content_top .component_liner,
    .page_home .main_content_bottom .component_liner
    {
        padding: 30px 0; 
    }
    .page_home .main_content .main_content_top .column
    {
        position: relative;
        padding: 0;
    }
    .page_home .main_content .column.left_col
    {
        border-right: #e5e5e5 1px solid;
        width: 30.901%;
        padding: 0 47px 0 0;
    }
    .page_home .main_content .column.center_col
    {
        border-right: #e5e5e5 1px solid;
        width: 34.551%;
        padding: 0 47px;
    }
    .page_home .main_content .column.right_col
    {
        width: 34.551%;
        padding: 0 0 0 47px;
    }
}
@media only screen and (min-width: 994px)
{
    .page_home .main_content .main_content_top .component_liner,
    .page_home .main_content_bottom .component_liner
    {
        padding: 70px 0;
    }
}
@media print {
}

/* OneCol Specific */
.page_interior.page_onecol .column.center_col
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .page_interior.page_onecol .main_content .center_content
    {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 994px)
{
    .page_interior.page_onecol .main_content .center_content
    {
        padding: 60px 0;
    }
}

/* Side Navigation Menu */
.side-nav
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .side-nav
    {
        display: block;
        border-bottom: solid 1px #e5e5e5;
        margin-bottom: 23px;
        padding: 30px 20px 30px 0;
    }
    .side-nav .sidelist_0 > li > a
    {
        color: #2e2e2e;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.3;
        margin: 0 0 5px;
    }
    .side-nav .sidelist_1
    {
    }
    .side-nav .sidelist_1 a
    {
        font-size: 14px;
        line-height: 1.3;
        font-weight: bold;
        color: #d91017;
        padding: 6px 0;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        color: #414042;
        text-decoration: none;
    }
}
@media only screen and (min-width: 994px)
{
    .side-nav
    {
        padding: 60px 40px 60px 0;
    }
}
/* END Side Navigation Menu */
/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/*
===========================================================
 FOOTER
===========================================================
*/
/* footer */
.fbcms_footer
{
    position: relative;
    background-color: #940004;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}
.fbcms_footer .footer_liner
{
    padding: 16px 12px;
}
.fbcms_footer a {
    color: #fff;
}
.goog-te-gadget,
.goog-te-gadget a
{
	color: #fff !important;
}
.goog-te-gadget .goog-te-combo
{
	margin: 4px 0 0 0 !important;
}
.fbcms_content.building_info {
    margin: 0 0 6px;
}
.fbcms_content.building_info > span
{
    display: block;
}


.fbcms_content.building_info,
.credits,
.fbcms_translate,
.link_pdfviewer
{
    display: block;
    margin-bottom: 10px;
}
.fbcms_building_info .divider
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .fbcms_footer .footer_liner
    {
        padding: 20px 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .fbcms_footer .footer_left
    {
        width: 66%;
        text-align: left;
    }
    .fbcms_footer .footer_right
    {
        width: 33%;
        text-align: right;
    }

    .fbcms_content.building_info > span
    {
        display: inline-block;
    	padding: 0 10px;
        border-right: 1px #fff solid;
    	position: relative;
    	z-index: 1;
    }

    .fbcms_content.building_info > span:first-child
    {
        padding-left: 0;
    }
    .fbcms_content.building_info > span:last-child
    {
        padding-right: 0;
        border-right: none;
    }
}
@media print, screen and (max-width: 767px)
{
    .fbcms_content.building_info .divider
    {
        display: none;
    }
}
@media print {
    .fbcms_translate,
    .link_pdfviewer
    {
        display: none;
    }
}
/*
===========================================================
 END FOOTER
===========================================================
*/

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
    color: #414042;
    font: bold 26px/1.38 Arial,Helvetica,sans-serif;
    margin-bottom: 20px;
}
.home_welcome h1
{
    color: #F31119; /*#d91017;*/
    font-size: 50px;
    line-height: 58px;
}
@media only screen and (min-width: 1200px)
{
    .home_welcome h1
    {
        font-size: 70px;
        line-height: 78px;
        margin-bottom: 60px;
    }
}
.page_school_home .home_welcome h1
{
    color: #fff;
    font: 300 26px/1.4 Arial,Helvetica,sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.home_welcome h1 span,
.home_welcome .content_intro
{
    color: #fff;
}
h1 span
{
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2.9px;
    display: block;
}

h2
{
    color: #414042;
    font: bold 22px/1.38 Arial,Helvetica,sans-serif;
    margin-bottom: .8em;
}
.page_home h2
{
    font-size: 28px;    
    line-height: 28px;
}

h3
{
    color: #414042;
    font: bold 17px/1.38 Arial,Helvetica,sans-serif;
    margin-bottom: .8em;
}

h4,
.fbcms_spotlight .desc_short,
.fbcms_cards .fbcms_card_name
{
    color: #414042;
    font: bold 16px/1.38 Arial,Helvetica,sans-serif;
	margin-bottom: 0;
}

h5
{
    color: #d91017;
    font: bold 15px/1.38 Arial,Helvetica,sans-serif;
}
h6
{
    color: #414042;
    font: bold 14px/1.38 Arial,Helvetica,sans-serif;
}

.content_intro
{    
    color: #d91017;
    font: 300 16px/1.5 Arial,Helvetica,sans-serif;
    margin: 0 0 19px;
}

.content_buttonblock a,
.fbcms_more_link a,
.jump_url a
{
    padding: 8px 25px;
    background-color: #d91017;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}
.home_welcome .content_buttonblock a
{
    background-color: #323133;
}
.content_buttonblock a:hover,
.content_buttonblock a:focus,
.fbcms_more_link a:hover,
.fbcms_more_link a:focus,
.jump_url a:hover,
.jump_url a:focus
{
    background-color: #930003;
}

/* 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 .event_date 
{
    color: #d91017;
    text-transform: none;
}

.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item
{
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding: 22px 0;
}
.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item:first-child
{
    border-top: none;
}
li.fbcms_upcoming_event_item .event_group_date
{
    width: 45px;
}
li.fbcms_upcoming_event_item .event_date
{
    background-color: #fff;
    background: url(../img/bg-event-date.png) 0 0 no-repeat;
    color: #414042;
    font: 700 10px/1.1 Arial,Helvetica,sans-serif;
    padding: 3px;
    position: relative;
    width: 35px;
    height: 45px;
}

li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-size: 20px;
    line-height: 1.1;
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    line-height: 100%;
}
.fbcms_upcoming_events .event_title,
.fbcms_upcoming_events .event_title a
{
    font: 14px/18px Arial,Helvetica,sans-serif;
    display: block;
}
li.fbcms_upcoming_event_item .event_title a:hover,
li.fbcms_upcoming_event_item .event_title a:focus {
	text-decoration: underline;
}
.fbcms_upcoming_events .event_description a 
{
    color: #333333;
}
@media only screen and (min-width: 768px)
{
	.page_home .fbcms_upcoming_events .ical_show_button .show_ical_icon {
		position: absolute;
		right: 7px;
		top: 7px;
	}
}
/* Calendar List */
.month_table .month_header
{
    background-color: #d91017;
}
/* END Calendar List */

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

/* Small Calendar Grid */
.fbcms_calendar_minigrid th {
    color: #414042;
}
.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    background-color: #f6f6f6;
    color: #414042;
}
.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: #414042;
	font-weight: bold;
}
.minigrid_verA .fbcms_calendar_mini_prevMonth,
.minigrid_verA .fbcms_calendar_mini_nextMonth
{
    background-color: #d91017;
}
.minigrid_verB .fbcms_calendar_mini_prevMonth,
.minigrid_verB .fbcms_calendar_mini_nextMonth
{
	color: #d91017;
}

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

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

/*
===========================================================
 News Styling
===========================================================
*/
.fbcms_news_headlines .fbcms_article
{
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}
.fbcms_news_headlines .fbcms_article:first-child
{
    padding-top: 0;
    border-top: none;
}
.fbcms_news_headlines .fbcms_article_date
{
    font-weight: normal;
}
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title
{
	font-weight: bold;
}

/*
===========================================================
 END News Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing .email_icon,
.fbcms_staff_search .email_icon,
.fbcms_contact_email .email_icon  {
    background-color: #d91017;
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: #414042;
    font-weight: bold;
}
/*
===========================================================
 END Staff Styling
===========================================================
*/	
/*
===========================================================
 Pager Styling
===========================================================
*/
.pager
{
    text-align: center;
    width: 100%;
}
.pager .btnResultNavigation
{
    background-color: #cccccc;
}

.pager a .btnResultNavigation
{
    background-color: #d91017;
}

.pager a:hover .btnResultNavigation,
.pager a:focus .btnResultNavigation
{
    background-color: #000000;
}

.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
===========================================================
*/
.fbcms_jobs .jobCategoryName {
}

.fbcms_jobs .jobBuildingName {
}
/*
===========================================================
 END Jobs Styling
===========================================================
*/

/*
===========================================================
 Spotlight Styling
===========================================================
*/
.fbcms_spotlight.wrapping .fbcms_spotlight_image
{
    margin-right: 20px;
}
.fbcms_spotlight .more_link
{
    display: block;
    font-weight: bold;
}

/* Spotlights (horizontal) padding */
@media only screen and (min-width: 500px)
{
    .spotlights_horizontal .fbcms_spotlight_slide_liner
    {    
        width: auto;
        margin: 0 -10px;
    }
    .spotlights_horizontal .fbcms_spotlight
    {
        padding: 10px;
    }
    .spotlights_horizontal.horz_layout_1 .fbcms_spotlight
    {
        padding: 0;
    }
}
@media only screen and (min-width: 994px)
{    
    .spotlights_horizontal .fbcms_spotlight_slide_liner
    {
        margin: 0 -20px;
    }
    .spotlights_horizontal .fbcms_spotlight
    {
        padding: 0 20px;
    }
}

/* home_bottom spotlights title */
@media only screen and (min-width: 768px)
{
    .home_bottom.fbcms_spotlights
    {
        display: table;
    }
    .home_bottom.fbcms_spotlights .fbcms_contentheader
    {
        display: table-cell;
        vertical-align: middle;
    }
    .home_bottom.fbcms_spotlights .data-driven-title
    {
        margin-right: 40px;
    }
}
/*
===========================================================
 END Spotlight Styling
===========================================================
*/

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


/*
===========================================================
  Fly-Up Tab Customization
===========================================================
*/
.flyup_container 
{
    z-index: 100;
    width: 95%;
    max-width: 1233px;
    margin: 0 auto;
}
.flyup_tabcontainer
{
}
.flyup_tab
{
    color: #ffffff;
    background-color: #414042;
}
h2.flyup_tab
{
    font-size: 14px;
    line-height: 16px;
}
.flyup_slide
{
    background-color: #414042;
    color: #ffffff;
    width: 100%;
}

.flyup_slide h2,
.flyup_slide h3,
.flyup_slide a
{
    color: #ffffff;
}
/*
===========================================================
  END Fly-Up Tab Customization
===========================================================
*/

#FB_budgetLinkDiv {
    top: 20px;
}

.page_school_home #FB_budgetLinkDiv {
    display: none;
}
