  @import 'https://fonts.googleapis.com/css?family=Amiri:400,700|Roboto:400,700';

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: #3f3f3f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.page_body
{
    background-color: #f6f6f6;
    margin: 0;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    height: 100vh;
}
.fbd_content,
.fbcms_htmleditor
{
    background-color: #ffffff;
}
@media screen and (min-width: 768px)
{
    .page_body:before
    {
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 540px;
        background: url(/skins/anchorbay/img/background.png) no-repeat 0 0;
        background-size: cover;
    }
    .fbcms_editmode.page_home.page_body:before
    {
        top: 152px;
    }
}
/* 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: #bb2936;
}

input,
textarea,
select {
    font: 100% Arial, Helvetica, sans-serif;
    color: #797979;
    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_footer
{
    max-width: 100%;
    display: block;
    width: 100%;
}
.fbcms_wrapper
{
    background-color: #fff;
}
.component_liner
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .fbcms_wrapper,
    .fbcms_footer
    {
        width: 95%;
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }

    .fbcms_wrapper
    {
        box-shadow: 0 0 16px rgba(0,0,0,.2);
    }
}
@media print {
}

/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header
{
    background: transparent;
}
.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;
    }
    .fbcms_header .header_main
    {
        height: 184px;
        position: relative;
    }
    .navigation_wrapper
    {
        background: #3f3f3f;
        height: 50px;
        margin: 0 -16px;
        position: relative;
    }
    .navigation_wrapper:before
    {
        content: "";
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 0;
        height: 0;
        border: solid 8px;
        border-color: transparent #2B2B2B #2B2B2B transparent;
    }

    .navigation_wrapper:after
    {
        content: "";
        position: absolute;
        right: 0;
        bottom: 100%;
        width: 0;
        height: 0;
        border: solid 8px;
        border-color: transparent transparent #2B2B2B #2B2B2B;
    }
}
@media only screen and (min-width: 994px) 
{
    .fbcms_header .header_main
    {
        height: 146px;
    }
}
@media only screen and (max-width: 767px) 
{
    .fbcms_header
    {
        border-bottom: solid 6px #3f3f3f;
    }
}
/* Logo */
.logo {
    position: relative;
    text-decoration: none;
}
.site_logo,
.site_logo_text
{
    display: inline-block;
    vertical-align: middle;
}
.site_logo img,
.site_logo_text img {
    max-width: 100%;
    height: auto;
}
@media all and (min-width: 768px)
{
    .logo {
        z-index: 999;
    }
    .site_logo {
        margin: 14px 10px 0 20px;
        max-width: 166px;
    }
    .site_logo img {
        display: block;
    }
}
@media only screen and (min-width: 994px) 
{
    .site_logo {
        margin: 14px 0 0 36px;
    }
}
@media all and (max-width: 767px)
{
    .logo {
        padding: 20px 50px 20px 12px;
        display: block;
    }
    .site_logo {
        width: 22%;
        max-width: 110px;
    }
    .site_logo_text
    {
        max-width: 74%;
    }
}
@media print {
    .site_logo {
        max-width: 110px;
    }
}


/* Search */
.search-form
{
    position: absolute;
    top: 8px;
    right: 8px;
    width: auto;
    z-index:100; 
    border: solid 1px #e5e5e5;
}

.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    border: none;
}

.search-form .search-input
{
    width: 130px;
    padding: 5px 12px;
    float: left;
    color: #9b9b9b;
}
.search-form .submit
{
    color: #ffffff;
    text-indent: -9999px;
    width: 40px;
    position: relative;
    background: transparent;
}
.search-form .submit:after {
    content: "\f002";
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
    text-decoration: inherit;
    position: absolute;
    font-size: 20px;
    color: #3f3f3f; 
    top: 10px;
    left: 10px;
    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: 30px;
        top: 26px;
    }
}
@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: 20px;
    right: 60px;
}
.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: 38px;
        right: 210px;
        z-index: 4;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_content.site_script_head {
        top: 80px;
        right: 24px;
        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: 14px;
    line-height: 18px;
}

.fbcms_content .social_media_list a {
    color: #3f3f3f;
    text-align: center;
}
.social_media_list .social-media-circle {
    display: block;
    border-radius: 12px;
    padding: 3px 6px;
    background-color: #62b3e4;
    width: 24px;
    height: 24px;
}
.social_media_list a:hover,
.social_media_list a:focus
{
    color: #bb2936;
    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: 45px;
        top: -36px;
        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: 14px;
        line-height: 14px;
        font-family: 'Roboto';
        text-decoration: none;
        display: block;
        color: #3f3f3f;
    }
    .menu_head a:hover,
    .menu_head a:focus
    {
        color: #bb2936;
    }
}

/* 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: 16px;
        line-height: 16px;
        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)
{
}


@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.menu_quicklinks {
        display: block;
        height: 40px;
        position: absolute;
        right: 46px;
        top: -100px;
    }
    .fbcms_header .simple-nav.drop-nav .menu_title
    {
        display: block;
        position: relative;
        height: 40px;
        width: 170px;
        padding: 13px 10px 11px 17px;
        color: #3f3f3f;
        font: 600 14px/16px 'Roboto';
        background-color: #e5e5e5;
        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:after
    {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #3f3f3f transparent transparent transparent;
        position: absolute;
        top: 19px;
        right: 17px;
    }
    .fbcms_header .simple-nav.drop-nav .menu_title:hover:after,
    .fbcms_header .simple-nav.drop-nav .menu_title:focus:after
    {
        border-color: #3f3f3f transparent transparent transparent;
    }

    .fbcms_header .simple-nav.drop-nav .simplemenu_container
    {
        background-color: #ffffff;
        box-shadow: 0 2px 3px -2px rgba(0,0,0,.3);
        padding: 2px 0;
        text-align: left;
        width: 182px;
    }
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a
    {
        display: block;
        font-size: 13px;
        line-height: 16px;
        padding: 6px 10px 6px 17px;
        text-decoration: none;
        color: #3f3f3f;
    }
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a:hover,
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a:focus
    {
        background-color: #C3C3C3;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_header .simple-nav.drop-nav.menu_quicklinks {
        right: 237px;
        top: -120px;
    }
}

/* 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: #bb2936;
    }
    
    .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;
}
.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 */
.menu_title.menusection_title
{
    background-color: #333333;
    border-top: 1px solid #333333;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 11px 9px;
    display: block;
}
@media only screen and (min-width: 768px)
{
    .menu_title.menusection_title
    {
        display: none;
    }
    .main-nav 
    {
        margin: 0;
        z-index: 101;
        right: 16px;
        left: 16px;
    }
    .main-nav .top_level_item
    {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 4px;
    }
    .main-nav .top_level_link
    {
        color: #ffffff;
        text-decoration: none;
        font-size: 15px;
        padding: 15px 22px 16px;
        font-weight: bold;
        line-height: 1.33;
    }
    .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: #0F0F0F;
    }
    
    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        top: 50px;
        background-color: #ffffff;
        padding: 4px 0;
        width: 200px;
        -webkit-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.5);
        box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.5);
    }
    .main-nav .top_level_item > .drop a 
    {
        color: #0F0F0F;
        font-size: 12px;
        line-height: 18px;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 10px;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {
        background-color: #0F0F0F;
        color: #fff;
    }
}
@media only screen and (min-width: 994px)
{    
    .main-nav .top_level_link
    {
        padding: 15px 25px 16px;
    }
}
@media print {
    .navigation_wrapper
    {
        display: none !important;
    }
}
/*
===========================================================
 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)
{
    .main_content
    {
        position: relative;
    }
    .fbcms_main
    {
    }
    .left_col
    {
        order: 1;
    }
    .center_col
    {
        order: 2;
    }    
    .right_col
    {
        order: 3;
    }
}
@media print {
}

/* Focus Areas */
.home_focus,
.home_focus img
{
    width: 100%;
}

.fbcms_imagerotator .cycle-slide
{
    width: 100%;
}
.fbcms_photogallery .fbcms_imagerotator .slide img {
    margin: 0 auto;
}

.fbpgro_overlay
{
    background-color: #3f3f3f;
    color: #fff;
}
.fbpgro_overlay a
{
    color: #fff;
}
@media only screen and (min-width: 600px)
{
    .fbpgro_overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }
}

.home_welcome
{
    width: 100%;
    padding: 18px 12px;
    background-color: #bb2936;
    color: #ffffff;
}
@media only screen and (min-width: 768px)
{   
    .main_focus
    {
        background: #aaaaaa;
    }
    .main_focus_liner 
    {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items:stretch;
        align-items:stretch;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .home_focus
    {
        position: relative;
        z-index: 1;
        width: 66.667%;
    }
    .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
    {
        width: 33.334%;
        padding: 20px;
    }
    .home_focus.vpadm_editable,
    .home_welcome.vpadm_editable
    {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (min-width: 994px)
{
    .home_welcome
    {
        padding: 30px 60px 60px 30px;
        min-height: 400px;
    }
}
@media print {
}

/* Main Content Stuff */
/* Interior Specific */

.page_interior .fbcms_content.inside_focus
{
    margin: -12px -12px 0 -12px;
}
.page_interior .inside_focus_wrapper img
{
    width: 100%;
    height: auto;
}
.page_interior .column.center_col,
.page_system .main_liner {
    padding: 12px;
}
.page_interior .side_col
{
    border-top: solid 1px #e5e5e5;
}
.page_interior .side_col .side_content
{
    padding: 12px;
}
@media only screen and (min-width: 768px)
{
    .page_interior .inside_focus_wrapper
    {
        width: 100%;
        position: relative;
    }
    .page_interior .fbcms_content.inside_focus
    {
        margin: -20px -20px 20px -20px;
    }

    .page_interior .column.center_col,
    .page_system .main_liner
    {
        width: 71.862%;
        padding: 20px;
    }
    .page_interior .side_col
    {
        width: 28.138%;
        position: relative;
        border-top: none;
        border-right: solid 1px #e5e5e5;
    }
    .page_interior .side_col .side_content
    {
        padding: 20px;
    }
    .page_interior .fbcms_content.inside_center,
    .page_interior .fbcms_content.inside_bottom_center
    {
    }
    .page_interior .fbcms_content.inside_bottom_center.firstone
    {
        margin-top: 20px;
    }
    
    .page_interior .fbcms_content.inside_center.lastone
    {
        margin-bottom: 15px;
    }
    .page_landing .fbcms_content.inside_center.lastone
    {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 994px)
{
    .page_interior .column.center_col,
    .page_system .main_liner
    {
        padding: 44px 40px;
    }
    .page_interior .fbcms_content.inside_focus {
        margin: -44px -40px 44px -40px;
    }
    .page_interior .side_col .side_content
    {
        padding: 44px 30px 20px;
    }
}
/* Landing Specific */
@media only screen and (min-width: 768px)
{
    .page_landing .main_content .column_left
    {
        padding-right: 35px;
        width: 50%;
        margin-bottom: 47px;
        border-right: solid 1px #e5e5e5;
    }
    .page_landing .main_content .column_right
    {
        padding-left: 40px;
        width: 50%;
        margin-bottom: 47px;
    }
}

/* Home Specific */
.page_home .home_top_wrapper,
.page_home .main_content .column
{
    padding: 12px;
}
.page_home .home_top_wrapper
{
    background-image: linear-gradient(to bottom, #ffffff, #f6f6f6);
    border-bottom: solid 1px #e5e5e5;
}
@media only screen and (min-width: 768px)
{
    .page_home .home_top_wrapper
    {
        padding: 0 60px 24px;
        position: relative;
    }
    .page_home .home_top_wrapper:before
    {
        content: "";
        position: absolute;
        top: -55px;
        left: 0;
        right: 0;
        height: 56px;
        background: url(/skins/anchorbay/img/home-curve.png) no-repeat 0 bottom;
        background-size: 100% auto;
        z-index: 2;
    }
    .page_home .main_content .fbcms_component
    {
        overflow: hidden;
    }
    .page_home .main_content .columns
    {
        padding: 60px;
    }
    .page_home .main_content .column.left_col
    {
        width: 35.554%;
        padding: 0 68px 0 0;
        position: relative;
    }
    .page_home .main_content .column.right_col
    {
        /* 580px */
        width: 64.446%;
        padding: 0;
        position: relative;
    }
    .page_home .column.right_col .home_right
    {
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    .page_home .column.right_col .home_right.lastone
    {
        margin-bottom: 0;
        border-bottom: none;
    }
}
@media only screen and (min-width: 994px)
{
    .page_home .home_top_wrapper
    {
        padding: 0 142px 44px;
    }
}
@media print {
}

/* 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
    {
    } 
}

/* Side Navigation Menu */
.side-nav
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .side-nav
    {
        display: block;
        border-bottom: solid 1px #e5e5e5;
        padding: 20px;
        min-height: 366px;
        position: relative;
    }
    .side-nav:after
    {
        content: "";
        position: absolute;
        bottom: 5px;
        right: 20px;
        width: 165px;
        height: 172px;
        background: url(/skins/anchorbay/img/Watermark.png) no-repeat 0 0;
    }
    .side-nav .sidelist_0 > li > a
    {
        color: #bb2936;
        margin: 0 0 5px;
        font: 700 24px/1.29 'Amiri', serif;
    }
    .side-nav .sidelist_1
    {
    }
    .side-nav .sidelist_1 a
    {
        font-size: 16px;
        line-height: 1.63;
        color: #3f3f3f;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        color: #bb2936;
        text-decoration: none;
    }
}
@media only screen and (min-width: 994px)
{
    .side-nav
    {
        padding: 44px 30px;
    }
}
/* END Side Navigation Menu */
/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/*
===========================================================
 FOOTER
===========================================================
*/
/* footer */
.fbcms_footer
{
    position: relative;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 15px;
}
.fbcms_footer .footer_liner
{
    padding: 16px 12px;
}
.fbcms_footer a {
    color: #3f3f3f;
    text-decoration: none;
}
.fbcms_footer a:hover,
.fbcms_footer a:focus
{
    text-decoration: underline;
}
.goog-te-gadget,
.goog-te-gadget a
{
	color: #3f3f3f !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: 16px 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .fbcms_footer .footer_left
    {
        width: 59%;
        text-align: left;
    }
    .fbcms_footer .footer_right
    {
        width: 39%;
        text-align: right;
    }

    .fbcms_content.building_info > span
    {
        display: inline-block;
        padding: 0 10px;
        border-right: 1px #c2bebb 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: #3f3f3f;
    font: 700 34px/40px 'Amiri', serif;
    margin-bottom: 15px;
}
h1 span
{
    color: #bb2936;
    font: 700 14px/1.43 Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    display: block;
}
.home_welcome h1 span
{
    font-family: 'Amiri', serif;
    color: #ffffff;
}
.home_welcome h1,
.home_welcome h2,
.home_welcome .content_intro
{
    color: #ffffff;
}

h2
{
    color: #3f3f3f;
    font: 700 26px/33px 'Amiri', serif;
    margin-bottom: 15px;
}
h2.fbcms_plaintext
{
    line-height: 49px;
    margin-bottom: 24px;
}
.flyup_slide h2
{
    color: #ffffff;
}

h3
{
    color: #bb2936;
    font: bold 18px/26px Arial,Helvetica,sans-serif;
}

h4,
.fbcms_spotlight .desc_short,
.fbcms_cards .fbcms_card_name,
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title
{
    color:#3f3f3f;
    font: bold 16px/1.38 'Roboto',Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
}

h5
{
    color: #3f3f3f;
    font: bold 16px/24px Arial,Helvetica,sans-serif;
}
h6
{
    color: #3f3f3f;
    font: bold 14px/24px Arial,Helvetica,sans-serif;
}

.content_intro
{    
    color: #767676;
    font: 300 16px/22px Arial,Helvetica,sans-serif;
    margin: 0 0 19px;
}
.home_top_wrapper .content_intro
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: #3f3f3f;
}
.page_interior .inside_center .content_intro
{
    color: #bb2936;
    padding-bottom: 32px;
    border-bottom: solid 1px #e5e5e5;
}
.Left_Align_With_Padding {
    margin-right: 10px;
    padding-right: 0;
}
.Right_Align_With_Padding {
    margin-left: 10px;
    padding-left: 0;
}

.fbcms_more_link a {
    font-weight: bold;
    color: #ffffff;
    background-color: #bb2936;
    padding: 8px 27px 12px;
    text-decoration: none;
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/

/*
===========================================================
 Calendar Styling
===========================================================
*/
.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item, 
.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event
{
    margin-bottom: 16px;
}
.fbcms_upcoming_events .fbcms_upcoming_event_group {
    padding: 10px 0 0;
    border-bottom: solid 1px #e5e5e5;
}
.fbcms_upcoming_events .fbcms_upcoming_event_group:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.fbcms_upcoming_events .event_date 
{
    color: #bb2936;
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 7px;
    text-transform: none;
    font-weight: normal;
}

.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item
{
    border-top: 1px solid #eaeaea;
    line-height: 16px;
    margin: 0;
    padding: 0 5% 14px 1.6%;
}
.fbcms_upcoming_events .event_title,
.fbcms_upcoming_events .event_title a
{
    font: 700 16px/1.38 'Roboto',Arial,Helvetica,sans-serif;
    display: block;
    color: #3f3f3f;
}
.fbcms_upcoming_events .event_description a 
{
    color: #333333;
}

/* Calendar List */
.month_table .month_header
{
    background-color: #bb2936;
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: #999999;
}

.calendargrid .caltab .dayofweek
{
    background-color: #bb2936;
    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: #bb2936;
    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 */

.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    color: #bb2936;
    background-color: #f6f6f6;
}
.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: #3f3f3f;
    font-weight: bold;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    background-color: #bb2936;
}

.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #ffffff;
    background-color: #3f3f3f;
}
/* END Small Calendar Grid */

/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 News Styling
===========================================================
*/
.fbcms_newscontent .fbcms_newscontent_month 
{
    font-size: 14px;
    color: #000;
}
.fbcms_news_headlines .fbcms_article
{
    padding: 25px 0 30px;
    border-bottom: solid 1px #e5e5e5;
}
.fbcms_news_headlines .fbcms_article:first-child
{
    padding-top: 0;
}
.fbcms_news_headlines .fbcms_article:last-child
{
    border-bottom: none;
}
.fbcms_news_headlines .fbcms_article_date {
    font-weight: 400;
    color: #9b9b9b;
    margin-bottom: 7px;
    font-size: 13px;
}

/*
===========================================================
 END News Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing .email_icon,
.fbcms_contact_email .email_icon,
.fbcms_staff_search .email_icon {
    background-color: #bb2936;
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
    color: #bb2936;
    font-weight: bold;
}
/*
===========================================================
 END Staff Styling
===========================================================
*/  
/*
===========================================================
 Pager Styling
===========================================================
*/
.pager
{
    text-align: center;
    width: 100%;
}
.pager .btnResultNavigation
{
    background-color: #cccccc;
}

.pager a .btnResultNavigation
{
    background-color: #bb2936;
}

.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: 15px;
    margin-bottom: 2px;
}

#jobs .jobBuildingName {
    color: #000000;
    font-size: 13px;
    margin-bottom: 2px;
}
/*
===========================================================
 END Jobs Styling
===========================================================
*/

/*
===========================================================
 Spotlight Styling
===========================================================
*/
.spotlights_vertical .fbcms_spotlight {
    margin-bottom: 40px;
}
.spotlights_vertical .fbcms_spotlight:last-child {
    margin-bottom: 0;
}
.fbcms_spotlight.wrapping .fbcms_spotlight_image img
{
    max-width: 175px;
    max-height: 110px;
}

.fbcms_spotlight_pager .spotlight_item {
    border-color: #bb2936;
    background-color: #b0090c;
}
.fbcms_spotlight_text .more_link,
.fbcms_cards .fbcms_card_link
{
    display: block;
    font-weight: bold;
}
/*
===========================================================
 END Spotlight Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title
{
    background-color: #bb2936;
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: #3f3f3f;
}
.fbcms_ec_title h2
{
    font-size: 20px;
	line-height: 23px;
    line-height: initial;
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/

/*
===========================================================
  Fly-Up Tab Customization
===========================================================
*/
.flyup_tab 
{
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: #3f3f3f;
}
.flyup_slide
{
    background-color: #3f3f3f;
    color: #ffffff;
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}
.flyup_slide a
{
    color: #ffffff;
}
/*
===========================================================
  END Fly-Up Tab Customization
===========================================================
*/

#FB_budgetLinkDiv {
    top: 20px !important;
}
