/**** 
767 max
****/

/* global wrappers */

body {

}

.onepage, 
#footer {
    max-width: 100%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

div {
	max-width: 100%;
}

.centering_box {
	width: 100%;
	max-width: 100% !important;
}	

/* header */

.header_container, 
.home .header_container {
	height: auto;
	width:100%;
}	

.desktop_only { display:none; }
.mobile_only { display:block; }

.header_inner.mobile_only {
	height: auto;
	margin-bottom: 2em;
}

.header_inner nav, 
.header_inner div { 
	float:left; 
}

.header_inner nav.menu_nav {
	width: 40px;
	    padding-top: 0;
	    padding-left: 2em;
}

.header_inner nav.searcher {
	width: 40px;
	padding-top: 8px;
	float: right;
}

.logo {
	width: 70%;
}
	.logo img {
	  height: 13vh;
	  width: auto;
	  margin-top: 1.7em;
	}
span.text_assist {
   font-size: 11px;
   margin-top: 13px;
   margin-left: 2px;
   display: block;
}

.mobile_expansion:checked + label span.text_assist {
    margin-left: -8px;
        margin-top: 25px;
}

.sink_dropdown > li {
	max-width: none;
}

.sink_dropdown > li a:hover{
	background: #fff;
	color: #001b70;
}

header ul.sub-menu {
	box-shadow: none;
	margin-bottom: .5em;
}

.sink_dropdown_container {
    width: 100%;
}

.dropdown_triangle {
	border-top: 0;
}

.mobile_expand {
	 left: 0;
	 padding-bottom: 2%;
	 padding-left: 2%;
	 padding-right: 2%;
	 position: absolute;
	 top: 84px;
	 width: 100%;
	 z-index: 50;
	 background: #001b70;
}

	.mobile_expand.right {
		right:0;
		left:inherit;
	}
	
	.mobile_expand input {
		padding: 1%;
		width: 99%;	
	}

	.mobile_expand ul {
		margin-bottom: 0;
	}

	.mobile_expand li {
		list-style: outside none none;
	}

	.mobile_expand li a {
		color:#fff;
	}

	.header_container li.sink_dropdown_top a, 
	.header_container .sink_dropdown li a {
	    	padding: .5em .2em;
	        font-size: .8em;
	        min-height: 0;
	}

/* flexbox redirect */

.flexible,
.topmenu ul,
.topmenu li,
.blockstackmenu > ul,
.header_container .sink_dropdown_container > ul {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.flexible.gridview {
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.gridview .item {
     height: calc(100vw/1.1);
    width: 100%;
    margin-bottom: 3em;
}

/* full width and margin bottom only (useful for flex items) */

.flexible,
.topmenu li {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1em;
}



/* clear floats  */

.sidebar, 
.content,  
.topmenu ul, 
.topmenu ul li, 
.footermenu .col, 
.sitecredits, 
.sinkcredits, 
.menu_indicator, 
.footer_inner .socialmedia,
.tagline,
.search_container,
#page_nav,
.flexible.threecol > div,
.flexible.twocol > div,
#page_content,
.flexible .col,
.blockstackmenu > ul > li,
.navfooter.threecols .col,
.footerheader h4,
#two_column_right,
#one_column_content,
.column_left_1b,
.column_right_1b  {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

nav {
    float: none;
}

/* center text */

.logo, .menu_indicator, 
.search_container  {
	text-align: center;
}

/* center block level items */

.logo {
	margin: auto;
}

/* margin adjustments */

.search_container,
.flexible.twocol > div,
.flexible.threecol > div.campaign,
.flexible .col,
.blockstackmenu > ul > li,
.flexible.threecol > div,
#one_column_content,
.column_left_1b,
.column_right_1b {
	margin-bottom: 1.2em;
}


/* padding adjustments */

.content,
.campaign h2 a,
.blockstackmenu > ul,
.navfooter.threecols .col,
section.footercontent, 
.home section,
#one_column_content  {
	padding: 1em;
}

/* width adjustments */

.search_container input {
		width: 80%;
	}

/* increase font size */

.mobile_friendly {
	font-size: 1.5em;
}

/* unconstrain height */

.slideshow img {
	height: auto;
}


/* bg position */

.herospot {
	background-position: center center;
}

/* other, more specific rules */

#featured-carousel,
iframe,
object {
    width:100%;
}

.featured_insta .carousel-control {
	display: none;
}

.insta_holder {
	width: 100%;
}

.insta_holder.flexible {
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-bottom: 0;
}

.insta_content {
	padding: .2em;
}

.insta {
	margin-bottom: -2px;
}

#page_footer {
	padding: 2em;
}

#page_footer .twocol {
	text-align: center;
}

.campaign_copy.modcopy,
.campaign h2 a,
.modcopy {
	height: auto;
	min-height: 0;
}

.socialfooter {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footerheader {

    border-bottom: 1px solid #929497;
    padding: 1em;
    width: 25%;
    font-size: .7em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #F1F3F9;

	display: none;

}

.navfooter {
	padding: 2em;
}

.navfooter .flexible {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

#page_body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#page_nav {
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.widget_body form input[type='text'] {
    width: 72%;
    border: none;
}

.page_slideshow img {
    height: auto;
    width: 100%;
}

.mod h2 a {
    padding: 1em;
}

.footercontent .col {
     border-bottom: 1px solid #ccc;
    padding-bottom: 1em !important;
}
.footercontent .col:last-child {
	border: 0;
}

.search_container input[type='text'] {
	font-size: 1em;
	width: 100%;
	text-align: center;
	color: #fff;
}
.search_container,
.search_container .flexible {
	margin-bottom: 0;
}

.header_inner nav.global_nav {
	float: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.header_inner nav.global_nav li {
	margin-right: 1em;
}

.header_inner .logo {
	float: none;
	margin-top: 0em;
	margin-bottom: 2em;
}

.col.enews p {
	text-align: center;
}

#featured-carousel .carousel-inner {
	height: auto;
}

#featured-carousel li.item {
	background-size: contain;
	    width: 100%;
	    height: calc(100vw/1.1);
	    background-position: 0 0;
	    margin-bottom: 2em;
}

.slide-inner-max {

}

.slide_description {

}


#featured-carousel .slide-description {
    background: rgba(10, 71, 140, 0.8) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    padding: 1em;
    width: 100%;
    margin-top: calc(100vw/1.9);
    position: relative;
}

.slide-inner-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
    height: 100%;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.home section {
	padding: 1em 1em 1em 1.6em;
}

.campaign_image img {
	width: 100%;
	height: auto;
}

#two_column_left_content,
.textwidget > div > a > span,
#page_label span {
	padding: 1em;
}

.widget .content {
	padding-top: 0;
}

#page_footer img {
	width: 100%;
}

.article-meta {
    padding: 0;
    color: #4583B1;
    width: 85%;
    float: right;
    margin-bottom: 1em;
}

.news_events_index .article .description {
    line-height: 1.4em;
    font-size: .9rem;
    width: 85%;
    float: right;
}

.post-type {
    float: left;
    display: block;
    height: 50px;
    width: 51px;
    margin-bottom: 10px;
    margin-right: 0;
    text-indent: -999em;
    background: url('../images/common/blog-icons.png?0.9.1') no-repeat 0 -84px;
}

.news_events_index .article .photo {
	float: none;
	width: 100%;
}

.navfooter .flexible,
.blockstackmenu > ul {
	display: block;
}

.navfooter a {
	max-width: none;
}

.blockstackmenu > ul > li {
	display: block;

}

.page_slideshow .carousel-indicators li {
	height: 50px;
	width: 50px;
}

#lbx_light_1 {
	display: block;
	position: fixed;
	opacity: 1;
	box-sizing: content-box;
	width: 85% !important;
	height: 60% !important;
	padding: 0px;
	margin: 0px;
	border: 5px solid rgb(204, 204, 204);
	z-index: 100001;
	border-radius: 3px;
	top: 9px;
	left: 20px !important;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
}

li.header-updates .col {
	margin-bottom: 1em;
}

ul.header-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.header_inner nav.global_nav li ul li.button-only {
	flex-basis: 49%;
	text-align: center;
	margin: 0;
	display: block;
	width: 50%;
}

li.header-updates .button {
	margin-right: 0;
}

.header-updates.first_item {
	margin-right: 0;
}

li.header-updates span {
	text-align: center;
	flex-basis: 100%;
	    text-shadow: 1px 1px 3px #3c3c4a;
}

li.header-updates .col {
    margin-bottom: 1em;
    flex-direction: column;
    min-height: 76px;
}