/**** 
Responsive Stylesheet, 767px max. 
****/

/* wp logged in override */
html {
	margin-top: 0 !important
}
html #wpadminbar {
	display: none;
	height: 0;
}

/* global wrappers */

body {
	/*background: teal;*/
}

.onepage, #footer {
    max-width: 100%;
    padding: 0 3%;
    width: 100%;
}


.centering_box:not('#container') {
	max-width: 95% !important;
}	

/* header */

#header {
	padding:.25em 0;
	width: 100%;
}	

.desktop_only { display:none; }
.mobile_only { display:block; }

.header_inner.mobile_only {
	background:#fff;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.header_inner nav, 
.header_inner div { 

}

.header_inner nav.menu_nav {
	width: 15%;
	padding-top: 0;
}

.header_inner nav.searcher {
	width: 15%;
	padding-top: 0;
}

.logo {
	width: 70%;
}
	.logo img {
	 	height:auto;
	 	max-width: none;
	 	width: 100%;
	}

.text_assist {
	font-size: 12px;
	    margin-top: 13px;
	    display: block;
}

.sink_dropdown_container .dropdown_triangle {
	display: none;
}

.mobile_expansion:checked + label .text_assist {
	margin-top: 20px;
	margin-top: 20px;
	margin-left: -9px;
}

.mobile_expand {
    background: #000;
    left: 0;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 50;
}

	.mobile_expand.right {
		right:0;
		left:inherit;
	}
	
	.mobile_expand input {
		padding: 1em;
		width: 100%;
		border: 0;
		border-top: 2px solid #111;
	}

	.mobile_expand ul {
		margin-bottom: 0;
	}
	.mobile_expand li {
		list-style: outside none none;
	}
	.mobile_expand li a {
		color:#fff;
	}

/* flexbox redirect */

.flexible,
.topmenu ul,
.topmenu li {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        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,
.buttons li a,
.footermenu ul.menu > li,
.map_filter,
.map_container  {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

nav {
    float: none;
}

/* center text */

.logo, .menu_indicator, 
.search_container  {
	text-align: center;
}

/* center block level items */

.logo {
	margin: auto;
}

/* margin adjustments */

.search_container,
.buttons li a,
.map_filter {
	margin-bottom: 1.2em;
}


/* padding adjustments */

.content,
.signup {
	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;
	
}

	.home .herospot {
		min-height: 50vh;
	}

.herospot .fancytitle {
	bottom: 5%;
	    font-size: .85em;
}

/* other, more specific rules */

.buttons li a {
	width: 250px;
	height: 250px;
	margin:auto;
	margin-bottom: 2em;
}


.footermenu {
	border-top: 3px solid #898d4b;
	padding-top: 2em;
}

.footermenu  li.menu-item-242 {
	margin-bottom: 2em !important;
}

.footermenu ul.menu {
	display: block;
}

.footermenu ul.sub-menu {
	background: #fff;
	height: auto;
	padding: 0 2em 2em;
	    min-height: 0;

}

.footermenu ul.sub-menu a,
.footermenu ul.menu li li a {
	color: #898d4b;
}

.herospot {
	height: calc(100vh/3.6);
	min-height:0;
}

.after_layer,
.before_layer {
		max-width: 100vw;
	    height: calc(100vh/3.6);
}

footer.signup select, footer.signup label,
footer.signup select, footer.signup input[type="text"] {
	margin-bottom: 1em;
}

.footercredits {
	margin-top: 3em;
}

.content .type-people article.archive_post {
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

ul.buttons li a:before {
	padding-top: 66px;
}

.vishide a .closed_show .lbl {
	width: 100%;
	    padding: 1em;
}

.board header.board-header .vishide,
.vishide a .lbl {
    width: 100%;
    border: none;
}

.text h3 {
    text-align: left;
}

.herospot .divisor {
	opacity: .0001;
}

.after_layer:before {
	line-height: 170px;	
	;
}