@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:wght@400;500;700&display=swap');

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: #212121;
    font: 400 18px/1.5 'Barlow Semi Condensed',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;
}
/* 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: #006699;
}

input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	color: #6D6D6D;
	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_component
{
    max-width: 100%;
    display: block;
    width: 100%;
}
.component_liner
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .fbcms_wrapper
    {
        overflow: hidden;
    }
    .component_liner
    {
        width: 95%;
        height: 100%;
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }
}
@media print {
}

/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header
{
    background: #fff; 
    border-bottom: solid 10px #006699;
}
.fbcms_header .header_main
{
    position: relative;
}
.fbcms_header:after {
	content: " ";
	display: table;
	clear: both;
}
@media only screen and (min-width: 768px) 
{
    .page_home .fbcms_header
    {
        border-bottom: none;
    }
    .fbcms_header .header_main
    {
        height: 176px;
    }
    .navigation_wrapper
    {
        z-index: 3;
    }
}
@media only screen and (min-width: 1230px) 
{
    .fbcms_header .header_main
    {
        height: 136px;
    }
}

/* Logo */
.logo {
    display: block;
    padding: 12px 12px 46px;
    text-decoration: none;
    z-index: 200;
}
.site_logo,
.site_logo_text
{
    display: inline-block;
    vertical-align: middle;
}
.site_logo
{
    width: 100px;
    max-width: 100%;
}
.site_logo_text
{
    width: 240px;
    max-width: calc(100% - 120px);
}
.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 {
        width: 135px;
        margin: 20px 0 0 0;
    }
    .site_logo_text {
        width: 256px;
        margin: 20px 0 0 -6px;
    }
}
@media only screen and (min-width: 1230px)
{
    .site_logo {
        margin: 40px 0 0 0;
    }
    .site_logo_text {
        margin: 40px 0 0 -6px;
    }
}
@media print {
}


/* Search */
.search-form
{
    position: absolute;
    top: 104px;
    right: 50px;
    width: auto;
    z-index: 103; 
}
.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    border: none;
}
.search-form .search-input
{
    width: 152px;
    background-color: #fff;
    color: #0d5136;
    padding: 0;
    width: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.search-form.opened .search-input 
{
    padding-left: 10px;
    width: 160px;
}
.search-form .submit
{
    color: #ffffff;
    float: right;
    text-indent: -9999px;
    width: 32px;
    position: relative;
    background: #006699 url(../img/bg-search-ico.png) no-repeat center;
    border-radius: 2px;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    background-color: #F27423;
}

    .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;
        color: #ffffff;
    }
@media only screen and (min-width: 768px)
{
    .search-form
    {
        top: 28px;
        right: 0;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Site Scripts */
.fbcms_content.site_script_head
{
    display: block;
    position: absolute;
    top: 108px;
    right: 104px;
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.site_script_head {
        top: 29px;
        right: 60px;
        z-index: 102;
    }
    .fbcms_content.site_script_foot
    {
        margin-left: 51%;
    }
}
@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 {
    display: inline-block;
    margin: 0 12px;
    list-style: none;
}
.fbcms_content ul.social_media_list > li:first-child {
    margin-left: 0;
}
.fbcms_content ul.social_media_list > li:last-child {
    margin-right: 0;
}

.fbcms_content .social_media_list a {
    color: #006699;
    text-align: center;
}
.social_media_list a:hover,
.social_media_list a:focus
{
    color: #F27423;
    text-decoration: none;
}
.fbcms_footer .fbcms_content .social_media_list a {
    color: #212121;
}
@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: 0;
        top: -90px;
        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
    {
        text-decoration: none;
        display: block;
        color: #006699;
    }
}
@media only screen and (min-width: 1230px)
{   
    .menu_head
    {
        right: 206px;
        top: -106px;
    }
}

/* Foot Menu */
.menu_foot
{
    display: block;
    margin-bottom: 10px;
}
.menu_foot li
{
    margin-bottom: 10px;
}
.menu_foot a
{
    font-weight: bold;
    font-size: 19px;
}
@media only screen and (min-width: 768px)
{   
    .menu_foot.list-nav ul
    {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-direction: column;
        max-height: 180px;
        flex-wrap: wrap;
    }
    .menu_foot.list-nav ul li
    {
        display: block;
        padding: 0;
        width: calc(50% - 1.5rem);
        margin-bottom: 16px;
    }
}


/* 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: 8px 12px;
}
.breadcrumb-nav li
{
    font-size: 15px;
    line-height: 1.4;
}
.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 */
@media only screen and (min-width: 768px)
{
    .menu_title.menusection_title
    {
        display: none;
    }
    .main-nav 
    {
        vertical-align: middle;
        margin: 0;
        top: -58px;
        bottom: auto;
        z-index: 101;
    }
    .main-nav .top_level_item
    {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 33px;
    }
    .main-nav .top_level_item:first-child
    {
        margin-left: 0;
    }
    .main-nav .top_level_item:last-child
    {
        margin-right: 0;
    }
    .main-nav .top_level_link
    {
        color: #006699;
        text-decoration: none;
        padding: 12px 0 5px;
        font: 500 20px/1.2 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
        border-bottom: solid 3px transparent;
    }
    .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
    {
        border-bottom-color: #F27423;
    }
    
    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        top: 100%;
        background-color: #ffffff;
        width: 200px;
        padding: 10px 0;
        -webkit-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.5);
        box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.5);
    }
    .main-nav .top_level_item > .drop a 
    {
        color: #006699;
        font: 400 18px/1.2 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
        text-decoration: none;
        padding: 6px 10px;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {
        background-color: #006699;
        color: #fff;
    }

    .drop_display_editor .fbcms_section.drop_display_content
    {
        width: 65%;
        max-width: 100%;
        margin: -80px 0 80px;
        padding: 10px;
        float: right;
        background: #fff;
    }
}
@media only screen and (min-width: 1230px)
{
    .main-nav 
    {
        left: auto;
        top: -66px;
    }
}
@media print {
    .navigation_wrapper
    {
        display: none !important;
    }
}

/* Academics Drop */
.main-nav .menu_school .drop_title_wrapper,
.main-nav .menu_school .text-content
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .main-nav .top_level_item.menu_school
    {
        position: unset;
    }
    .main-nav .menu_school .drop
    {
        left: 0;
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
    .main-nav .menu_school .drop_title_wrapper
    {
        display: block;
        background-color: #006699;
        padding: 15px 0 15px 15px;
        width: 110px;
        flex: none;
        position: relative;
    }
    .main-nav .menu_school .drop_title
    {
        position: absolute;
        color: #fff;
        font: bold 18px/1.3 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
        border-bottom: solid 3px #F27423;
        top: 50%;
        transform: translateY(-50%);
    }
    .drop_title_wrapper::after {
        content: "";
        background-color: #006699;
        position: absolute;
        top: 0;
        width: 0;
        left: 100%;
        height: 100%;
        border: solid;
        border-color: #fff #fff #006699 #006699;
        border-width: 0 50px 300px 0;
    }
    .main-nav .menu_school .main_sublist
    {
        flex: 2;
        padding: 12px 12px 12px 50px;
        display: flex;
        align-content: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
        z-index: 2;
    }
    .main-nav .menu_school .main_sublist li
    {
        width: 50%;
    }
    .main-nav .menu_school .text-content
    {
        display: block;
        flex: 1.5;
        padding: 12px;
    }
}
@media only screen and (min-width: 994px)
{
    .main-nav .menu_school .drop
    {
        left: auto;
        right: 0;
        width: 930px;
    }
    .main-nav .menu_school .drop_title_wrapper
    {
        padding: 20px 0 20px 30px;
        width: 160px;
    }
    .drop_title_wrapper::after
    {
        border-right-width: 70px;
    }
    .main-nav .menu_school .drop_title
    {
        font-size: 24px;
    }
    .main-nav .menu_school .main_sublist
    {
        padding: 20px 20px 20px 80px;
    }
    .main-nav .menu_school .text-content
    {
        padding: 20px 20px 20px 0;
    }
}
/* nav slider */
@media only screen and (max-width: 767px) {
    .slider-opener.secondary-opener
    {
        top: 102px;
        right: 10px;
        position: absolute;
        display: block;
    }

    .header_main > .slider-opener.changerbutton:before, 
    .header_main > .slider-opener.changerbutton:after, 
    .header_main > .slider-opener.changerbutton span {
        background-color: #006699;
    }
    
    .header_main > .slider-opener.changerbutton:hover:before, 
    .header_main > .slider-opener.changerbutton:hover:after, 
    .header_main > .slider-opener.changerbutton:hover span {
        box-shadow: 0 0 5px #ffffff;
    }
}

/*
===========================================================
 END MENUS
===========================================================
*/

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/
.fbcms_main
{
    flex: 1;
    background: #fff;
}
@media only screen and (min-width: 768px)
{
    .fbcms_main
    {
        position: relative;
        z-index: 2;
    }
    .main_content
    {
        position: relative;
    }
    .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;
    }
    .left_col
    {
        order: 1;
    }
    .center_col
    {
        order: 2;
    }    
    .right_col
    {
        order: 3;
    }

    .wide_col
    {
        width: 70%;
    }
    .side_col
    {
        width: 30%;
    }
    .wide_col.left_col,
    .side_col.left_col
    {
        padding-right: 1.5rem;
    }
    .wide_col.right_col,
    .side_col.right_col
    {
        padding-left: 1.5rem;
    }
    .page_interior .side_col.left_col
    {
        padding-right: 1.5rem;
    }
    .page_interior .main_content .side_col.left_col
    {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100 */
        background: #f4f4f4; /* Old browsers */
        background: -moz-linear-gradient(left,  #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #ffffff 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #ffffff 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */
    }
    .page_interior .wide_col.right_col
    {
        padding-left: 1.5rem;
    }
}
@media only screen and (min-width: 994px)
{
    .page_interior .side_col.left_col
    {
        padding-right: 2.5rem;
    }
    .page_interior .wide_col.right_col
    {
        padding-left: 2.5rem;
    }
}

/* Flexi Content */
.flexi
{
    position: relative;
}
.flexi .fbcms_section
{
    width: 100%;
    position: relative;
}
.flexi .fbcms_content
{
    margin: 2rem 0 1rem;
}
@media only screen and (min-width: 500px)
{
    .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;*/
    }

    /* http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/ 
    -- editmode selectors added to accomodate add block button as an additional item */

    /* When 2 or more blocks */
    .flexi .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(3), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(3) ~ .fbcms_content
    {
        width: calc(50% - 2rem);
        margin: 2rem 0;
    }

    .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%;
        margin: 2rem 0 1rem;
    }

    .flexi .fbcms_section > .addblock_buttonbar_wrapper
    {
        min-width: 100%;
    }
}
@media only screen and (min-width: 768px)
{
    /* When 3 flexi content blocks*/
    .flexi .fbcms_content:first-child:nth-last-child(3), 
    .flexi .fbcms_content:first-child:nth-last-child(3) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(4), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(4) ~ .fbcms_content
    {
        width: calc(33.333% - 2rem);
    }

    /* When 4 flexi content blocks */
    .flexi .fbcms_content:first-child:nth-last-child(4), 
    .flexi .fbcms_content:first-child:nth-last-child(4) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(5), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(5) ~ .fbcms_content
    {
        width: calc(25% - 2rem);
    }

    /* When 5 flexi content blocks */
    .flexi .fbcms_content:first-child:nth-last-child(5), 
    .flexi .fbcms_content:first-child:nth-last-child(5) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(6), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(6) ~ .fbcms_content
    {
        width: calc(20% - 2rem);
    }

    /* When 6 flexi content blocks - back down to thirds */
    .flexi .fbcms_content:first-child:nth-last-child(6), 
    .flexi .fbcms_content:first-child:nth-last-child(6) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(7), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(7) ~ .fbcms_content
    {
        width: calc(33.333% - 2rem);
    }
    /* Any more than 6 defaults to halves */
}

/* Focus Areas */
.main_focus
{
    position: relative;
    background: #006699;
}
.home_focus,
.page_interior .inside_focus
{
    width: 100%;
}
.home_focus img
{
    width: 100%;
}
.fbcms_image.inside_focus
{
    line-height: 0;
}

.fbcms_imagerotator .cycle-slide
{
    width: 100%;
}
.fbcms_photogallery .fbcms_imagerotator .slide img {
    margin: 0 auto;
}
.main_focus .inside_focus img
{
    text-align: center;
}

.fbcms_content.home_welcome
{
    width: 100%;
    color: #ffffff;
    background: #006699;
}
.home_welcome a
{
    color: #ffffff;
}
.fbcms_content.home_welcome::after
{
    content: '';
    display: block;
    height: 60px;
    background: url(../img/arrow-down.png) no-repeat top center;
}
@media only screen and (min-width: 768px)
{   
    .home_focus
    {
        position: relative;
        z-index: 1;
    }
    .page_home .main_focus:after
    {
        content: "";
        position: relative;
        display: block;
        width: 100%;
        height: 30px;
        background: url(../img/Banner-background.png) no-repeat top center;
        background-size: 100% auto;
    }

    /*.page_home:not(.fbcms_editmode) .main_focus_liner
    {
        z-index: 2;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .page_home:not(.fbcms_editmode) .fbcms_content.home_welcome
    {
        position: absolute;
        right: 0;
        top: 55%;
        transform: translateY(-50%);
        background-color: transparent;
    }*/

    .fbcms_content.home_welcome
    { 
        text-align: center;
        max-width: 730px;
        margin: 0 auto;
    }

    .fbcms_content.inside_focus
    {
        margin-top: -55px;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_content.inside_focus
    {
        margin-top: -75px;
    }   
}
@media only screen and (min-width: 1200px)
{
    .home_welcome h1 {
        font-size: 48px;
    }
}
@media print {
}

/* Main Content Stuff */
/* Interior Specific */
.page_interior .wide_col,
.page_interior .side_col {
    padding: 12px;
}
.fbcms_content.lastone
{
    padding-bottom: 15px;
}
@media only screen and (min-width: 768px)
{
    .page_interior .center_content
    {
        padding: 20px 0;
        position: relative;
    }
    .page_interior .wide_col,
    .page_interior .side_col
    {
        padding: 0;
        position: relative;
    }
}

/* Landing Specific */
@media only screen and (min-width: 768px)
{
    .page_landing .center_content .column
    {
        width: calc(50% - 1.5rem);
    }
}

/* Home Specific */
.home1
{
    background-color: #fff;
}
.home2
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f3f5+0,ffffff+40,ffffff+60,f2f3f5+100 */
    background: #f2f3f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f3f5 0%, #ffffff 40%, #ffffff 60%, #f2f3f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2f3f5 0%,#ffffff 40%,#ffffff 60%,#f2f3f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2f3f5 0%,#ffffff 40%,#ffffff 60%,#f2f3f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f5', endColorstr='#f2f3f5',GradientType=0 ); /* IE6-9 */
}    
.fbcms_content.home2_left
{
    padding: 34px 0 0;
    position: relative;
}
.fbcms_content.home2_left::before
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 55px;
    height: 55px;
    background: url(../img/HatOnly.png) no-repeat center;
}
.home3
{
    background-color: #fff;
}
.fbcms_content.home2_left::before
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 55px;
    height: 55px;
    background: url(../img/HatOnly.png) no-repeat center;
}
.home3_title
{
    position: relative;
}
.fbcms_content.home3_title::before
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 35px;
    height: 35px;
    background: url(../img/calendar.png) no-repeat center;
}
.home4
{
    background-color: #006699;
    color: #fff;
}
.page_home .main_content_bottom 
{   
    position: relative;
    background-color: #ebebeb;
    border-top: #b8b8b8 1px solid;
}
.page_home .main_content .column,
.page_home .main_content_bottom .component_liner
{
    padding: 12px;
}

@media only screen and (min-width: 768px)
{
    .fbcms_content.home2_left
    {
        position: relative;
        padding: 10px 0 40px;
    }
    .fbcms_content.home2_left::before
    {
        position: absolute;
        top: 20px;
        left: -64px;
    }
    .home3 .component_liner .fbcms_content 
    {
        position: relative;
        z-index: 2;
    }
    .home3 .component_liner:before,
    .home3 .component_liner:after
    {
        content: '';
        display: inline-block;
        position: absolute;
        z-index: 1;
    }
    .home3 .component_liner:before
    {
        top: 0;
        right: -79px;
        width: 179px;
        height: 88px;
        background: url(../img/Diamond-BG.png); 
    }
    .home3 .component_liner:after
    {
        top: 357px;
        right: -44px;
        width: 54px;
        height: 33px;
        background: url(../img/Diamond-BG-Small.png);
    }
    .fbcms_content.home3_title::before
    {
        position: absolute;
        top: 6px;
        left: -44px;
    }
}
@media only screen and (max-width: 767px)
{
    .page_home .fbcms_main .component_liner
    {
        padding: 0 12px;
    }
}
@media print {
}

/* OneCol Specific */
.page_interior.page_onecol .column.center_col
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .page_interior.page_onecol .inside_title
    {
        color: #000;
        font: bold 40px/1 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
        margin: -90px 0 60px;
    }
}

/* Side Navigation Menu */
.side-nav
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .page_interior .main_content
    {
        padding-top: 90px;
        background: url(../img/Banner-background.png) no-repeat top center;
        background-size: 100% 90px;
    }
    .side-nav
    {
        display: block;
        padding: 0 0 40px;
    }
    .side-nav .sidelist_0 > li > a
    {
        color: #212121;
        font: bold 40px/1 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
        padding: 0;
        margin: -68px 0 40px; 
        position: absolute;
        width: auto;
        left: 0;
        right: -200%;
    }
    .side-nav .sidelist_1
    {
        padding-top: 40px;
        padding-left: 10px;
    }
    .side-nav .sidelist_1 a
    {
        font: 500 22px/1.4 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
        color: #006699;
        padding: 0 10px;
        margin: 10px 0;
        position: relative;
    }
    .side-nav .sidelist_1 .side_sublist > li > a
    {
        font-weight: 400;
        padding: 0 10px;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        color: #006699;
        text-decoration: none;
    }
    .side-nav .sidelist_1 a:hover:before,
    .side-nav .sidelist_1 a:focus:before,
    .side-nav .sidelist_1 .current_item > a:before
    {
        content: '';
        position: absolute;
        right: 100%;
        top: 8px;
        width: 17px;
        height: 17px;
        background: url(../img/arrow-readmore.png) no-repeat center;
    }
}
@media only screen and (min-width: 768px)
{
}
/* END Side Navigation Menu */
/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/*
===========================================================
 FOOTER
===========================================================
*/
/* footer */
.fbcms_footer .footer_liner
{
    padding: 16px 12px;
}
.footer_top
{
    background-color: #F6891F;
    color: #212121;
    position: relative;
}
.footer_top a {
    color: #212121;
}
.footer_bottom
{
    background-color: #0D3A77;
    color: #fff;
    position: relative;
}
.footer_bottom a {
    color: #fff;
}
.goog-te-gadget,
.goog-te-gadget a
{
    color: #fff !important;
}
.goog-te-gadget .goog-te-combo
{
    margin: 4px 0 0 0 !important;
}

.fbcms_content.footer_logo,
.fbcms_content.building_info,
.building_info .building_citystatezip,
.building_info .building_phone,
.copyright,
.powered,
.fbcms_translate,
.link_pdfviewer
{
    display: block;
    margin-bottom: 10px;
}

.fbcms_content.building_info > span,
.building_info .label
{
    display: block;
}
.building_info .building_name,
.building_info .label
{
    font-weight: bold;
}
.fbcms_building_info .divider
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .footer_top
    {
        background: #F6891F url(../img/footer-background.png) top center;
        background-size: cover;
    }
    .fbcms_footer .footer_liner
    {
        padding: 26px 0;
    }

    .fbcms_footer .column
    {
        width: calc(50% - 1.5rem);
    }
    .fbcms_footer .footer_bottom .footer_right
    {
        text-align: right;
    }
    .building_info .building_phone {
        float: left;
        margin-right: 40px;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_footer .column.footer_left
    {
        width: calc(60% - 1.5rem);
    }
    .fbcms_footer .column.footer_right
    {
        width: calc(40% - 1.5rem);
    }
}
@media print {
    .fbcms_translate,
    .link_pdfviewer
    {
        display: none;
    }
}
/*
===========================================================
 END FOOTER
===========================================================
*/

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
    color: #006699;
    font: 400 35px/1.2 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
    margin: .4em 0;
}
.home_welcome h1,
.home_welcome .content_intro
{
    color: #ffffff;
}
h1 span
{
    font: normal .5em/1 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    display: block;
}

h2
{
    color: #006699;
    font: 400 28px/1.4 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
    margin: .4em 0;
}
.page_home h2
{
    font-size: 35px;
}

h3
{
    color: #006699;
    font: bold 24px/1.4 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
    margin: .4em 0;
}

h4,
.fbcms_spotlight .desc_short,
.fbcms_cards .fbcms_card_name,
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title,
.fbcms_upcoming_events .event_title, 
.fbcms_upcoming_events .event_title a
{
    color: #007AB8;
    font: bold 21px/1.4 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
    margin: 0 0 .3em;
}

h5
{
    color: #006699;
    font: bold 18px/1.4 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
    margin: 0 0 .3em;
}
h6
{
    color: #006699;
    font: bold 16px/1.4 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
    margin: 0 0 .3em;
}
.bg_dark h2,
.bg_dark h3,
.bg_dark h4,
.bg_dark .fbcms_spotlight .desc_short,
.bg_dark .fbcms_news_headlines .fbcms_article_title,
.bg_dark .fbcms_newscontent .newsarticle_title,
.bg_dark h5,
.bg_dark h6,
.bg_dark .content_intro,
.bg_dark a,
.bg_dark .fbcms_spotlight_text .more_link
{
    color: #fff;
}

.content_intro
{    
    color: #006699;
    font: 400 22px/1.4 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
    margin: 0 0 19px;
}

/* Button Block links */
.jump_url a,
.spotlight_button.spotlight_viewall,
.fbcms_newsletters .news_archivetoggle,
.fbcms_more_link a,
.content_buttonblock a,
.fbcms_staff_cards .fbcms_contentbody .btn_read
{
    display: inline-block;
    height: auto;
    color: #006699;
    background-color: #fff;
    padding: 8px 20px;
    border: 2px solid #006699;
    margin: 10px 0;
    font: bold 16px/1.4 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
    text-decoration: none;
    border-radius: 4px;
}
.jump_url a:hover,
.jump_url a:focus,
.spotlight_button.spotlight_viewall:hover,
.spotlight_button.spotlight_viewall:focus,
.fbcms_newsletters .news_archivetoggle:hover,
.fbcms_newsletters .news_archivetoggle:focus,
.fbcms_more_link a:hover,
.fbcms_more_link a:focus,
.content_buttonblock a:hover,
.content_buttonblock a:focus,
.fbcms_staff_cards .fbcms_contentbody .btn_read:hover,
.fbcms_staff_cards .fbcms_contentbody .btn_read:focus
{
    color: #fff;
    background-color: #006699;
    text-decoration: none;
}

/* Other special links*/
.home_welcome a,
.home2_left a,
.fbcms_spotlight_text .more_link,
.fbcms_cards .fbcms_card_link
{
    text-decoration: none;
    display: block;
    position: relative;
}
.home_welcome a:hover,
.home_welcome a:focus,
.home2_left a:hover,
.home2_left a:focus,
.fbcms_spotlight_text .more_link:hover,
.fbcms_spotlight_text .more_link:focus,
.fbcms_cards .fbcms_card_link:hover,
.fbcms_cards .fbcms_card_link:focus {
    text-decoration: underline;
}

.home_welcome a:after,
.home2_left a:after,
.fbcms_spotlight_text .more_link:after,
.fbcms_cards .fbcms_card_link:after
{
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 6px;
    height: 17px;
    width: 17px;
    vertical-align: middle;
    background: url(../img/arrow-readmore.png) no-repeat center;
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/

/*
===========================================================
 Calendar Styling
===========================================================
*/
.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item
{
    margin-bottom: 30px;
}
li.fbcms_upcoming_event_item .event_group_date
{
    width: 63px;
}
li.fbcms_upcoming_event_item .event_date
{
    width: 63px;
    height: 63px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    background-color: #006699;
}
li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}
li.fbcms_upcoming_event_item .event_group_data
{
    padding-left: 20px;
}
li.fbcms_upcoming_event_item .event_title a:hover,
li.fbcms_upcoming_event_item .event_title a:focus {
	text-decoration: underline;
}

/* Calendar List */
.month_table .month_header
{
    background-color: #006699;
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: #999999;
}
.calendargrid .caltab .dayofweek
{
    background-color: #006699;
    border-color:#ffffff;
    border-right-color: #ffffff;
}
.calendargrid .caltab .currentmonth .daynumber
{
    background-color: #006699;
    color: #ffffff;
}
/* END Calendar Grid */

/* Small Calendar Grid */
.minigrid_verB {
    background: #fff;
    padding: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    border-radius: 10px;
}
.minigrid_verB .fbcms_calendar_mini {
    border-collapse: separate;
    border-spacing: 10px;
}
.minigrid_verB tbody
{
    border: solid 7px #FFF;
}
.minigrid_verB tbody,
.minigrid_verB .isDay
{
    border: none;
    font-size: 16px;
}
.fbcms_calendar_minigrid td
{
    line-height: 2.2;
}
.minigrid_verB thead
{
    border: none;
}

.fbcms_calendar_minigrid th {
    color: #757575;
}
.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    background-color: #f0f0f0;
    color: #006699;
    text-decoration: underline;
    border-radius: 50%;
}
.minigrid_verB .calendar_mini_controls {
    text-align: center;
}
.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: #006699;
    font-weight: bold;
    vertical-align: -webkit-baseline-middle;
}
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    color: #F27423;
    font-size: 2.5rem;
    line-height: .8;
    margin: 0 10px;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth
{
    float: left;
}

.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #ffffff;
    background-color: #006699;
    border-radius: 50%;
}
/* END Small Calendar Grid */

/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 News Styling
===========================================================
*/

/* Home Horizontal News */
.fbcms_news_headlines.horz_news .fbcms_news_headlines_title
{
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 3px #F27423;
    margin-bottom: 40px;
    position: relative;
}
.fbcms_news_headlines.horz_news .fbcms_contentfooter
{
    text-align: center;
}

.fbcms_news_headlines.horz_news .fbcms_article
{
    padding: 12px;
}
.fbcms_news_headlines.horz_news .fbcms_article:nth-child(2)
{
    background-color: #0a5ea3;
}
.fbcms_news_headlines.horz_news .fbcms_article_date
{
    color: #F27423;
}
@media only screen and (min-width: 768px)
{
    .fbcms_news_headlines.horz_news 
    {
        margin-bottom: 0;
    }
    .fbcms_news_headlines.horz_news .fbcms_contentheader {
        float: left;
        margin: 30px 40px 20px 0;
    }
    .fbcms_news_headlines.horz_news .fbcms_headline_list_content
    {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items:stretch;
        align-items:stretch;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .fbcms_news_headlines.horz_news .fbcms_article
    {
        width: 33.333%;
        padding: 30px;
        margin-bottom: 0;
    }
}

/*
===========================================================
 END News Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing .fbcms_staff_listing_row .profilePhoto
{
    max-width: 150px;
    margin-right: 10px;
}

.fbcms_contactinfo .fbcms_contact_name
{
    font-size: 21px;
    font-weight: bold;
}
.fbcms_contactinfo .fbcms_contact_photo {
    float: left;
    margin: 0 16px 0;
    max-width: 50%;
}
.fbcms_contactinfo .fbcms_contact_photo img {
    border-radius: 50%;
}

.fbcms_staff_listing .email_icon,
.fbcms_staff_search .email_icon,
.fbcms_contact_email .email_icon,
.fbcms_staff_cards .fbcms_contentbody .email_icon
{
    background-color: #006699;
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: #006699;
    font-weight: bold;
}

/* Staff Cards */
.fbcms_staff_cards .fbcms_contentbody .fbcms_staffentry_liner
{
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.15);
}
.fbcms_staff_cards .fbcms_staffentry_liner > span,
.fbcms_staff_cards .fbcms_staffentry_liner .profile
{
    padding: 0 20px;
}
.fbcms_staff_cards .fbcms_contentbody .profile_photo
{
    margin-bottom: 0;
}
.fbcms_staff_cards .fbcms_contentbody .name
{
    color: #006699;
    font: bold 20px/1.4 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
    padding: 20px 20px 12px;
}
.fbcms_staff_cards .fbcms_contentbody .row2, 
.fbcms_staff_cards .fbcms_contentbody .row3, 
.fbcms_staff_cards .fbcms_contentbody .row4
{
    color: #006699;
    font-weight: 400;
}
.fbcms_staff_cards .fbcms_contentbody .profile
{
    margin: 20px 0;
}
.fbcms_staff_cards .fbcms_staffentry_liner > span:last-child
{
    padding-bottom: 20px;
}
.fbcms_staff_cards .fbcms_staffentry_liner .btn_read
{
    margin-bottom: 20px;
}
/*
===========================================================
 END Staff Styling
===========================================================
*/	
/*
===========================================================
 Pager Styling
===========================================================
*/
.pager
{
    text-align: center;
    width: 100%;
}
.pager a .btnResultNavigation
{
    background-color: #006699;
}
.changeperpageform select
{
    border-color: #999999;
}
/*
===========================================================
 END Pager Styling
===========================================================
*/

/*
===========================================================
 Spotlight Styling
===========================================================
*/
.spotlight_button {
    color: #006699;
}
.spotlight_button:hover, 
.spotlight_button:focus {
    text-shadow: 1px 1px 0 rgba(153, 153, 153, .6), 
    -1px -1px 0 rgba(153, 153, 153, .6), 
    1px -1px 0 rgba(153, 153, 153, .6), 
    -1px 1px 0 rgba(153, 153, 153, .6);
}
.fbcms_spotlight_pager .spotlight_item,
.fbcms_spotlight_pager .spotlight_item:hover, 
.fbcms_spotlight_pager .spotlight_item:focus
{
    border-color: #006699;
    background-color: #006699;
}
.fbcms_spotlight_pager .spotlight_item.spotlight_pager_active, 
.fbcms_spotlight_pager .spotlight_item.spotlight_pager_active:hover, 
.fbcms_spotlight_pager .spotlight_item.spotlight_pager_active:focus {
    background-color: transparent;
    color: #006699;
}

.spotlight_button.spotlight_viewall:not(:first-child)
{
    margin-left: 10px
}

.bg_dark .spotlight_button.spotlight_viewall {
    border: solid 2px #fff;
}
.bg_dark .spotlight_button:not(.spotlight_viewall):hover, 
.bg_dark .spotlight_button:not(.spotlight_viewall):focus {
    text-shadow: 1px 1px 0 #000, 
    -1px -1px 0 #000, 
    1px -1px 0 #000, 
    -1px 1px 0 #000;
}
.bg_dark .fbcms_spotlight_pager .spotlight_item
{
    border-color: #fff;
    background-color: #fff;
}
.bg_dark .fbcms_spotlight_pager .spotlight_item:hover, 
.bg_dark .fbcms_spotlight_pager .spotlight_item:focus
{
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 0 1px #000;
}
.bg_dark .fbcms_spotlight_pager .spotlight_item.spotlight_pager_active, 
.bg_dark .fbcms_spotlight_pager .spotlight_item.spotlight_pager_active:hover, 
.bg_dark .fbcms_spotlight_pager .spotlight_item.spotlight_pager_active:focus {
    background-color: transparent;
    color: #fff;
}

.home_flexi .fbcms_spotlights_title,
.home4 .fbcms_spotlights_title
{
    position: relative;
    padding-top: 20px;
}
.home_flexi .fbcms_spotlights_title::before,
.home4 .fbcms_spotlights_title::before  {
    content: "";
    display: block;
    position: absolute;
    top: 28px;
    left: -34px;
    width: 24px;
    height: 18px;
    background: url(../img/open-quote.png) no-repeat center;
}
.home_flexi .fbcms_spotlight_liner
{
    padding: 10px;
    margin: 0 auto;
}
.home_flexi .fbcms_spotlight_liner:after
{
    display: none;
}
.home_flexi .fbcms_spotlight.wrapping .fbcms_spotlight_image
{
    float: none;
    margin: 0 0 10px;
    max-width: none;
}
.home_flexi .fbcms_spotlight_image img
{
    padding: 26px;
    background: url(../img/orange-diamonds.jpg) no-repeat center;
    background-size: cover;
}
.home_flexi .fbcms_spotlight_text,
.home4 .stacked .fbcms_spotlight_text
{
    display: flex;
    flex-direction: column;
}
.home4 .fbcms_spotlight_text .desc_long
{
    order: 1;
}
.home4 .fbcms_spotlight_text .desc_long:before,
.home4 .fbcms_spotlight_text .desc_long:after
{
    content: "\"";
}
.home_flexi .fbcms_spotlight_text .desc_long
{
    color: #212121;
    font: 500 21px/1.4 'Barlow Semi Condensed',Arial,Helvetica,sans-serif;
    margin: 0 0 19px;
}
.home_flexi .fbcms_spotlight_text .desc_short,
.home4 .fbcms_spotlight_text .desc_short
{
    order: 2;
    text-align: right;
    font-weight: 400;
    margin-top: 10px;
}
.home4 .fbcms_spotlight_text .desc_short:before
{
    content: "- ";
}
.home_flexi .fbcms_spotlight_text .more_link
{
    order: 3;
}
.home_flexi .spotlight_button.spotlight_prev.spotlight_over,
.home_flexi .spotlight_button.spotlight_next.spotlight_over {
    transform: translateY(50%) translateX(0);
}
@media only screen and (min-width: 768px)
{
    .home_flexi .fbcms_spotlights_title::before {
        top: 10px;
        left: -34px;
    }
    .home_flexi .fbcms_spotlight_liner
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .home_flexi .fbcms_spotlight .fbcms_spotlight_text
    {
        order: 1;
        width: calc(60% - 40px);
    }
    .home_flexi .fbcms_spotlight .fbcms_spotlight_image
    {
        order: 2;
        width: 40%;
    }
    .home_flexi .fbcms_spotlight.wrapping .fbcms_spotlight_image
    {
        margin: 0;
    }
}
@media only screen and (min-width: 994px)
{
    .home_flexi .fbcms_spotlight .fbcms_spotlight_text
    {
        width: calc(64% - 60px);
    }
    .home_flexi .fbcms_spotlight .fbcms_spotlight_image
    {
        order: 2;
        width: 36%;
    }
}

.horz_news.fbcms_spotlights
{
    margin-bottom: 0;
}
/*
===========================================================
 END Spotlight Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title
{
    background-color: #006699;
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: #000;
}
.fbcms_ec_title h2
{
    line-height: initial;
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/


/*
===========================================================
  Fly-Up Tab Customization
===========================================================
*/
.flyup_tab 
{
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: #0c6448;
}
.flyup_slide
{
    background-color: #0c6448;
    color: #ffffff;
    margin: 0 auto;
    width: 100%;
}
.flyup_slide a
{
    color: #ffffff;
}
/*
===========================================================
  END Fly-Up Tab Customization
===========================================================
*/

.page_body #FB_budgetLinkDiv {
    top: 20px;
}
@media only screen and (min-width: 994px)
{
    .page_body #FB_budgetLinkDiv {
        top: 130px;
    }
}