/* Base Template A */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

html
{
    box-sizing: border-box;
}

*
{
    box-sizing: inherit;
}

/* Extra Resets */
q { quotes: none; }
q:before,
q:after { content: ""; }
header,
footer,
main,
article,
section,
hgroup,
nav,
figure,
aside { display: block; }
submit {
	cursor: hand;
}
.fbcms_content img
{
    max-width: 100%;
    height: auto;
}
/* END Extra Resets */

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #555;
}
.page_body
{
	min-width:320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
    background: url(../img/bg-body.png);
}
.fbd_content,
.fbcms_htmleditor
{
    background-color: #FFFFFF;
}
/* END Body */

/*~~ Page Structral ~~*/

/* Master Layout */
.wrapper_outer,
.wrapper_inner,
#header,
.visual,
#content,
#footer
{
    margin: 0 auto;
}

.wrapper_outer
{
    width: 100%;
}

.wrapper_inner,
#header,
.visual
{
    width: 100%;
}

#content,
#footer
{
    width: 100%;
}

.wrapper_inner
{
}
@media only screen and (min-width: 1026px)
{
    .wrapper_outer
    {
        max-width: 1003px;
        overflow: hidden;
    }
    #content,
    #footer
    {
        max-width: 1003px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1025px)
{
    .wrapper_inner
    {
        width: 95%;
		max-width: 960px;
    }
}
@media only screen and (min-width: 768px)
{
    .wrapper_outer,
    .wrapper_inner,
    #header,
    .visual,
    #content,
    #footer
    {
        position: relative;
    }
}
/* END Master Layout */

/* Page Header */
#header
{
    height: 160px;
    background: #F3F3F3 url(../img/bg-header-sm.png) no-repeat 0 0;
}


#header #logo {
	position: absolute;
	top: 9px;
	left: 54px;
	z-index: 1;
	float: left;
    line-height: 0;
}
#header #logo,
#header #logo img {
	max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 768px)
{
    #header
    {
        position: relative;
        z-index: 4;
		height: 200px;
    }
}
@media only screen and (min-width: 1026px)
{
    #header
    {
        background: url(../img/bg-header.png) no-repeat 2px 0;
		height: 222px;
    }
}
@media only screen and (max-width: 767px)
{   
    #header
    {
        
        border-bottom: solid 10px #A11824;
    }
    #header #logo {
        left: 5%;
        width: 90%;
    }
}
@media only screen and (max-width: 500px)
{   
    #header #logo {
        top: 20px;
        left: 2%;
        width: 95%;
    }
}
@media only screen and (max-width: 400px)
{   
	#header {
		height: 125px;
	}
}
.search-form
{
    height: 24px;
    position: absolute;
    right: 6px;
    top: 6px;
	z-index: 6;
}
.search-form .search-input {
    border: 0 none;
    color: #fff;
    background-color: #289ab7;
    box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.3);
    font-size: 11px;
    line-height: 19px;
    margin: 0;
    padding: 1px 6px;
    vertical-align: top;
    width: 157px;
}
.search-form .submit {
    float: right;
    margin: 0;
    padding: 0;
    width: 21px;
    height: 21px;
    background-color: transparent;
    position: relative;
    display: block;
    background: url(../img/ico_search.png) no-repeat;
    background-position: 3px 3px;
    border: 0 none;
    text-indent: -9999px;
}
.search-form .submit:hover,
.search-form .submit:focus {
	opacity: .8;
}
.search-form legend,
.search-form label
{
	width: 1px;
    position: absolute;
}
@media only screen and (min-width: 1026px)
{  
    .search-form
    {
        right: 30px;
    }
}
@media only screen and (max-width: 767px)
{
    .search-form
    {
        right: 66px;
        top: 12px;
    }
    .search-form .search-input
    {
        padding: 0;
        width: 0;
    }
    .search-form.opened .search-input 
    {
        padding-left: 4px;
        width: 161px;
    }
}
.search-input::-webkit-input-placeholder 
{
      color: #ffffff;
}
.search-input:-moz-placeholder
{
      color: #ffffff;
}
.search-input::-moz-placeholder
{
      color: #ffffff;
}
.search-input:-ms-input-placeholder
{
      color: #ffffff;
}

.fbcms_content.site_script_header {
    position: absolute;
    right: 28px;
    top: 106px;
	z-index: 5;
}
@media only screen and (max-width: 767px)
{
    .fbcms_content.site_script_header
    {
        right: 86px;
        top: 3px;
    }
}
/* Social Media */
.fbcms_sharedcontent ul.social_media_list
{
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    vertical-align: middle;
}
.fbcms_sharedcontent ul.social_media_list li
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 36px;
    text-align: center;
}
.fbcms_sharedcontent ul.social_media_list li a
{
    color: #2797b3;
}
.fbcms_sharedcontent ul.social_media_list a:hover,
.fbcms_sharedcontent ul.social_media_list a:focus
{
    text-decoration: none;
    text-shadow: 0 0 2px rgba(0,0,0,.4);
}
/* END Social Media */

.slider-opener.changerbutton
{
    top: 6px;
    right: 26px;
}
.slider-opener.changerbutton:before, 
.slider-opener.changerbutton:after, 
.slider-opener.changerbutton span
{
    background-color: #58AFC5;
}
/* END Page Header */

/* Page Body */
@media only screen and (max-width: 767px)
{  
    #content
    {
        background-color: #fff;
        padding-bottom: 1px;
    }
    .page_interior #contentLeft .inside_center,
    .page_interior #contentLeft .landing_bottom,
    .page_interior #contentLeft .colContainer,
    .page_interior #contentRight
    {    
        padding: 0 12px;
    }
}
@media only screen and (min-width: 768px)
{
    #content
    {
        position: relative;
        z-index: 1;
        background: #fff;
        position: relative;
    }
    .contentLiner
    {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
        margin-bottom: 1px;
    }
    .contentLiner:after{
        content:'';
        display:block;
        clear:both;
    }

    #contentLeft
    {
        width: 65.521%;
    }
    .page_interior #contentLeft
    {
        padding: 31px 28px 42px 24px;
    }

    #contentRight
    {
        width: 34.48%;
        border-left: solid 1px #E5E5E5;
    }
    .page_interior #contentRight
    {
        background: url(../img/bg-block01.jpg) no-repeat;
        padding: 25px 13px 0 24px;
    }
}
@media only screen and (min-width: 1026px)
{
    #content
    {
        background: url(../img/bg-main-top.png) no-repeat 2px 100%;
        background-size: 999px 100%;
        padding: 0 22px 0 21px;        
        margin: -20px 0 20px;
    }
    #content:after
    {
        background: url(../img/bg-main-bottom.png) no-repeat 2px 100%;
        content: "";
        position: absolute;
        width: 100%;
        max-width: 960px;
        height: 20px;
    }
    .page_landing #contentLeft
    {
        padding-right: 45px;
    }
    .page_interior #contentRight
    {
        padding-bottom: 10px;
    }
}
/* END Page Body */

/* Page Footer */
#footer
{
    background-color: transparent;
	position: relative;
	clear: both;
    color: #C9E8F0;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    padding-top: 25px;
    overflow: hidden;
	z-index: 3;
}
#footer a
{
    color: #C9E8F0;
}
.goog-te-gadget,
.goog-logo-link
{
	color: #C9E8F0 !important;
}
.goog-te-gadget .goog-te-combo
{
	margin: 4px 0 0 0 !important;
}
#footer .fbcms_translate
{
    margin-top: 10px;
}
#footer .link_pdfviewer
{
    display: block;
    margin-top: 10px;
}
@media only screen and (min-width: 768px)
{
    #footer
    {
        margin-top: 8px;
        padding: 0 10px 17px;
    }
    #footer .footer_left 
    {
        float: left;
    }
    #footer .footer_right
    {
        float: right;
        text-align:right;
    }
}
@media only screen and (min-width: 1026px)
{
    #footer
    {
        padding: 0 45px 17px;
    }
}
@media only screen and (max-width: 767px)
{
    #footer
    {
        padding: 12px;
    }
}
/* END Page Footer */

/*~~ END Page Structral ~~*/

/*~~ Template-Specific Modifications ~~*/

/* All */
.page_body .fbcms_content.home_lefttop,
.page_home .colContainer
{
    padding-left: 24px;
    padding-right: 45px;
}

.page_body .fbcms_content.home_right
{
    padding-left: 22px;
    padding-right: 13px;
}

.fbcms_content.home_left_title,
.fbcms_content.home_right_title
{
    background: #2898b5;
    padding: 14px 14px 10px 24px;
    text-transform: uppercase;
    color: #fff;
    font: 11px/13px "Times New Roman", Times, serif;
}
.fbcms_content.home_left_title
{
    font-weight: bold;
    letter-spacing: 1px;    
}
.fbcms_content.home_right_title
{
    background: #208099;
    margin-left: -1px;
    padding-left: 19px;
}
@media only screen and (min-width: 768px)
{
    .colContainer
    {
        overflow: hidden;
    }
    .col
    {
        width: 50%;
    }
    .colLeft
    {
        float: left;
        padding-right: 10px;
    }
    .colRight
    {
        float: right;
        padding-left: 10px;
    }
    .fbcms_content.home_left_title
    {
        background: #2898b5 url(../img/bg-heading.png) no-repeat;
    }

    .fbcms_content.home_right_title
    {
        background: url(../img/bg-news.png) repeat-y;
        margin-left: -1px;
    }
}
@media only screen and (max-width: 767px)
{
    .page_body .fbcms_content.home_lefttop,
    .page_home .colContainer,
    .fbcms_content.home_left_title, 
    .fbcms_content.home_right_title,
    .page_body .fbcms_content.home_right
    {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* END All */

/* Interior (Landing and Inside) Specific */
.fbcms_content.inside_focus,
.fbcms_content.landing_focus
{
    max-height: 286px;
    font-size: 0;
    line-height: 0;
}
.fbcms_content.inside_focus img,
.fbcms_content.landing_focus img
{
    max-height: 262px;
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.inside_focus,
    .fbcms_content.landing_focus
    {
        background: url(../img/bg-shadow02.png) no-repeat 0 100%;
        padding: 0 0 16px;
        margin: -31px -28px 19px -24px;
    }
}
@media only screen and (min-width: 1026px)
{
    .fbcms_content.inside_focus,
    .fbcms_content.landing_focus
    {
        max-height: 278px;
        margin: -31px -45px 19px -24px;
    }
    /*.fbcms_content.inside_focus img,
    .fbcms_content.landing_focus img
    {
        width: auto;
        height: 100%;
    }*/
}
.inside_focus.vpadm_editable_section,
.landing_focus.vpadm_editable_section
{    
    margin-top: 12px;
}

.inside_title {
    display: none;
}
/* END Interior (Landing and Inside) Specific */

/* Inside Specific */
/* END Inside Specific */

/* OneCol Specific */
.page_onecol .contentLiner
{
    background: none;
}

.page_onecol #contentLeft
{
    width: 100%;
}

.page_onecol #contentRight
{
    display: none;
}
/* END OneCol Specific */

/* Landing Specific */
/* END Landing Specific */

/*~~ Home Specific ~~*/

.visual-area
{
    overflow: hidden;
}
.visual-area .vpadm_editable_section
{
    min-height: auto;
    margin-top: 12px;
}
.visual-area .visual
{
    overflow: hidden;
    position: relative;
    max-height: 369px;
    max-width: 100%;
    height: auto;
    width: 100%;
    z-index: 1;
}

.fbcms_content.home_focus
{
    overflow: hidden;
}
.fbcms_content.home_focus img,
.fbcms_content.home_focus img
{
    max-width: 100%;
    height: auto;
    width: 100%;
}

.home_welcome
{
    background: url(../img/bg-block.jpg);
}
@media only screen and (min-width: 768px)
{
    .visual-area
    {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .visual-area .visual
    {
        width: 65.72%;
        height: auto;
    }
    .fbcms_content.home_welcome {
        width: 34.28%;
        padding: 16px 13px 6px 13px;
    }
}
@media only screen and (min-width: 1026px)
{
    .visual-area .visual
    {
        width: 630px;
        height: 369px;
        overflow: hidden;
        float: left;
        position: relative;
    }
    .fbcms_content.home_welcome
    {
        width: 330px;
        overflow: hidden;
        float: right;
        padding: 25px 23px;
        height: 369px;
        background-color: #666;
    }
	.fbcms_photogallery .fbpgro_button,
	.fbcms_photogallery .fbpgro_pager	
	{
		margin-top: 15px;
	}
}
@media only screen and (max-width: 767px)
{
    .page_body .visual-area .visual
    {
        width: 100%;
        height: auto;
        float: none;
    }
    .visual-area .visual .slide-image a
    {
        display: block;
    }
    .visual-area .visual img
    {
        width: 100%;
        height: auto;
    }
    .fbcms_content.home_welcome
    {
        width: 100%;
        height: auto;
        float: none;
        padding: 16px;
    }
}
.fbcms_editmode .fbcms_content.home_welcome
{
	width: 302px;
}

.fbcms_content.home_lefttop.firstone,
.fbcms_content.home_right.firstone
{
    margin-top: 22px;
}

/*~~ END Home Specific ~~*/

/*~~ END Template-Specific Modifications ~~*/

/*~~ Menus ~~*/

/* BEGIN Header Menu */

@media only screen and (min-width: 768px)
{    
    .slide_liner:after {
        content: "";
        position: absolute;
        background: url(../img/divider01.png) no-repeat 0 100%;
        width: 691px;
        height: 38px;
        right: 0px;
    }
    .list-nav.menu_head
    {
        position: absolute;
        right: 328px;
        top: 8px;
        z-index: 100;
        text-align: right;
    }
    
    .menu_head .menu_title
    {
        display: none;
    }
    
    .list-nav li
    {
        display: inline-block;
    }
    .list-nav li a {
        color: #289ab7;
        text-decoration: none;
        font-size: 11px;
        line-height: 12px;
        text-transform: none;
        font-weight: bold;
        margin: 5px 10px 0;
        letter-spacing: 1px;
    }
    .list-nav li a:hover,
    .list-nav li a:focus {
        text-decoration: underline;
    }
}
@media only screen and (min-width: 1026px)
{  
    .slide_liner:after {
        right: 21px;
    }
    .list-nav.menu_head
    {
        right: 342px;
    }
}
@media only screen and (max-width: 767px)
{
    .list-nav .menu_title
    {
        background-color: #333333;
        border-top: 1px solid #333333;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 11px 9px;
        display: block;
    }
}
/* END Header Menu */

/* Schools Menu */
@media only screen and (min-width: 768px)
{ 
    .simple-nav.menu_school {
        position: absolute;
        top: 6px;
        right: 206px;
        z-index: 10;
    }
    .simple-nav.menu_school .menu_title {
        display: block;
        padding: 4px 8px 4px 5px;    
        box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.3);
        width: 122px;
        background: #E2E2E2;
        color: inherit;
        font-size: 11px;
        line-height: 13px;
    }
    .drop-nav.menu_school .menu_title:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #555 transparent transparent transparent;
        position: absolute;
        top: 8px;
        right: 6px;
    }
    .drop-nav.menu_school.menuopen .menu_title:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #555 transparent;
        position: absolute;
        top: 9px;
        right: 6px;
    }
    .simple-nav.menu_school .menu_title .menu_opener {
        float: right;
    }
    .simple-nav.menu_school ul.simplemenu_container
    {
        display: none;
    }
    .simple-nav.menu_school.menuopen ul.simplemenu_container,
    .simple-nav.menu_school ul.simplemenu_container li
    {
        display: block;
        background-color: #fff;
    }
    .simple-nav.menu_school.menuopen ul.simplemenu_container
    {
        position: absolute;
        left: 0;
        top: 22px;
        width: 176px;
        padding: 0;
    }
    .simple-nav.menu_school a
    {
        color: #646464;
        text-decoration: none;
        display: block;
        font-weight: normal;
        width: 100%;
        margin: 0;
        padding: 7px 5px 6px 15px;
        font-size: 11px;
        line-height: 13px;
    }
    .simple-nav.menu_school a:hover,
    .simple-nav.menu_school a:focus
    {
        color: #fff;
        background: #2ea9c2;
        text-decoration: none;
    }
}
@media only screen and (min-width: 1026px)
{  
    .simple-nav.menu_school {
        right: 220px;
    }
}
@media only screen and (max-width: 767px)
{  
    .menu_school
    {
        display: none;
    }
    .main-nav .menu_school
    {
        display: block;
    } 
    .simple-nav.menu_school a {
        border-bottom: 1px solid #999999;
    }
}
/* END Schools Menu */

/* Main Menu */
@media only screen and (min-width: 768px)
{
    .main-nav
    {
        background: #A11824;
        height: 46px;  
        box-shadow: 0 -2px 10px 0 rgba(0,0,0,.4);
    }
    .main-nav .top_level {
        margin: 0 auto;
        float: none;
        border-right: solid 1px #C12D3A;
    }
    .main-nav .top_level_item
    {
        border-right: solid 1px #A31824;
        border-left: solid 1px #C12D3A;
    }
    .main-nav .top_level_link
    {
        padding: 16px 18px 15px;
        color: #fff;
        text-transform: uppercase;
        font: bold 12px/15px "Times New Roman", Times, serif;
        text-decoration: none;
    }
    .page_profile .main-nav a.top_level_link
    {
        padding: 16px 11px 15px;
        font-size: 11px;
    }
    .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: underline;
        color: #ffffff;
    }

    /* drop-down */
    .main-nav .top_level_item > .drop 
    {
        top:45px;
        min-width: 190px;
        background: #ffffff;
        padding: 7px 0;
        box-shadow: inset 0 15px 10px -4px rgba(0,0,0,.4), 0 0px 10px 2px rgba(0,0,0,.2);
    }
    .main-nav .top_level_item > .drop a 
    {
        padding: 7px 18px 6px 18px;
        font-size: 12px;
        line-height: 14px;
        text-decoration: none;
        color: #646464;
    }
    .main-nav .top_level_item > .drop a:hover,
    .main-nav .top_level_item > .drop a:focus
    {
        background: #c21d2b;
        color: #fff;
        text-decoration: none;
    }
    .main-nav .menu_school
    {
        display: none;
    }
}
@media only screen and (min-width: 1026px)
{
    .main-nav
    {
        height: 66px;
        background: url(../img/bg-nav.png) no-repeat;
        box-shadow: 0 -25px 10px -20px rgba(0,0,0,.4);
        background-size: 100% 100%; 
    }
    .main-nav .top_level {
        padding: 0 0 0 45px;
    }
    .page_profile .main-nav .top_level {
        padding: 0 0 0 30px;
    }
    .main-nav .top_level_link
    {
        padding: 15px 24px 15px 23px;
        font: bold 13px/15px "Times New Roman", Times, serif;
        letter-spacing: 1px;
    }
    .page_profile .main-nav a.top_level_link
    {
        padding: 15px 20px 15px;
        font-size: 12px;
    }
}
/* END Main Menu */

/* Subpages Menu */
.menu_subpages.drop-nav
{
    display: none;
}

@media only screen and (max-width: 767px)
{
    .menu_subpages.drop-nav
    {
        display: block;
		margin: 0 -5px 0 -10px;
    }
}

/* Breadcrumb Nav */
.breadcrumb-nav
{
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 18px;
    display: none;
}
.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;
}
.breadcrumb-nav a:hover,
.breadcrumb-nav a:focus
{
    text-decoration: none;
}
@media only screen and (max-width: 767px)
{
    .breadcrumb-nav
    {
        display: block;
    }
}

/* Side Menu */
.side-nav
{
    margin-bottom: 41px;
}
.side-nav a
{
    font-size: 14px;
    line-height: 18px;
}
.side-nav .sidelist_0 > li > a
{   
    margin: 0 0 7px;
    font: bold 20px/25px "Times New Roman", Times, serif;
    color: #C21D2B;
}
.side-nav .sidelist_0 .side_sublist
{
    font-weight: normal;
}
.side-nav .sidelist_1 .side_sublist
{
    font-weight: normal;
}
.side-nav .sidelist_1 > li > a
{
    display: block;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
    padding: 2px 13px 8px 0px;
    color: #2797B3;
}
.side-nav .sidelist_1 a:hover,
.side-nav .sidelist_1 a:focus,
.side-nav .sidelist_1 .current_item > a {
    text-decoration: underline;
}
.side-nav .sidelist_2 > li > a {
    padding: 0 0 8px;
}
.side-nav .sidelist_3 a
{
    line-height: 12px;
}
@media only screen and (max-width: 767px)
{
    .side-nav
    {
        display: none;
    }
    .inside_center_nav
    {
       padding: 0 5px 0 10px; 
    }
}
/* END Side Menu */

/*~~ END Menus ~~*/

/*
==================================================================
!!!!   DATA DRIVEN STYLING
==================================================================
*/

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
    color: #C21D2B;
    margin: 0 0 14px;
    font: 29px/30px "Times New Roman", Times, serif;
}
.home_welcome h1 {
    margin: 0 0 24px;
    font: 22px/26px "Times New Roman", Times, serif;
}
.home_welcome h1 span{
    font-weight:bold;
    font-size:29px;
    display:block;
    margin:0 0 2px;
}
h2
{
    color: #C21D2B;
    font: bold 17px/20px "Times New Roman", Times, serif;
    margin-bottom: 5px;
}
.page_home .fbcms_content h2
{
    color: #2797B3;
    font: bold 18px/19px "Times New Roman", Times, serif;
}
h3
{
    color: #333;
}
#contentRight .fbcms_content h3
{
    color: #2797B3;
    font: bold 16px/20px "Times New Roman", Times, serif;
}
h4,
.fbcms_spotlight .desc_short,
.fbcms_cards .fbcms_card_name,
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title
{
    color: #2797b3;
    font: bold 12px/18px Arial, Helvetica, sans-serif;
}
h5
{
    font-size: 13px;
    line-height: 20px;
}
h6
{
}

.fbcms_content hr
{
}

.fbcms_content p {
    margin-bottom: 15px;
    line-height: 20px;
}

a,
.fbcms_spotlight_text .more_link,
.fbcms_cards .fbcms_card_link
{
    color: #2797b3;
}

p.content_intro
{
    line-height: 23px;
    font-weight: normal;
	margin-bottom: 15px;
    font-size: 15px;
}

.home_welcome ul
{
    padding: 0;
    margin: 0 0 0 1px;
    list-style: none;
    overflow: hidden;
    font-size: 14px;
    line-height: 15px;
}
.home_welcome ul li {
    background: none;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin: 21px 0 0;
}
.home_welcome ul li:first-child {
    margin: 0;
}
.home_welcome ul li a 
{
    text-transform: uppercase;
    color: #2797B3;
    background: url(../img/arrow01.png) no-repeat 0 1px;
    padding: 0 0 0 21px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.home_welcome ul li a:hover,
.home_welcome ul li a:focus
{
	text-decoration: underline;
}
@media only screen and (max-width: 1025px)
{
    .home_welcome ul li {
        margin-top: 10px;
    }
    .home_welcome h1 {
        margin-bottom: 10px;
    }
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/


/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing_row .staffListing {
    margin-bottom: 15px;
}
.fbcms_staff_search .email_icon,
.fbcms_staff_listing .email_icon,
.fbcms_contact_email .email_icon
{
    background-color: #2797B3;
}
.fbcms_staff_search .fbcms_table_header,
.fbcms_staff_listing_headers
{
    font-weight: bold;
    color: #2797B3;
}
/*
===========================================================
 END Staff Styling
===========================================================
*/

/*
===========================================================
 Pager Styling
===========================================================
*/
.pager
{
    text-align: center;
    width: 100%;
}
.pager a .btnResultNavigation
{
    background-color: #2797B3;
}
/*
===========================================================
 END Pager Styling
===========================================================
*/

/*
===========================================================
 News Styling
===========================================================
*/
.newsarticle_title,
.fbcms_article_title {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.fbcms_news_headlines .fbcms_article_date
{
    font: italic 11px/15px Arial,Helvetica,sans-serif;
    margin: 0 0 4px;
    font-weight: normal;
}

.fbcms_news_headlines .fbcms_article_summary
{
    margin: 0 0 4px;
}
li.fbcms_upcoming_event .event_description
{
    display: none;
}
.fbcms_newscontent .fbcms_newsarchive_link a
{
    font-size: 13px;
    font-weight:normal;
}
/*
-------------------------------------
 News Article Details
-------------------------------------
*/
/*
-------------------------------------
 End News Article Details
-------------------------------------
*/

/*
-------------------------------------
 Newsletter
-------------------------------------
*/
/*
-------------------------------------
 End Newsletter
-------------------------------------
*/

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


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

/* Calendar List */
.calendargrid .caltab .dayofweek,
.calendargrid .caltab .currentmonth .daynumber,
.fbcms_calendar_list_with_nav .month_header
{
    background-color: #2797B3;
}
/* END Calendar List */

/* Calendar Grid */
/* END Calendar Grid */


/* Calendar Event */
/* END Calendar Event */


/* Small Calendar Grid */
.minigrid_verA .fbcms_calendar_mini_prevMonth,
.minigrid_verA .fbcms_calendar_mini_nextMonth {
    background-color: #C21D2B;
}
.minigrid_verA .fbcms_calendar_mini_month_button:hover, 
.minigrid_verA .fbcms_calendar_mini_month_button:focus {
    background-color: #2797b3;
}
.minigrid_verA .fbcms_calendar_mini_monthName,
.fbcms_calendar_minigrid .fbcms_calendar_mini_yearNumber
{
    color: #C21D2B;
}
.fbcms_calendar_mini .calendar_mini_headers
{
    text-align: center;
    border-bottom: 1px solid #909090;
}

.fbcms_calendar_minigrid .fbcms_calendar_mini_event
{
    color: #C21D2B;
}
.fbcms_calendar_minigrid .today, 
.fbcms_calendar_minigrid .isDay:hover, 
.fbcms_calendar_minigrid .isDay:focus
{
    color: #ffffff;
    background-color: #C21D2B;
}
.fbcms_calendar_miniPopupEventInfo_description
{
    color: #000000;
}
/* END Small Calendar Grid */

/* Upcoming Events */
li.fbcms_upcoming_event .event_day 
{
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}
li.fbcms_upcoming_event .event_month 
{
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
li.fbcms_upcoming_event .event_title
{
    font: bold 13px/19px Arial,Helvetica,sans-serif;
    margin: 0 0 4px;
}
.fbcms_upcoming_event .event_title a
{
    text-decoration: none;
}
.fbcms_upcoming_event .event_title a:hover,
.fbcms_upcoming_event .event_title a:focus
{
    text-decoration: underline;
}
li.fbcms_upcoming_event .event_details
{
    padding-bottom: 17px;
    padding-left: 5px;
}

/* END Upcoming Events */
@media only screen and (max-width: 767px)
{
	.calendargrid .caltab .currentmonth .daynumber.dayeventlink {
		color: #000;
	}
}
/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 Building Styling
===========================================================
*/
.fbcms_building_info
{
    display: inline-block;
}

@media only screen and (min-width: 768px)
{
    .fbcms_building_info .building_address,
    .fbcms_building_info .building_citystatezip,
    .fbcms_building_info .building_phone,
    .fbcms_building_info .building_map
    {
        margin-left: 6px;
    }
    
    .fbcms_building_info .building_fax
    {
        margin-left: 3px;
    }
    .fbcms_building_info .divider {
        background: url("/Areas/Core/Images/bullet-white.png") no-repeat scroll 0 0 transparent;
        margin: 0 0px 2px 10px;
    }
}
@media only screen and (max-width: 767px)
{
    .fbcms_building_info > span
    {
        display: block;
    }
    .fbcms_building_info .divider
    {
        display: none;
    }
    .footer_right
    {
        margin-top: 6px;
    }
}
/*
===========================================================
 END Building Styling
===========================================================
*/


/*
===========================================================
 Spotlights Styling
===========================================================
*/
/*
===========================================================
 END Spotlights Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title 
{
    background-color: #2797b3;
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus 
{
    background-color: #C21D2B;
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/

/*
===========================================================
  Fly-Up Tab Customization
===========================================================
*/
.flyup_container 
{
    z-index: 2;
    margin: 0 auto 0;
    width: 100%;
}
.flyup_tab 
{
    background-color: #999999;
    color: #ffffff;
}
.flyup_slide
{
    background-color: #999999;
    color: #ffffff;
}
.flyup_slide .fbcms_content a,
.flyup_slide .fbcms_content h2,
.flyup_slide .fbcms_content h3
{
    color: #ffffff;
}
/*
===========================================================
  END Fly-Up Tab Customization
===========================================================
*/

/*
===========================================================
  Budget Badge Customization
===========================================================
*/

.page_body #FB_budgetLinkDiv
{
    top: 211px;
}
@media only screen and (max-width: 767px)
{
    .page_body #FB_budgetLinkDiv
    {
        left: 0;
        right: auto;
    }
    .page_body #badgeLiner
    {
        left: 13px;
        right: auto;
    }
    .page_body #FB_bbCloser
    {
        left: 0;
        right: auto;
    }
}
/*
===========================================================
  END Budget Badge Customization
===========================================================
*/

/*
==================================================================
!!!! END DATA DRIVEN STYLING
==================================================================
*/
