/**** 
Responsive Stylesheet, 767px max. 
****/

/* wp logged in override */
html {
	margin-top: 0 !important
}

/* global wrappers */

body {
	/*background: teal;*/
}

#container {
	overflow-x: hidden;
}

.onepage, #footer {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

#footer {
	background: #23408e none repeat scroll 0 0;
}


.centering_box:not('#container') {
	max-width: 95% !important;
}	

.search_container.dismissable,
.sink_dropdown_container .dropdown_triangle {
	display: none;
}

/* header */

#header {
	padding:.25em 0;
	width: 100%;
}	

.desktop_only { display:none; }
.mobile_only { display:block; }

.header_inner.mobile_only {
		
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;

		        -webkit-box-pack: justify;

		        -webkit-justify-content: space-between;

		            -ms-flex-pack: justify;

		                justify-content: space-between;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        -webkit-box-align: center;
		        align-items: center;
}

.header_inner nav, 
.header_inner div { 

}

.header_inner nav.menu_nav {
	width: 15%;
	padding-top: 0;
	
	margin-left: 0;
}

.header_inner nav.searcher {
    width: 15%;
    padding-top: 0;
    margin-top: -3px;
}

.logo {
	width: 52%;
	height: auto;
	min-width: 100px;
	height: 75px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -4px !important;
}
	.logo img {
	 	height: auto;
	 	max-width: 150px;
	 	width: 100%;
/*	 	transform: skew(10deg); */
	}

.text_assist {
	font-size: .35em;
	margin-top: 12px;
	display: block;
}

.mobile_expansion:checked + label .text_assist {
	margin-top: 20px;
	margin-top: 20px;
	margin-left: -9px;
}

.mobile_expand {
   background: #23408E none repeat scroll 0 0;
   left: 0;
   padding-bottom: 2%;
   padding-left: 2%;
   padding-right: 2%;
   position: absolute;
     
   width: 100%;
   z-index: 50;

       top: 120px;
}

.sink_dropdown > li[class*="current"] > a, 
.sink_dropdown > li:hover > a {
	color: #E51E26;
	border-bottom: 0;
}

	.mobile_expand.right {
		right:0;
		left:inherit;
	}
	
	.mobile_expand input {
		padding: 1em;
		width: 100%;
		    color: tomato;
    border: 0;
	}

	.mobile_expand ul {
		margin-bottom: 0;
	}
	.mobile_expand li {
		list-style: outside none none;
	}
	.mobile_expand li a {
		color:#fff;
	}


	.mobile_expansion:checked + label {
	    border: .2em solid;
	    height: .78em;
	    width: .78em;
	    border-radius: 100%;
	  
	    color: transparent;
	}

	.menu_nav 	.mobile_expansion:checked + label {
		color: #fff;
	}

		.mobile_expansion:checked + label:before {
			color: #fff;
		}

/* flexbox redirect */

.flexible,
.topmenu ul,
.topmenu li {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        -webkit-box-orient: vertical;
	        -webkit-box-direction: normal;
	        flex-direction: column;
}

/* 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,
.home .vid_container,
.subheader .containered,
.columnized .flexible .col .inner,
.columnized.twocols .flexible .col,
.columnized .flexible .col,
.splitscreen .col,
.splitscreen .col.large,
.subheader,
.subfooter .tagline,
.subfooter .signup, .home .signup,
.content.center_content .text, 
.content.center_content .pageinfo.flexible, 
.centered_body_content .centering_box,
.wpcf7 textarea,
.related_content .item.flexible > .second,
.fp-organize .flexible.twocols > .col:first-of-type,
.fp-organize .flexible.twocols > .col:last-of-type,
.flexible.twocols > .col, .flexible.twocols > section  {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0;
	margin: 0;
	height: auto;
	max-height: none;
}

nav {
    float: none;
}

/* center text */

.logo, .menu_indicator, 
.search_container  {
	text-align: center;
}

/* center block level items */

.logo {
	margin: auto;
}

/* margin adjustments */

.search_container{
	margin-bottom: 1.2em;
}

.subheader .msg {
	margin-top: 0;
	padding-top: 1em;
}

.related_content .item.flexible > .second,
.flexible.twocols > .col.griditem {
	margin-top: 1em;
}
/* padding adjustments */


.columnized .flexible .col .inner,
.splitscreen .col.large,
.menu_horizontal,
.pageinfo,
.text,
.tagline,
.subfooter .tagline,
.centered_body_content .centering_box,
.kit_questions.opened header a, 
.kit_questions header a:hover,
.kit_questions .related_content,
.kit_questions header h3,
.content.center_content .text,
section.gridded .griditem .gridinner {
	padding: 1em;
}

/* width adjustments */

.search_container input {
		width: 80%;
	}

/* increase font size */

.mobile_friendly {
	font-size: 1.5em;
}

/* unconstrain height */

.slideshow img {
	height: auto;
}

iframe {
	max-width: 100% !important;
	width: 100%; 
}

.home iframe {
	height: calc(100vw/1.25);
	width: 100% !important;
}

/* bg position */

.herospot {
	background-position: center center;
}

#header {
	max-height: none;
	height: 75px;
}

/* other, more specific rules */

 .subheader h1 {
	text-align: center;
	margin: auto;
	margin-bottom: .5em;
}

nav.language {
    float: right;
    margin-top: -2.4em;
    right: 0;
    z-index: 1000;
    margin-top: -160px;
}

.watermark {
	width: 100%;
}

.footermenu ul.menu {
	display: block;
}

.footermenu ul.menu li,
.menu_horizontal li, 
.text .menu_horizontal ul li {
	display: block;
	float: none;
}

.footermenu .overlay {
	position: relative;
	padding: 1em;
}

.sink_dropdown li ul.sub-menu {

}

.sink_dropdown li ul.sub-menu li a {
	font-size: 1em;
}

.sink_dropdown > li.hover > ul, .sink_dropdown li li.hover ul {
	padding-top: 0;
	position: relative;
	padding-bottom: 0;
}

.msg .button {
	display: block;
	margin-bottom: 1em;
}

.resource.resources_all header,
.resource .res_content {
	padding: 2em 1em;
}

.herospot h1 {
    font-size: 4em;
    text-shadow: 2px 2px 5px #5F5F5F;
    padding: 1em;
}

.home .vid_container iframe {
	padding-bottom: 0;
}

.sink_dropdown li ul.sub-menu ul.sub-menu {
	width: 92%;
}

.columnized .flexible .col .overlay {
    min-height: calc(100vw/.7);
}

.sink_dropdown li ul.sub-menu {
    min-width: 180px;
    width: 104%;
    margin-left: -2%;
}

.sink_dropdown li.menu-item-has-children ul.sub-menu > li {
	padding-left: 0;
}

.footermenu {
	height: 100%;
	padding: 0;
}

.splitscreen .col {
	min-height: 0;
}

.watermark {

    background-position: center 80px;

}

.columnized .flexible .col .watermark .overlay {
	min-height: 0;
	height: auto;
}

.home .vid_container iframe {
	padding-top: 0;
}

.watermark:before {
    left: 0;
    right: 0;
}

form.large,
.local_res {
	width: 100%;
}
.text .menu_horizontal.filters_chooser .resource_filter_links li {
	margin-bottom: 1em;
}

.filters .resource {
	margin-top: 0;
}

.locals_results {
	margin-top: 1em;
}

.contactpage aside.contact {
	float: none;
	width: 90%;
	margin: auto;
}

.sitealert {
	padding: 1em;
	font-size: .6em;
}

.herospot + .email_signup,
.home .herospot + section.email_signup h1,
.email_signup .constantcontainer,
.footer-informed .ctct-custom-form,
.home .newsignup,
.home .newsignup h1,
.home .herospot + section.email_signup h1, section.email_signup.newsignup h1 {
	-webkit-transform: skew(0deg);
	        transform: skew(0deg);
}

.herospot + .email_signup,
.home .newsignup {
	margin-top: 0;
	width: 100%;
}

.herospot + .email_signup > .centering_box,
.home .newsignup > .centering_box {
    background: #E51E26;
    /* margin-top: -200px; */
    margin: 0;
    width: 100%;
    max-width: none;
    padding: 1em;
}

.constantcontainer .ctct-custom-form {
	min-width: 0;
	    padding: 2em 0;
}

.informed-form-wrapper .ctct-custom-form p {

    width: 95%;
}

.informed-form-wrapper .ctct-custom-form .ctct-button {
	width: 80%;
}

.home .onepage {
	margin-top: 0;
}

.sitecredits ul {
    margin-bottom: 0;
    
    margin-bottom: 1em;
    display: block;
}

.text p,
.kit_questions p,
.events_list > .inner p,
.excerpt {
	font-size: .8em;
}

.kit_questions header h3 {
    margin-bottom: 0;
    padding: 0 1em;
}

.events_container h2 {
    padding: 0 1em;
}

.events_list > .inner {
    background: #F0F0F1;
    border-left: 4px solid #23408E;
    padding: 1em;
}


.events_list > .inner p:last-of-type {
    margin-bottom: 0;
}

.archive_post .featimg {
    max-width: 100%;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 1em;
}

.pageinfo {
	margin-bottom: .5em;
}

.content article.archive_post {
	margin:  1em;
}

.content article.archive_post  .mainpost {
	width:  100%;
}

.home .content .herospot {
    background-attachment: inherit;
}

section.newupdates .fp-newsupdates .col,
section.newupdates .fp-newsupdates .col.alignright,
section.newupdates .fp-newsupdates .col .archive_post .featimg {
		width:  100%;
}

section.newupdates .fp-newsupdates .col.alignright {
	justify-content: center;
}

.email_signup h1 {
	line-height: 1.1;
}

section.gridded, 
section.newupdates {
	padding: .5em;
}

section.newupdates > .centering_box > section {
	margin-bottom: .5em;
}

.onepage.float_content .inner_content {
	flex-direction: column;
}

.onepage.float_content .inner_content > .text {
    width: 100%;
}

.metacontainer-top {
    background: #23408E;
    color: #fff;
    width: 100%;
    transform: skew(0deg);
    padding: 2em;
}

.metacontainer-top .meta_content {
 
    transform: skew(0deg);
}

.onepage.float_content .inner_content {
	margin-bottom: 0;
}

.search_module .filters .tablefilter select {
    min-width: inherit;
    max-width: 170px;
    width: auto;
    background: #fff;
}

.home #ctct_form_0 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.home div.ctct-form-embed div.ctct-form-defaults {
	padding:  0;
	padding-top: 1em;
}

.home .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	flex-basis: 100%;
	margin-bottom: 2em;
}

.grecaptcha-badge {
	box-shadow: none !important;
}

.allegro-sidebar {
	width: 100%;
}

nav.allegro-header,
.feat_issue {
	height: auto;

}

nav.allegro-header ul {
	padding: .5em;
}

nav.allegro-header li::after { 
	content: none;
}

.archive_view {
	padding: 1em;
}

.allegro-content {
    width: 100%;
    padding: 1em;
}

.allegro-content .text {
	padding:  0;
}

.footer-informed .email_signup.newsignup > .centering_box {
    background: #E51E26;
    margin-top: 0;
    transform: skew(10deg);
    width: 100%;
}

#footer {
	margin-top: 2em;
}

.footer-informed .ctct-form-embed.form_0 .ctct-form-defaults {
	padding: 0;
}

.allegro-sidebar .archive_view .col ul li {
	display: inline
}

.sitealert .centering_box {
	padding-left: 0;
}

.allegro-info h1 {
	padding:  0 .25em;

}
.archive_view .monthcol {
	width:  100%; 
}

.archive_view .years_months.open_year {
    display: block;
    opacity: 1;
    height: auto;
    color: #333;
    overflow: auto;
    padding-left: .5em;
    border-top: 1px solid #888;
    margin-top: .5em;
    padding-top: .5em;
    padding-left: 0;
    border-left: none;
}

.archive_view .col.monthcol li:hover a, .archive_view .col.monthcol li.chosen a {
    color: #00CBFF;
    border-left: 0;
    margin-left: inherit;
    text-decoration: none;
    padding-left: 1em;
}

.footer-informed .ctct-form-button {
	display: block;
	margin-bottom: 2em;
	min-width: 200px;
	min-height: 50px;
	width:  100%;
}

.footermenu ul.menu > li > a {
	margin-bottom: 0;
}

.footermenu ul.menu > li {
	margin-top: 1em;
}

.page-template-page-homepage-template  {}

.page-template-page-homepage-template  #footer {
	margin-top: 0;
}
.page-template-page-homepage-template .flexible.twocols.gridded>.col {
	width: 100%;
}

.herospot, .footermenu {
	min-height: 0;
}

.slidecaption {
	position: absolute;
    bottom: 0em;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-size:80%;
}