/* Template H */

/*
	Blue - #008BA6 
    Darker for compliance -#00809A
    Light - #40BFBA
    Black - #1F363D, #343434
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: #1F363D;
    font: 0.875em/1.5 'Lato', 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: #00809A;
}

a:hover, a:focus {
}

/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header
{
    border-top: 3px solid #343434;
    border-bottom-color: #40BFBA;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header
    {
        box-shadow: 0 0 6px;
    }
    .fbcms_header .header_main {
        height: 150px;
    }
    .navigation_wrapper
    {
        border-top: solid 1px #dedede;
    }
}

/* Logo */
.site_logo {
}
.site_logo_text {
}
@media only screen and (min-width: 768px)
{
    .site_logo {
        margin: 32px 0 0 0;
    }
    .site_logo_text {
        margin: 0 0 0 10px;
    }
}


/* Search */
.search-form .search-input
{
    background-color: #fff;
    border-color: #dedede;
    color: #2e2e2e;
}
.search-form .submit
{
    background: #00809A url(../img/bg-search-ico.png) no-repeat center;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    opacity: 0.8;
}
@media only screen and (max-width: 767px)
{
    .search-form.opened .search-input 
    {
        border-color: #dedede;
    }
}
/* END Search */

@media only screen and (min-width: 768px)
{
    .fbcms_content.site_script_head {
        top: 110px;
    }
}
/* Social Media Script */
.fbcms_content .social_media_list a {
    color: #1F363D;
}
.fbcms_footer .fbcms_content .social_media_list a {
    color: #fff;
}
.social_media_list .social-media-circle {
    background-color: #62b3e4;
}
/*
===========================================================
 END HEADER
===========================================================
*/

/*
===========================================================
 MENUS
===========================================================
*/

/* Head Menu */
@media only screen and (min-width: 768px)
{   
    .menu_head {
        top: -140px;
    }
    .menu_head li
    {
        border-right-color: #4C4B4B;
    }
    .menu_head a
    {
        color: #4C4B4B;
    }
}

/* Quicklinks Menu */
@media only screen and (min-width: 768px)
{
    .drop-nav.menu_quicklinks {
        top: -108px;
    }
    .fbcms_header .drop-nav .menu_title
    {
        color: #2e2e2e;
        background-color: #eee;
    }
    .fbcms_header .drop-nav .menu_title:before
    {
        background-color: #00809a;
    }

    .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;
    }
}

/* Foot Menu */
@media only screen and (min-width: 768px)
{   
    .menu_foot li
    {
    }
}

/* main-nav */
@media only screen and (min-width: 768px)
{
    .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: #5e5e5e;
    }
    .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: #2e2e2e;
        border-bottom: 2px solid #40BFBA;
    }
    
    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        background-color: #ffffff;
        border: 1px solid #ccc;
    }
    .main-nav .top_level_item > .drop a 
    {
        color: #00809A;
        border-bottom: 1px solid #ddd;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {    
        color: #fff;
        background: #00809A;
    }

    /* Programs and Students drops */
    .main-nav .top_level_item:nth-child(2) > .drop
    {
        left: -145px;
        width: 715px;
    }
    .main-nav .top_level_item:nth-child(2) > .drop .sublist_0
    {
        column-count: 3;
        column-rule: 1px solid #ddd;
        column-gap: 0;
    }
    .main-nav .top_level_item:nth-child(3) > .drop
    {
        left: 50%;
        transform: translateX(-50%);
        width: 638px;
    }
    .main-nav .top_level_item:nth-child(3) > .drop .sublist_0
    {
        column-count: 2;
        column-rule: 1px solid #ddd;
        column-gap: 0;
        column-fill:  balance;
    }
    .main-nav .top_level_item:nth-child(2) > .drop li,
    .main-nav .top_level_item:nth-child(3) > .drop li
    {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
}
@media only screen and (min-width: 994px)
{
    /* Programs */
    .main-nav .top_level_item:nth-child(2) > .drop
    {
        width: 770px;
    }
}

/* 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: #00809A;
    }
}

/* Side Navigation Menu */
@media only screen and (min-width: 768px)
{
    .side-nav
    {
        border-bottom: solid 1px #dedede;
    }
    .side-nav .sidelist_0 > li > a
    {
        color: #00809A;
    }
    .side-nav .sidelist_1 a
    {
        color: #00809A;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        color: #1F363D;
    }
}
/* END Side Navigation Menu */
/*
===========================================================
 END MENUS
===========================================================
*/

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/
/* Focus/Welcome Areas */
.main_focus
{
    background: #f3f3f3;
}

.home_welcome
{
    background-color: rgba(0,0,0,.8);
    color: #ffffff;
}
@media only screen and (min-width: 768px)
{   
    .main_focus
    {
        background: #f3f3f3;
    }
}

.section_title:after
{
    background-color: #00809A;
}

/* Section Dividers */
.flexi .fbcms_content:last-child:after,
.flexi .fbcms_section .addblock_buttonbar_wrapper:after,
.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(2n+2)
{
    background-color: #f3f3f3;
}
@media only screen and (min-width: 768px)
{
    /* 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
{
    color: #ffffff;
}
.fbcms_footer .footer_top
{
    background-color: #00809A;
}
.fbcms_footer .footer_bottom {
	background-color: #343434;
}
.fbcms_footer a {
    color: #ffffff;
}
.fbcms_footer a:hover,
.fbcms_footer a:focus
{
    color: #efefef;
}
.goog-te-gadget,
.goog-te-gadget a
{
	color: #fff !important;
}
.goog-te-gadget .goog-te-combo
{
	margin: 4px 0 0 0 !important;
}
.fbcms_footer .copyright
{
    border-right: solid 1px #ffffff;
}
.fbcms_footer .fbcms_building_info .building_name {
    color: #fff;
}
/* END FOOTER */

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
    color: #00809A;
    font: 700 1.375rem/1.3 Lato, Arial, Helvetica, sans-serif;
    border-bottom: solid 2px #40BFBA;
}

.home_welcome h1
{
    color: #fff;
    font-size: 2.4rem;
    text-transform: uppercase;
}
.home_welcome h1 span
{
    font-size: 1.375rem;
    color: #00809A;
}

h2
{
    color: #00809A;
    font: 400 1.25rem/1.3 Lato, Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}
.page_home h2 {
    color: #00809A;
    font: 700 1.5rem/1.3 Lato, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
h3,
.fbcms_spotlight .data-driven-title,
.fbcms_cards .fbcms_card_name,
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title
{
    color: #1F363D;
    font: 700 1rem/1.3 Lato, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}
.fbcms_spotlight .data-driven-title,
.fbcms_cards .fbcms_card_name,
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title
{
    color: #00809A;
}

h4
{
    font: 700 0.938rem/1.3 Lato, Arial, Helvetica, sans-serif;
    color: #00809A;
    margin-bottom: 10px;
}

h5
{
    color: #1F363D;
    font: 400 0.75rem/1.3 Lato, Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}
h6
{
    color: #1F363D;
    font: 400 0.75rem/1.3 Lato, Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}

.content_intro
{    
    color: #767676;
    font: 400 1rem/1.375rem Lato, Arial, Helvetica, sans-serif;
    margin: 0 0 19px;
}
.home_welcome .content_intro
{
    color: #ffffff;
}

.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: #00809A;
    background: transparent;
    border: solid 2px #00809A;
    text-transform: uppercase;
    font-weight: normal;
}
.home_welcome .content_buttonblock a
{
    color: #fff;
    border-color: #fff;
}
.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: #00809A;
    color: #fff;
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/


/*
===========================================================
 Calendar Styling
===========================================================
*/
li.fbcms_upcoming_event_item .event_date
{
    background-color: #1F363D;
    border: none;
    border-radius: 0; 
    color: #ffffff;
    padding: 6px 0;
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    background-color: #1F363D;
}

li.fbcms_upcoming_event_item .event_group_data {
    border-bottom: 1px solid #eaeaea;
}
li.fbcms_upcoming_event_item .event_title
{
    font: 400 1rem/1.3 'Lato',Arial,Helvetica,sans-serif;
    color: #00809A;
}

/* Calendar List */
.month_table .month_header
{
    background-color: #00809A;
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: #999999;
}
.calendargrid .caltab .dayofweek
{
    background-color: #00809A;
}
.calendargrid .caltab .currentmonth .daynumber
{
    background-color: #00809A;
    color: #ffffff;
}
/* END Calendar Grid */

/* Small Calendar Grid */
.fbcms_calendar_minigrid th {
    color: #1F363D;
}
.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    background-color: #00809A;
    color: #fff;
}
.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: #1F363D;
	font-weight: 700;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
	background-color: #00809A;
}

.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #ffffff;
    background-color: #1F363D;
}
/* 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: #00809A;
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: #00809A;
    font-weight: 700;
}
/*
===========================================================
 END Staff Styling
===========================================================
*/	

/*
===========================================================
 Pager Styling
===========================================================
*/
.pager a .btnResultNavigation
{
    background-color: #00809A;
}

/*
===========================================================
 END Pager Styling
===========================================================
*/

/*
===========================================================
 Spotlight Styling
===========================================================
*/
/*
===========================================================
 END Spotlight Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title
{
    background-color: #00809A;
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: #1F363D;
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/

.page_body #FB_budgetLinkDiv {
    top: 20px;
    left: 0;
}