/* Template H */

/*
	Search and replace these with your main colors, then make changes as needed
    Primary Color: #212121 (Headings, etc)
    Secondary Color: #b7001e (Links, hovers, etc)
    Accent Color: #b7001e (Non-Text)
*/

@import url('https://fonts.googleapis.com/css?family=Muli:900|Open+Sans:300,300i,400,700&display=swap');

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: #424242;
    font: 400 0.975em/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}
.page_body
{
	background: #ffffff;
}
@media only screen and (min-width: 768px)
{
    .page_body
    {
        background: #ffffff;
    }
}

a,
.fbcms_cards .fbcms_card_link,
.fbcms_spotlight_text .more_link {
    color: #b7001e;
}

a:hover, a:focus {
}

/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header
{
    border-top: 10px solid #fff;
    border-bottom-color: #C8102E;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header
    {
        border-top: 30px solid #fff;
        box-shadow: 0 0 3px;
    }
    .navigation_wrapper
    {
        border-top: solid 1px #dedede;
    }
}

/* Logo */
.site_logo {
}
.site_logo_text {
}
.site_logo img,
.site_logo_text img {
    max-height: 132px;
    width: auto;
}
@media only screen and (min-width: 768px)
{
    .site_logo {
        margin: 0 0 0 0;
    }
    .site_logo_text {
        margin: 0 0 0 10px;
    }
}


/* Search */
.search-form .search-input
{
    background-color: #fff;
    border: solid 1px #dedede;
    color: #2e2e2e;
}
.search-form .submit
{
    background-color: #444;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    opacity: 0.8;
}
@media only screen and (min-width: 768px)
{
    .search-form {
        top: -20px;
    }
}
@media only screen and (max-width: 767px)
{
    .search-form.opened .search-input 
    {
        border: solid 1px #dedede;
    }
}
/* END Search */
.fbcms_content.site_script_head {
    right: 250px;
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.site_script_head {
        top: 14px;
        right: 186px;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_content.site_script_head {
        top: 22px;
        right: 364px;
    }
}

/* Social Media Script */
.fbcms_content .social_media_list a {
    color: #212121;
}
.fbcms_footer .fbcms_content .social_media_list a {
    color: #212121;
}
.social_media_list .social-media-circle {
    background-color: #62b3e4;
}

.fbcms_header .fbcms_translate
{
    position: absolute;
    top: 8px;
    right: 80px;
}
@media only screen and (min-width: 768px)
{
    .fbcms_header .fbcms_translate
    {
        top: 50px;
        right: 0;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_header .fbcms_translate
    {
        top: 23px;
        right: 190px;
    }
}
/*
===========================================================
 END HEADER
===========================================================
*/

/*
===========================================================
 MENUS
===========================================================
*/

/* Head Menu */
@media only screen and (min-width: 768px)
{   
    .menu_head {
        top: -153px;
    }
    .menu_head li
    {
        border-right-color: #4C4B4B;
    }
    .menu_head a
    {
        color: #4C4B4B;
        background: #fff;
        font-weight: bold;
    }
}

/* Quicklinks Menu */
@media only screen and (min-width: 768px)
{
    .drop-nav.menu_quicklinks {
        top: -118px;
    }
    .fbcms_header .drop-nav .menu_title
    {
        color: #2e2e2e;
        background-color: #eee;
    }
    .fbcms_header .drop-nav .menu_title:before
    {
        background-color: #444;
    }

    .fbcms_header .drop-nav .simplemenu_container
    {
        background-color: #ffffff;
        border: 1px solid #ccc;
    }
    .fbcms_header .drop-nav .simplemenu_container a
    {
        color: #5e5e5e;
        border-bottom: 1px solid #ddd;
    }
    .fbcms_header .drop-nav .simplemenu_container a:hover,
    .fbcms_header .drop-nav .simplemenu_container a:focus
    {
        color: #2e2e2e;
        background: #eee;
    }
}
@media only screen and (min-width: 994px)
{
    .drop-nav.menu_quicklinks {
        top: -110px;    
    }
}

/* Focus Menu */
@media only screen and (min-width: 768px)
{   
    .menu_focus {  
        right: 0;
        top: auto;
        bottom: 100%;
        background: #eeeeee;
        padding: 5px 20px;
        box-shadow: 2px -1px 2px rgb(0 0 0 / 20%);
        border-radius: 5px 5px 0 0;
    }
    .menu_focus li
    {
        border-right-color: #4C4B4B;
    }
    .menu_focus a
    {
        color: #C8102E;
        font-weight: bold;
    }
}
@media only screen and (min-width: 994px)
{
    .menu_focus {
    }
}

/* Foot Menu */
@media only screen and (min-width: 768px)
{   
    .menu_foot li
    {
    }
}

/* main-nav */
@media only screen and (min-width: 768px)
{
    .navigation_wrapper {
        background-color: #C8102E;
    }
    .main-nav .top_level 
    {
        /*  Defaults to flex, 
            may change to float: left OR right */
    }
    .main-nav .top_level_item
    {
        padding: 0 15px 0 0;
    }
    .main-nav .top_level_item .top_level_link
    {
        color: #fff;
        font-family: 'Muli', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-align: center;
    }
    .main-nav .top_level_item.active .top_level_link,
	.main-nav .top_level_item:hover .top_level_link,
    .main-nav .top_level_item.hoverfocus .top_level_link
    {
        color: #fff;
        border-bottom: 2px solid #fff;
    }
    
    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        background-color: #ffffff;
        border: 1px solid #ccc;
        width: 250px;
    }
    .main-nav .top_level_item > .drop a 
    {
        color: #5e5e5e;
        padding: 8px 10px;
        border-bottom: 1px solid #ddd;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {    
        color: #2e2e2e;
        background: #eee;
    }
}

/* nav slider */
@media only screen and (max-width: 767px) {
    .header_liner > .slider-opener.changerbutton:before, 
    .header_liner > .slider-opener.changerbutton:after, 
    .header_liner > .slider-opener.changerbutton span {
        background-color: #444;
    }
}

/* Side Navigation Menu */
@media only screen and (min-width: 768px)
{
    .side-nav
    {
        border-bottom: solid 1px #dedede;
    }
    .side-nav .sidelist_0 > li > a
    {
        color: #212121;
    }
    .side-nav .sidelist_1 a
    {
        color: #212121;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        color: #b7001e;
    }
}
/* END Side Navigation Menu */
/*
===========================================================
 END MENUS
===========================================================
*/

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/
/* Focus/Welcome Areas */
.main_focus
{
    background: #f3f3f3;
}

.home_welcome
{
    background-color: #C8102E;
    color: #ffffff;
}
@media only screen and (min-width: 768px)
{   
    .main_focus
    {
        background: #f3f3f3;
    }
}
@media only screen and (min-width: 850px)
{
    /*.floating_welcome .home_welcome {
        top: auto;
        bottom: 6%;
    }*/
    .floating_welcome .home_welcome
    {
        background: #C8102E;
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        text-align: center;
    }

    .floating_welcome .home_welcome .fbcms_richtext_content
    {   
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
    }
}

.section_title:after
{
    background-color: #b7001e;
}

/* Section Dividers */
.flexi .fbcms_content:last-child:after,
.flexi .fbcms_section .addblock_buttonbar_wrapper:after,
.columns > .column:last-child .fbcms_content:last-child:after
{
    border-bottom: solid 1px #dedede;
}
.page_home .fbcms_main .flexi .fbcms_content:last-child:after, 
.page_home .fbcms_main .flexi .fbcms_section .addblock_buttonbar_wrapper:after, 
.page_home .fbcms_main .columns > .column:last-child .fbcms_content:last-child:after
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .main_content .side_col.right_col
    {
        border-left: solid 1px #dedede;
    }
    .main_content .side_col.left_col
    {
        border-right: solid 1px #dedede;
    }
}

/* Page Home specific */
.page_home .main_content .fbcms_component:nth-child(2) .column:first-child
{
    display: none;
}
.page_home .main_content .fbcms_component:nth-child(2n+2)
{
    background-color: #f3f3f3;
}
@media only screen and (min-width: 768px)
{
    .page_home .main_content .fbcms_component:nth-child(2) .column:nth-child(2)
    {
        width: 60.666%;
    }
    /* Home Page sections can recieve background images like this: */
    .page_home .main_content .fbcms_component:nth-child(6)
    {
        position: relative;
        background-color: #fff;
    }
    .page_home .fbcms_component:nth-child(6):after
    {
        content: "";
        position: absolute;
        left: 0;
        right:0;
        top: 0;
        bottom: 0;
        background: url('/downloads/background_images/section-6.jpg') center;
        background-size: cover;
        opacity: 0.3;
        z-index: 1;
    }
    .page_home .fbcms_component:nth-child(6) .component_liner
    {
        z-index: 2;
        position: relative;
    }
}
/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/* footer */
.fbcms_footer .footer_top
{
    background-color: #bbb;
    color: #212121;
}
.fbcms_footer .footer_bottom
{
    background-color: #444;
    color: #fff;
}
.fbcms_footer a {
    color: #212121;
}
.fbcms_footer a:hover,
.fbcms_footer a:focus
{
    color: #212121;
}
.goog-te-gadget,
.goog-te-gadget a
{
	color: #212121 !important;
}
.goog-te-gadget .goog-te-combo
{
	margin: 0 !important;
}
.fbcms_footer .footer_bottom a
{
    color: #fff;
}
.fbcms_footer .copyright
{
    border-right: solid 1px #212121;
}
.fbcms_content.building_info .building_name {
    color: #212121;
}
/* END FOOTER */

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
    color: #212121;
    font: 900 2.125rem/1.3 'Muli', Arial, Helvetica, sans-serif;
    border-bottom: solid 2px #b7001e;
}

.home_welcome h1,
.home_welcome .content_intro,
.home_welcome a
{
    color: #ffffff;
    border-bottom-color: #fff;
}

h2
{
    color: #212121;
    font: 900 1.5rem/1.3 'Muli', Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}

h3,
.fbcms_spotlight .data-driven-title,
.fbcms_cards .fbcms_card_name
{
    color: #212121;
    font: 900 1.125rem/1.3 'Muli', Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
}

h4
{
    font: 900 1rem/1.3 'Muli', Arial,Helvetica,sans-serif;
    color: #212121;
    margin-bottom: 10px;
}

h5
{
    color: #212121;
    font: 900 0.975rem/1.3 'Muli', Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
}
h6
{
    color: #212121;
    font: 900 0.875rem/1.3 'Muli', Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
}

.content_intro
{    
    color: #767676;
    font: 300 1rem/1.375rem 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0 0 19px;
}

.fbcms_content blockquote {
    font-style: italic;
    border-left: 4px solid #79a1d7;
    margin: 10px 0 10px 0;
    padding-left: 20px;
    line-height: 1.5;
    color: #777;
    font-size: large;
    margin-left: 0;
}

.fbcms_content hr {
    border-bottom: 1px solid rgba(0,0,0,0.13);
}

.content_buttonblock a,
.fbcms_more_link a,
.jump_url a
{
    color: #212121;
    background: #e5e5e5;
    padding: 6px 14px;
}
.content_buttonblock a:hover,
.content_buttonblock a:focus,
.fbcms_more_link a:hover,
.fbcms_more_link a:focus,
.jump_url a:hover,
.jump_url a:focus
{
    background: #212121;
    color: #fff;
}
.jump_url a::before,
.spotlight_button.spotlight_viewall::before,
.fbcms_newsletters .news_archivetoggle::before,
.fbcms_more_link a::before,
.content_buttonblock a::before
{
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    margin-right: 14px;
    font-size: 1.5em;
    vertical-align: middle;
}
.jump_url a:hover::before,
.jump_url a:focus::before,
.spotlight_button.spotlight_viewall:hover::before,
.spotlight_button.spotlight_viewall:focus::before,
.fbcms_newsletters .news_archivetoggle:hover::before,
.fbcms_newsletters s.news_archivetoggle:focus::before,
.fbcms_more_link a:hover::before,
.fbcms_more_link a:focus::before,
.content_buttonblock a:hover::before,
.content_buttonblock a:focus::before
{
    color: #fff;
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/
/*
===========================================================
 News Styling
===========================================================
*/
.page_landing .fbcms_article
{
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.fbcms_newscontent .newsarticle_title
{
    color: #3a3a3a;
    font-size: 1.3em;
    font-weight: bold;
}
.fbcms_newscontent .newsarticle_subtitle
{
	color: #3a3a3a;
	font-size: 1.15em;
}
.fbcms_newscontent .newsarticle_date
{
	font-size: 1.05em;
}

.fbcms_news_headlines .fbcms_article_date 
{
	font-size: 95%;
	font-weight: normal;	
}
@media only screen and (min-width: 768px)
{
    .page_home .home_top_center.fbcms_news_headlines .fbcms_headline_list_content
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page_home .home_top_center.fbcms_news_headlines .fbcms_headline_list_content .fbcms_article
    {
        width: calc(50% - (4rem / 3));
    }
}
/*
===========================================================
 END News Styling
===========================================================
*/


/*
===========================================================
 Calendar Styling
===========================================================
*/
li.fbcms_upcoming_event_item .event_date
{
    background-color: #c8102e;
    border: solid 2px #212121;
    border-radius: 0; 
    color: #ffffff;
    width: 46px;
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    background-color: #212121;
}
li.fbcms_upcoming_event_item .event_group_date .event_day {
    font-size: 1.6rem;
    line-height: 1.3em;
}
li.fbcms_upcoming_event_item .event_group_date .event_month {
    font-size: .9rem;
}
li.fbcms_upcoming_event_item .event_group_data {
    border-bottom: 1px solid #dedede;
}
li.fbcms_upcoming_event_item .event_title
{
    font: 900 0.875rem/1.3 'Muli',Arial,Helvetica,sans-serif;
    color: #212121;
}

/* Calendar List */
.month_table .month_header
{
    background-color: #212121;
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: #999999;
}
.calendargrid .caltab .dayofweek
{
    background-color: #212121;
}
.calendargrid .caltab .currentmonth .daynumber
{
    background-color: #212121;
    color: #ffffff;
}
/* END Calendar Grid */

/* Small Calendar Grid */
.minigrid_verB {
    background: #fff;
    padding: 0 6px;
}
.minigrid_verB .fbcms_calendar_mini {
    border-collapse: separate;
    border-spacing: 6px;
}
.minigrid_verB tbody,
.minigrid_verB .isDay
{
    border: none;
    font-size: 18px;
}
.fbcms_calendar_minigrid td
{
    line-height: 2.5;
}
.minigrid_verB .calendar_mini_controls {
    text-align: center;
}

.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    font-weight: bold;
    color: #212121;
    font-size: 22px;
}

.fbcms_calendar_minigrid th {
    color: #191919;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    background-color: #C8102E;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    margin: 10px 6px;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth
{
    float: left;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth:hover,
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth:focus,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth:hover,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth:focus
{
    color: #ffffff;
    background-color: #212121;
}

.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    color: #C8102E;
    text-decoration: underline;
}

.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #ffffff;
    background-color: #C8102E;
}
/* END Small Calendar Grid */

/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing .email_icon,
.fbcms_staff_search .email_icon,
.fbcms_contact_email .email_icon  {
    background-color: #b7001e;
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: #212121;
    font-weight: bold;
}

/*
===========================================================
 END Staff Styling
===========================================================
*/	

/*
===========================================================
 Pager Styling
===========================================================
*/
.pager a .btnResultNavigation
{
    background-color: #b7001e;
}

/*
===========================================================
 END Pager Styling
===========================================================
*/

/*
===========================================================
 Spotlight Styling
===========================================================
*/
.fbcms_spotlight .fbcms_spotlight_image a
{
}
.fbcms_spotlight .fbcms_spotlight_image img
{
}
/*
===========================================================
 END Spotlight Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title
{
    background-color: #212121;
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: #b7001e;
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/
