/* TK Gorman 2016  */

/*
    Primary Green: #005c00
    Dark Green: #001200
    Lighter Green: #4aa94a 
    Dark Gray: #2c2c2c
    Light Gray: #505050
*/

@import url('https://fonts.googleapis.com/css?family=Lora:400,700|Montserrat:400,700');

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: #444;
    font: 1rem/1.5 'Montserrat', Arial, Helvetica, sans-serif;
}
.page_body
{
	background: #ffffff;
	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 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_cards .fbcms_card_link,
.fbcms_spotlight_text .more_link {
	color: #005c00;
}

a:hover, a:focus {
}

input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	color: #767676;
	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;
}
.fbcms_richtext_content img {
    max-width: 100%;
    height: auto !important;
}
/* END General Styling */

/* wrapper & overall structure */
.fbcms_wrapper
{
}

.fbcms_component
{
    max-width: 100%;
    display: block;
    width: 100%;
}
.component_liner
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .fbcms_wrapper
    {        
    }
    .component_liner,
    #navigation,
    .page_system .main_liner
    {
        width: 96%;
        height: 100%;
        max-width: 1234px;
        margin: 0 auto;
    }
}
@media print {
}

/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header
{
    border-bottom: solid 8px #005c00;
}
.fbcms_header .header_liner
{
    position: relative;
}
.fbcms_header:after {
	content: " ";
	display: table;
	clear: both;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header
    {
        border-bottom: none;
        position: relative;
        z-index: 2;
        box-shadow: 0 0 6px;
    }
    .fbcms_header .header_main
    {
        height: 130px;
        position: relative;
    }
    .navigation_wrapper
    {
        background-color: #003300;
        z-index: 1;
    }
}

/* Logo */
.logo {
    padding: 0 12px;
    text-decoration: none;
}
.site_logo,
.site_logo_text
{
    display: inline-block;
    vertical-align: middle;
}
.site_logo {
    max-width: 25%;
    padding: 16px 0 12px;
}
.site_logo_text {
    max-width: 68%;
    padding: 46px 0 12px;
}
.site_logo img,
.site_logo_text img {
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 768px)
{
    .logo {
        height: 0;
        padding: 0;
    }
    .site_logo {
        margin: 0 0 0 0;
        padding: 0;
    }
    .site_logo_text {
        margin: -48px 0 0 10px;
        padding: 0;
    }
}
@media only screen and (min-width: 1150px)
{
    .site_logo_text {
        margin: 0 0 0 10px;
    }
}
@media print {
}


/* Search */
.search-form
{
    position: absolute;
    top: 8px;
    right: 44px;
    width: auto;
    z-index:200; 
}

.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 2.375rem;
    vertical-align: middle;
    border: none;
}

.search-form .search-input
{
    background-color: #fff;
    color: #2e2e2e;
    font-size: 0.875rem;
    line-height: 1.2;
}
.search-form .submit
{
    float: right;
    color: #ffffff;
    text-indent: -9999px;
    width: 2.375rem;
    position: relative;
    background: #000 url(../img/bg-search-ico.png) no-repeat center;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    opacity: 0.8;
}

.search-form legend, 
.search-form label {
    width: 1px;
    height: 1px;
    position: absolute;
}
/* search input collapse */
.search-form .search-input
{
    padding: 0;
    width: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border: none;
}
.search-form.opened .search-input 
{
    padding: 5px 12px;
    width: 160px;
    border: solid 1px #D9D9D9;
}
@media only screen and (min-width: 768px)
{
    .search-form
    {
        right: 10px;
        top: 8px;
    }
}
@media only screen and (min-width: 1150px)
{
    .search-form
    {
        right: 22px;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Site Scripts */
.fbcms_content.site_script_head
{
    display: block;
    position: absolute;
    top: 13px;
    right: 92px;
}
.fbcms_content.site_script_foot
{
    display: block;
    position: relative;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.site_script_head {
        top: 15px;
        right: 240px;
        z-index: 4;
    }
}
@media only screen and (min-width: 1150px)
{
    .fbcms_content.site_script_head {
    }
}
@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 8px;
    list-style: none;
    float: left;
}

.fbcms_content .social_media_list a {
    color: #005c00;
    text-align: center;
}
.fbcms_footer .fbcms_content .social_media_list a {
    color: #bbb;
}
.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
{
    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
===========================================================
*/
@media only screen and (min-width: 768px)
{   
    #navigation
    {
        position: relative;
    }
}

/* Focus Menu */
@media only screen and (min-width: 768px)
{   
    .menu_head
    {
        position: absolute;
        right: 10px;
        top: -45px;
        z-index: 101;
    }
    
    .menu_head li
    {
        padding: 0 17px;
        position: relative;
    }
    .menu_head li:first-child
    {
        padding-left: 0;
    }
    .menu_head li:last-child
    {
        padding-right: 0;
        border-right: none;
    }
    
    .menu_head a
    {
        font-size: 1rem;
        line-height: 1.2;
        text-decoration: none;
        display: block;
        color: #005c00;
    }
}
@media only screen and (min-width: 1150px)
{   
    .menu_head
    {
        right: 22px;
    }
}

/* Quicklinks Menu */
@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 .drop-nav {
        display: block;
        position: absolute;
    }
    
    .drop-nav.menu_quicklinks {
        right: 68px;
        top: -122px;
    }

    .fbcms_header .drop-nav .menu_title
    {
        display: block;
        position: relative;
        height: 38px;
        width: 150px;
        padding: 10px 14px;
        font-size: 0.875rem;
        line-height: 1.2;
        color: #005c00;
        background-color: #fff;
        text-decoration: none;
        border: solid 1px #005c00;
    }
    .fbcms_header .drop-nav .menu_title:hover,
    .fbcms_header .drop-nav .menu_title:focus
    {
        
    }
    .fbcms_header .drop-nav .menu_title:after
    {
        content: "";
        width: 0;
        height: 0;
        height: 16px;
        width: 16px;
        background: url(../img/down6.png) 0 0 no-repeat;
        /*border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #005c00 transparent transparent transparent;*/
        position: absolute;
        top: 9px;
        right: 9px;
    }
    .fbcms_header .drop-nav .menu_title:hover,
    .fbcms_header .drop-nav .menu_title:focus
    {
        background-color: #efefef;
    }

    .fbcms_header .drop-nav .simplemenu_container
    {
        background-color: #D7D7D7;
        text-align: left;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border-top: none;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    }
    .fbcms_header .drop-nav .simplemenu_container a
    {
        display: block;
        padding: 8px 14px;
        text-transform: capitalize;
        font: normal 0.813rem/1.2 'Montserrat', Arial, Helvetica, sans-serif;
        color: #2e2e2e;
        text-decoration: none;
        border-bottom: 1px solid #ddd;
    }
    .fbcms_header .drop-nav .simplemenu_container li:last-child a {
        border-bottom: none;
    }
    .fbcms_header .drop-nav .simplemenu_container a:hover,
    .fbcms_header .drop-nav .simplemenu_container a:focus
    {
        color: #005c00;
        background: #efefef;
    }
}
@media only screen and (min-width: 1150px)
{
    .drop-nav.menu_quicklinks {
        right: 80px;
    }
}

/* Foot Menu */
.menu_foot
{
    margin-bottom: 20px;
}
.menu_foot.list-nav ul li
{
    display: block;
    font-size: 1rem;
    margin-bottom: 10px;
}

/* Subpages Menu */
.menu_subpages .menu_title {
	margin: 0 -15px 10px;
    padding: 8px 15px 9px;
}
@media print, screen and (min-width: 768px)
{
    .menu_subpages.drop-nav
    {
        display: none;
    }
}

/* Breadcrumb Nav */
.breadcrumb-nav
{
    margin: 18px 0;
}
.breadcrumb-nav li
{
    font-size: 0.813rem;
    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;
    }
    .page_onecol .breadcrumb-nav
    {
        display: block;
    }
}

/* main-nav */
@media only screen and (min-width: 768px)
{
    .main-nav.menu_main /* responsive menu */
    {
        display: none;
    }
    .menu_title.menusection_title
    {
        display: none;
    }
    .main_menu
    {
        position: relative;
        margin: 0;
        z-index: 101;
    }
    .main_menu .top_level 
    {
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .main_menu .top_level_item
    {
        text-align: center;
        position: initial;
    }
    .main_menu .top_level_item .top_level_link
    {
        color: #fff;
        text-decoration: none;
        display: table-cell;
        vertical-align: middle;
        font-size: 1rem;
        line-height: 1.33;
        padding: 16px 10px 15px;
    }
    .main_menu .top_level_item.active .top_level_link,
	.main_menu .top_level_item:hover .top_level_link,
    .main_menu .top_level_item.hoverfocus .top_level_link
    {
        background-color: #001200;
    }
    .main_menu .top_level_item:last-child
	{	
		background-color: #005c00;
	}
    /* drop-down */
    .main-drop-opener {
        display: none;
    }
    .main_menu .top_level_item > .drop_down
    {
        text-align: left;
        display:none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        padding: 30px;
        background-color: #001200;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    .nav li:hover .drop_down,
    .nav .top_level_item.hoverfocus .drop_down
    {
        display: block;
    }

    .drop_display_editor
    {
        background-color: #001200;
        color: #fff;
        width: 96%;
        margin: 0 auto;
    }
    .drop_display_editor .fbcms_section.drop_display_content
    {
        width: 500px;
        max-width: 100%;
        padding: 20px;
    }

    .main_menu .drop_display_content,
    .drop_display_editor
    {
        color: #fff;
        font-size: 0.875rem;
        line-height: 1.57;
        padding-right: 60px;
    }
    .main_menu .drop_display_content h1,
    .drop_display_editor h1
    {
        font-size: 1.125rem;
        color: #4aa94a;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .main_menu .drop-links {
        display: flex;
        justify-content: space-around;
        padding-top: 0.875rem;
    }
    .main_menu .top_level_item > .drop_down a 
    {
        text-decoration: none;
        display: block;
        text-transform: capitalize;
        font-weight: normal;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        padding: 6px;
        font-size: 0.875rem;
        color: #fff;
    }
    .main_menu .top_level_item > .drop_down li a:hover,
    .main_menu .top_level_item > .drop_down li a:focus
    {    
        text-decoration: underline;
    }
}
@media only screen and (min-width: 1150px)
{    
    .main_menu .top_level_item .top_level_link
    {
      padding: 16px 22px 15px;
    }
    .main_menu .top_level_item > .drop_down
    {
        padding: 60px;
    }
}
@media only screen and (max-width: 767px)
{
    .main_menu
    {
        display: none;
    }
}
@media print {
    .navigation_wrapper
    {
        display: none !important;
    }
}

/* nav slider */
@media only screen and (max-width: 767px) {
    .slider-opener.secondary-opener
    {
        top: 10px;
        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: #000;
    }
    
    .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 #000;
    }
}

/* Side Navigation Menu */
.side-nav
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .side-nav
    {
        display: block;
        padding: 0 0 30px;
        min-height: 257px;
    }
    .side-nav .sidelist_0 > li > a
    {
        color: #005c00;
        font: bold 1.25rem/1.3 'Lora', serif;
        margin: 0 0 5px;
        background-color: #efefef;
        padding: 20px;
    }
    .side-nav .sidelist_1
    {
        padding: 20px;
    }
    .side-nav .sidelist_1 > li
    {
        padding: 4px 0;
    }
    .side-nav .sidelist_1 a
    {
        font-size: 0.875rem;
        line-height: 1.3;
        color: #001200;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        color: #005c00;
        text-decoration: none;
    }
    .side-nav .sidelist_1 .side_sublist {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 1150px)
{
    .side-nav
    {
        min-height: 450px;
    }
    .side-nav .sidelist_0 > li > a
    {
        padding: 35px 60px;
    }
    .side-nav .sidelist_1
    {
        padding: 20px 60px;
    }
}
/* END Side Navigation Menu */
/*
===========================================================
 END MENUS
===========================================================
*/

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/
@media only screen and (min-width: 768px)
{
    .fbcms_main
    {
        position: relative;
        z-index: 1;
    }
}

/* Focus/Welcome Areas */
.main_focus
{
    background: #f3f3f3;
}
.home_focus
{
    width: 100%;
}
.inside_focus
{
    margin: 0 -15px;
}
.inside_focus img {
    width: 100%;
}
@media only screen and (min-width: 768px)
{   
    .main_focus
    {
        background: #f3f3f3;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .inside_focus
    {
        margin: 0;
    }

    .main_focus .home_focus:after
    {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0; 
        height: 1px;
        box-shadow: 0px 0 10px 0;
        z-index: 200;
    }
}
@media print {
}

/* Main Content */
.main_content .component_liner
{
    padding:0 15px;
}
.page_home .main_content,
.page_interior .center_content,
.page_system .main_liner {
    padding: 20px 0;
}
@media only screen and (min-width: 500px)
{
    .page_home .main_content,
    .page_interior .center_content,
    .page_interior .side_content,
    .page_system .main_liner
    {
        position: relative;
        z-index: 2;
    }
}
@media only screen and (min-width: 768px)
{
    .main_content .component_liner
    {
        padding:0;
    }
    .page_home .main_content,
    .page_interior .center_content,
    .page_system .main_liner
    {
        padding: 40px 0;
    }
    .page_interior .side_content
    {
        padding: 0;
    }
    .page_interior .center_content
    {
        padding-right: 30px; 
    }
    .right_col .side_content
    {
        padding-left: 20px;
    }
    .left_col .side_content
    {
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1150px)
{
    .right_col .side_content
    {
        padding-left: 60px;
    }
    .left_col .side_content
    {
        padding-right: 60px;
    }
}

/* Side Bar */
.page_interior .side_content
{
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #D9D9D9;
}
.page_interior .side_content h2
{
    color: #005c00;
    font: bold 1.25rem/1.3 'Lora', serif;
    margin: 0 0 5px;
    background-color: #efefef;
    padding: 15px;
    margin: -15px -15px 15px;
    display: block !important;
}
.page_interior .side_content .inside_right
{
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px)
{
    .page_interior .side_content
    {
        padding-top: 18px;
    }
    .page_interior .side_content h2
    {
        padding: 18px;
        margin: -18px 0 20px -20px;
    }
}
@media only screen and (min-width: 1150px)
{
    .page_interior .side_content h2
    {
        padding: 18px 60px;
        margin: -18px 0 30px -60px;
    }
    .page_interior .side_content .inside_right
    {
        margin-bottom: 30px;
    }
}


/* Flexible Content Areas and Columns */
.columns,
.flexi,
.flexi .fbcms_section
{
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 500px)
{
    .columns,
    .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: 30px 0;
    }

    .columns .column
    {
        width: 100%;
    }
    .IAG.columns .column
    {
        max-width: 300px;
        padding: 40px 0 30px;
        margin: 0 auto;
    }

    /* 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: 47%;
    }

    .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%;
    }
}
@media only screen and (min-width: 768px)
{
    /* When 2 columns */
    .columns .column
    {
        width: 46%;
    }
    /* use center and side classes to get uneven columns */
    .columns .column.center_col
    {
        width: 69.206%;
    }
    .columns .column.side_col
    {
        width: 30.795%;
    }

    /* When 3 columns or flexi content blocks*/
    .columns .column:first-child:nth-last-child(3),
    .columns .column:first-child:nth-last-child(3) ~ .column,
    .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: 30.666%;
    }

    /* 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: 22%;
    }

    /* 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: 16.8%;
    }

    /* 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: 30.666%;
    }
    /* Any more than 6 defaults to halves */

    .left_col
    {
        order: 1;
    }
    .center_col
    {
        order: 2;
    }    
    .right_col
    {
        order: 3;
    }
}
@media print {
}

/* Section Padding */
.section_title1,
.section_title2,
.section_title3,
.section_title4,
.section_title5
{
    padding: 20px 0 0;
    margin-bottom: 0;
}
.flexi .fbcms_content
{
    padding: 20px 0 0;
}
.flexi.center 
{
    text-align: center;
}

.page_home .column .fbcms_content.firstone,
.page_home .fbcms_content.home_bottom.firstone
{
    padding-top: 10px;
}
.page_home .column .fbcms_content.lastone,
.flexi .fbcms_content:last-child
{
    padding-bottom: 10px;
}
@media only screen and (min-width: 500px)
{
    .page_interior .inside_title_wrapper
    {
        width: 100%;
        position: relative;
        padding: 0 0 15px;
    }
    .flexi .fbcms_content
    {
        padding: 20px 0;
    }
}
@media only screen and (min-width: 768px)
{
    .section_title1,
    .section_title2,
    .section_title3,
    .section_title4,
    .section_title5
    {
        padding: 30px 0 0;
    } 

    .flexi .fbcms_content
    {
        padding: 30px 0;
    }
    .page_home .column .fbcms_content.firstone,
    .page_home .fbcms_content.home_bottom.firstone
    {
        padding-top: 30px;
    }
    .page_home .column .fbcms_content.lastone,
    .home_bottom.fbcms_content.lastone
    {
        padding-bottom: 30px;
    }
    .page_interior .side_col.right_col
    {
        border-left: solid 1px #D9D9D9;
    }
    .page_interior .side_col.left_col
    {
        border-right: solid 1px #D9D9D9;
    }
}
@media only screen and (min-width: 1150px)
{
    .section_title1,
    .section_title2,
    .section_title3,
    .section_title4,
    .section_title5
    {
        padding: 40px 0 0;
    } 
    .flexi .fbcms_content
    {
        padding: 30px 0;
    }
    .page_home .column .fbcms_content.firstone,
    .page_home .fbcms_content.home_bottom.firstone
    {
        padding-top: 40px;
    }
}

/* Section Dividers */
.flexi .fbcms_content:last-child:after,
.flexi .fbcms_section .addblock_buttonbar_wrapper:after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: solid 1px #D9D9D9;
}
.flexi .fbcms_section .addblock_buttonbar_wrapper:after
{
    bottom: -30px;
}
/* Do not display after last section on the page */

.flexi:last-child .fbcms_content:last-child:after,
.flexi:last-child .fbcms_section .addblock_buttonbar_wrapper:after
{
    display: none;
}

/* Page Home specific */
.page_home .main_content 
{
    padding-bottom: 0;
}
.page_home .section_title3,
.page_home .flexi3
{
    padding: 20px 0;
}

@media only screen and (min-width: 768px)
{
    .page_home .section_title3,
    .page_home .flexi3
    {
        padding: 30px 0;
    }
}

/* Home Page sections can recieve background images like this: */
.page_home .main_content .bg_image.fbcms_component
{
    position: relative;
    color: #fff;
}
.page_home .main_content .bg_image.fbcms_component:after
{
    content: "";
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    background: url('/downloads/background_images/home_background_image.png') center;
    background-size: cover;
    z-index: 1;
}
.page_home .main_content .bg_image.fbcms_component .component_liner
{
    z-index: 2;
    position: relative;
}

/* College Logo Slider */
.home_bottom_center
{
    position: relative;
}
ul.logo_list {
    margin: 0;
    white-space: nowrap;
    padding: 20px 40px;
}
ul.logo_list li.logo_item {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 12px;
    text-align: center;
}
.logo_list_navigation
{
}
.logo_list_button
{
    cursor: pointer;
    height: 37px;
    width: 16px;
    position: absolute;
    top: 40%;
    color: rgba(255,255,255,.6);
    font-size: 20px;
}
.logo_list_button:hover,
.logo_list_button:focus
{
    color: #4aa94a;
}
.logo_list_button .access_text
{
    text-indent: -9999px;
    display: inline-block;
}
.logo_list_prev
{
    left: 10px;
}
.logo_list_next
{
    right: 10px;
}

/* Badge Logo at bottom of home page */
.bottom_badge
{
    position: relative;
}
.bottom_badge img
{
    background-color: #fff;
    position: relative;
    padding: 0 30px;
    z-index: 2;
}
.bottom_badge:after
{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: solid 2px #efefef;
    z-index: 1;
}
/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/*
===========================================================
 FOOTER
===========================================================
*/
/* footer */
.fbcms_footer
{
    position: relative;
    color: #fff;
    background-color: #000;
    font-size: 0.938rem;
}
.fbcms_footer .footer_liner
{
    padding: 15px;
}
.fbcms_footer a {
    color: #fff;
}
.fbcms_footer a:hover,
.fbcms_footer a:focus
{
    /*text-decoration: none;*/
}

.footer_center,
.fbcms_content.building_info,
.credits,
.fbcms_translate,
.link_pdfviewer
{
    display: block;
    margin-bottom: 15px;
}
.fbcms_footer .credits span
{
    display: block;
}
.fbcms_content.building_info > span
{
    display: block;
}

.fbcms_content.building_info .building_name
{
    text-transform: uppercase;
    font-weight: bold;
    color: #4aa94a;
}
.fbcms_building_info .divider
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .fbcms_footer
    {
        z-index: 2;
    }
    .fbcms_footer .footer_liner
    {
        padding: 40px 0;
    }

    .fbcms_footer .right_col
    {
        text-align: right;
    }
    .fbcms_footer .center_col
    {
        text-align: center;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px)
{
    .fbcms_footer .columns
    {
        display: flex;
        flex-direction: column;
    }

    .fbcms_footer .columns .center_col
    {
        order: 1;
    }
    .fbcms_footer .columns .left_col
    {
        order: 2;
    }
    .fbcms_footer .columns .right_col
    {
        order: 3;
    }
}
@media print {
    .fbcms_translate,
    .link_pdfviewer
    {
        display: none;
    }
}
/*
===========================================================
 END FOOTER
===========================================================
*/

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
    color: #005c00;
    font: 1.875rem/1.3 'Lora', 'Times New Roman', serif;
    margin-bottom: 1em;
}
h1 span
{
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

h2
{
    color: #005c00;
    font: bold 1.5rem/1.3 'Lora', 'Times New Roman', serif;
    margin-bottom: 15px;
}
.bg_dark h2,
.fbcms_footer h2
{
    color: #fff;
}

h3,
.fbcms_spotlight .desc_short,
.fbcms_cards .fbcms_card_name,
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title,
.fbcms_upcoming_event_item .event_title
{
    color: #005c00;
    font: normal 1.125rem/1.3 'Montserrat', 'Times New Roman', serif;
    margin-bottom: 10px;
}
.bg_dark h3,
.fbcms_footer h3,
.bg_dark .fbcms_spotlight .desc_short,
.bg_dark .fbcms_cards .fbcms_card_name,
.bg_dark .fbcms_news_headlines .fbcms_article_title,
.bg_dark .fbcms_newscontent .newsarticle_title,
.bg_dark .fbcms_upcoming_event_item .event_title
{
    color: #4aa94a;
}

h4
{   
    font: 600 0.938rem/1.3 'Montserrat', Arial,Helvetica,sans-serif;
    color: #005c00;
    margin-bottom: 10px;
}
.bg_dark h4,
.fbcms_footer h4
{
    color: #fff;
}

h5
{
    color: #005c00;
    font: bold 0.75rem/1.3 'Montserrat', Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
}
h6
{
    color: #005c00;
    font: bold 0.75rem/1.3 'Montserrat', Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
}
.content_intro,
.fbcms_content .content_intro
{    
    color: #005c00;
    font: 300 1.25rem/1.45 'Lora', serif;
    margin: 0 0 30px;
}

.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: 0;
    border-bottom: 1px solid rgba(0,0,0,0.13);
    background: transparent;
    margin: 40px 0;
}

.content_buttonblock,
.fbcms_more_link,
.jump_url
{
    display: block;
    margin: 10px 0;
}
.content_buttonblock a,
.fbcms_more_link a,
.jump_url a,
.fbcms_spotlight_overlay_open
{
    color: #fff;
    display: inline-block;
    font: normal 0.938rem/1  'Montserrat', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 36px;
    background: #005c00;
}
.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,
.fbcms_spotlight_overlay_open:hover,
.fbcms_spotlight_overlay_open:focus
{
    background: #001200;
}

/* Custom Styling Classes */
.center
{
    text-align: center;
}
.center .fbcms_content
{
    max-width: 500px;
    margin: 0 auto;
}
.title.stripe,
h2
{
    position: relative;
}

.title.stripe h2,
h2 .content_stripetitle
{
    display: inline-block;
    background-color: #fff;
    margin-bottom: 0;
    padding: 0 30px 0 0;
}
.title.stripe.center h2
{
    padding: 0 30px;
}
.title.stripe:after,
h2 .content_stripetitle:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #005c00;
    z-index: -1;
}

.bg_black
{
    background-color: #000;
    color: #fff;
}
.bg_grey
{
    background-color: #2c2c2c;
    color: #fff;
}
.bg_image
{
    padding: 80px 0 70px;
}

.border_top
{
    border-top: 10px solid #005c00;
}
.Left_Align_With_Padding
{
    padding: 0;
    margin-right: 10px;
}
.Right_Align_With_Padding
{
    padding: 0;
    margin-left: 10px;
}
/* END Custom Styling Classes */
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/

/*
===========================================================
 PhotoGallery Overlay Styling
===========================================================
*/
.fbpgro_overlay {
    height: auto;
    background-color: rgba(0, 0, 0, 0.73);
    color: #fff;
    font-weight: 400;
}
    
.page_home .fbpgro_overlay .fbpgro_textwrapper
{
    padding: 8px 15px;
}
.fbpgro_overlay a {
    color: #fff;
}
.fbpgro_title {
    font-size: 1.3rem;
    line-height: 1.3;
    font-family: 'Lora', serif;
}
.fbpgro_desc {
    line-height: 1.3;
}
@media only screen and (min-width: 600px)
{
    .fbpgro_overlay {
    }
}
@media only screen and (min-width: 768px)
{
    .page_home .fbpgro_overlay
    {
    }
    .page_home .fbpgro_overlay .fbpgro_textwrapper
    {
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 25px 0;
    }

    .fbpgro_title {
        font-size: 1.875rem;
    }
    .page_home .fbpgro_title {
        width: 54%;
        padding-right: 45px;
    }

    .page_home .fbpgro_desc {
        width: 46%;
        padding-bottom: 26px;
    }

    .page_home .fbpgro_linkwrapper {
        position: absolute;
        bottom: 25px;
        left: 54%;
        padding: 0;
    }
}
@media only screen and (min-width: 1150px)
{   
    .page_home .fbpgro_overlay .fbpgro_textwrapper
    {
        padding: 35px 0 60px;
    }

    .page_home .fbpgro_title {
        font-size: 2.813rem;
        line-height: 1.3;
        width: 46%;
    }

    .fbpgro_desc {
        line-height: 1.56;
    }

    .page_home .fbpgro_linkwrapper {
        bottom: 60px;
    }
}
.fbcms_photogallery .fbpgro_pager > span.cycle-pager-active, 
.fbcms_photogallery .fbpgro_pager > span.cycle-pager-active:hover, 
.fbcms_photogallery .fbpgro_pager > span.cycle-pager-active:focus
{
    background-color: #005c00;
}
.fbcms_photogallery .fbpgro_pager > span:hover, 
.fbcms_photogallery .fbpgro_pager > span:focus
{
    border-color: #005c00;
}
/*
===========================================================
 END PhotoGallery Overlay Styling
===========================================================
*/

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

/* Horizontal */
@media only screen and (min-width: 768px)
{  
    .horizontal .fbcms_upcoming_event_list
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .horizontal .fbcms_upcoming_events .fbcms_upcoming_event_item
    {
        width: 47%
    }
}
@media only screen and (min-width: 994px)
{  
    .horizontal .fbcms_upcoming_events .fbcms_upcoming_event_item
    {
        width: 22%
    }
}

.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item
{
    margin-bottom: 18px;
}
li.fbcms_upcoming_event_item .event_group_date
{
    width: 80px;
}
li.fbcms_upcoming_event_item .event_date
{
    background-color: #fff;
    background: url(../img/CalendarBadge-WhBackground.png) 0 0 no-repeat;
    background-size: 100%;
    color: #005c00;
    font: 700 0.563rem/0.75rem 'Montserrat', Arial,Helvetica,sans-serif;
    padding: 0;
    position: relative;
    width: 68px;
    height: 86px;
}
li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-size: 34px;
    line-height: 1.3;
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    line-height: 100%;
    font-size: 12px;
    padding: 1px 0px 2px 0px;
}

li.fbcms_upcoming_event_item .event_group_data {
    padding-bottom: 12px;
    /*border-bottom: 1px solid #eaeaea;*/
}
li.fbcms_upcoming_event_item:last-child .event_group_data {
    border-bottom: none;
}

li.fbcms_upcoming_event_item .event_title:hover,
li.fbcms_upcoming_event_item .event_title:focus 
{
	text-decoration: underline;
}
.page_home .fbcms_content.section_title3:before,
.fbcms_upcoming_events_title:before
{
    content: '';
    display: inline-block;
    width: 50px;
    height: 23px;
    background: url(../img/calendar.png) 0 0 no-repeat;
}

.fbcms_upcoming_event .time,
li.fbcms_upcoming_event_item .event_month,
li.fbcms_upcoming_event_item .event_day
{
    font-size: 0.938rem;
}

/* Calendar List */
.month_table .month_header
{
    background-color: #202858;
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: #999999;
}
.calendargrid .caltab .dayofweek
{
    background-color: #003300;
    border-color:#ffffff;
    border-right-color: #ffffff;
}
.calendargrid .daynumber {
    background-color: #003300;
}
.calendargrid .caltab .othermonth .daynumber {
    background-color: #767676;
}
.calendargrid .caltab .currentmonth .daynumber
{
    background-color: #005c00;
    color: #ffffff;
}
/* END Calendar Grid */

/* Small Calendar Grid */
.fbcms_calendar_minigrid th {
    color: #005c00;
}
.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    color: #005c00;
}
.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: #005c00;
	font-weight: bold;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
	background-color: #005c00;
}

.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #ffffff;
    background-color: #005c00;
}
/* END Small Calendar Grid */

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

/*
===========================================================
 News Styling
===========================================================
*/
.fbcms_newscontent .fbcms_newscontent_month 
{
    font-size: 0.875rem;
    color: #000;
}

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

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing .email_icon,
.fbcms_staff_search .email_icon,
.fbcms_contact_email .email_icon  {
    background-color: #005c00;
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: #003300;
    font-weight: bold;
}

.page_interior .side_content .fbcms_contactinfo h2.fbcms_contact_name
{
    margin: 0 0 5px;
    padding: 0;
    background: none;
}
.fbcms_staff_listing .profilePhoto {
    float: none;
    line-height: 0;
}
/*
===========================================================
 END Staff Styling
===========================================================
*/	
/*
===========================================================
 Pager Styling
===========================================================
*/
.pager
{
    text-align: center;
    width: 100%;
}
.pager .btnResultNavigation
{
    background-color: #cccccc;
}

.pager a .btnResultNavigation
{
    background-color: #005c00;
}

.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: 1.125rem;
}

.fbcms_contact_responsibilities,
.fbcms_contact_responsibility
{
    margin-bottom: 0;
}

/*
===========================================================
 END Profile Styling
===========================================================
*/

/*
===========================================================
Jobs Styling
===========================================================
*/
.fbcms_jobs .jobCategoryName {
}

.fbcms_jobs .jobBuildingName {
}
/*
===========================================================
 END Jobs Styling
===========================================================
*/

/*
===========================================================
 Spotlight Styling
===========================================================
*/
.fbcms_spotlight .fbcms_spotlight_liner
{
}
.fbcms_spotlight .fbcms_spotlight_image
{
}
.fbcms_spotlight .fbcms_spotlight_image a
{
}
.fbcms_spotlight .fbcms_spotlight_image img
{
}

.fbcms_spotlight .desc_short
{
}
.fbcms_spotlight .desc_long
{
}
.fbcms_spotlight .more_link
{
    display: block;
}

/* Spotlights (horizontal) */
@media only screen and (min-width: 500px)
{
    .spotlights_horizontal .fbcms_spotlight_slide_liner
    {    
        width: auto;
        margin: 0 -10px;
    }
    .spotlights_horizontal .fbcms_spotlight
    {
        padding: 0 10px;
    }
    .spotlights_horizontal.horz_layout_1 .fbcms_spotlight
    {
        padding: 0;
    }
}
@media only screen and (min-width: 1150px)
{    
    .spotlights_horizontal .fbcms_spotlight_slide_liner
    {
        margin: 0 -20px;
    }
    .spotlights_horizontal .fbcms_spotlight
    {
        padding: 0 20px;
    }
}

.page_home .fbcms_contentfooter
{
    text-align: center;
}
.fbcms_spotlights .fbcms_contentfooter .fbcms_spotlight_pager
{
    display: block;
    margin-bottom: 15px;
}

/* Spotlight Scrolling Arrows */
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .spotlight_button.spotlight_prev,
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .spotlight_button.spotlight_next {
    position: absolute;
    top: 50%;
    font-size: 3.75rem;
    color: rgba(114,114,102,.7);
    left: 0px;
    z-index: 900;
}
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .spotlight_button.spotlight_next {
    left: auto;
    right: 0px;
}
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .spotlight_button:hover,
.fbcms_content.home_bottom.fbcms_spotlights .fbcms_contentfooter .spotlight_button:focus
{
    color: rgba(114,114,102,1);
}
/*
===========================================================
 END Spotlight Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
    .fbcms_ec_title
    {
        background-color: #005c00;
    }
    .fbcms_ec_title:hover,
    .fbcms_ec_title:focus
    {
        background-color: #444;
    }
    .fbcms_ec_title h2
    {
        line-height: initial;
    }
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/

#FB_budgetLinkDiv {
    top: 146px !important;
}