/**** 
Responsive Stylesheet, 767px max. 
****/

/* global wrappers */

body {
overflow-x: hidden;
}

.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 !important; }
.mobile_only { display:block; }

.header_inner.mobile_only {

		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: 64%;
}
	.logo img {
	 	height:auto;
	 	max-width: none;
	 	width: 100%;
	}

.text_assist {
	font-size: 11px;
	margin-top: 14px;
	display: block;
	text-align: center;
}

.mobile_expansion:checked + label .text_assist {
  	margin-top: 23px;
      margin-left: -13px;
      min-width: 40px;
}

.menu_nav input {
	width: 0;
	height: 0;
}

.mobile_expand {
   background: #fff;
   left: 0;
   padding-bottom: 2%;
   padding-left: 2%;
   padding-right: 2%;
   position: absolute;
   top: 114px;
   width: 100%;
   z-index: 50;
   border-bottom: 10px solid #333;
}

	.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,
.content article.archive_post {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

/* full width and margin bottom only (useful for flex items) */

.flexible,
.topmenu li,
.flexible.threeterms > a, 
.flexible.threeterms > div,
.flexible.two > div,
.flexible.three > div,
.flexible.two.bottom_row > div
 {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1em;
}

/* clear floats  */

.sidebar, 
.content,  
.col,
.topmenu ul, 
.topmenu ul li, 
.footermenu .col, 
.sitecredits, 
.sinkcredits, 
.menu_indicator, 
.footer_inner .socialmedia,
.tagline,
.search_container,
.herospot .hero_description,
.research_projects > a > .item,
.subfooter .col,
.footermenu .menu,
.subfooter .col:first-of-type,
.archive_post .featimg  {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
	max-height: none;
	min-height: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,
.col,
.subfooter .col {
	margin-bottom: 1.2em;
}


/* padding adjustments */

.content,
.footer_inner .centering_box {
	padding: .5em;
}

/* 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;
	height: 74vh;
}

.home .herospot {
	height:  inherit;
}

.herospot .hero_description p {
	font-size: .8em;
}

.herospot .hero_description h1 {
    font-size: 1.3em;
 
}

/* other, more specific rules */

.herospot .hero_description {
	max-width: 90%;
	padding: 1em;
}

.research_projects > a > .item  {
	min-height: calc(100vw/1.5);
	background-size: contain;
	background-repeat: no-repeat;
}
.herospot .hero_overlay {
	text-align: center;
	padding: 1em;
}
.herospot .arch_caption {
    bottom: 86%;
    text-shadow: 3px 3px 3px #000;
}

footer {
	padding: 2em;
}

.footermenu .menu > li > a {
	margin-bottom: 0;
}

.footermenu .menu > li {
	margin-bottom: 1em;
}

.footermenu ul.sub-menu {
	margin-bottom: 1em;
}

.subfooter label {
	width: 90%;
}

.fp_featured .inner {
	padding: 1em 0;
}

.fp_featured {
	padding: 1em;
}

.flexible.two.bottom_row > div:last-child,
#mc_embed_signup input[type='email'],
.footermenu .menu > li,
.content .center_content {
	width:  100%;
}

input[type=checkbox], input[type=radio] {
	float:  left;
}

#mc_embed_signup input[type='submit'] {
    padding: 1em;
    max-height: none;

}

#mc_embed_signup span.indication::after {
	content: 'Join our Mailing List';
	font-size: 18px;
	margin-top: 15px;
	display: block;
	float: right;
}

#mc_embed_signup span.indication::before {
	margin-left: 26px;
}

.subfooter .socialmedia ul {
	display: block;
}

.text p {
	font-size:16px;
}

.meta_header {
    background: #005686 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.5em;
    padding: 10px;
}

.hero_label,
.subnav {
	padding: .75em;
}

.hero_label {
	margin-left:  0;
    font-size: .7em;
}

.fp_featured a {
	font-size: 2em;
}

.herospot .arch_caption {
	position: relative;
	left: 0;
	right: 0;
	font-size: 2em;
}

.metacontent {
    margin-left: -.5em;
    margin-right: -.5em;
}

.meta_contents {
	padding-bottom: 1em;
}

.meta_holder {
	padding:  0;
	font-size: .9em;
}

.embed_vid_area iframe {
	height: 39.58333vw
}

.item.listview.flexible .featimg img {
	margin-bottom: .5em;
}

.meta_item .val,
.center_content,
.pagelayout .main,
.publication.listview h2, .publication.listview h2 a,
.publication.listview > div,
.item.listview.flexible .featimg {
	width: 100%;
}

.noherospot h1 {
	padding: .25em 0;
	font-size: 40px;
}

.search .onepage {
	padding-top: 0;
}

.search .content {
	padding: 0;
}

.search_results_header,
.item.listview.flexible .mainpost .block_metadata {
	margin-bottom: 1em;
}

.archive_post .featimg,
.meta_contents h4 {
	margin-bottom: .25em;
}

.search .archive_post .text {
	padding-bottom: 0;
}

p, .text ul li,
.innertext ul li,
.text,
.meta_item .val,
.block_metadata span {
	font-size: 16px;
}

.content .text {
	padding-bottom: .25em;
}

.meta_item .val {
	margin-left: 0;
}

.search_extended .search_input {
    width: 100%;
    font-size: 11px;
    text-align: center;
}

.page-id-8812 .search_extended .search_expanded {

    padding: 1em;
}

.subnav ul:before {
	content: 'In this section:';
	display: block;
	font-size: 12px;
	color: #fff;
	margin-bottom: .25em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.subnav ul li {
	border-bottom: 1px solid #434352;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.subfooter .col:last-of-type {
    width: 100%;
    text-align: center;
}

#mc_embed_signup .button {
	height: auto !important;
}

.wp-caption.aligncenter {
	max-width: 100%;
}

.item.listview.flexible {
	padding: .25em;
}

.item.listview.flexible > div:first-child {
	margin-right: 0;
}