  html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
	color: #4a4949;
	font: 15px/1.5 Arial, Helvetica, sans-serif;
}

.page_body
{
	background: url(/skins/saline2014/img/bg-body.jpg);
	min-width: 320px;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	height: 100vh;
}

.fbd_content,
.fbcms_htmleditor
{
    background-color: #FFFFFF;
}
q { quotes: none; }
q:before,
q:after { content: ""; }
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside { display: block; }
::-webkit-input-placeholder { /* WebKit browsers */
 color: #717375;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #717375;
 opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #717375;
}

a,
.fbcms_spotlight_text .more_link 
{
	color: #956e09;
}
.fbcms_cards .fbcms_card_link
{
	color: #8f6600;
}
.fbcms_content img:not(.email_icon)
{
    max-width: 100%;
    height: auto !important;
}
.fbcms_content span.fab 
{
	display: initial;
	height: initial;
	width: initial;
	color: inherit;
	border-radius: initial;
	margin: initial;
	opacity: 1;
	visibility: visible;
	line-height: inherit;
}
/* END Body */

/* main container styles */
#wrapper {
	overflow: hidden;
	background: #fff;
}
.fbcms_component
{
    max-width: 100%;
    display: block;
    width: 100%;
}
.fbcms_component::after
{
    content: "";
    display: table;
    clear: both;
}
.component_liner
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .component_liner,
    #navigation
    {
        width: 95%;
        height: 100%;
        position: relative;
        /*max-width: 1200px;*/
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px)
{
    .component_liner,
    #navigation
    {
        width: 90%;
    }
}
/* header styles */

#header {
    border-top: 37px solid #0A368B;
}
#header .header-holder {
	padding: 0;
}
#header:after {
	content: '';
	display: block;
	clear: both;
}
@media only screen and (min-width: 768px)
{
	#header
	{
		background: url(/skins/saline2014/img/bg-menu.jpg) 0 100% repeat-x;
		position: relative;
		z-index: 997;
	}
	#header .header-holder {
		height: 128px;
	}
}
@media only screen and (max-width: 767px)
{
	#header .header-holder {
		position: initial;
		padding-top: 0;
		border-bottom: solid 10px #EDC92F;
	}
}

/* page logo styles */
.logo {
	text-decoration: none;
}
.site_logo,
.site_logo_text
{
    display: inline-block;
    vertical-align: bottom;
}
.site_logo
{
	width: 132px;
	height: auto;
}
.site_logo_text
{
	margin: 0 0 0 14px;
	max-width: 134px;
}
.site_logo_text img,
.site_logo img
{
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 768px)
{
	.logo
	{
		height: 0;
	}
	.site_logo,
	.site_logo_text
	{
	    vertical-align: top;
	}
	.site_logo
	{
		margin: -30px 0 0;
		position: relative;
	}
	.site_logo:before
	{
		content: '';
		display: inline-block;
		position: absolute;
		top: 2px;
		left: 0;
		width: 100%;
	    height: calc(100% - 8px);
	    background: #fff;
	    border-radius: 78px 78px;
	    z-index: -1;
	}
	.site_logo_text
	{
    	margin: 12px 0 0 14px;
	}
}
@media only screen and (min-width: 994px)
{
	.site_logo
	{
		width: 162px;
	}
	.site_logo_text
	{
    	/*margin: -3px 0 0 14px;*/
	}
}
@media only screen and (max-width: 767px)
{
	.logo
	{
		display: block;
		padding: 38px 0 2px;
	}
	.site_logo
	{
		max-width: 30%;
	}
	.site_logo_text
	{
		max-width: 50%;
	}
}
/* END Logo */

.header-holder .header-area:after{
	display:block;
	clear:both;
	content:'';
}

/* Search */
.search-form
{
    position: absolute;
    top: 0;
    right: 50px;
    width: auto;
    z-index:200; 
}

.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 37px;
    vertical-align: middle;
    border: none;
    background-color: #f6f6f6;
    color: #212121;
}

.search-form .search-input
{
    width: 152px;
    padding: 5px 12px;
    color: #212121;
    font-size: 14px;
    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: 37px;
    position: relative;
    background: #0A368B 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
	{
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
@media only screen and (min-width: 768px)
{
    .search-form
    {
        right: 0;
        top: -37px;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Social Media */
.fbcms_content.site_script_header {
    position: absolute;
    top: 0;
    right: 94px;
    display: block;
}
.fbcms_content.site_script_head2 {
	position: relative;
    display: block;
}
.site_script_header.vpadm_editable_section,
.site_script_head2.vpadm_editable_section
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
@media only screen and (min-width: 768px)
{
	.fbcms_content.site_script_header {
	    top:-37px;
	    right: 44px;
	}
	.fbcms_content.site_script_head2 {
	    position: absolute;
	    top: 16px;
    	right: 0;
	}
}

/* Social Media (Header) */
ul.social_media_list
{
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    vertical-align: middle;
}
.social_media_list li
{
    list-style: none;
    margin-left: 0 !important;
    padding: 0 3px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.social_media_list li .fa-lg {
	font-size: 1.1em;
}
.social_media_list li a
{
    color: #fff;
}
.social_media_list a:hover,
.social_media_list a:focus
{
    color: #edc92f;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    text-decoration: none;
}

.social_media_list li a.twitter-x
{
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	filter: brightness(1.0);
	background: url(/skins/saline2014/img/x-twitter.svg) no-repeat center;
	filter: invert(100%);
}
.social_media_list li a.twitter-x:hover,
.social_media_list li a.twitter-x:focus 
{
	filter: brightness(0) saturate(100%) invert(73%) sepia(100%) saturate(368%) hue-rotate(356deg) brightness(98%) contrast(90%);
}
/* END Social Media */

/* main informative part styles */
.fbcms_main {
	overflow: hidden;
	z-index: 9;
	position: relative;
}
@media only screen and (min-width: 768px)
{
	.fbcms_main {
		background: url(/skins/saline2014/img/bg-body.jpg);
	}
	.fbcms_main .page_background {
		height: 562px;
		position: absolute;
		width: 100%;
		z-index: -1;
	    background-image: url(/skins/saline2014/img/bg-content.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	}

    .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;
    }
}

/* Flexi Content */
.flexi
{
    position: relative;
}
.flexi .fbcms_section
{
    width: 100%;
    position: relative;
}
.flexi .fbcms_content
{
    margin: .5rem 0 1.5rem;
}
.flexi1_title,
.flexi2_title,
.flexi3_title,
.flexi4_title,
.flexi5_title
{
	text-align: center;
}
@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);
    }

    .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% - 1.5rem);
    }

    /* 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% - 1.5rem);
    }

    /* 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% - 1.5rem);
    }

    /* 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% - 1.5rem);
    }
    /* Any more than 6 defaults to halves */
}

/* home photo styles */
.home-photo {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.slide, .slide-image {
    display: block;
    width: 100%;
}
.home-photo img {
	display: block;
	position: relative;
    width: 100%;
    height: auto;
}
.home-photo .caption {
	position: relative;
	width: 100%;
	background: #00274c;
}
@media only screen and (min-width: 768px)
{
	.home_focus {
		/*margin: 44px 0 0 0;*/
	}
	.home-photo {
		width: 95%;
		/*max-width: 1200px;*/
	}
	.home-photo .caption {
		position: absolute;
		content: '';
		bottom: 40px;
		z-index: 100;
		right: -21px;
		width: 350px;
		border-radius: 12px 0 0 12px;
	}
}
@media only screen and (min-width: 1200px)
{
	.home-photo {
		width: 90%;
	}
}

/* welcome content styles */
.home-photo .caption .welcome-content {
	padding: 28px 28px 28px 26px;
	font: 15px/18px Helvetica, Arial, sans-serif;
	color: #ffcb05;
	position: relative
}
@media only screen and (min-width: 994px)
{
	.welcome-content:after {
		top: 100%;
		right: 1px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-color: rgba(134, 112, 17, 0);
		border-top-color: #3967c1;
		border-width: 20px 20px 0 0;
	}
}
.fbcms_content.landing_title
{
    font: 600 16px/19px 'Source Sans Pro', sans-serif;
    color: #19305a;
    display: block;
    margin: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px)
{
	.home-photo .caption .welcome-content {
	    padding: 28px 6px 28px 11px;
	}
}
/* home left styles */
.home-left {
	float: left;
    width: 30.713%;
	position: relative;
	z-index: 1;
    padding: 0 16px 0 27px;
}
.home-left .area {
	padding:0 1.6em 0 0;
	background:#fff;
}
.home-left .area:before,
.home-left .area:after {
    content:"";
    position:absolute;
    z-index:-2;
}
@media only screen and (max-width: 767px)
{
	.home-left {
		float: none;
		width: 100%;
	    padding: 0 6px 0 11px;
	}
}
/* home left title styles */
.page_home_2col .fbcms_content.home_left_title {
	font: 25px/28px 'Source Sans Pro', sans-serif;
	color: #062c5b;
	margin: 0 0 18px;
	overflow:hidden;
	text-transform: capitalize;
}
/* home left  content styles */
.home-left-content {
	padding: 0;
	position:relative;
	z-index:999;
}
/* home content styles */
.page_home .main-content-wrapper {
	overflow: hidden;
	width: 100%;
	max-width: 607px;
	padding: 0 0 0 28px;
}
.page_home.page_home_3col .main-content-wrapper {
	max-width: none;
	padding: 0;
}

/* home content top styles */
.home-content-title {
	padding: 0 0 16px;
	overflow: hidden;
	border-bottom: 1px dotted #d8d8d8;
}
.home-content-title h2 {
	font: 25px/28px 'Source Sans Pro', sans-serif;
	color: #062c5b;
}
.home_righttop_link,
.home_rightbottom_link
{
    position: relative;
    right: 0;
    top: -15px;
    float: right;
    line-height: 0;
    font-size: 0;
}
/* two columns styles */
.page_home.page_home_2col .fbcms_content.home_righttop {
	width: 100%;
	overflow: hidden;
	padding: 23px 20px 3px 33px;
}
/* home content bottom styles */
.home-content-bottom .home-content-title
{
	margin: 0 -1px -4px 0;
}
.home_rightbottom {
    clear: both;
}
@media only screen and (max-width: 767px)
{
	.page_home .main-content-wrapper {
		padding: 0 6px 0 11px;
	}
	.page_home .fbcms_content.home_righttop {
		padding: 23px 0 3px ;
	}
}

/* 3 col home styles */
.page_home_3col .home_section {
	max-width: none;
	padding: 1.5rem 28px;
}
.page_home .content h2.fbcms_plaintext,
.page_landing .col h2.fbcms_plaintext
{
	/*font-size: 26px;*/
	line-height: 1.2;
}
.page_home .columns h2.fbcms_plaintext,
.page_landing .col h2.fbcms_plaintext,
.page_landing .flexi1_title
{
	position: relative;
	margin: 0 40px 1rem -10px;
	background: #edc92f;
	padding: 12px 10px;
    border-style: solid;
}
.page_home .columns h2.fbcms_plaintext:after,
.page_landing .col h2.fbcms_plaintext:after,
.page_landing .flexi1_title:after
{
	content: "";
	display: inline-block;
	height: 100%;
	width: 1rem;
	border-width: 25px .5rem;
	border-style: solid;
	border-color: transparent transparent #edc92f #edc92f;
    position: absolute;
    top: 0;
    right: -1rem;
}
.page_home_3col .home-content-top,
.page_home_3col .home-content-bottom
{
	background: #F9F8FA;
}
@media only screen and (min-width: 768px)
{
	.page_home_3col .columns .column
	{
		width: 33.333%;
	}
	.page_home_3col .columns .column.left_col
	{
		padding-right: 1rem;
	}
	.page_home_3col .columns .column.center_col
	{
		padding: 0 1rem;
		border-left: 1px solid #eaeaea;
		border-right: 1px solid #eaeaea;
	}
	.page_home_3col .columns .column.right_col
	{
		padding-left: 1rem;
	}
}

/* footer styles */
#footer {
	background: #cccccc;
	padding: 32px 0 28px 0;
	overflow: hidden;
}
.footer-holder {
	width: 100%;
	margin: 0 auto;
}
.copyright {
	list-style: none;
	padding: 0;
	margin: 6px 0 0;
	float: right;
	font: 12px/15px 'Source Sans Pro', sans-serif;
    display: inline-block;
}
.copyright span:first-child {
    background: none;
    padding-right: 7px;
}
.copyright span:last-child {
    padding-left: 7px;
    background: url(/skins/saline2014/img/footer-divider.png) no-repeat 0 2px;
}
#footer,
#footer a {
    color: #0a368b;
}

.goog-te-gadget,
.goog-te-gadget a
{
	color: #0a368b !important;
}
.goog-te-gadget .goog-te-combo
{
	margin: 4px 0 0 0 !important;
} 

#footer .fbcms_content
{
    vertical-align: top;
}

.fbcms_translate
{
	margin-top: 5px;
	float: left;
}
.link_pdfviewer {
    float: right;
    clear: right;
}
@media only screen and (min-width: 768px)
{
	.footer-holder {
		width: 95%;
		/*max-width: 1200px;*/
	}
}
@media only screen and (min-width: 1200px)
{
	.footer-holder {
		width: 90%;
		/*max-width: 1200px;*/
	}
}
@media only screen and (max-width: 767px)
{
	#footer
	{
		padding: 12px 6px 12px 11px;
	}
	.copyright,
	.fbcms_translate,
	.link_pdfviewer {
		float: none;
		clear: both;
		display: block;
		margin-top: 5px;
	}
	.copyright li:first-child
	{
	    padding-left: 0;
	}
}
/* main content styles */
.main-content:after {
	display: block;
	content: '';
	clear: both;
}
.main-content {
	margin: 44px auto 0;
	position: relative;
	width: 100%;
	background: #fff;
    /*overflow: hidden;*/
	/*padding: 0 0 34px;*/
}
.page_home .main-content {
	margin: 0 auto 138px;
	overflow: hidden;
}
.page_home_2col .main-content {
	padding: 32px 0 0;
}

.wrapper_top:after,
.wrapper_bottom:after,
.wrapper_center:after
{
    content: '';
    display: block;
    clear: both;
}
@media only screen and (min-width: 768px)
{
	.main-content {
		width: 95%;
		/*max-width: 1200px;*/
	}
	.page_home .main-content {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.page_home_2col .wrapper_top
	{
	    background-position: 31.4% 0;
	    background-image: url(/skins/saline2014/img/bg-sidebar-t.png);
	    background-repeat: no-repeat;
	    padding-top: 31px;
	}
	.page_home_2col .wrapper_bottom
	{
	    background-position: 31.4% 100%;
	    background-image: url(/skins/saline2014/img/bg-sidebar-b.png);
	    background-repeat: no-repeat;
	    padding-bottom: 29px;
	}
	.page_home_2col .wrapper_center
	{
	    background-position: 31.4% 0;
	    background-image: url(/skins/saline2014/img/bg-sidebar.png);
	    background-repeat: repeat-y;
	}

	.page_interior .wrapper_bottom
	{
	    background-position: 70.07% 100%;
	    background-image: url(/skins/saline2014/img/bg-sidebar2-b.png);
	    background-repeat: no-repeat;
	    padding-bottom: 56px;
	}
	.page_interior .wrapper_center
	{
        background-position: 70.07% 0;
	    background-image: url(/skins/saline2014/img/bg-sidebar2.png);
	    background-repeat: repeat-y;
	}
}
@media only screen and (min-width: 1200px)
{
	.main-content {
		width: 90%;
		/*max-width: 1200px;*/
	}
}
@media only screen and (max-width: 767px)
{
	.main-content,
	.page_home .main-content
	{
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 12px;
	}
}

.home-photo-holder {
	position: relative;
	width: 100%;
}
.home-photo-holder img
{
	width: 100%;
	height: auto;
}
.inner {
	display: block;
	margin: 0;
	position: relative;
}
.inner .caption
{
	display: none;
}
.inner .inside_focus + .caption {
    display: block;
	width: 100%;
	background: #edc92f;
    z-index: 101;
}
.inner .caption .welcome-content {
	padding: 11px 28px 8px 32px;
	font: 15px/18px Helvetica, Arial, sans-serif;
	color: #fff;
	position: relative
}
@media only screen and (min-width: 994px)
{
	.inner .caption {
		position: absolute;
		bottom: 42px;
		left: -21px;
		max-width: 328px;
		border-radius: 0 10px 10px 0;
	    z-index: 101;
	}
	.inner .welcome-content:after {
		top: 100%;
		left: 1px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-color: rgba(134, 112, 17, 0);
		border-top-color: #867011;
		border-width: 20px 0 0 20px;
	}
	.fbcms_editmode .inner .caption {
		position: relative;
	}
}
@media only screen and (max-width: 767px)
{
	.inner .caption .welcome-content {
	    padding: 18px 6px 18px 11px;
	}
}
/* main content top styles */
.main-content-wrapper {
	/*overflow: hidden;*/
	padding: 29px 26px 0 26px;
    width: 100%;
    /*max-width: 652px;
	float: left;*/
}
/* col styles */
.col {
	width: 100%;
	overflow: hidden;
	padding: 0 27px 28px 28px;
}
/* left col styles */
.col .left-col {
	width: 51.312%;
    padding: 0;
    float: left;
    padding-right: 43px;
}
.col .right-col {
	width: 47.541%;
	float: right;
}
.fbcms_content.landing_middleleft_title,
.fbcms_content.landing_middleright_title,
.fbcms_content.landing_centerleft_title,
.fbcms_content.landing_centerright_title,
.fbcms_content.landing_bottom_title
{
    font: 22px/25px 'Source Sans Pro', sans-serif;
    color: #062c5b;
    margin: 0 0 22px;
}
/* main content bottom styles */
.main-content-bottom {
	width: 100%;
	overflow: hidden;
	padding: 47px 27px 28px 28px;
	border-top: 1px dotted #d8d8d8;
}
/*  content styles */
.content {
	float: left;
	width: 68.135%;
	position: relative;
	z-index: 1;
}
.page_interior .content{
	width: 69.707%;
}
.page_home_3col .content,
.page_onecol .content,
.page_onecol .main-content-wrapper,
.page_onecol .wrapper_center,
.page_onecol .wrapper_bottom
{
    max-width: 100%;
    background: none;
    width: 100%;
}
@media only screen and (max-width: 767px)
{
	.content,
	.main-content-wrapper,
	.page_interior .content,
	.col .left-col, 
	.col .right-col {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.col,
	.main-content-bottom
	{
		padding: 12px 6px 0 11px;
	}
	.main-content-wrapper
	{
		padding: 0px 6px 0 11px;
	}
}
/* sidebar styles */
#sidebar 
{
    background: url("/skins/saline2014/img/hornet-wm.png") no-repeat scroll 25px 39px;
	float: right;
    width: 30.293%;
	padding: 24px 20px 0;
	min-height: 290px;
}
/* sidebar side content styles */
#sidebar .side-content {
	overflow: hidden;
	padding: 43px 8px 0 8px;
}
/* side content styles */
.side-content {
	overflow: hidden;
	padding: 0;
}
@media only screen and (max-width: 767px)
{
	#sidebar 
	{
		width: 100%;
		float: none;
		padding: 12px 6px 0 12px;
	}
	#sidebar .side-content {
		padding: 0;
	}
}
.print { display: none; }
@media print {
	 * {
	  background: none !important;
	  color: #000 !important;
	 }
	 #header .logo,
	 #header .slogon {
	  text-indent: 0;
	  overflow: visible;
	  background: none;
	 }
	 #header .logo a,
	 #header .slogon a { display: none; }
	 .print {
	  display: block;
	  width: 100%;
	 }
	 body { min-width: inherit; }
	 #content { page-break-before: avoid; }
	 .carousel .mask .slide.active,
	 body,
	 #wrapper,
	 #header,
	 #footer,
	 .fbcms_main,
	 .home-photo,
	 .home-photo img,
	 #content,
	 .home-content-bottom,
	 .two-columns,
	 .home-content-top,
	 .home-content-bottom,
	 .home-left,
	 .footer-holder,
	 .main-content,
	 .content,
	 .home-photo-holder,
	 .main-content-wrapper,
	 .col,
	 .main-content-bottom{
	  overflow: visible;
	  width: 100% !important;
	  display: block;
	  padding: 0;
	  height: auto;
	  clear: both;
	  border: none;
	  min-height: inherit;
	 }
	 .col .right-col,
	 .col .left-col{ width:45%}
	 .home-photo-holder img{
	  width:100%;
	  height:auto;
	  display:block;
	 }
	 .main-content-wrapper,
	 .inner{ padding-bottom:25px;}
	 .content:after,
	 .col .left-col .more{ display:none;}
	 .home-left,
	 #sidebar{ display:none;}
	 .copyright{ float:left;}
	 .home-photo .caption{ top:22%;}
	 .two-columns { padding: 20px 0; }
	 .header-holder,
	 #main-menu { display: none; }
	 .fbcms_main > img { display: none; }
	 .home-left-content img {
	  width: 100%;
	  height: auto;
	 }
	 .home-content-left {
	  width: 45%;
	  margin: 0;
	  padding: 5px 1%;
	 }
	 .slide blockquote {
	  width: 45%;
	  margin: 0;
	  padding: 15px 1%;
	 }
	 #sidebar { display: none; }
}

.skip a {
	position: absolute;
	left: -9999px;
	top: -9999px;
	color: #000;
}
.skip a:focus {
	position: static;
	width: auto;
	height: auto;
	left: 0;
	top: 0;
}

/* Quicklinks Menu */
@media only screen and (min-width: 768px)
{
	.menu_quicklinks 
	{
	    position: absolute;
	    top: -165px;
	    right: 154px;
	}
	.menu_quicklinks .menu_title
	{
		width: 90px;
		padding: 11px 10px;
		font: 14px/1 Helvetica, Arial, sans-serif;
		color: #fff;
		background: #0A368B; 
	}
    .menu_quicklinks .menu_title:after
    {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        top: 15px;
        right: 0;
    }

	.menu_quicklinks:hover .simplemenu_container { 
		display:block;
	}
	.menu_quicklinks .simplemenu_container {
		position:absolute;
		top: 100%;
		left:0;
		width:200px;
		background: #ecedef;
		border-radius:3px;
		padding:12px 10px;
	    box-shadow: none;
        z-index: 10;
	}
	.menu_quicklinks ul li{
    	display: block;
	}
	.menu_quicklinks ul li a {
		display: block;
		padding: 8px 5px;
		color:#19305a;
		font: 13px/1.4 Helvetica, Arial, sans-serif;
	}
	
    .menu_quicklinks ul li a:hover,
    .menu_quicklinks ul li a:focus
    {
        text-decoration: underline;
    }
}
/* END Quicklinks Menu */

/* BEGIN Header Menu */
@media only screen and (min-width: 768px)
{
	.menu_head {
		text-align: right;
		font: 14px/1 Helvetica, Arial, sans-serif;
	    position: absolute;
	    top: -155px;
    	right: 264px;
	}
	.menu_head li {
		display: inline-block;
		padding: 0 4px 0 16px;
		vertical-align: middle;
		margin: 0;
	}
	.menu_head li:first-child { background: none; }
	.menu_head li a {
		color: #fff;
		background: #0A368B; 
		text-transform: capitalize;
	}
   /* .menu_head a::before
    {
        content: "";
        position: relative;
        display: inline-block;
        top: -2px;
        vertical-align: middle;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .menu_head li:first-child a::before
    {
        width: 20px;
        height: 20px;
        background-image: url(/skins/saline2014/img/home_icon.png);
        margin-right: 6px;
    }
    .menu_head li:nth-child(2) a::before
    {
        width: 20px;
        height: 20px;
        background-image: url(/skins/saline2014/img/communityed_icon.png);
        margin-right: 6px;
    }*/
}
/* END Header Menu */

/* Focus Menu */
@media only screen and (min-width: 768px)
{
	.menu_focus {
		list-style: none;
		overflow: hidden;
		text-align: right;
		font: 600 14px/1 'Source Sans Pro', sans-serif;
		position: absolute;
        top: -70px;
    	right: 0px;
	}
	.menu_focus li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 3px 0 12px;
	}
	.menu_focus li a {
		display: block;
		color: #19305a;
	}
}
/* END Focus Menu */


@media only screen and (min-width: 768px)
{
	.main-nav {
		font: 700 16px/20px 'Source Sans Pro', sans-serif;
	    text-transform: uppercase;
	}
	.main-nav .top_level_item
	{
		margin-left: 2px;
	}
	.main-nav .top_level_link {
		position: relative;
		display:block;
		color: #19305a;
		text-decoration:none;
	    padding: 11px 8px 12px;
	    font-size: .83rem;
	}
	.main-nav .top_level_item:hover .top_level_link, 
	.main-nav .top_level_item.active .top_level_link,
	.main-nav .top_level_item.hoverfocus .top_level_link {
	    background: #f4cf30;
	}
	.main-nav .top_level_item > .drop
	{
		width: 206px;
		list-style: none;
		background: #f4cf30;
		padding: 10px 14px 0;
		border: 1px solid;
		border-color: #f4cf30 #bb9b18 #bb9b18;
		border-style: solid;
		border-width: 1px;
		position: absolute;
		left: 0;
		top: 42px;
		z-index: 99;
	}
	.main-nav .top_level_item .drop a {
	    color: #0f2d64;
		font: 16px/1.3 'Source Sans Pro', sans-serif;
		text-transform: none;
		font-weight: normal;
		margin: 0 0 10px;
		padding: 0;
		text-decoration:none;
	}
	.main-nav .top_level_item .drop li:last-child > .link_pair > a 
	{
		margin: 0;
	}
	.main-nav .top_level_item .drop li a:hover,
	.main-nav .top_level_item .drop li a:focus
    {
		text-decoration: underline;
    }
    .menu_title.menusection_title {
	    display: none;
	}
	.main-nav .top_level_item:hover .top_level_link:before, 
	.main-nav .top_level_item.active .top_level_link:before,
	.main-nav .top_level_item.hoverfocus .top_level_link:before,
	.main-nav .top_level_item:hover .top_level_link:after, 
	.main-nav .top_level_item.active .top_level_link:after,
	.main-nav .top_level_item.hoverfocus .top_level_link:after
	{
	    background: #f4cf30;
	    height: 5px;
	    width: 100%;
	    content: '';
	    position: absolute;
	    left: 0;
	    top: -5px;
	    z-index: 99;
	}
	.main-nav .top_level_item:hover .top_level_link:after, 
	.main-nav .top_level_item.active .top_level_link:after,
	.main-nav .top_level_item.hoverfocus .top_level_link:after
	{
		top: initial;
	    bottom: -5px;
	}
	.main-nav .top_level_item:last-child > .drop {
    	right: 0;
    	left: initial;
	}


	.main-nav .top_level_item:nth-child(5) > .drop
	{
		width: 700px;
		left: 50%;
		transform: translateX(-50%);
	}
	.main-nav .top_level_item:nth-child(5) > .drop .sublist_0
	{
		column-count: 3;
		column-gap: 2rem;
	}
	.main-nav .top_level_item:nth-child(5) .sublist_1_drop
	{
		display: block;
	}
	.main-nav .top_level_item:nth-child(5) > .drop li 
	{
        break-inside: avoid-column;
        overflow: hidden;
	}
	.main-nav .top_level_item:nth-child(5) .sublist_0 > li > .link_pair > a
	{
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: solid 1px #19305a;
		margin-bottom: 10px;
		text-decoration: none;
	}

	.main-nav .top_level_item:last-child > .drop
	{
		width: 600px;
	}
	.main-nav .top_level_item:last-child > .drop .sublist_0
	{
		column-count: 2;
		column-gap: 2rem;
	}
	.main-nav .top_level_item:last-child .sublist_1_drop
	{
		display: block;
	}
	.main-nav .top_level_item:last-child > .drop li {
	    -webkit-column-break-inside: avoid;
	    page-break-inside: avoid;
	    break-inside: avoid;
	}
	.main-nav .top_level_item:last-child .sublist_0 > li > .link_pair > a
	{
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: solid 1px #19305a;
		margin-bottom: 10px;
		text-decoration: none;
	}
	.main-nav .top_level_item:last-child .sublist_0 > li
	{
		margin-bottom: 16px;
	}
}
@media only screen and (min-width: 994px)
{
	.main-nav .top_level
	{
    	margin-left: 144px;
	}
	.main-nav .top_level_item
	{
		margin-left: 8px;
	}
	.main-nav .top_level_link {
		padding: 11px 10px 12px;
	}
	.main-nav .top_level_item > .drop
	{
		width: 250px;
		padding: 20px 18px 16px;
	}
	.main-nav .top_level_item .drop a {
		font: 17px/1.4 'Source Sans Pro', sans-serif;	
		margin: 0 0 14px;
	}
}
@media only screen and (min-width: 1200px)
{
	.main-nav .top_level_item
	{
		margin-left: 10px;
	}
	.main-nav .top_level_link {
		padding: 11px 10px 12px;
    	font-size: 1rem;
	}
}
@media only screen and (max-width: 767px)
{
	.slide_liner
	{
		padding-bottom: 150px;
	}
	.slider-opener.changerbutton
	{
		top: 2px;
    	right: 12px;
    	z-index: 999;
	}
	#header > .slider-opener.changerbutton:before, 
	#header > .slider-opener.changerbutton:after, 
	#header > .slider-opener.changerbutton span
	{
    	background-color: #fff;
	}
	.main-nav .top_level {
	    display: block;
	}
	.menu_quicklinks .menu_title {
    	display: none !important;
	}
	.slide_liner .fbcms_rdropmenu .simplemenu_container
	{
		display: block;
	}
}
/* END Main Menu */
/* Subpages Menu */
.menu_subpages.drop-nav
{
    display: none;
}

@media only screen and (max-width: 767px)
{
    .menu_subpages.drop-nav
    {
        display: block;
    	margin: 0 -6px 0 -12px;
    }
}
/* END Subpages Menu */

/* Breadcrumb Nav */
.breadcrumb-nav
{
    margin: 6px 0 18px;
    display: none;
}
.breadcrumb-nav li
{
    font-size: 13px;
    line-height: 13px;
}
.breadcrumb-nav li:after {
    color: #D1D1D1;
    content: "/ ";
    padding: 0 6px;
}
.breadcrumb-nav li:last-child:after {
    display: none;
}
.breadcrumb-nav a:hover,
.breadcrumb-nav a:focus
{
    text-decoration: none;
}
@media only screen and (max-width: 767px)
{
    .breadcrumb-nav
    {
        display: block;
    }
}
/* END Breadcrumb Menu */

/* Side Menu */
@media only screen and (min-width: 768px)
{
	.side-nav .sidelist_0 {
		font: 700 19px/22px 'Source Sans Pro', sans-serif;
		display: block;
		margin: 0 0 10px 12px;
	}
	.side-nav .sidelist_0 > li > a {
		color: #19305a;
	}
	.side-nav .sidelist_1 {
		list-style: none;
		overflow: hidden;
		border-bottom: 1px solid #e9e9e9;
		min-height: 252px;
		padding:0 32px 20px 0;
		margin:0 0 0 -32px;
	}
	.side-nav .sidelist_1 li a {
		display: block;
		color: #19305a;
		font: 15px/20px 'Source Sans Pro', sans-serif;
		padding:2px 0 2px 32px;
	}
	.side-nav .sidelist_1 li a:hover,
	.side-nav .sidelist_1 li a:focus {
		background: #ededed;
		text-decoration: none;
	}
	.side-nav.side-nav .sidelist_1 .side_sublist
	{
	    margin-left: 15px;
	    padding-left: 0;
	}
}
@media only screen and (max-width: 767px)
{
	.side-nav {
	    display: none;
	}
}
/* END Side Menu */

/*
==================================================================
!!!!   DATA DRIVEN STYLING
==================================================================
*/

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
	font: 600 25px/1.12 'Source Sans Pro', sans-serif;
	color: #19305a;
	margin: 0 0 9px;
    text-transform: uppercase;
}
.fbcms_content.home_welcome h1,
.fbcms_content.landing_subtitle
{
	color: #19305a;
    font: 600 29px/1.14 'Source Sans Pro', sans-serif;
    margin: 0 0 11px;
    padding: 0;
}
.fbcms_content.home_welcome h1{
	color: #ffcb05;
}
h1 span
{
	display: block;
	font-size: .6em;
	line-height: 1;
}

h2
{
    font: 22px/1.3 'Source Sans Pro', sans-serif;
    color: #062c5b;
    text-transform: uppercase;
}
.side-content .data-driven-title
{
    font: 700 18px/1.4 'Source Sans Pro', sans-serif;
    color: #19305a;
}

h3
{
    font: 700 19px/1.4 'Source Sans Pro', sans-serif;
    color: #19305a;
}

h4,
.fbcms_spotlight .desc_short,
.fbcms_cards .fbcms_card_name,
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title
{
    font: 600 16px/1.4 "Source Sans Pro", sans-serif;
    color: #19305a;
}

.fbcms_content hr
{
	border-bottom: 1px dotted #d8d8d8;
}

.fbcms_content.home_welcome a
{
    color: #a28406;
    position: relative;
    margin: 0 0 0 8px;
    font: 15px/18px Helvetica, Arial, sans-serif;
}
.fbcms_content.home_welcome a:after
{
    background: url(/skins/saline2014/img/bg-arrow.png) no-repeat;
    width: 6px;
    height: 10px;
    content: '';
    position: absolute;
    top: 3px;
    right: -14px;
}

.content_intro
{
	font-size: 17px;
	color: #555;
	text-transform: none;
}

.content_buttonblock a,
.content_buttonblockblue a,
.fbcms_news_headlines .fbcms_more_link a
{
    background-color: #edc92f;
    color: #19305a;
    display: inline-block;
    height: auto;
    text-align: left;
    text-decoration: none;
    padding: 10px 20px;
    margin: 10px 0;
    position: relative;
    font: 18px/1.3 "Source Sans Pro",Arial,Helvetica,sans-serif;
    margin-right: 1rem;
    text-transform: uppercase;
}
.content_buttonblock a:hover,
.content_buttonblock a:focus,
.fbcms_news_headlines .fbcms_more_link a:hover,
.fbcms_news_headlines .fbcms_more_link a:focus
{
    background-color: #19305a;
    color: #fff;
    text-decoration: none;
}
.content_buttonblockblue a
{
    background-color: #19305a;
    color: #fff;
}
.content_buttonblockblue a:hover,
.content_buttonblockblue a:focus
{
    background-color: #edc92f;
    color: #19305a;
    text-decoration: none;
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/


/*
===========================================================
 Staff Styling
===========================================================
*/
/*
-------------------------------------
 Staff Directory Search
-------------------------------------
*/
.fbcms_staff_search .column_title_row
{
    color: #19305a;
}

.fbcms_staff_search .email_icon
{
    background-color: #19305a;
}

.fbcms_staff_listing .profilePhoto {
    width: 150px;
    margin-right: 10px;
    float: none;
}
@media only screen and (min-width: 994px)
{
	.fbcms_staff_listing .profilePhoto {
	    max-width: 40%;
	    margin-right: 10px;
	    float: left;
	}
}
/*
-------------------------------------
 End Staff Directory Search
-------------------------------------
*/

/*
-------------------------------------
 Staff Directory Overrides
-------------------------------------
*/
.fbcms_staff_listing .email_icon,
.fbcms_contact_email .email_icon
{
    background-color: #19305a;
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: #19305a;;
    font-weight: bold;
}
/*
-------------------------------------
 END Staff Directory Overrides
-------------------------------------
*/

/* Staff profile */
.page_profile .fbcms_contact_photo
{
	max-width: 150px;
}
/*
===========================================================
 END Staff Styling
===========================================================
*/

/*
===========================================================
 Building List Styling
===========================================================
*/
.building_list.fbcms_grid
{
    grid-gap: 1.3em 1em;
    margin-bottom: 2rem;
}
.building_list .building_liner
{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 40%));
    transform: scale(.98);
    transition: all .3s ease-out;
    overflow: visible;
}
.building_list .building.has_moreinfo:hover .building_liner
{
    outline: none;
    filter: drop-shadow(0 4px 6px rgb(0 0 0 / 15%));
    transform: scale(1) translateY(-6px);
}
.building_list .building .building_image
{
    max-width: calc(100% + 30px);
    margin: -15px -15px 10px -15px;
    border-radius: 5px 5px 0 0;
}
.building_list .building .building_title
{
    font-size: 1.1rem;
}
.building .category_container
{
    margin-bottom: 5px;
    line-height: 1.3;
}
.building_liner .building_link
{
    text-align: center;
}
.building_list .building .building_button
{
    margin: 0 auto -2rem;
    padding: 8px 12px;
    background: #0a368b;
    color: #edc92f;
    text-decoration: none;
    font-weight: bold;
}
.building_list .building .building_button:hover,
.building_list .building .building_button:focus
{
    background: #edc92f;
    color: #0a368b;
}
/*
===========================================================
 END Building List Styling
===========================================================
*/

/*
===========================================================
 News Styling
===========================================================
*/
.page_home h4.fbcms_article_title {
	font: 400 19px/22px "Source Sans Pro",sans-serif;
	margin-bottom: 5px;
}
.page_home .fbcms_news_headlines .fbcms_article {
/*	margin-bottom: 30px;*/
}
.page_interior  .fbcms_news_headlines .fbcms_article {
	margin-bottom: 20px;
}
.fbcms_article .fbcms_article_detail {
    font-weight: bold;
}
/*.page_home .fbcms_article .fbcms_article_detail {
	float: right;
}*/
.page_interior .fbcms_news_headlines .fbcms_article_date
{
    font: 11px/15px Arial,Helvetica,sans-serif;
    font-weight: normal;
}
.fbcms_news_headlines .fbcms_article_summary
{
    margin: 0 0 4px;
}
.download_ext_size {
    display: none;
}

.fbcms_news_headlines .fbcms_article_image
{
	max-width: 100%;
}

.page_landing .fbcms_content:where(.landing_bottom, .landing_middle, .inside_center) .fbcms_media,
.page_flexi .inside_center .fbcms_media,
.page_onecol .inside_center .fbcms_media {
    position: relative;
    text-align: center;
    line-height: 0;
}
.page_landing .fbcms_content:where(.landing_bottom, .landing_middle, .inside_center) .fbcms_article_textblock,
.page_flexi .inside_center .fbcms_article_textblock,
.page_onecol .inside_center .fbcms_article_textblock
{
	background-color: #f0f2f3;
	padding: 3px 5px;
    border-top: solid 3px #0a368b;
}
@media only screen and (min-width: 768px)
{  
    .page_landing .fbcms_content:where(.landing_bottom, .landing_middle, .inside_center) .fbcms_headline_list_content,
    .page_flexi .inside_center .fbcms_headline_list_content,
    .page_onecol .inside_center .fbcms_headline_list_content
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem;
        row-gap: 1.5rem;
  		grid-auto-flow: row;
    }
}
@media only screen and (min-width: 994px)
{  
    .page_landing .fbcms_content:where(.landing_bottom, .landing_middle, .inside_center) .fbcms_headline_list_content,
    .page_flexi .inside_center .fbcms_headline_list_content,
    .page_onecol .inside_center .fbcms_headline_list_content
    {
        grid-template-columns: repeat(4, 1fr);
    }
}
/*
-------------------------------------
 News Article Details
-------------------------------------
*/
.news_article_details .article_date_cell
{
    background-color: #19305a;
}

.news_article_details .article_date_cell,
.news_article_details .news_titles_cell
{
    background-color: #19305a;
}
/*
-------------------------------------
 End News Article Details
-------------------------------------
*/
/*
===========================================================
 END News Styling
===========================================================
*/


/*
===========================================================
 Calendar Styling
===========================================================
*/


/* Calendar List */

.month_table .month_header
{
    background-color: #ededed;
    color: #19305a;
    font: 15px/28px Arial,Helvetica,sans-serif;
}
/* END Calendar List */

/* Calendar Grid */
.calendar_event, 
.news_article_details, 
.fb_calendarGridBody, 
.zone_user_account_details, 
.zone_user_profile_details, 
.rss_subscribe_details {
    color: #424242;
}
.calendargrid .caltab .monthname
{
    color: #19305a;
}

.calendargrid .caltab .dayofweek
{
    background-color: #19305a;
    border-color:#ffffff;
    border-right-color: #ffffff;
}

.calendargrid .caltab .datecell
{
    border-color:#ffffff;
}

.calendargrid .caltab .othermonth .daynumber,
.calendargrid .caltab .weekend .daynumber
{
    background-color: #999;
    color: #fff;
}

.calendargrid .caltab .othermonth,
.calendargrid .caltab .othermonth .listcell,
.calendargrid .caltab .weekend,
.calendargrid .caltab .weekend .listcell
{
    background-color: #F5F6F5;
}

.calendargrid .caltab .currentmonth .daynumber
{
    background-color: #19305a;
    color: #fff;
}

.calendargrid .caltab .currentmonth
{
    background-color: #F5F6F5;
}
/* END Calendar Grid */


/* Calendar Event */
.calendar_event .event_details caption
{
    color: #19305a;
}
/* END Calendar Event */


/* Small Calendar Grid */
.minigrid_verB {
    background: #fff;
    padding: 0;
}
.minigrid_verB thead
{
    color: #fff;
    background-color: #19305a;
    border: none;
}
.minigrid_verB .calendar_mini_controls {
    text-align: center;
}
.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: #fff;
    font-family: Helvetica_Condensed_Bold, Helvetica,Arial,sans-serif;
    font-size: 16px;
}
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    color: #edc92f;
    font-size: 2rem;
    line-height: .5;
    margin: 0 10px;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth
{
    float: left;
}
.fbcms_calendar_minigrid th {
    color: #fff;
    font-size: 1.1rem;
}
.fbcms_calendar_minigrid td
{
    font-size: .925rem;
    line-height: 3.5;
}
.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    background-color: #f0f0f0;
    color: #3c6fae;
    text-decoration: underline;
}
.fbcms_calendar_mini .today
{
    color: #fff;
    background-color: #3c6fae;
}
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #fff;
    background-color: #19305a;
}
.fbcms_calendar_mini .isDay.fbcms_calendar_mini_event:hover, 
.fbcms_calendar_mini .isDay.fbcms_calendar_mini_event:focus
{
    color: #edc92f;
}
/* END Small Calendar Grid */

/* Upcoming Events */
li.fbcms_upcoming_event .event_day 
{
    color: #956e09;
    font: 700 20px/23px 'Open Sans', sans-serif;
}
li.fbcms_upcoming_event .event_month 
{
    color: #062c5b;
    font: bold 12px/15px 'Open Sans', sans-serif;
}
li.fbcms_upcoming_event .event_title,
li.fbcms_upcoming_event .event_title a
{
    color: #19305a;
    font-weight: 600;
    text-decoration:none;
}
li.fbcms_upcoming_event_item .event_title:hover, 
li.fbcms_upcoming_event_item .event_title:focus {
	text-decoration: underline;
}
li.fbcms_upcoming_event .event_description
{
    font-size:100%;
}
.fbcms_content.home_left li.fbcms_upcoming_event .event_details
{
    max-width: 231px;
}
.fbcms_upcoming_event_item.fbcms_multiday_event_item, 
.fbcms_upcoming_event_item.fbcms_singleday_event_item
{
    border-bottom: 1px solid #f0f0f0;
}
li.fbcms_upcoming_event_item .event_group_date .event_day 
{
    color: #956e09;
    font-size:19px;
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    color: #062c5b;
    line-height: 100%;
    font-size: 110%;   
}
li.fbcms_upcoming_event_item .event_group_data
{
    padding-left: 5px;
}
li.fbcms_upcoming_event_item .event_group_date
{
    width:30px;
}
/* END Upcoming Events */

/*
===========================================================
 END Calendar Styling
===========================================================
*/


/*
===========================================================
 Blog Styling
===========================================================
*/
.fbcms_blog_controlbar
{
    background-color: #19305a;
}
/*
===========================================================
 END Blog Styling
===========================================================
*/

/*
===========================================================
 Building Styling
===========================================================
*/
.fbcms_building_info .divider
{
	display: none;
}
.fbcms_building_info .building_name:after,
.fbcms_building_info .building_address:after,
.fbcms_building_info .building_citystatezip:after
{
	content: "";
	display: inline-block;

	font-style: normal;
	height: 10px;
	width: 1px;
	margin: 0 12px;
    background-color: #34618C;
    background-image: none;
}

.fbcms_content.building_info
{
    margin-right: 20px;
    margin-top: 6px;
}
@media only screen and (max-width: 767px)
{
	.fbcms_content.building_info,
	.fbcms_building_info .building_address,
	.fbcms_building_info .building_phone,
	.fbcms_building_info .building_fax
	{
		display: block;
		line-height: 18px;
	}
	.fbcms_building_info .building_name:after,
	.fbcms_building_info .building_address:after,
	.fbcms_building_info .building_citystatezip:after
	{
		display: none;
	}
}
/*
===========================================================
 END Building Styling
===========================================================
*/

/*
===========================================================
 Pager Styling
===========================================================
*/
.pager .btnResultNavigation
{
    background-color: #ccc;
}

.pager a .btnResultNavigation
{
    background-color: #19305a;
}

.pager a:hover .btnResultNavigation,
.pager a:focus .btnResultNavigation
{
    background-color: #000;
}

.changeperpageform select
{
    border-color: #19305a;
}
/*
===========================================================
 END Pager Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title 
{
    background-color: #edc92f;
    color: #19305a;
}
.fbcms_ec_title:hover, 
.fbcms_ec_title:focus
{
    background-color: #19305a;
    color: #fff;
}
.fbcms_ec_title .fbcms_ec_titletext
{
    color: #19305a;
}
.fbcms_ec_title:hover .data-driven-title, 
.fbcms_ec_title:focus .data-driven-title
{
    color: #fff;
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/

/*
===========================================================
 Spotlights Styling
===========================================================
*/
/* One Col & home_rightbottom button only slide-up */
.page_onecol .content .spotlights_horizontal .stacked .fbcms_spotlight_liner,
.page_home .home_rightbottom .spotlights_horizontal .stacked .fbcms_spotlight_liner,
.page_flexi .flexi3 .spotlights_horizontal .stacked .fbcms_spotlight_liner
{
	position: relative;
	overflow: hidden;
	padding: 0;
}
.page_onecol .content .spotlights_horizontal .stacked .fbcms_spotlight_image,
.page_home .home_rightbottom .spotlights_horizontal .stacked .fbcms_spotlight_image,
.page_flexi .flexi3 .spotlights_horizontal .stacked .fbcms_spotlight_image
{
	margin-bottom: 0;
}
.page_onecol .content .spotlights_horizontal .stacked .fbcms_spotlight_text,
.page_home .home_rightbottom .spotlights_horizontal .stacked .fbcms_spotlight_text,
.page_flexi .flexi3 .spotlights_horizontal .stacked .fbcms_spotlight_text
{
	background-color: #00274c;
	color: #fff;
	padding: 10px;
}
.page_onecol .content .spotlights_horizontal .stacked .desc_short,
.page_onecol .content .spotlights_horizontal .stacked .desc_long,
.page_home .home_rightbottom .spotlights_horizontal .stacked .desc_short,
.page_home .home_rightbottom .spotlights_horizontal .stacked .desc_long,
.page_flexi .flexi3 .spotlights_horizontal .stacked .desc_short,
.page_flexi .flexi3 .spotlights_horizontal .stacked .desc_long
{
	display: none;
}
.page_onecol .content .spotlights_horizontal .stacked .more_link,
.page_home .home_rightbottom .spotlights_horizontal .stacked .more_link,
.page_flexi .flexi3 .spotlights_horizontal .stacked .more_link
{
	display: inline-block;
    height: auto;
    background-color: #ffcb02;
    color: #00274c;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 14px;
    border-radius: 15px;
    margin: 5px 0;
    text-decoration: none;
    transition: all .1s linear;
}
.page_onecol .content .spotlights_horizontal .stacked .more_link:hover,
.page_home .home_rightbottom .spotlights_horizontal .stacked .more_link:hover,
.page_flexi .flexi3 .spotlights_horizontal .stacked .more_link:hover
{
	background-color: #fff;
}
@media only screen and (min-width: 994px)
{
	.page_onecol .content .spotlights_horizontal.horz_layout_0 .fbcms_spotlight {
	    flex: 0 1 48%;
	}
	.page_home .home_rightbottom .spotlights_horizontal .fbcms_spotlight,
	.page_flexi .flexi3 .spotlights_horizontal .fbcms_spotlight {
	    flex: 0 1 500px !important;
	    margin: 0 0 1rem !important;
	}
	.page_onecol .content .spotlights_horizontal .stacked .fbcms_spotlight_text,
	.page_home .home_rightbottom .spotlights_horizontal .stacked .fbcms_spotlight_text,
	.page_flexi .flexi3 .spotlights_horizontal .stacked .fbcms_spotlight_text
	{
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    transform: translateY(100%);
	    transition: all .5s ease;
	}
	.page_onecol .content .spotlights_horizontal .stacked .fbcms_spotlight_liner:hover .fbcms_spotlight_text,
	.page_onecol .content .spotlights_horizontal .stacked .fbcms_spotlight_liner:focus .fbcms_spotlight_text,
	.page_home .home_rightbottom .spotlights_horizontal .stacked .fbcms_spotlight_liner:where(:hover, :focus) .fbcms_spotlight_text,
	.page_flexi .flexi3 .spotlights_horizontal .stacked .fbcms_spotlight_liner:where(:hover, :focus) .fbcms_spotlight_text
	{
		transform: translateX(0);
	}
}


.fbcms_content.fbcms_spotlights.home_rightbottom .spotlights_vertical .fbcms_spotlight
{
    font: 14px/18px 'Source Sans Pro', sans-serif;
    color: #737373;
    padding: 5px 34px 0;
}
@media only screen and (max-width: 767px)
{
	.fbcms_content.fbcms_spotlights.home_rightbottom .spotlights_vertical .fbcms_spotlight
	{
	    padding-left: 0;
	    padding-right: 0;
	}
}
.fbcms_content.fbcms_spotlights.home_rightbottom .spotlights_vertical .fbcms_spotlight .desc_short
{
    display: none;
}
.fbcms_content.fbcms_spotlights.home_rightbottom .spotlights_vertical .fbcms_spotlight .desc_long
{
    position: relative;
    display: block;
    text-indent: 11px;
    margin: 0 10px 5px 0;
}
.fbcms_content.fbcms_spotlights.home_rightbottom .spotlights_vertical .fbcms_spotlight .desc_long:before 
{
    background: url(/skins/saline2014/img/bg-blockquots-up.png) no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.fbcms_content.fbcms_spotlights.home_rightbottom .spotlights_vertical .fbcms_spotlight .desc_long:after 
{
    background: url(/skins/saline2014/img/bg-blocquotes-down.png) no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    bottom: 8px;
    right: 0;
    content: '';
}

/*.page_interior .fbcms_spotlight
{
    margin: 0 0 25px 0;
}
.page_interior .fbcms_spotlight_image {
    margin-right: 12px;
}*/

.fbcms_spotlight.wrapping .fbcms_spotlight_image img
{
    max-width: 100px; /*width: auto;*/
}
.page_interior .fbcms_spotlight_text
{
    font: 14px/18px 'Source Sans Pro', sans-serif;
    color: #737373;
    display: inline;
}
.page_interior .desc_short
{
    margin: 0 0 3px;
}
.fbcms_spotlights .fbcms_contentheader {
    padding: 5px 0;
}
.fbcms_spotlight_pager .spotlight_item {
	height: 10px;
	width: 10px;
	border-width: 2px;
}
.page_home .fbcms_spotlights .fbcms_contentheader {
	justify-content: flex-end;
}
.contentheader_item.fbcms_spotlight_controls .spotlight_button.spotlight_next,
.contentheader_item.fbcms_spotlight_controls .spotlight_button.spotlight_prev
{
	font-size: 1.3rem;
}

.quick_menu.fbcms_spotlights,
.building_spots.fbcms_spotlights
{
    background-color: #062c5b;
    margin-bottom: 0;
    margin-right: -1px;
    /*padding-left: 1px;*/
} 
.building_spots.fbcms_spotlights
{
	border-top: solid 1px #062c5b;
}
.quick_menu .fbcms_contentheader,
.quick_menu .fbcms_contentfooter,
.building_spots .fbcms_contentheader,
.building_spots .fbcms_contentfooter
{
    margin: 0;
    padding: 0;
}
.quick_menu .fbcms_spotlight,
.building_spots .fbcms_spotlight
{
    margin: 0 0 1px;
}
.quick_menu .fbcms_spotlight .fbcms_spotlight_liner,
.building_spots .fbcms_spotlight .fbcms_spotlight_liner
{
    background-color: #edc92f;
    height: 100%;
    padding: 35px 10px;
    text-align: center;
}
.quick_menu a.fbcms_spotlight_liner:hover, 
.quick_menu a.fbcms_spotlight_liner:focus,
.building_spots a.fbcms_spotlight_liner:hover, 
.building_spots a.fbcms_spotlight_liner:focus
{
    background-color: #ccc;
}
.quick_menu .fbcms_spotlight .fbcms_spotlight_image,
.building_spots .fbcms_spotlight .fbcms_spotlight_image
{
	margin-right: 0;
}
.quick_menu .fbcms_spotlight .desc_short,
.building_spots .fbcms_spotlight .desc_short
{
    color: #062c5b;
    font-size: 1rem;
    line-height: 1;
}
.quick_menu .fbcms_spotlight .more_link,
.building_spots .fbcms_spotlight .more_link
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .quick_menu .spotlights_horizontal.horz_layout_6 .fbcms_spotlight_slide_liner,
    .quick_menu .spotlights_horizontal.horz_layout_7 .fbcms_spotlight_slide_liner,
    .building_spots .spotlights_horizontal.horz_layout_8 .fbcms_spotlight_slide_liner
    {
        justify-content: space-between;
    }
    .quick_menu .spotlights_horizontal.horz_layout_6 .fbcms_spotlight,
    .building_spots .spotlights_horizontal.horz_layout_6 .fbcms_spotlight
    {       
        flex-basis: calc(33.333% - (2px / 3));
        max-width: none;
    }
    .quick_menu .spotlights_horizontal.horz_layout_7 .fbcms_spotlight,
    .building_spots .spotlights_horizontal.horz_layout_8 .fbcms_spotlight
    {
        flex-basis: calc(25% - (6px / 8));
    }
}
@media only screen and (min-width: 768px) and (max-width: 1099px)
{
    .quick_menu .spotlights_horizontal.horz_layout_7 .fbcms_spotlight:nth-child(5),
    .quick_menu .spotlights_horizontal.horz_layout_7 .fbcms_spotlight:nth-child(6),
    .quick_menu .spotlights_horizontal.horz_layout_7 .fbcms_spotlight:nth-child(7),
    .building_spots .spotlights_horizontal.horz_layout_7 .fbcms_spotlight:nth-child(5),
    .building_spots .spotlights_horizontal.horz_layout_7 .fbcms_spotlight:nth-child(6),
    .building_spots .spotlights_horizontal.horz_layout_7 .fbcms_spotlight:nth-child(7)
    {
        flex-basis: calc(33.333% - (2px / 3));
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1100px)
{
	.building_spots.fbcms_spotlights
	{
		border-top: none;
	}
    .quick_menu .spotlights_horizontal.horz_layout_6 .fbcms_spotlight,
    .building_spots .spotlights_horizontal.horz_layout_6 .fbcms_spotlight
    {
        flex-basis: calc(16.6667% - (10px / 6));
        margin-bottom: 0;
    }
    .quick_menu .spotlights_horizontal.horz_layout_7 .fbcms_spotlight,
    .building_spots .spotlights_horizontal.horz_layout_7 .fbcms_spotlight
    {
        flex-basis: calc(14.3% - (12px / 7));
        margin-bottom: 0;
    }
    .building_spots .spotlights_horizontal.horz_layout_8 .fbcms_spotlight
    {
        flex-basis: calc(12.5% - (14px / 8));
        margin-bottom: 0;
    }
}
/*
===========================================================
 END Spotlights Styling
===========================================================
*/

/*
===========================================================
  Fly-Up Tab Customization
===========================================================
*/
.flyup_container 
{
    z-index: 10;
    color: #062c5b;
}

.flyup_tab 
{
    background-color: #f6c73d; 
    font-weight: bold;
}
.flyup_slide
{
    background-color: #f6c73d;
}
.flyup_slide a,
.flyup_slide h2,
.flyup_slide h3,
.flyup_slide h4,
.flyup_slide h5,
.flyup_slide h6,
.flyup_slide .content_intro
{
    color: #062c5b;
}


.flyup_slide .fbcms_staff_cards .fbcms_contentbody .fbcms_staffentry_liner
{
	background-color: inherit;
}
/*
===========================================================
  END Fly-Up Tab Customization
===========================================================
*/

/*
==================================================================
!!!! END DATA DRIVEN STYLING
==================================================================
*/

/* Compass contrast overrides */
body.nf-page .rhs a,
body.nf-page .rhs .content-classroom-environment h3,
body.nf-page .rhs .info-box h4 {
    color: #19305a !important;
}
body.nf-page .rhs .section-header.content-classroom-environment, 
body.nf-page .rhs .section-content.content-classroom-environment {
    background-color: #19305a !important;
}

.fbcms_floatybadge {
    left: 40px;
}