/**** 
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: .35em;
	margin-top: 15px;
	display: block;
}

.mobile_expansion:checked + label .text_assist {
	margin-top: 20px;
	margin-top: 20px;
	margin-left: -9px;
}

.mobile_expand {
	background: #130f70;
	    left: 0;
	    padding-bottom: 2%;
	    padding-left: 2%;
	    padding-right: 2%;
	    position: absolute;
	    top: 122px;
	    width: 100%;
	    z-index: 50;
	    padding: 2em;
}

	.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;
		font-size: 16px;
		padding: .25em;
	}

	.sink_dropdown_container .dropdown_triangle {
	    margin-left: 7px;
	    position: absolute;
	    top: 38%;
	}

	.sink_dropdown > li.hover > ul, .sink_dropdown li li.hover ul {
		background: #091340;
		padding: 2em 2em 1em;
		margin-bottom: 1em;
	}

	.dropdown_triangle {
		border-top: 4px solid #fff;
		display: none;
	}



/* 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,
.col,
.projects.gridview .archive_post,
.wpcf7 input[type=text], .wpcf7 input[type=email],
.wpcf7 textarea,
.archive .archive_post .featimg,
.flexible .content,
section.workshop   {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	min-width: 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 {
	margin-bottom: 1.2em;
}


/* padding adjustments */

.content {
	padding: 1%;
}

/* 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;
}

.herospot.embiggened {
	min-height: none;
}

/* other, more specific rules */
	.home .siteinfo {
	margin-left: -1.2em;
	    margin-top: -.5em;
	    font-size: .8em;
	    margin-right: -1.2em;
	}

	.button_white {
		margin-left: 0;
	}

	.home .proj .button_white {
		margin-top: 2em;
	}

	.home .work .col:first-of-type {
		order: 2;
		margin-top: 2em;
	}

	#footer {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	width: auto;
	}

	.footer_inner {
		padding: 2em;
	}

	.footermenu ul,
	.footermenu li  {
		display: block;
	}

	.archive_post .featimg {
		max-height: none;
			text-align: center;
	}

	section.workshop {
		min-height: 0;
	}

	.sidebar {
		margin-top: 2em;
	}

.sitecredits {
	text-align: left;
}

.footercredits {
	padding: 1em;
}

   .logo .logos.nyu img {
        height: 30px;
        width: auto;
        margin-left: 20px;
    }

    .logo .logos.gias img {
                height: 40px;
        width: auto;
    }


    .projects.gridview .archive_post,
     .content article.archive_post {
    	padding: 1em;
    }

    .sink_dropdown_container a:not(.skipping_button):not(.dont_highlight):focus, .accessible_highlight {
    	background: none !important;

    }