@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600);

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: #4c4c4c;
    font: 400 1rem/1.4 arial, sans-serif;
}
.page_body
{
	margin: 0;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
    height: 100vh;
    background: #fff;
}
.fbd_content,
.fbcms_htmleditor
{
    background-color: #ffffff;
}
@media only screen and (min-width: 768px)
{
}
/* END Body */

/* General Styling */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a,
.fbcms_spotlight_text .more_link,
.fbcms_cards .fbcms_card_link {
	color: #C61C23;
}

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_wrapper
{
    overflow: hidden;
}
.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,
    .fbcms_ppz_widget_liner
    {
        width: 95%;
        height: 100%;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media print {
}

/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header
{
    background: #ffffff;
	border-bottom: 1px solid #fff;
}
.fbcms_header .header_main
{
    height: 136px;
}
.fbcms_header:after {
	content: " ";
	display: table;
	clear: both;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header
    {
        position: relative;
        z-index: 2;
    }
    .fbcms_header .header_main
    {
        height: auto;
        position: relative;
        z-index: 2;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+21,d7d7d7+100 */
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(255,255,255,1) 21%, rgba(215,215,215,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 21%,rgba(215,215,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(255,255,255,1) 21%,rgba(215,215,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=1 ); /* IE6-9 */
    }
    .navigation_wrapper
    {
        background: transparent;
        z-index: 100;
        position: relative;
    }
}
@media only screen and (min-width: 994px) 
{
    .navigation_wrapper
    {
        margin-top: -28px;
    }
}

/* Logo */
.logo_link
{
    text-decoration: none;
}
.site_logo,
.site_logo_text
{
    display: inline-block;
    vertical-align: middle;
}
.site_logo {
    max-width: 18%;
}
.site_logo_text
{
    max-width: 78%;
    padding-left: 10px;
}
.site_logo img {
    max-width: 100%;
    height: auto;
}
.fbcms_editmode .fbcms_content.site_logo,
.fbcms_editmode .fbcms_content.site_logo_text
{
    max-width: 100%;
}
@media only screen and (max-width: 767px)
{  
    .logo
    {
        display: inline-block;
        margin: 16px 4px 0 4px;
    }
    .site_logo_text
    {
        margin-top: 36px;
    }
}
@media only screen and (min-width: 768px)
{
    .site_logo {
        margin: 10px 0 0;
    }
    .site_logo img {
        display: block;
    }
}
@media print {
}


/* Search */
.search-form
{
    position: absolute;
    top: 8px;
    right: 8px;
    width: auto;
    z-index:100; 
}

.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    border: none;
}

.search-form .search-input
{
    width: 152px;
    padding: 5px 12px;
    color: #bdbbbb;
    font-size: 0.929em;
    line-height: 1;
}
.search-form .submit
{
    color: #ffffff;
    text-indent: -9999px;
    width: 26px;
    position: relative;
    background: #DC7A09 url(../img/bg-search-ico.png) no-repeat center;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    background-color: #000;
}

    .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: 8px;
        top: 8px;
    }
}
@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: 8px;
    right: 44px;
}
.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: 10px;
        right: 334px;
        z-index: 4;
    }
}
@media print
{
}

/* Social Media Script */
.fbcms_content ul.social_media_list {
    margin: 0;
}
.social_media_list:after
{
    content: "";
    display: table;
    clear: both;
}
.fbcms_content ul.social_media_list > li {
    margin: 0 6px;
    list-style: none;
    float: left;
    font-size: 1.5em;
    line-height: 1;
}

.fbcms_content .social_media_list a {
    text-align: center;
}
.social_media_list .social-media-circle {
    display: block;
    border-radius: 12px;
    padding: 3px 6px;
    background-color: #62b3e4;
    width: 24px;
    height: 24px;
}

.fbcms_sharedcontent ul.social_media_list li a.facebook  {
	color: #3B5998;
}
.fbcms_sharedcontent ul.social_media_list li a.twitter {
	color: #4099ff;
}
.fbcms_sharedcontent ul.social_media_list li a.youtube-play  {
	color: #cd201f;
}
.fbcms_sharedcontent ul.social_media_list li a.youtube  {
	color: #000000;
}
.fbcms_sharedcontent ul.social_media_list li a.linkedin  {
	color: #0077B5;
}
.fbcms_sharedcontent ul.social_media_list li a.pinterest  {
	color: #bd081c;
}
.fbcms_sharedcontent ul.social_media_list li a.instagram  {
	color: #3f729b;
}

.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
===========================================================
*/
#navigation {
	font-family: 'Hind', sans-serif;
}
/* Head Menu */
@media only screen and (min-width: 768px)
{   
    .menu_head
    {
        position: absolute;
        right: 8px;
        top: -28px;
        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 li:after
    {
        position: absolute;
        content: "";
        height: 10px;
        width: 1px;
        background-color: #35536d;
        right: -2px;
        top: 1px;
    }
    .menu_head li:last-child:after
    {
        display: none;
    }
    
    .menu_head a
    {
        line-height: 1;
        text-decoration: none;
        display: block;
        color: #333;
    }
}
@media only screen and (min-width: 994px)
{    
    .menu_head a
    {
        font-size: 1.1em;
    }
}

/* Focus Menu */
@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:after
    {
        position: absolute;
        content: "";
        height: 16px;
        width: 1px;
        background-color: #4C4B4B;
        right: -2px;
        top: 1px;
    }
    .menu_focus li:last-child:after
    {
        display: none;
    }
    
    .menu_focus a
    {
        font-size: 1.143em;
        line-height: 1;
        text-decoration: none;
        display: block;
        color: #4C4B4B;
    }
}

/* 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 #c2bebb 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)
{
    .list-nav.menu_quicklinks .menu_title
    {
        display: none;
    }
}
@media only screen and (min-width: 768px)
{
    .drop-nav.menu_quicklinks
    {
        position: absolute;
		top: -119px;
		right: 206px;
        display: inline-block;
    	vertical-align: top;
    }
    .drop-nav.menu_quicklinks .menu_title
    {
        display: inline-block;
        line-height: .8em;
        font-size: 1.2em;
        margin-left: 0;
        font-weight: 500;
        padding: 0 18px 12px 12px;
        color: #212121;
        margin-left: 0;
        cursor: pointer;
        position: relative;
        background-color: transparent;
    }
    .drop-nav.menu_quicklinks .menu_title:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 5px 0 4px;
        border-color: #212121 transparent transparent transparent;
        position: absolute;
        top: 2px;
        right: 1px;
    }
    .drop-nav.menu_quicklinks.menuopen .menu_title:after {
        border-width: 0 4px 7px 5px;
        border-color: transparent transparent #212121 transparent;
    }
        
    .drop-nav.menu_quicklinks .simplemenu_container
    {
        left: 0;
        z-index: 101;
        padding: 8px 0;
        width: 250px;
        background-color: #ffffff;
        border-color: #666666;
        border-style: none solid;
        border-width: 1px;
        box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 1);
		border: none;
    }
	.drop-nav.menu_quicklinks .simplemenu_container > li {
		border-bottom: 1px solid #f3f3f3;
	}
	.drop-nav.menu_quicklinks .simplemenu_container > li:last-child {
		border-bottom: none;
	}

    .drop-nav.menu_quicklinks .simplemenu_container a
    {
        font-size: .96em;
        font-weight: normal;
        line-height: 1.05;
        padding: 8px 6px 8px 14px;
        text-decoration: none;
        text-transform: none;
        color: #000000;
		text-align: left;
    }
    .drop-nav.menu_quicklinks .simplemenu_container a:hover,
    .drop-nav.menu_quicklinks .simplemenu_container a:focus
    {
        background-color: #DC7A09;
    }
}
@media only screen and (min-width: 994px)
{
    .drop-nav.menu_quicklinks 
    {
        top: -91px;
    }
}
/* END Quicklinks Menu */



/* nav slider */
@media only screen and (max-width: 767px) {
    .slider-opener.secondary-opener
    {
        top: 96px;
        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: #231f20;
    }
    
    .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;
    }
}


/* 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-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 18px;
    font-size: inherit;
    line-height: inherit;
}
.breadcrumb-nav li
{
    font-size: 0.929em;
    line-height: 1;
}
.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 */
.menu_title.menusection_title
{
    background-color: #333333;
    border-top: 1px solid #333333;
    font-size: 1.143em;
    line-height: 1.4;
    padding: 8px 11px 9px;
    display: block;
}
@media only screen and (min-width: 768px)
{
    .menu_title.menusection_title
    {
        display: none;
    }
    .main-nav 
    {
        margin: 0;
        position: relative;
        z-index: 101;
        background-color: #252525;
        text-align: right;
        border-top-left-radius: 10px;
    }
    .main-nav:after
    {
        content: "";
        display: block;
        background-color: #252525;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        right:  -1000px;
    }
    .main-nav .top_level
    {
        float: none;
    }
    .main-nav .top_level_item
    {
        display: inline-block;
        float: none;
        text-align: left;
        vertical-align: top;
        position: relative;
    }
    .main-nav .top_level_link
    {
        color: #ffffff;
        text-decoration: none;
        padding: 9px 8px;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.1em;
    }
    .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: #595754;
    }
    .slide_liner  {
        color: #ffffff !important;
    }
    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        top: 100%;
        background-color: #ffffff;
        width: 250px;    
        z-index: 900;
        -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    }
	.main_sublist.sublist_0 {
		padding-top: 10px;
	}
    .main-nav .top_level_item > .drop a 
    {
        color: #333;
        font-size: 1em;
        line-height: 1.2;
        font-weight: 500;
        text-decoration: none;
        padding: 8px 10px 7px 15px;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {
        background-color: #C61C23;
		color: #ffffff;
    }
	.main-nav .top_level_item > .drop li {
		border-bottom: 1px solid #f3f3f3;
	}
	.main-nav .top_level_item > .drop li:last-child {
		border-bottom: medium none;
	}


    .main-nav .top_level_item:nth-child(3) > .drop,
    .main-nav .top_level_item:last-child > .drop
    {
        width: 600px;
    }
    .main-nav .top_level_item:nth-child(3) > .drop .main_sublist.sublist_0,
    .main-nav .top_level_item:last-child > .drop .main_sublist.sublist_0
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        height: 100%;
    }
    .main-nav .top_level_item:nth-child(3) > .drop .main_sublist .sublist_item,
    .main-nav .top_level_item:last-child > .drop .main_sublist .sublist_item {
        width: 48%;
    }
}
@media only screen and (min-width: 994px)
{
    .main-nav 
    {
        margin-left: 100px;
    }    
    .main-nav .top_level_link
    {
        padding: 9px 12px;
        font-size: 1.1em;
    }
}
@media only screen and (min-width: 1200px)
{
    .main-nav .top_level_link
    {
        padding: 9px 16px;
        font-size: 1.3em;
    }
}
@media print {
    .navigation_wrapper
    {
        display: none !important;
    }
}
/*
===========================================================
 END MENUS
===========================================================
*/

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/
@media only screen and (min-width: 768px)
{
    .columns,
    .fbcms_tabset .tabset_contentcontainer .tabset_content.active.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;
    }
    .page_landing .center_col .columns .column
    {
        width: 48%;
    }
}
@media print {
}

/* Main Structure */
.fbcms_main
{
    flex: 1;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px)
{
    .main_content
    {
        position: relative;
    }
    .fbcms_main
    {
    }
    .left_col
    {
        order: 1;
    }
    .center_col
    {
        order: 2;
    }    
    .right_col
    {
        order: 3;
    }
}
@media print {
}

/* Focus Areas */
.home_focus
{
    width: 100%;
}

.gallery_overlay
{
    background-color: #555555;
    color: #ffffff;
    line-height: 14px;
    padding: 12px 40px 20px 12px;
    position: relative;
} 
.gallery_overlay a
{
    position: absolute;
    top: 10px;
    right: 12px;
    background: rgba(12, 12, 12, 0.2);
    border: solid 1px rgba(24, 24, 24, 0.2);
    padding: 4px 30px 4px 14px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
}
.gallery_overlay a:hover,
.gallery_overlay a:focus
{
    background: rgba(12, 12, 12, 0.8);
}
.home_welcome_wrapper
{
    background-color:  #EDEDED;
}
.home_welcome
{
    width: 100%;
    padding: 18px 12px;
    color: #333;
}
.fbcms_content.home_welcome ul {
    margin-left: 0;
}
.page_home .home_quicklinks .fbcms_contentheader,
.page_home .home_quicklinks .fbcms_contentfooter,
.page_home .home_bottom .fbcms_contentheader,
.page_home .home_bottom .fbcms_contentfooter
{
    text-align: center;
}
@media only screen and (max-width: 767px)
{ 
	.home_focus
	{
		border-bottom: 8px solid #D41920;
	}
	.home_focus #focusImage
	{
		border-bottom: 1px solid #ffffff;
	}
	.fbcms_main{
		border-top: 10px solid #252525;
	}
	.fbcms_main .main_liner{
		border-top: 1px solid #ffffff;
	}
}
 
@media only screen and (min-width: 768px)
{   
    .main_focus
    {
		border-bottom: 8px solid #D41920;
	}
    .page_home .main_focus
    {
        background-color: #ededed;
    }
    .main_focus_liner 
    {
        border-bottom: 1px solid #ffffff;
        overflow: hidden;
    }
    .home_focus
    {
        position: relative;
        z-index: 1;
		overflow: hidden;
    }
	.home_focus img
	{
		max-width: none;
	}
    .gallery_overlay
    {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,.5);
        z-index: 101;
        padding: 20px;
        color: #ffffff;
        font-size: 16px;
        line-height: 22px;
    }
    .gallery_overlay a
    {
        top: 20px;
        right: 20px;
    }
    .home_welcome
    {
        text-align: center;
        padding: 20px;
        overflow: auto;
    }
    .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
    {
        margin: -20px -20px 28px -20px;
    }
    .page_interior .inside_focus_wrapper img
    {
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 1075px)
{
    .home_welcome
    {
        padding: 30px 30px 20px;
    }
}
@media print {
}

/* Main Content Stuff */
/* Interior Specific */
.page_interior h1.inside_title
{
    padding: 11px 12px 9px;
    font-weight: 600;
    background: linear-gradient(to right,#FCB326, #DC7A09);
    color: #333;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 0;
    position: relative;
}
.page_interior .column.center_col {
    padding: 0 12px 12px;
}
.page_interior .side_col
{
    background-color: #F8F8F8;
    padding: 12px;
}
.fbcms_content.firstone
{
    padding-top: 12px;
}
@media only screen and (min-width: 768px)
{
    .page_interior .main_focus .component_liner
    {
        width: 100%;
    }
    .page_interior h1.inside_title
    {
        padding: 12px 20px 6px;
    }
    .inside_title:after
    {
        content: "";
        display: block;
        background-color: #DC7A09;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        right:  -1000px;
    }
    .page_interior .main_content {
        background: linear-gradient(90deg, #fff 50%, #F8F8F8 50%);
    }
    .page_interior .main_content_top 
    {
        overflow: hidden;
    }
    .page_interior .column.center_col
    {
        width: 69%;
        padding: 20px 20px 20px 0;
        position: relative;
        z-index: 2;
        background: #fff;
        box-shadow: 0 0 9px rgba(0,0,0,.5);
    }
    .page_interior .main_content .side_col
    {
        width: 31%;
        padding: 20px 0 20px 20px;
        position: relative;
        z-index: 1;
    }

    .fbcms_content.firstone,
    .fbcms_content.landing_left_title,
    .fbcms_content.landing_right_title
    {
        padding-top: 18px;
    }
    .landing_right.fbcms_plaintext.firstone
    {
        margin-top: 20px;
    }
    .fbcms_content.lastone:not(.fbcms_spotlights)
    {
        padding-bottom: 15px;
    }

    .page_landing .fbcms_content.inside_center.lastone
    {
        border-bottom: dotted 1px #667070;
    }
}
@media only screen and (min-width: 994px)
{
    .page_interior .main_focus .component_liner
    {
        width: 95%;
    }    
    .page_interior h1.inside_title
    {
        font-size: 1.8em;
        border-top-left-radius: 10px;
    }
}

/* Landing Specific */
.landing_right,
.inside_right
{
    padding: 5px 6px 4px 6px;
    margin-bottom: 10px;
}
.fbcms_plaintext.landing_right,
.fbcms_plaintext.inside_right
{
    padding: 7px 6px 4px 6px;
    background-color: #145F98; /*#35536d;*/
    color: #ffffff;
    margin-bottom: 0px;
	font-family: hind;
    font-size: 1.15em;
    font-weight: 500;
	border-radius: 6px 6px 0 0;
}
@media only screen and (min-width: 768px)
{
    .page_landing .main_content .column_left
    {
        padding-right: 15px;
    }
    .page_landing .main_content .column_right
    {
        padding-left: 15px;
    }
}

/* Home Specific */
.page_home .main_content_top {
    margin-bottom: 15px;
    overflow: hidden;
}
.page_home .main_content_bottom 
{   
    position: relative;
	border-top: 6px solid #333;
}
.page_home .main_content .column,
.page_home .main_content_bottom .component_liner
{
    padding: 12px;
}
.page_home .main_content .main_content_top .column.left_col
{
	background: rgba(0, 0, 0, 0) linear-gradient(#145F98, #fff) repeat scroll 0 0;
}
.page_home .quicklinks_wrapper  
{   
    position: relative;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-bottom: 6px solid #333;
}
@media only screen and (min-width: 768px)
{
    .page_home .main_content .main_content_top .column,
    .page_home .main_content_bottom .component_liner
    {
        padding: 20px;
        position: relative;
		border-top: none;
    }
    .page_home .main_content .main_content_top 
    {
        border-top: 1px solid #fff;
        background: rgba(0, 0, 0, 0) linear-gradient(#145F98, #fff) repeat scroll 0 0;
    }
    .page_home .main_content .main_content_top .column.left_col
    {
        width: 66.666%;
        border-right: none;
		border-left: none;
		border-bottom: none;
        padding-left: 0;
    }
    .page_home .main_content .main_content_top .column.right_col
    {
        background-color: #fff;
        width: 33.334%;
        box-shadow: 0 -10px 10px -5px rgba(0 0 0 / 50%);
    }
    .page_home .main_content_bottom
    {
        border-top: 0;
		background: rgba(0, 0, 0, 0) linear-gradient(#e9e9e9, rgba(255, 255, 255, 1) 25%) repeat scroll 0 0;
    }
}
@media print {
}

/* Home Tabs */
.fbcms_tabset .tabset_title_header a
{
    background-color: #3c6990;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 12px 16px;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
    border: solid 1px #7e9cb9;
    border-bottom: none;
}
.fbcms_tabset .tabset_titlecontainer .tabset_title:not(.active) a:hover,
.fbcms_tabset .tabset_titlecontainer .tabset_title:not(.active) a:focus
{
    background-color: #176199;
    color: #ffffff;
}
.fbcms_tabset .tabset_titlecontainer .tabset_title.active a
{
    background-color: #ffffff;
    color: #3f7099;
}
.fbcms_tabset .tabset_contentcontainer {
    background: #fff;
    padding: 12px;
    border: solid 1px #7e9cb9;
	border-top: none;
}
.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;
}
@media only screen and (min-width: 768px)
{
    .fbcms_tabset .tabset_contentcontainer {
        padding: 20px;
    }
    .page_home .fbcms_tabset .tabcol
    {
        width: calc(50% - 2rem);
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_tabset .tabset_contentcontainer {
        padding: 40px 30px 20px;
    }
}

/* OneCol Specific */
.page_interior.page_onecol .column.center_col
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .page_interior.page_onecol .column.center_col
    {
        box-shadow: none;
    } 
}

/* Side Navigation Menu */
.side-nav
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .side-nav
    {
        display: block;
        border-bottom: solid 1px #c1bebc;
        margin-bottom: 23px;
        padding-bottom: 21px;
		font-family: 'Hind';
    }
    .side-nav .sidelist_0 > li > a
    {
        color: #2e2e2e;
        font-size: 1.4em;
        font-weight: 600;
        line-height: 1.2;
        margin: 0 0 5px;
        text-transform: uppercase;
    }
    .side-nav .sidelist_1
    {
    }
    .side-nav .sidelist_1 a
    {
        font-size: 1.2em;
        line-height: 1.2;
        color: #334747;
        position: relative;
        padding-left: 16px !important;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        color: #CF1111;
    }
    .side-nav .sidelist_1 a:hover:before,
    .side-nav .sidelist_1 a:focus:before,
    .side-nav .sidelist_1 .current_item > a:before
    {
        content: "";
        display: inline-block;
        position: absolute;
        top: .4em;
        left: 0;
        width: 10px;
        height: 10px;
        border:  solid 3px;
        border-color: #CF1111 #f2901e #f2901e #CF1111;
    }
	.side-nav .sidelist_2 > li > a {
		padding: 3px 0;
	}
}

/* END Side Navigation Menu */

/* Flexi Content */
.section_title
{
    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 */
}
/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/*
===========================================================
 FOOTER
===========================================================
*/
/* footer */
.fbcms_footer
{
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: .97em;
    line-height: 1.3;
	background-color: #444;
	font-family: 'Hind';
}
.fbcms_footer .footer_liner
{
    padding: 16px 12px;
}
.fbcms_footer a {
    color: #fff;
   /* text-decoration: none;*/
}

/*.fbcms_footer a:hover,
.fbcms_footer a:focus
{
    text-decoration: underline;
}*/
.goog-te-gadget,
.goog-te-gadget a
{
	color: #fff !important;
}
.goog-te-gadget .goog-te-combo
{
	margin: 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: 16px 20px;
        /*border: solid 1px #D9D9D9;
        border-top: none;
        border-radius: 0 0 10px 10px;*/
        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 #231F20 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: #000000;
    font: normal 1.54em/1.2 'Hind', sans-serif;
    padding-bottom: 4px;
    color: #000;
}
.home_welcome h1
{
    color: #D41920;
}
h1 span
{
    font-size: 1.286em;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}
h1.home_title
{
    background-color: #ddd;
    color: #555;
}
.page_home:not(.fbcms_editmode) h1.home_title
{
    position: absolute;
    text-indent: -9999px;
    left: -9999px;
    top: -9999px;
}

h2
{
    color: #c60;
    font: 600 1.55em/1.2 "Hind",sans-serif;
    margin-bottom: 4px;
}
.page_home .main_content_top h2 {
	color: #212121;
}
h3
{
    color: #212121;
    font: 600 1.23em/1.2 'Hind', sans-serif;
}

h4,
.fbcms_spotlight .desc_short,
.fbcms_cards .fbcms_card_name,
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title
{
    color:#000000;
    font: 600 1.071em/1.2 'Hind', sans-serif;
	margin-bottom: 0;
}

h5
{
    color: #000000;
    font: 600 1em/1.2 'Hind', sans-serif;
}
h6
{
    color: #212121;
    font: 600 1em/1.2 'Hind', sans-serif;
}
.content_intro
{    
    font: 300 1.2em/1.45 "Hind",sans-serif;
	color: #333;
}

.more_link a
{
    display: block;
    text-decoration: none;
}
.more_link a:hover,
.more_link a:focus
{
    text-decoration: underline;
}
.more_link a:after {
    content: '\f0a9';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-size: 1em;
    margin-left: 6px;
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/

/*
===========================================================
 Calendar Styling
===========================================================
*/
.fbcms_upcoming_events .event_date 
{
    font-size: 100%;
    line-height: 100%;
    text-transform: none;
}

.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item
{
    border-top: 1px solid #eaeaea;
    line-height: 16px;
    margin: 0;
    padding: 0 5% 14px 0;
}
li.fbcms_upcoming_event_item .event_group_data {
	padding: 10px 0 0 1rem;
}
li.fbcms_upcoming_event_item .event_date
{
    background-color: #DC7A09;
    color: #ffffff;
    padding: 6px;
    position: relative;
}
li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-size: 1.75em;
}
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: 1em/1.2 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;
}
.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: #145f98;
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: #999999;
}

.calendargrid .caltab .dayofweek
{
    background-color: #145f98;
    border-color:#ffffff;
    border-right-color: #ffffff;
}
.calendargrid .caltab .datecell
{
    border-color:#ffffff;
}

.calendargrid .caltab .othermonth,
.calendargrid .caltab .othermonth .listcell,
.calendargrid .caltab .weekend,
.calendargrid .caltab .weekend .listcell
{
    background-color: #F5F6F5;
}

.calendargrid .caltab .currentmonth .daynumber
{
    background-color: #797979;
    color: #ffffff;
}

.calendargrid .caltab .currentmonth
{
    background-color: #F5F6F5;
}
/* END Calendar Grid */

/* Calendar Event */
.calendar_event .event_details caption
{
    color: #999999;
}
/* END Calendar Event */

/* Small Calendar Grid */
.minigrid_verB {
    background: #fff;
    padding: 0;
}
.minigrid_verB thead
{
    color: #fff;
    background-color: #145f98;
    border: none;
}
.minigrid_verB .calendar_mini_controls {
    text-align: center;
}
.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: #fff;
    font-family: 'Inter',Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
}
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    color: #ededed;
    font-size: 2rem;
    line-height: .5;
    margin: 0 10px;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth
{
    float: left;
}
.fbcms_calendar_minigrid th {
    color: #fff;
}
.fbcms_calendar_minigrid td
{
    font-size: .925rem;
    line-height: 2.5;
}
.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    background-color: #ededed;
    color: #D41920;
    text-decoration: underline;
}
.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #fff;
    background-color: #D41920;
}
/* END Small Calendar Grid */

/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 News Styling
===========================================================
*/
.fbcms_newscontent .fbcms_newscontent_month 
{
    font-size: 1em;
    color: #000;
}

/*
===========================================================
 END News Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing .email_icon,
.fbcms_staff_search .email_icon,
.fbcms_contact_email .email_icon {
    background-color: #d41920;
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: #d41920;
    font-weight: bold;
}
/*
===========================================================
 END Staff Styling
===========================================================
*/	
/*
===========================================================
 Pager Styling
===========================================================
*/
.pager
{
    text-align: center;
    width: 100%;
}
.pager .btnResultNavigation
{
    background-color: #cccccc;
}

.pager a .btnResultNavigation
{
    background-color: #d41920;
}

.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
===========================================================
*/

#jobs .jobCategoryName {
    font-size: 1.071em;
    margin-bottom: 2px;
}

#jobs .jobBuildingName {
    color: #000000;
    font-size: 0.929em;
    margin-bottom: 2px;
}
/*
===========================================================
 END Jobs Styling
===========================================================
*/

/*
===========================================================
 Spotlight Styling
===========================================================
*/

.fbcms_spotlight .fbcms_spotlight_image.bordered img {
	border-color: #dedede;
}

/* Home Right Spotlights */
.home_quicklinks.fbcms_spotlights
{
    text-align: center;
}
.home_quicklinks.fbcms_spotlights .desc_long,
.home_quicklinks.fbcms_spotlights .more_link
{
    display: none;
}
@media only screen and (min-width: 300px)
{
    .spotlights_horizontal.horz_layout_12 .fbcms_spotlight
    {
        flex: 0 1 48%;
    }
}
@media only screen and (min-width: 500px)
{
    .spotlights_horizontal.horz_layout_12 .fbcms_spotlight
    {
        flex: 0 1 33.333%;
    }
}
@media only screen and (min-width: 768px)
{
	.spotlights_horizontal.horz_layout_12 .fbcms_spotlight
	{
        flex-basis: 23%;
	}
    .home_quicklinks.fbcms_spotlights .desc_short
    {
        opacity: 0;
        transition: all .2s ease;
    }
    .home_quicklinks.fbcms_spotlights .fbcms_spotlight_liner:hover .desc_short,
    .home_quicklinks.fbcms_spotlights .fbcms_spotlight_liner:focus .desc_short
    {
        opacity: 1;
    }
}
@media only screen and (min-width: 994px)
{
    .spotlights_horizontal.horz_layout_12 .fbcms_spotlight
    {
        flex: 0 1 14.6666%;
    }
}

/* Home Bottom Spotlights */
.home_bottom .fbcms_spotlight
{
    padding: 0 10px;
    text-align: center;
}
.home_bottom .fbcms_spotlight .fbcms_spotlight_image
{
    margin: 0 auto 10px;
}
.home_bottom.fbcms_spotlights .spotlights_horizontal
{
    justify-content: center;
}
@media only screen and (min-width: 994px)
{
    .home_bottom .spotlights_horizontal .fbcms_spotlight_slide_liner
    {
        flex-wrap: nowrap;
    }
}
/*
===========================================================
 END Spotlight Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title
{
    background-color: #145F98;
    border-radius: 10px 10px 0 0;
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: #d41920;
}
.fbcms_ec_title h2
{
    font: 400 .9em/1 "Hind",sans-serif;
}

/*
===========================================================
 END Expandable Content Styling
===========================================================
*/
.page_body #FB_budgetLinkDiv
 {
	top: 20px;
}
@media only screen and (min-width: 768px)
{
    .page_body #FB_budgetLinkDiv
    {
		top: 0;
    }
}
