/********************************************************************
* Theme Name: Glenstone2018
* Author: Devona
* Author URI: http://devona.com/
* Description: A Blank WP Template by DEVONA
* Written by DEVONA <interact@devona.com>
* Version 1.0
********************************************************************/


/*  Reset | http://meyerweb.com/eric/tools/css/reset/
---------------------------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,
caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,
figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,
legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,
strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}
ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
.clear:after,.clear:before,.clearfix:after{content:"";display:block}table{border-collapse:collapse;border-spacing:0}
.clearfix:after{visibility:hidden;clear:both;height:0}.clear:after{clear:both}.clear{zoom:1}:focus{outline:0}.hidden{display:none}


/*  Fonts
---------------------------------------------------------- */
/*Circular Book Roman*/
@font-face {
	font-family: 'Circular';
	src: url('fonts/lineto-circular-book.eot');
	src: url('fonts/lineto-circular-book.eot?#iefix') format('embedded-opentype'),
		 url('fonts/lineto-circular-book.woff') format('woff'),
		 url('fonts/lineto-circular-book.ttf') format('truetype'),
		 url('fonts/lineto-circular-book.svg#CircularBook') format('svg');
	font-weight:300;
	font-style:normal;
}

/*Circular Book Italic*/
@font-face {
	font-family: 'Circular';
	src: url('fonts/lineto-circular-bookitalic.eot');
	src: url('fonts/lineto-circular-bookitalic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/lineto-circular-bookitalic.woff') format('woff'),
		 url('fonts/lineto-circular-bookitalic.ttf') format('truetype'),
		 url('fonts/lineto-circular-bookitalic.svg#CircularBookItalic') format('svg');
	font-weight:300;
	font-style:italic;
}

/*Circular Medium Roman*/
@font-face {
	font-family: 'Circular';
	src: url('fonts/CircularStd-Medium.otf') format('opentype'),
		 url('fonts/temp_fonts/CircularStd-Medium.woff2') format('woff2'),
		 url('fonts/temp_fonts/CircularStd-Medium.woff') format('woff');
	font-weight:500;
	font-style:normal;
}

/*Circular Medium Italic*/
@font-face {
	font-family: 'Circular';
	src: url('fonts/CircularStd-MediumItalic.otf') format('opentype'),
		 url('fonts/temp_fonts/CircularStd-MediumItalic.woff2') format('woff2'),
		 url('fonts/temp_fonts/CircularStd-MediumItalic.woff') format('woff');
	font-weight:500;
	font-style:italic;
}

/*Circular Bold Roman*/
@font-face {
	font-family: 'Circular';
	src: url('fonts/lineto-circular-bold.eot');
	src: url('fonts/lineto-circular-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/lineto-circular-bold.woff') format('woff'),
		 url('fonts/lineto-circular-bold.ttf') format('truetype'),
		 url('fonts/lineto-circular-bold.svg#CircularBold') format('svg');
	font-weight:700;
	font-style:normal;
}

/*Circular Bold Italic*/
@font-face {
	font-family: 'Circular';
	src: url('fonts/lineto-circular-bolditalic.eot');
	src: url('fonts/lineto-circular-bolditalic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/lineto-circular-bolditalic.woff') format('woff'),
		 url('fonts/lineto-circular-bolditalic.ttf') format('truetype'),
		 url('fonts/lineto-circular-bolditalic.svg#CircularBoldItalic') format('svg');
	font-weight:700;
	font-style:italic;
}


/*  Getting Organized // Base Structure & Styles
---------------------------------------------------------- */
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

html, body {
	height: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	background:#FFF;
	color:#252525;
	font-size:16px;
	letter-spacing:-0.005em;
	font-family:'Circular';
	font-weight:300;
	font-style:normal;
}
body,
#lightbox{
	-webkit-overflow-scrolling: touch;
}
p {
	font-size: 20px;
	line-height: 26px;
	padding: 0 0 20px 0;
}
strong{
	font-family:'Circular';
	font-weight:700;
	font-style:normal;
}
a {
	text-decoration: none;
	color: #252525;
	/*-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-tap-highlight-color: rgba(0,0,0,0);*/
	border-bottom:2px solid transparent;
}
a:hover {
	color: #8d8d8d;
}
a:hover p{
	color: initial;
}
div{
	box-sizing: border-box;	
}
.wrap {
	-webkit-overflow-scrolling: auto;
	padding: 20px 15px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 450px;
	right: 0px;
	background-color: white;
	border-top: 64px solid white;
	box-sizing: border-box;
	min-height: calc(100vh - 64px);
	z-index: 900;
	opacity: 1;
	overflow: scroll;
	transition: transform 1s cubic-bezier(0.88, 0.01, 1, 1) .5s, left 0.75s linear;
	-webkit-transition: transform 1s cubic-bezier(0.88, 0.01, 1, 1) .5s, left 0.75s linear;
}
body.full .wrap,
body.full #section_navigation{
	transform:translateX( 100vw ) translateX( -450px );
}
body.closed .wrap{
	left: 225px;
}
.wrap.sm {
	max-width: 600px;
}
.wrap:after {
	content:"";
	display:block;
	clear:both;
}
#primary{
	opacity: 1.0;
	transition: opacity 0.125s linear;
	-webkit-transition: opacity 0.125s linear;
}
body.full{
	overflow: hidden;
}
body.full #primary{
	opacity: 0.0;
}
.w100{
	width: 100%;
}
.w75{
	width: 75%;
}
.w50{
	width: 50%;
}
.w25{
	width: 25%;
}
img {
	border: none;
}
.mobile {
	display: none !important;
}
.desktop {
	display: block;
}


/* Typography
---------------------------------------------------------- */
h1, h2, h3, h4, h5,
#section_navigation,
#current_section,
#main_navigation,
#contacts p,
#hours,
.visit,
.small_button,
.small_date,
.caption,
.pr_total,
.homepage_links a,
#searchform input[type='text'],
.search_results {
	font-family:'Circular';
	font-weight:500;
	font-style:normal;
}
h1, h2, h3, h4, h5 {
	max-width: 850px;
}
h1, h2, h3 {
	letter-spacing: -.025em;
}
h4, h5{
	letter-spacing:-0.005em;
}
h1{
	font-size: 40px;
	line-height: 46px;
}
h2{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 30px;
}
h3 {
	font-size: 25px;
	line-height: 31px;
	margin-bottom: 40px;
}
h4{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
}
.small_button,
.reserve,
.search_section h5,
span.ticket_status{
	line-height: 22px;
	font-weight: 500;
}
a.reserve:after{
	content:none;
}
.caption,
#lightbox .caption p{
	font-size: 13px;
	line-height: 19px;
}
.art_title{
	font-family:'Circular';
	font-weight:700;
	font-style:italic;
}
#exhibitions .art_title,
#on_view .art_title,
.single_exhibition .art_title,
#related_content .art_title{
	font-style: normal;
}


/* Glenstone Colors
---------------------------------------------------------- */
.light_gray {
	color: #e4e4e4;
}
.medium_gray,
section h4,
.listing h4,
.date, 
.small_date,
.cap_loan,
.pr_total,
#pub_gallery h4,
#breadcrumbs a,
.reserve.unavailable {
	color: #b6b7b8;
}
.dark_gray {
	color: #8d8d8d;
}
.charcoal,
#on_view.listing h4 {
	color: #252525;
}


/* Navigation
---------------------------------------------------------- */
header{
	height: 100%;
	width: 100vw;
	position: fixed;
	display: block;
	top: 0px;
	bottom: 0px;
	z-index: 800;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	transition: width 0.75s linear, left 0.75s linear;
	-webkit-transition: width 0.75s linear, left 0.75s linear;
	letter-spacing: -0.125px;
}
#cat_backs{
	width: 100vw;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
body.half #cat_backs,
body.closed #cat_backs{
	pointer-events: none;
}
#cat_back_slides{
	width: 600vw;
	margin-left: 0px;
}
#cat_back_slides li{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100vw;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
	opacity: 0;
	pointer-events: none;
}
#cat_back_slides li.current{
	opacity: 1.0;
	pointer-events: initial;
}
#cat_back_slides li span{
	color: white;
	position: absolute;
	width: 75%;
	top: initial;
	transform: none;
	bottom: 30px;
	left: 30px;
}
#cat_back_slides li span a:after{
	content:"›";
	padding-left: 10px;
}
body.half #cat_back_slides li span,
body.closed #cat_back_slides li span{
	display: none;
}
.homepage_links{
	font-weight: 500;
	line-height: 1.1em;
}
.homepage_links a:hover{
	color: white;
	opacity: 0.4;
}
.overlay{
	background-color: #252525;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
body.half .overlay,
body.closed .overlay{
	opacity: 0.6 !important;
}
nav{
	position: relative;
	height: 100%;
}
#main_navigation{
	position: fixed;
	left: 225px;
	transform: translateX(0px);
	transition: transform 1s ease-in .5s, width 1s linear, left 0.75s linear;
	-webkit-transition: transform 1s ease-in .5s, width 1s linear, left 0.75s linear;
}
body.full #main_navigation{
	/*transform: translateX( calc(100vw - 450px) );*/
	transform: translateX( 100vw ) translateX( -450px );
}
body.closed #main_navigation{
	/*pointer-events: none;*/
}
#main_navigation,
#logo{
	height: 100%;
	width: 225px;
	float: left;
	display: inline-block;
}
#logo{
	position: relative;
	width: 225px;
}
#main_navigation span,
#logo span{
	position: absolute;
  	left: 0px;
	right: 0px;
	top: 50%;
  	transform: translateY(-50%);
}
#logo span{
	left: 30px;
	width: calc(100% - 30px);
}
body.full #logo{
	pointer-events: none;
}
#gs_logo{
	pointer-events:auto;
}
nav h1{
	width: 165px;
	height: 30px;
	margin-bottom: 0px;
	font-size: 0px;
	background: url(images/glenstone_logo.svg) no-repeat;
	background-position: left center;
	background-size: auto auto;
	text-indent: -99999em;
	cursor: pointer;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}
body.full nav h1{
	width: 225px;
	height: 40px;
	background-position: left center;
	background-size: contain;
}
#current_section{
	display: block;
	opacity: 0.0;
	position: absolute;
	top: 20px;
	right: 30px;
	line-height: 20px;
	color: white;
	transition: right 0.75s linear, opacity 0.75s linear;
	-webkit-transition: right 0.75s linear, opacity 0.75s linear;
}
#current_section::first-letter{
	text-transform: uppercase;
}
body.full #current_section{
	display: none;
}
body.half #current_section{
	opacity: 0.0;
	right: -550px;
}
body.closed #current_section{
	opacity: 1.0;
}
#main_navigation li{
	display: block;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: -0.005em;
	padding: 0px;
}
#main_navigation li a{
	padding: 0px 30px;
	letter-spacing: -0.025em;
	color: white;
	opacity: 0.4;
}
#main_navigation li.current-menu-item a,
body.full #main_navigation li a,
body.full #main_navigation:hover li:nth-of-type(3):after,
body.full.no-touch #main_navigation:hover li a:hover,
body.half.no-touch #main_navigation:hover li a:hover{
	opacity: 1.0;
}
body.full.no-touch #main_navigation span:hover li a,
body.half.no-touch #main_navigation span:hover li a{
	opacity: 0.4;
}
body.full #main_navigation li:nth-of-type(3):after{
	background-color: rgba(255, 255, 255, 1.0);
}
body.half #main_navigation li:nth-of-type(3):after,
body.full #main_navigation span:hover li:nth-of-type(3):after{
	background-color: rgba(255, 255, 255, 0.4);
}
#menu-main-navigation > li:nth-of-type(3) a {
	padding-bottom: 30px;
}
#menu-main-navigation > li:nth-of-type(3):after {
	content:'';
	height: 2px;
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	right: 30px;
	padding: 0px;
	margin: 0px;
	pointer-events:none;
}
#main_navigation li.search_button a{
	text-indent: -9999px;
	background: url('images/search.png') no-repeat 30px center;
	width:30px;
	height:30px;
}
#main_navigation ul.sub-menu{
	display:none;
	overflow: hidden;
}
#main_navigation ul.sub-menu li{
	font-size: 16px;
	line-height: 36px;
}
nav li a{
	color: white;
	display: inline-block;
}
#scrim{
	background-color: rgba(255, 255, 255, 0.25);
	transform: translateX( 0px );
	height: 100vh;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 225px;
	right: 0px;	
	/*transition: transform .75s linear;*/
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.full #scrim{
	/*transform: translateX( calc(100vw - 450px) );*/
	transform: translateX( 100vw ) translateX( -450px );
}
#hamburger{
	position: absolute;
	top: 20px;
	right: 25px;
	opacity: 0.5;
	transition: right 0.75s linear;
	-webkit-transition: right 0.75s linear;
}
body.full #hamburger{
	opacity: 0.0;
}
body.half #hamburger{
	opacity: 0.5;
	transition: opacity 0.25s linear 1s, right 0.75s linear;
	-webkit-transition: opacity 0.25s linear 1s, right 0.75s linear;
}
body.half #hamburger:hover{
	opacity: 1.0;
	transition: opacity 0.25s linear, right 0.75s linear;
	-webkit-transition: opacity 0.25s linear, right 0.75s linear;
}
body.closed #hamburger{
	right: 400px;
}
#hamburger:hover{
	opacity: 1.0;
}
body.half #hamburger:hover:after{
	content: "Expand";
	opacity: 1.0;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	color: white;
	position: absolute;
	right: 105px;
	top: 2px;
}
#menu_button {
	width: 23px;
	height: 23px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	background: url('images/menu_button2.png') no-repeat left center;
}
body.closed #menu_button{
	background: url('images/menu_button2.png') no-repeat right center;
}
#menu_button span,
#lb_close span,
#form_close span{
	display: block;
	position: absolute;
	height: 100%;
	width: 3px;
	background: white;
	opacity: 0.5;
	left: 0;
	top: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#menu_button span{
	opacity: 0.0;
	padding: 0px !important;
}
#menu_button span:nth-child(1){
	left: 0px;
}
#menu_button span:nth-child(2){
	left: 9.5px;
}
#menu_button span:nth-child(3){
	left: 20px;
}
body.half #menu_button span:nth-child(1),
body.half #menu_button span:nth-child(3){
	left: 9.5px;
}
body.half #menu_button span:nth-child(2){
	width: 0%;
}
body.half #menu_button span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.half #menu_button span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#hours, #cat_backs, .visit{
	font-size: 20px;
	position: fixed;
	color: white;
}
#hours{
	top: 20px;
	left: 30px;
	width: 75%;
	opacity: 1.0;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	line-height: 25px;
}
body.half #hours,
body.closed #hours{
	opacity: 0.0;
	pointer-events: none;	
}
.visit{
	height: auto;
	top: 20px;
	right: 30px;
	padding-left: 30px;
	z-index: 900;
}
.visit a{
	color: white;
}
.visit::after{
	content: url('images/up_arrow.png');
	padding-left: 14px;
}
body.half .visit,
body.closed .visit{
	color: black;
}
body.full #primary div.visit{
	display: none;
}
#section_navigation .visit:after{
	content: url('images/up_arrow_dark.png');
}
.no-touch nav > .visit:hover{
	opacity: 0.4;
}
.no-touch #section_navigation .visit:hover a{
	color: #b6b7b8 !important;
}
.no-touch #section_navigation .visit:hover:after{
	opacity: 0.25;
}
#mobile_bg_nav_dots{
	position: absolute;
	bottom: 90px;
	left: 16px;
}
#mobile_bg_nav_dots li,
#detail_dots li{
	color: white;
	display: inline-block;
	opacity: 0.25;
	margin-right: 6px;
}
#mobile_bg_nav_dots li.active,
#detail_dots li.active{
	opacity: 1.0;
}
#intro{
	min-height: 70vh;
}
#breadcrumbs{
	font-weight: 700;
	font-size: 14px;
	height: calc(50vh - 160px);
	height: calc(50vh - 224px);
	visibility: hidden;
}
#breadcrumbs a:before{
	background-image: url('images/forward-arrow.png');
	background-size: 13px 14px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 8px;
	width: 13px;
	height: 14px;
	content: "";
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1) translateY(2px);
	filter: FlipH;
	-ms-filter: "FlipH";
}


/* Reusable Elements
---------------------------------------------------------- */
#main {
	/*margin-top: 50vh;*/
	/*transform: translateX(0vw) translateY(50vh) translateY(-160px);*/
	transform: none;
	min-height: 100vh;
	opacity: 1.0;
	transition: .25s opacity ease-in, transform .25s ease-in;
	-webkit-transition: .25s opacity ease-in, transform .25s ease-in;
}
#main.shifted {
	opacity:0;
	/*transform: translateX(2vw) translateY(50vh) translateY(-160px);*/
	transform: translateX(2vw);
}
#main p,
#main li,
#press_material_form > span p{
	max-width: 600px;
}
#main ul{
	/*margin: 10px 10px 30px 10px;*/
	font-size: 20px;
	line-height: 26px;
}
#main li{
	margin-bottom: 10px;
}
.event_heading{
	margin-bottom: 22px;
}
.listing .event_heading h3{
	margin-bottom: 5px;
}
.col{
	float: left;
	display: inline-block;
	vertical-align: top;
	padding: 0px 15px;
}
.date{
	font-size: 25px;
	line-height: 29px;
}
.small_date,
.view_all,
.pr_total{
	font-size: 16px;
}
section{
	border-top: 2px solid #e4e4e4;
	padding: 25px 0px;
}
a.reserve,
span.ticket_status{
	padding-bottom: 7px;
	font-size: 16px;
}
a.reserve:after{
	background-image: url('images/up_arrow_dark.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	display: inline-block;
	width: 20px;
	height: 14px;
	content: "";
}
.reserve:hover a,
a.reserve:hover{
	color: initial;
}
.page-template-default #page_content a.reserve,
.reserve,
span.ticket_status{
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid #e4e4e4;
	letter-spacing: -0.025em;
	color:#252525;
}
.page-template-default #page_content a.reserve:hover,
.reserve:hover {
	border-bottom: 2px solid #252525;
}
.page-template-default #page_content .reserve.sold_out,
.page-template-default #page_content .reserve.sold_out:hover,
.reserve.sold_out,
.reserve.sold_out:hover {
	border-bottom: 0px;
	color: #b6b7b8
}
.page-template-default #page_content a.reserve:after,
.pr:after{
	background-image: url('images/up_arrow_dark.png');
	background-size: 13px 14px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 12px;
	width: 13px;
	height: 14px;
	content: "";
}
.reserve.unavailable{
	padding-bottom: 0px;
	border-bottom: 0px;
}
.reserve.unavailable:after{
	background-image:none;
}
a:hover .reserve{
	color: initial;
	color: #b6b7b8;
	border-bottom: 2px solid #252525;
}
.view_all{
	font-weight: 500;
	position: absolute;
	top: 26px;
	right: 15px;
}
.view_all:hover{
	color: #252525;
}
.view_all:after{
	background: url('images/forward-arrow.png') no-repeat 0px 1px;
	background-size: 13px 14px;
	display: inline-block;
	float: right;
	margin-top: 1px;
	margin-left: 9px;
	width: 13px;
	height: 14px;
	content: "";
}
.page-template-default #page_content a:after{
	float: none;
}
.view_all:hover:after{
	background-image: url('images/forward-arrow-black.png');
}
#slide_control{
	max-width: 45%;
	float: right;
	display: inline-block;
	height: 30px;
}
#slide_control div{
	display: inline-block;
}
#slide_counter{
	margin-right: 14px;	
}
#detail_dots li{
	max-width: 50%;
}
#detail_dots li{
	color: #252525;
	margin-right: 5px;
}
.arrow{
	color: #b6b7b8;
	font-size: 24px;
	cursor: pointer;
}
.arrow:hover{
	color: #252525;
}
.arrow_left{
	padding-right: 13px;
}
.arrow_right{
	padding-left: 13px;
}
.wp-caption-text{
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.05px;
	color: #252525;
	margin-top: 5px;
	padding-bottom: 0px;
}
#page_content.introduction{
	margin-bottom: 100px;
}
#page_content.introduction h2 + p{
	padding-bottom: 0px;
}
#page_content.introduction:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px !important;
} 

/*Dividers*/
hr,
.black_divider {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #252525;
}
hr {
	border-color: #b6b7b8;
}
hr,
hr.black_divider {
	margin-bottom: 45px;
}
h3.black_divider {
	padding-top: 45px;
	margin-top: 45px;
	max-width:100%;
	padding-right: calc(100% - 656px);
}
h4.black_divider {
	padding-top: 35px;
	margin-top: 35px;
	margin-bottom: 35px;
	max-width:100%;
	padding-right: calc(100% - 656px);
}


/* Modules
---------------------------------------------------------- */
/*Listing*/
.listing{
	position: relative;
}
.ls_heading,
.section_header,
.search_section{
	border-top: 2px solid #e4e4e4;
}
.ls_heading,
.ls_content,
#news_select,
#load_more{
	margin-left: 15px;
	margin-right: 15px;
}
.listing img,
.listing iframe{
	display: table-cell;
	float: right;
}
.listing img{
	margin: 0px;
	transition: margin 0.3s linear;
	-webkit-transition: margin 0.3s linear;
}
.ls_image{
	/*position: relative;*/
	display: table-cell;
	height: 100%;
	vertical-align:middle;
}
div.ls_image:blank{
	display: none;
	background-color: red;
	
}
.ls_image img{
	/*position: absolute;*/
	/*top: 50%;*/
	right: 0px;
	/*width: 18vw;*/
	/*height: 18vw;*/
	/*max-width: 100%;*/
	/*max-height: 100%;    */
	max-width: 24vw;
	max-height: 16vw;
	object-fit: contain;
	object-position: right center;
	/*transform: translateY(-50%);*/
	width: auto;
}
.listing .info{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 50%;
	padding-right: 5%;
}
.listing h3{
	margin-bottom: 15px;
}
.listing h4{
	margin: 20px 0 0 0;
	line-height: 20px;
}
.listing .exhibition_date{
	color: #b6b7b8
}
.listing #related_publication h3.lb_title{
	margin-bottom: 0px;
}
.listing #related_publication h3.lb_title p{
	margin-top: 15px;
}
.listing #related_publication h3.lb_title p:blank{
	display: none;
}
.content,
#main .content_link,
.external_link{
	display: table;
	position: relative;
	height: 100px; /* height required for FF */
	min-height: 18vw;
	width: 100%;
	padding-bottom: 40px;
	cursor: pointer;
}
.content:hover h3,
.content_link:hover h3,
.external_link:hover h3{
	color: #8d8d8d;
}
.external_link.sold_out:hover h3{
	color: #8d8d8d;
}
.listing.sold_out .external_link:hover h3{
	color: #252525;
}
#exhibitions > div:last-of-type a.content_link{
	padding-bottom: 0px;
}
#exhibitions > div:last-of-type{
	margin-bottom: 0px;
	padding-bottom: 0px;
}	
#exhibitions a:hover h2{
	color: #b6b7b8;
}

/*Art & Artists Detail*/
#art_detail,
#page_content,
#breadcrumbs{
	padding-left: 15px;
	padding-right: 15px;
}
#art_detail{
	width: 100%;
	position: relative;
	margin-bottom: 125px;
}
body.half #art_detail{
	margin-bottom: 155px;
}
#art_detail .date{
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 28px;
	display: block;
	font-weight: 500;
}
#art_detail .caption{
	display: inline-block;
	max-width: 50%;
}
#art_detail .caption_gallery_caption, 
#art_detail .caption_gallery_photo_credit,
#art_detail .caption_gallery_included_artwork{	
	display: block;
}
.detail_hero{
	margin-bottom: 100px;	
}
.detail_hero,
#hero_image,
#hero_image img{
	max-width: 1600px;
}
#hero_image,
.ov_image{
	height: 0px;
	padding-bottom: 62.75%;
	margin-bottom: 10px;
	/*background-color: rgba(0, 0, 0, 0.06);*/
	position: relative;
}
#hero_image img,
.ov_image img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}
#detail_images img{
	width: 104px;
	height: auto;
	margin: 0px 14px 14px 0px;
}
.detail_description{
	position: relative;
	width: 100%;
	padding-right: 25%;
}
.detail_description h2{
	max-width: 882px;
}
.detail_description p{
	max-width: 664px;
}
#share{
	position: absolute;
	top: 6px;
	right: 0px;
	border-bottom: 3px solid #e4e4e4;
	font-size: 20px;
	font-weight: 500;
	line-height: 39px;
	height: 40px;
	width: 120px;
	overflow: hidden;
	cursor: pointer;
	transition: height 0.5s ease-in;
	-webkit-transition: height 0.5s ease-in;
}
body.half #share{
	display: block;
	position: relative;
}
#share.expanded{
	height: 195px;
}
#share.expanded,
#share:hover{
	border-bottom: 3px solid #252525;
}
#share_trigger:after{
    content:"";
	background-image:url('images/share.svg');
	width: 20px;
	height:29px;
	background-repeat:no-repeat;
	display: inline-block;
	/*float: right;*/
	white-space:pre;
	position: absolute;
	right: 0;
	top:0;
}
#share a:link,
#share a:visited{
	color: #b6b7b8;
}
#share a:hover,
a:link#share_trigger,
a:visited#share_trigger{
	color: #252525;
}
#share ul{
	margin-top: 3px;
}

/*Artists List*/
#artists_list ul,
#artist_collection{
	margin-top: 40px;
	margin-bottom: 100px;
	line-height: 45px;
	-webkit-columns: 100px 3; 
    -moz-columns: 100px 3;
    columns: 100px 3;
}
#artists_list li,
#artist_collection li li{
	line-height: 26px;
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
#artists_list li a:link,
#artist_collection li li a:link{
	display: block;
}
#artists_list li a:hover,
#artist_collection li li a:hover{
	color: #b6b7b8;
}
#artist_collection > li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	border-top: 0px;
	padding: 0px 0px 17px 0px;
}
#artist_collection li li:first-of-type{
	margin-bottom: 10px;
	text-transform: uppercase; 
	color: #b6b7b8;	
	display: block;
}
/*Artwork List*/
#artwork_list ul{
	overflow: hidden;
}
#artwork_list li,
.grid-sizer{
	width: 33.3%;
	height: auto;
	margin-bottom: 40px;
}
#artwork_list li{
	padding: 0px 15px 0px 15px;
	box-sizing: border-box;
	cursor: pointer;
}
#artwork_list li:hover{
	color: #8d8d8d;
}
#artwork_list li img{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
#artwork_list.listing .ls_content_wide{
	margin-top: 60px;
}
#isotope-grid{
	margin-bottom: 100px;
	opacity: 0.0;
	transition: opacity .5s linear;
	-webkit-transition: opacity .5s linear;
}
#isotope-grid.loaded{
	opacity: 1.0;
}
#isotope-grid.single_artist .cap_artist,
#isotope-grid.single_artist .cap_loan,
#isotope-grid.multi_artist .cap_loan,
#isotope-grid .iso_date,
#isotope-grid .iso_artist,
#isotope-preload {
	display: none;
}

/*Exhibitions*/
#exhibitions .listing .info h2{
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 25px;
	line-height: 31px;
}
#on_view.listing h3{
	font-weight: 700;
}
#exhibitions .listing .info .date,
#on_view.listing .date{
	font-weight: 500;
}
#exhibitions .listing .info{
	letter-spacing: -.5px;
}
#on_view.listing h3,
#on_view.listing .date{
	margin-bottom: 0px;
}
#on_view a.content_link{
	padding-bottom: 15px;
}
#on_view .ls_content_wide a:hover .art_title{
	color: #b6b7b8;
}

#exhibitions .content_link,
#exhibitions .external_link{
	padding: 40px 0px;
}
#exhibitions .listing:first-of-type .ls_heading{
	border-top: 0px;
}
#exhibitions .listing:first-of-type .content_link{
	padding-top: 0px;
}
.attached_content{
	background-color: blue;
}
#related_content section{
	border-top: 0px;
	padding: 0px;
}
#related_content section:last-of-type{
	margin-bottom: 150px;
}

/*Artist*/
.tombstone{
	color: #b6b7b8;
	margin: 5px 0px 30px 0px;
}

/*Collection*/
#collections_control{
	padding: 0px 15px 15px 15px;
}
#collections_control.locked{
	position: fixed;
	padding-top: 15px;
	top: -3px;
	z-index: 50;
	left: 240px;
	right: 15px;
	transition: left 0.75s linear;
	-webkit-transition: left 0.75s linear;
}
body.half #collections_control.locked{
	left: 465px;
}
#collection_head{
	position: relative;
	background-color: white;
	border-top: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	padding: 12px 0px;
	margin-top: 50px;
}
#collection_head a,
#collection_head h5{
	color: #b6b7b8;
}
#collection_head a:hover,
#collection_head a.selected,
#sort:hover h5,
#filter:hover h5{
	color: #252525;
}
#collection_head.artist > #filter_select{
	display: none;
}
#content_select a,
#content_select h4,
#filter_select div,
#filter li{
	display: inline-block;
}
#content_select{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
#content_select h4{
	margin-right: 35px;
	margin-bottom: 0px;
}
#filter h5{
	margin-right: 30px;
}
#filter_select{
	position: absolute;
	right: 0px;
	top: 12px;
	/*display: none;*/
}

/*body.images_loaded #filter_select{*/
	/*display: block;*/
/*}*/

#filter_select li{
	font-size: 16px;
}
#filter_select a{
	margin-right: 25px;
}
#collections_container.locked{
	padding-top: 74px;
}
#collections_container.on_view li,
#collections_container.on_loan li{
	display: none;
}
#collections_container.on_view li.on_view,
#collections_container.on_loan li.on_loan{
	display: block;	
}
#sort{
	cursor: pointer;
}
#sort_list,
#filter h5{
	display: none;
}
#sort_list{
	background-color: white;
	position: absolute;
	text-align: right;
	top: 24px;
	right: 0px;
	width: 180px;
	border-bottom: 2px solid #e4e4e4;
	padding-top: 14px;
}
#sort_list li a{
	margin-right: 0px;
}
#sort h5:after,
#filter h5:after{
	content: "\f123";
	font-family: "Ionicons";
	margin-left: 5px;
	padding-top: 5px;
	font-size: 14px;
}
#sort:hover #sort_list,
#sort_list:hover {
	display: block;
	z-index: 50;
}
#sort:hover h5:after{
	content: "\f126";
}

/*On View*/
#on_view.listing{
	overflow: hidden;
	margin-bottom: 115px;
}
.ov_image{
	margin-bottom: 15px;
}
#on_view.listing .ls_heading{
	border-color: #252525;
}
#on_view.listing .ls_content_wide{
	margin-top: 30px;
}

/*Outdoor*/
#isotope-grid.outdoor{
	max-width: 1200px;
}
#isotope-grid.outdoor li,
#isotope-grid.outdoor .grid-sizer{
	width: 50% !important;
}


/* Custom Pages
-------------------------------------------- */
#page_content.page-template-default{
	font-size:0;
}
.page-template-default #page_content p,
.page-template-default #page_content h3,
.page-template-default #page_content h4 {
	max-width:656px;
}
.page-template-default #page_content p + img,
.page-template-default #page_content p + img + img,
.page-template #page_content p + img,
.page-template #page_content p + img + img{	
	margin-top: 30px;
}
.page-template-default #page_content h4 {
	margin-bottom: 30px;
}
.page-template-default #page_content h4.black_divider{
	margin-bottom: 35px;
}
.page-template-default #page_content a,
.page_architecture a.external_link,
.default a{
	color: #b6b7b8;
	font-weight: 500;
}

.page_architecture a.external_link:after{
	background: url('images/forward-arrow.png') no-repeat 0px 1px;
	background-size: 13px 14px;
	display: inline-block;
	margin-top: 1px;
	margin-left: 9px;
	width: 13px;
	height: 14px;
	content: "";
}
.page-template-default #page_content a:hover:after{
	background-image: url('images/forward-arrow-black.png');
}
.page_architecture a.external_link:after{
	background-image: url('images/forward-arrow.png') !important;
}
.page_architecture a.external_link:hover:after{
	background-image: url('images/forward-arrow-black.png') !important;
}
.page-template-default #page_content a:hover,
#page_content.contacts a:hover,
.page_architecture a.external_link:hover,
.default a:hover{
	color: #252525;
	/*margin-right: 5px;*/
}

/*Images and Blockquotes*/
figure {
	display:block;
}
.size-gs_feature_1276,
.size-gs_feature_856,
.size-gs_medium_536 {
	height:auto;
}
.size-gs_feature_1276,
blockquote {
	display:block;
	vertical-align:middle;
	margin:0 0 45px 0;
}
.size-gs_feature_856,
.size-gs_medium_536 {
	display:inline-block;
	vertical-align:middle;
	width:calc(50% - 20px);
	max-width: 760px;
	margin:0 40px 45px 0;
}
.size-gs_medium_536{
	width:calc(31% - 20px);
}
img,
.size-gs_feature_856 + .size-gs_feature_856,
.size-gs_medium_536 + blockquote {
	margin:0 0 45px 0;
}
.size-gs_medium_536 + blockquote {
	display:inline-block;
	width:calc(69% - 20px);
}
figure img {
	margin:0;
	max-width:100%;
	height:auto;
	width:auto;
	display: block;
}
img,
img.size-gs_feature_1276,
.size-gs_feature_1276 img,
.size-gs_feature_856 img,
.size-gs_medium_536 img {
	width:100%;
}
img,
img.size-gs_feature_1276,
.size-gs_feature_1276 img {
	max-width:1600px;
}
.size-gs_medium_536 img {
	max-width:800px;
}
blockquote *:only-child,
blockquote *:last-child {
	margin-bottom:0;
	padding-bottom:0;
}
blockquote p {
	font-size: 25px;
}
.size-gs_medium_536 + blockquote p {
	font-size: 20px;
}

/*Architecture & Landscape*/
.page_architecture h2:first-of-type,
.page_landscape h2:first-of-type,
.page_mission h2:first-of-type,
.page_school-visits h2:first-of-type,
.introduction h2:nth-child(2) {
	margin-bottom: 32px;	
}
.page_architecture .external_link{
	min-height: initial;
}

/*Mission*/
#page_content.page_mission{
	margin-bottom: 105px;
}
#page_content.page_mission span.large-quote{
	padding-bottom: 20px;
}
.page_mission .small-image-left{
	vertical-align: top;
	margin-right: 35px;
}

/*Visit*/
div.collapsible.listing .content{
	padding-top: 40px;
}
div.collapsible.listing .ls_content{
	height: auto;
	max-height: 0px;
	overflow: hidden;
	margin-bottom: 20px;
	transition: max-height .5s ease-out;
	-webkit-transition: max-height .5s ease-out;
}
div.collapsible.listing .ls_content .content{
	min-height: 10vw;
}
div.collapsible.listing .ls_content .content:hover{
	cursor: default;
}

div.collapsible.listing.down .ls_content{
	max-height: 500vh;
	/* height: auto; */
	margin-bottom: 20px;
	/* transition: max-height 5s; */
	transition: max-height .75s ease-in;
	-webkit-transition: max-height .75s ease-in;
}
div.collapsible.listing:hover .ls_heading{
	cursor: pointer;
}
div.collapsible.listing:hover .ls_heading h4,
div.collapsible.listing:hover .ls_heading:after,
div.collapsible.listing.down .ls_heading h4{
	color: #252525;
}
div.collapsible.listing.down .ls_heading{
	border-top: 2px solid #000000;
}
div.collapsible.listing .ls_heading:after{
	content: "\f123";
	color: #b6b7b8;
	font-family: "Ionicons";
	position: absolute;
	right: 15px;
	top: 25px;
}
div.collapsible.listing.down .ls_heading:after{
	content: "\f126";
	color: #252525;
}
#visit{
	padding-bottom: 5px;
}
#visit .content ul{
	margin-bottom: 60px;
	list-style-type: square;
}
#visit .content li{
	margin-left: 20px;
}
#visit > div:last-of-type{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#visit > div:last-of-type .ls_content{
	border-bottom: 2px solid #e4e4e4;
	padding-bottom: 20px;
}	
#visit_getting-here a.reserve:after{
	opacity: 1.0;
}
#instagrams{
	margin-bottom: 100px;
	margin-top: 20px;
} 
#instagrams ul{
	width: calc(100% + 32px);
	overflow: hidden;
	white-space: nowrap;
}
#instagrams li{
	display: inline-block;
	vertical-align: center;
	height: auto;
	width: 25%;
	padding: 0px 32px 0px 0px;
	box-sizing: border-box;
}
#instagrams li:first-of-type{
	margin-left: 0px;
}
#instagrams li img{
	margin-bottom: 0px;
}
#instagrams li a:after{
	margin-bottom: 0px;
}
#instagrams li a:hover > img{
	opacity: 0.5;
}
#instagram_controls{
	font-size: 13px;
	line-height: 20px;
	margin: 15px 0px;
}
#instagram_controls span{
	float: left;
	margin-right: 20px;
}
#instagram_controls span a{
	color: #b6b7b8;
}
#instagram_controls span a:hover{
	color: #252525;
}
#instagram_controls span a:after{
	background: url('images/forward-arrow.png') no-repeat right -2px;
	content: '';
	width: 10px;
	height: 10px;
	padding-left: 10px;
	display: inline-block;
}
#instagram_controls span a:hover:after{
	background: url('images/forward-arrow-black.png') no-repeat right -2px;
}
#instagram_controls .arrow{
	float: right;
}
.section_header{
	width:100%;
	font-family:'Circular';
	font-weight:500;
	border-top:2px solid #252525;
	color:#252525;
	font-size:20px;
	line-height:26px;
	padding-top:20px;
	margin-bottom:45px;
}
#page_content.page_plan-visit .reserve,
#page_content.page_plan-visit img:first-of-type{
	margin-top: 20px;
}
#page_content.page_plan-visit .reserve{
	font-size: 20px;
	padding-bottom: 7px !important;
}
#page_content.page_plan-visit .reserve:after{
	opacity: 1.0;
}
#page_content.page_plan-visit .reserve:hover:after{
	background-image: url('images/up_arrow_dark.png');
	opacity: 1.0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25% !important; /* 16:9 */
	margin-bottom: 45px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page_content.page_what-to-expect .small-text-block-right{
	margin-bottom: 40px;
}
#page_content.page_what-to-expect + #on_view {
	margin-top: 105px;
}
#page_content.page_what-to-expect .size-gs_medium_536 + blockquote{
	width: calc(69% - 40px);
}

/*News*/
.single-post h1,
.single.post h1{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
}
.single.post .small_date,
.single-post .small_date{
	margin-bottom: 20px;
}
#news_select{
	background-color: white;
	position: relative;
	height: 35px;
}
#news_select li{
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}
#news_select li a{
	color: #b6b7b8 !important;
	font-weight: 500;
	font-size: 16px;
}
#news_select li a:hover,
#news_select li a.selected{
	color: #252525 !important;
}
#news_list.press div.news,
#news_list.news div.press-releases{
	display: none;
}
a.pr.reserve{
	/*position: absolute;
	top: 5px;
	left: 0px;*/
	border-bottom: 0px;
	color: #b6b7b8;
}
a.pr.reserve:after{
	background-position: left bottom;
}
a.pr.reserve:hover{
	color: #252525;
}
a.reserve:after{
	background-position: right bottom;
	opacity: 0.25;
}
a.pr.reserve:hover:after{
	opacity: 1.0;
}
a.pr,
#news_select li a{
	font-weight: 500;
}
#main #news_list .content_link{
	min-height: 178px;
	padding: 38px 0px;
}
#load_more a{
	font-weight: 500;
	color: #b6b7b8;
	display: inline-block;
	border-bottom: 2px solid #e4e4e4;
	padding-bottom: 7px;
}
#load_more a:hover{
	color: #252525;
	border-bottom: 2px solid #252525;
}
.single iframe{
	max-width: calc(100vw - 30px);
}

/* Press Materials */
#press_material li{
	width: 30%;
	display: inline-block;
}
#press_material li img{
	margin-bottom: 0px;
}

#press_material h3{
	font-size: 20px;
	margin-bottom: 0px;
}

/* Video */

.youtube-responsive-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Contact */
.contacts div{
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
#page_content.contacts a.mail_gs:hover{
	color: #8d8d8d;
}
#contacts_bottom{
	width: 100%;
	display: block;
	font-weight: 500;
}
#page_content.contacts h4 {
	max-width: 100%;
	padding-top: 15px;
	border-top: 2px solid #b6b7b8;
	color: #b6b7b8;
	margin: 60px 0;
}
#page_content.contacts h4:first-of-type {
	margin: 30px 0 60px 0;
}
#contacts_bottom iframe{
	width: 100%;
	height: 100%;
	position:absolute;
}
div.google-maps{
	width: 100%;
	height: 0px;
	padding-bottom: 58.5%;
	margin-bottom: 60px;
	position:relative;
}

/* Visit*/
#request_form{
	width: 100%;
	max-width: 690px;
	margin-bottom: 50px;
}
#request_form div{
	overflow: hidden;
}	
#request_form input,
#request_form textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin: 15px;
	padding: 12px;
	display: block;
	border: 3px solid #e4e4e5;
	border-radius: 0px;
	font-size: 16px;
	font-family: 'Circular';
	font-weight: 300;
	color: #252525;
	float: left;
	box-sizing: border-box;
}
#request_form select{
	float: left;
	background-color: white;
}
#request_form span{
	display: inline-block;
	margin: 14px;
}
#request_form span label{
	color: #b6b7b8;
}
#request_form span select,
#request_form span input{
	width: 100%;
	margin: 0px 0px 15px 0px;
}
#request_form input[type='submit']{
	width: 90px;
	float: none;
	display: block;
	clear: left;
	color: #252525;
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	background-color: white;
	border: 0px;
	padding: 0px 0px 5px 0px;
	margin: 22px 15px 22px 15px;
	cursor: pointer;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: url('images/forward-arrow-black.png') no-repeat right 7px;
	border-bottom: 3px solid #e4e4e5;
}
#request_form input[type='submit']:hover{
	border-bottom: 3px solid #252525;
}
#request_form input.incomplete,
#request_form textarea.incomplete{
	background-color: rgba(255, 0, 0, 0.05);
}
#school_select {
	height: 50px;
	overflow: hidden;
	background-image: url('images/arrow_down.png');
	background-repeat: no-repeat;
	background-position: right 15px center;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border: 3px solid #e4e4e5;
	margin: 15px;
	padding: 12px;
	font-size: 16px;
	font-family: 'Circular';
	font-weight: 300;
	color: #b6b7b8;
}
#school_select option:after{
	content: "\f123";
	color: #b6b7b8;
	font-family: "Ionicons";
	position: absolute;
	right: 15px;
	top: 25px;
}
#success_message,
#press_success_message{
	line-height: 20px;
	padding: 15px;
	font-size: 20px;
	font-weight: 500;
}
#success_message .error,
#press_success_message .error{
	margin-top: 30px;
	color: red;
}
#success_message:empty,
#press_success_message:empty{
	height: 0px;
	padding: 0px;
	overflow: hidden;
}
label.error{
	color: red;
	padding: 0px 27px;
}
.f33{
	width: calc(33.3% - 30px);
}
.f66{
	width: calc(66.6% - 30px);
}
.f100,
#request_form textarea{
	width: calc(100% - 30px);
}
.page-template-forms #request_form input[type='submit']{
	margin-top: 0px;
}
label.ada_label{
	display: none;
}

/*Pub Gallery*/
#pub_gallery ul,
#press_collections ul{
	max-width: 1200px;
	overflow: hidden;
	display: flex;
	flex-flow: wrap;
}
#pub_gallery h4{
	border-top: 2px solid #e4e4e4;
	padding-top: 10px;
	margin: 10px 15px 30px 15px;
	max-width: 100%;
}
#pub_gallery li,
#press_collections li{
	width: 33.3%;
	display: inline-block;
	margin-bottom: 5vw;
	cursor: pointer;
	padding: 0px 15px 0px 15px;
	box-sizing: border-box;
	float: left;
}
#pub_gallery li:hover .lb_title.caption{
	color: #b6b7b8;
}
#pub_gallery li img{
	max-width: 100%;
	margin-bottom: 10px;
}
#pub_gallery .lb_title caption{
	color: #e4e4e4;
}

/* Press Collections
---------------------------------------------------------- */
#press_material_form{
	height: 100vh;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 450px;
	right: 0px;
	padding-left: 35px;
	padding-right: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	z-index: 9999;
	opacity: 0.0;
	transform: translateX(100vw);
	transition: opacity .75s linear, transform .75s linear;
	-webkit-transition: opacity .75s linear, transform .75s linear;
}
body.closed #press_material_form{
	left: 225px;
}
body.full #press_material_form{
	left: 100vw;
	display: none;
}
#press_material_form.open{
	opacity: 1.0;
	transform: translateX(0px);
}
#form_close{
	cursor: pointer;
	position: absolute;
	top: 60px;
	right: 55px;
	width: 25px;
	height: 25px;
}
#press_material_form > span h2,
#press_material_form > span p{
	margin-left: 15px;	
}
#press_material_form #request_form input[type='submit']{
	margin-left: 0px;
	margin-top: 23px;
	float: left;
}
#page_content.introduction.press_collection_intro{
	margin-bottom: 30px;
}
body.page-template-press_collection #page_content h3{
	margin-bottom: 40px;
}
#page_content.introduction.press_collection_intro h3{
	padding-bottom: 25px;
}
#page_content.introduction.press_collection_intro h3:first-of-type{
	margin-bottom: 5px;
	padding-bottom: 0px;
}
body.single #page_content.introduction.press_collection_intro hr{
	border-color: #e4e4e4;
}
.press_collection_intro > h3{
	line-height: 36px;
}
.press_collection_intro > h3 a{
	border-bottom: 2px solid #252525;
}
#press_collections{
	position: relative;
}
#press_collections > ul{
	margin-top: 50px;
}
#press_collections > h2{
	margin-left: 15px;
}
#press_collections img{
	margin-bottom: 7px;
}
#press_collections li h3{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0px;
}
#press_collections li span{
	font-size: 16px;
	color: #b6b7b8
}
#press_collections li p.caption{
	font-size: 13px;
	line-height: 19px;
}
#press_collections li p.caption span.loan_info {
	display: none;
}
#press_back{
	position: absolute;
	right: 15px;
	top: 10px;
	line-height: 25px;
	color: #b6b7b8;
}
#press_back:before{
	content: url('images/backward-arrow-black.png');
	margin-right: 10px;
	opacity: 0.3;
}
#press_collections li span.download,
#press_back{
	padding-bottom: 2px;
	border-bottom: 2px solid #b6b7b8;
}
#press_collections li:hover span.download,
#press_back:hover{
	color: #252525;
	border-bottom: 2px solid #252525;
}
#press_back:hover:before{
	opacity: 1.0;
}
#page_content.introduction.material_info{
	position: relative;
	margin-bottom: 45px;
}


/*Lightbox*/
#lightbox{
	padding: 50px 60px;
	position: fixed;
	top: 100vh;
	left: 0px;
	right: 0px;
	width: 100vw;
	height: 100vh;
	overflow: scroll;
	z-index: 9999;
	opacity: 0.0;
	transition: opacity 0.5s linear .25s, top 0s linear 0.75s;
	-webkit-transition: opacity 0.5s linear .25s, top 0s linear 0.75s;
	background-color: white;
}
#lightbox.open{
	top: 0vh;
	opacity: 1;
	transition: opacity 0.5s linear .25s, top 0s linear 0s;
	-webkit-transition: opacity 0.5s linear .25s, top 0s linear 0s;
}
#lb_top{
	position: relative;
}
#lb_top h2{
	min-height: 30px;
}
#lb_close{
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 25px;
	height: 25px;
}
#lb_close span,
#lightbox.open #lb_close:hover span,
#form_close span,
#press_material_form.open #form_close:hover span{
	background-color: #252525;
	left: 11px;
	opacity: 1.0;
}
#lightbox.open #lb_close span,
#press_material_form.open #form_close span{
	background-color: #b6b7b8;
}
#lb_close span:nth-child(1),
#form_close span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#lb_close span:nth-child(2),
#form_close span:nth-child(2){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#lb_content,
#lb_slideshow{
	max-width: 1276px;
	max-width: 112vh;
}
#lb_content{
	margin: 0px auto;
}
#lb_content hr{
	border: none;
    margin-top: 30px;
	height: 2px;
    color:  #e4e4e4; /* old IE */
    background-color:  #e4e4e4; /* Modern Browsers */
}
#lb_slideshow{
	height: 0px;
	padding-bottom: 62.75%;
	/*background-color: rgba(0, 0, 0, 0.06);*/
	/*border-bottom: 6px solid #e4e4e4;*/
	position: relative;
	margin-bottom: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#lb_slideshow.pub{
	border-width: 0px;
}
#lb_purchase{
	float: right;
	text-align: left;
}
#lb_purchase .reserve{
	font-size: 20px;
	margin-top: 2px;
	font-weight: 500;
}
#lightbox .arrow{
	top: 50%;
	position: absolute;
	transform: translateY(-15.5px);
}
#lightbox .arrow_left{
	left: -50px;
}
#lightbox .arrow_right{
	right: -50px;
}
#lightbox .caption{
	margin-top: 15px;
	max-width: 540px;
	margin-bottom: 90px;
}
#lightbox .caption:empty{
	margin-top: 0px;
	margin-bottom: 0px;
}
#lightbox .caption p{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#lightbox .loan_info{
	color: #b6b7b8;
}
#lb_description{
	max-width: 780px;
}
#lb_description.lb_publication{
	width: calc(100% - 260px);
}
#lb_description h3{
	margin-bottom: 20px;
}
#lb_details{
	position: relative;
	display: inline-block;
	transform-origin: left center;
	transform: translateX(0px);
	transition: transform .5s ease-in;
	-webkit-transition: transform .5s ease-in;
}
#lb_details:empty{
	height: 0px;
	overflow: hidden;
}
#lb_details img{
	width: 106px;
	height: auto;
	margin: 0 15px 0 0;
	cursor: pointer;
}
#lb_details img,
#detail_images img{
	cursor: pointer;
	opacity: 0.6;
}
#lb_details img:hover,
#detail_images img:hover,
#lb_details img.selected{
	opacity: 1.0;
}
.lb_content_slides{
	font-size: 13px;
	display: flex;
	flex-wrap: no-wrap;
	overflow-x: auto;
	width: 100%;
	height: 0px;
	padding-bottom: 33%;
	overflow-y: hidden;
	position: relative;
}
.lb_content_slides div{
	margin-right: 20px;
}
.lb_content_slides div img{
	margin-bottom: 10px;
}
.lightbox_contents{
	display: none;	
}
#lb_detail_arrows{
	width: 50px;
	height: 20px;
	display: none;
	vertical-align: top;
	position: relative;
}
#lb_detail_arrows.engaged{
	display: inline-block
}
#lb_detail_arrows .arrow_left{
	left: 0px;
}
#lb_detail_arrows .arrow_right{
	right: 0px;
}
#detail_img_holder{
	white-space: nowrap;
}
#lb_details_container{
	width: calc(100% - 80px);
	overflow: hidden;
	display: inline-block;
	margin-right: 25px;
}
#lb_ada_image{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Events
---------------------------------------------------------- */
body.no_events #section_navigation li.page-item-37,
body.no_events #menu-main-navigation li.events_link{
	display: none;
}

a.ticketure.reserve:after{
	display: none;
}
a.available:hover span.ticket_status{
	border-bottom: 2px solid #252525;
}

/* Careers
---------------------------------------------------------- */
#careers_container{
	width:100%;
	overflow:hidden;
}


/* Footer
---------------------------------------------------------- */
footer{
	overflow-Y: auto;
	overflow-x: hidden;
	display: block;
	position: relative;
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 165px;
	padding-top: 30px;
	border-top: 2px solid #e4e4e4;
	font-size: 16px;
	line-height: 28px;
}
footer,
footer a,
footer input[type='submit']{
	color: #b6b7b8;
}
footer a:hover,
footer input[type='submit']:hover,
footer input[type='text']{
	color: #8d8d8d;
}
footer img {
	margin:0;
	width:auto;
}
footer ul{
	float: left;
}
#ft_logo{
	height: 20px;
	margin-bottom: 35px;
	background: url('images/glenstone_logo_ft.svg') no-repeat left center;
	text-indent: -99999em;
	cursor: pointer;
}
#ft_logo:hover{
	opacity: .75;
}
#ft_contact,
#ft_links,
#ft_newsletter{
	box-sizing: border-box;
	padding-right: 20px;
}
#ft_contact{
	width: calc(45% - 20px);	
}
#ft_contact li:nth-child(-n+2){
	float: left;
	padding-right: 30px;
}
#ft_contact span.line_break{
	width: auto;
}
#ft_contact li:nth-child(3){
	clear: left;
}
#ft_contact span{
	width: 20px;
	display: inline-block;
}
#ft_links{
	width: calc(25% - 20px);	
}
#ft_newsletter{
	width: calc(30% - 20px);
}
#ft_social{
	float: right;
}
#ft_social li{
	text-align: center;
}
#ft_social span{
	display: none;
}
.ion-icon:before{
	font-size: 18px;
}
footer input[type='text']{
	display: block;
	border: none;
	border-bottom: solid 2px #e4e4e4;
	border-radius: 0;
	width: 100%;
	max-width: 200px;
	height: 20px;
	font-size:14px;
	margin-bottom: 3px;
}
footer input[type='submit']{
	font-family:'Circular';
	font-weight:300;
	font-style:normal;
	font-size:16px;
	line-height:28px;
	text-align:left;
	background-color:white;
	border:0px;
	display:inline-block;
	padding:0px;
	margin-right:80px;
	width:90px;
	cursor:pointer;
	-webkit-border-radius:0px;
	border-radius:0px;
	vertical-align:top;
	margin-left:0px;
	background:url('images/forward-arrow.png') no-repeat right center;
}


/* Search
---------------------------------------------------------- */
#searchform input[type='text']{
	border: none;
	border-bottom: solid 2px #b6b7b8;
	border-radius: 0;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	color: #b6b7b8;
	margin-bottom: 20px;
}
form#searchform label{
	display: none;
}
.search_has_results #searchform input[type='text'],
#searchform input:focus{
	color: #252525;
	border-bottom-color: black;
}
.search_section{
	padding: 30px 0px;
}
.search_section:first-of-type{
	border-top: 0px;
}
.search_section h5,
.search_results{
	display: inline-block;
	vertical-align: top;
}
.search_section h5{
	color: #b6b7b8;
	text-transform: capitalize;
	width: 25%;
}
.search_results{
	width: 74%;
	line-height: 22px;
}
.search_results a{
	margin-bottom: 15px;
}
.search_results a,
.search_results a span{
	display: block;
}
.search_section.pt_exhibition span.s_title,
.search_section.pt_publication span.s_title{
	font-style:italic;
}
span.s_exb_date,
span.s_event_date,
span.s_category{
	color: #b6b7b8
}
body.search-results #artwork_list.listing .ls_content_wide{
	margin-top: 0px;
}
#searchsubmit {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	height:0;
	width:0;
	overflow:hidden;
}


/* Section Navigation
---------------------------------------------------------- */
#section_navigation,
#current_section,
#artists_list{
	font-size: 20px;
}
#section_navigation{
	padding: 20px 30px 0px 30px;
	background-color: white;
	position: fixed;
	top: 0px;
	right: 10px;
	opacity: 1;
	transition: left 0.75s linear, opacity .75s ease-in 1.75s, transform .75s linear;
	-webkit-transition: left 0.75s linear, opacity .75s ease-in 1.75s, transform .75s linear;
	z-index: 950;
}
body.full #section_navigation{
	opacity: 0;
}
body.half #section_navigation{
	left: 450px;
}
body.closed #section_navigation{
	left: 225px;
}
#section_navigation ul {
	overflow: hidden;
	/*padding-bottom: 12px;*/
	/*min-height: 30px;*/
	/*height: 30px;*/
	height: auto;
	width: 75%;
	/*max-height: 0px;*/
	/*transition: max-height 02s ease-in;*/
	/*display: none;*/
}
#section_navigation.expanded ul.current
/*#section_navigation.expanded_initial ul*/
{
	/*height:auto;*/
	/*max-height: 900px;*/
}
#section_navigation ul.current{
	/*display: block;*/
	min-height: 30px;
	/*max-height: 30px;*/
	  padding-bottom: 12px;
}
#section_navigation li{
	/*display: none;*/
	max-height: 0;
	opacity: 0.0;
	transition: max-height .5s linear,opacity .5s linear;
	-webkit-transition: max-height .5s linear,opacity .5s linear;
	line-height: 22px;
}
#section_navigation li.current_page_item {
	/*display: block;*/
	height: auto;
	opacity: 1.0;
}
#section_navigation.expanded .current li
/*#section_navigation.expanded_initial li*/
{
	/*display: block;*/
	opacity: 1.0;
	height: auto;
	max-height: 40px;
}
#section_navigation li a{
	display: block;
	color: #b6b7b8;
	padding-bottom: 16px;
}
#section_navigation li.current_page_item a,
/*#section_navigation.activated li a:hover,*/
#section_navigation.expanded li a:hover{
	color: black;
	/*transition-delay: .1s;*/
}
#section_navigation .visit{
	right: 30px;
	padding: 0px;
}
#section_navigation .visit a,
#section_navigation .visit a:visited{
	color: black;
}
#section_navigation:after{
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background-color: #e4e4e4;
}
#section_navigation ul:hover li.current_page_item a{
	color: #b6b7b8;
}
#section_navigation ul li.current_page_item:hover a{
	color: #252525;
}
#section_navigation #sub_nav_search li{
	visibility: hidden;
}

/* Page Reset
---------------------------------------------------------- */
#main_navigation.reset,
#section_navigation.reset,
#scrim.reset,
.wrap.reset{
	transform:translateX(100vw) translateX(-450px);
}

#main_navigation.reset,
#scrim.reset,
.wrap.reset{
	transition:transform .75s linear !important;
	-webkit-transition:transform .75s linear !important;
}
.menu-main-navigation-container.reset,
nav > .visit.reset{
	opacity:0.0;
	transition:opacity 0s linear;
	-webkit-transition:opacity 0s linear;
}
body.full #hamburger.reset,
body.closed #hamburger.reset,
body.half #hamburger.reset {
	opacity:0.0;
	transition:opacity 0.25s linear;
	-webkit-transition:opacity 0.25s linear;
}


/* 404
---------------------------------------------------------- */
#fourofour{
	text-align: center;
}
#fourofour h1{
	font-size: 50vh;
	line-height: 50vh;
	color: #b6b7b8;
	opacity: 1.0;
	transition: opacity 4s linear;
	-webkit-transition: opacity 4s linear;
	cursor: pointer;
}
#fourofour h1:hover{
	opacity: 0.1;
	color: #b6b7b8;
}

#fourofour p,
#fourofour h1,
#fourofour h2{
	max-width: none;
}
#fourofour p a{
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 2px solid black;
}
body.error404 #section_navigation{
	display: none;
}


/* Media Queries
---------------------------------------------------------- */
@media only screen and (min-width: 1600px) {
	
	#art_detail,
	#page_content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrap{
		padding-left: 35px;
		padding-right: 35px;
	}
	#section_navigation{
		padding-left: 50px;
		padding-right: 40px;
	}
	#section_navigation .visit{
		right: 50px;
	}
	body.half #collections_control.locked{
		left: 485px;
		right: 35px;
	}
	body.closed #collections_control.locked{
		left: 260px;
		right: 35px;
	}

}

@media only screen and (max-width: 900px) {
	
/* Body Scroll Settings
---------------------------------------------------------- */
	header{
		bottom: initial;
		z-index: 0;
	}
	body.closed header{
		/*height: 53px;*/
	}
	body.half header,
	body.full header{
		/*height: 100vh;*/
	}
	.wrap {
		border-top: 0px;
		transition: top 1.5s linear, height 1.5s linear;
		-webkit-transition: top 1.5s linear, height 1.5s linear;
	}
	body.closed .wrap,
	body.half .wrap,
	body.full .wrap{
		height: auto;
		position: relative;
	}
	body.full .wrap{
		transform:none;
	}
	#cat_back_slides li{
		transition: height 0.75s linear;
		-webkit-transition: height 0.75s linear;
	}
	body.closed #cat_back_slides li{
		/*height: 53px;*/
	}

/* Body Settings
---------------------------------------------------------- */
	body,
	body.full .wrap {
		overflow: hidden;
	}
	.wrap{
		z-index: 100;
		height: 100vh;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}	
	.wrap,
	#section_navigation{
		padding-left: 0px;
		padding-right: 0px;
	}
	#breadcrumbs{
		visibility: visible;
		height:auto;
	}

	header .desktop,
	#section_navigation{
		display: none !important;
	}
	header .mobile{
		display: block !important;
	}
	header{
		-webkit-transform: translate3d(0,0,0);
		background-position: top center;
		width: 100%;
	}
	body.half header,
	body.full header{
		height: 100%;
		width: 100%;
	}
	body.closed header{
		width: 100%;
	}
	#menu_button{
		background: none !important;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		z-index: 200;
		float: right;
	}
	#menu_button span{
		opacity: 0.5;
	}
	body.full #menu_button span{
		opacity: 1.0;
	}
	body.half #menu_button span:nth-child(1),
	body.half #menu_button span:nth-child(3){
		opacity: 1.0;
	}
	body.full #hamburger,
	body.closed #hamburger,
	body.half #hamburger{
		position: fixed;
		height: 45px;
		top: 0px;
		right: 0px;
		left: initial;
		display: block;
		width: 50%;
		padding-top: 15.5px;
		padding-right: 16px;
		opacity: 1.0;
	}
	#hamburger:hover:after{
		display:none;
	}
	nav{
		background-position: top center;
		background-size: 100% auto;
		z-index: 100;
	}
	#cat_backs{
		background-position: center center;
	}
	#cat_back_slides{
		height: 100%;
		transition: margin-left 0.5s ease-in;
		-webkit-transition: margin-left 0.5s ease-in;
	}
	#cat_back_slides li span{
		width: 75%;
		bottom: 115px;
		left: 16px;
		transition: left 0.5s linear;
		-webkit-transition: left 0.5s linear;
	}
	body.half #cat_back_slides li span,
	body.closed #cat_back_slides li span{
		display: block;
		left: 100vw;
	}
	#cat_back_slides li span.homepage_links.reset {
		-webkit-transition:none;
		transition:none;
	}
	#logo {
		height: 53px; 
		margin-top: 0px;
		z-index:100;
	}
	#logo span {
		left: 16px;
	}
	#logo h1{
		background-size: auto 21px;
		transition: none;
		-webkit-transition: none;
	}
	#main_navigation{
		background-color: rgba(255, 255, 255, 0.0);
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.half #main_navigation,
	body.closed #main_navigation,
	body.full #main_navigation{
		transform: none;
		transition: height 0.75s linear, left 0.5s linear !important;
		-webkit-transition: height 0.75s linear, left 0.5s linear !important;
		/*background-color: rgba(255, 174, 159, 0.54);*/
	}
	body.full #main_navigation,
	body.closed #main_navigation{
		left: -100vw;
	}
	body.half #main_navigation{
		left: 0vh;
	}
	#main_navigation span{
		padding: 0px 16px;
	}
	#main_navigation li{
		padding: 0px;
		font-size: 25px;
		line-height: 44px;
		width: 80%;
	}
	#main_navigation li a{
		padding: 0px;
		opacity:1;
	}
	#menu-main-navigation{
	  -webkit-user-select: none;
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	#menu-main-navigation > li:nth-of-type(3):after,
	body.half #main_navigation li:nth-of-type(3):after,
	body.full #main_navigation span:hover li:nth-of-type(3):after {
		position: relative;
		width: 130px;
		left: 0px;
		margin-bottom: 10px;
		background-color: rgba(255, 255, 255, 1);
	}
	#menu-main-navigation > li:nth-of-type(3) a {
		padding-bottom: 10px;
	}
	#main_navigation li.search_button a{
		text-indent: -9999px;
		background-position: 0px center;
	}
	#main_navigation li ul.sub-menu{
		display: block;
		max-height: 0;
		transition: max-height 0.45s ease-out;
		-webkit-transition: max-height 0.45s ease-out;
		pointer-events:none;
	}
	#main_navigation li.active a{
		opacity: 1.0;
	}
	#main_navigation li.active > ul.sub-menu{
		height: auto;
		max-height: 500px;
		transition: max-height 0.25s ease-in;
		-webkit-transition: max-height 0.25s ease-in;
		pointer-events:auto;
	}
	#main_navigation li.active.collapsed > ul.sub-menu{
		max-height: 0px;
	}
	#main_navigation li:nth-last-child(2).active > ul.sub-menu{
		margin-bottom: 3px;
	}
	#main_navigation li.active > ul.sub-menu li a{
		opacity: 1.0;
	}
	body.full.no-touch #main_navigation span:hover li a,
	body.half.no-touch #main_navigation span:hover li a,
	body.full.no-touch #main_navigation span:hover li.active a,
	body.half.no-touch #main_navigation span:hover li.active a,
	body.full.no-touch #main_navigation span:hover li.current-menu-item a,
	body.half.no-touch #main_navigation span:hover li.current-menu-item a{
		opacity: 1.0;
	}
	#main{
		margin-top: 100px;
		max-width: 100vw;
		overflow-x: hidden;
		transform: none;
	}
	body.half .wrap,
	.wrap{
		width: 100%;
		top: 100vh;
		left: 0px;
		right: 0px;
	}
	body.closed .wrap{
		top: 53px;
		left: initial;
		height: calc(100vh - 53px);
	}
	#hours{
		display: none;
	}
	.visit{
		position: fixed;
		top: initial;
		bottom: -60px;
		left: 0px;
		right: 0px;
		height: 60px;
		font-size: 16px;
		line-height: 60px;
		padding: 0px 16px;
		color: white;
		background-color: rgba(255,255,255,0.5);
		width: 100%;
	}
	.visit a:link{
		display: block;
	}
	.visit::after{
		position: absolute;
		right: 16px;
		top: 3px;
	}
	body.half .visit,
	body.full .visit,
	body.closed .visit{
		bottom: 0px;
		transition: bottom .25s ease-in;
		-webkit-transition: bottom .25s ease-in;
	}
	body.closed .visit{
		/*bottom: -100px;*/
	}
	body.children_open nav > .visit{
		bottom: -60px;
		transition: bottom .25s ease-in;
		-webkit-transition: bottom .25s ease-in;
	}
	body.children_open #main_navigation > span {
		top: calc(50% + 15px);
	}
	body.half #mobile_bg_nav_dots,
	body.closed #mobile_bg_nav_dots{
		bottom: -90px;
	}
	footer input[type='text']{
		font-size:16px;
	}
	body.closed #collections_control.locked,
	#collections_control.locked{
		left: 0px;
		right: 0px;
		top: -3px;
		padding-top: 0px;
	}
	body.closed #press_material_form{
		left: 0vw;
		overflow-y: scroll;
	}
	#form_close{
		top: 35px;
		right: 35px;
	}

	/*Reusable Elements*/

	.date{
		font-size: 18px;
		line-height: 24px;
	}

}

@media only screen and (max-width: 640px) {
	.desktop{
		display: none !important;
	}
	.mobile{
		display: block !important;
	}


/* Typography
---------------------------------------------------------- */
	p{	
		font-size: 16px;
		line-height: 22px;
		padding: 0 0 15px 0;
	}
	h1,
	#art_detail .date{
		font-size: 25px;
		line-height: 31px;
	}
	.single-post h1, 
	.single.post h1{
		font-size: 20px;
		line-height: 26px;
	}
	.single.post h4{
		font-size: 16px;	
	} 
	h2{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 25px;
	}
	h3{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 25px;
	}
	h4{
		font-size: 14px;
		line-height: 36px;
	}



/* Reusable Elements
---------------------------------------------------------- */
	.w50{
		width: 100%;
	}
	.small_date,
	.view_all,
	.reserve,
	#lb_purchase .reserve{
		font-size: 16px;
		line-height: 22px;
	}
	.view_all{
		top: 10px;
		font-size: 14px;
	}
	.view_all:after{
		margin-top: 3px;
	}
	#page_content.introduction{
		margin-bottom: 30px;
	}
	hr, hr.black_divider{
		margin-bottom: 30px;
	}
	h3.black_divider {
		padding-top: 25px;
		margin-top: 25px;
	}
	a.reserve,
	span.ticket_status{
		padding-bottom: 4px;
		font-size: 16px;
	}
	a.reserve:after{
		background-size: 10px 10px;
	}
	.size-gs_feature_856,
	.size-gs_medium_536{
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
	}
	.size-gs_medium_536 + blockquote p{
		font-size: 14px;
	}



/* Content
---------------------------------------------------------- */
	#main.shifted{
		 transform: none;
	 }
	#main ul{
		font-size: 14px;
	}
	.small-image-left,
	.small-image-right,
	.small-text-block-left,
	.small-text-block-right{
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.large-image, .small-image-left, .small-image-right{
		margin-bottom: 20px;
	}
	.large-image img, .small-image-left img, .small-image-right img{
		width: 100%;
	}
	.small-text-block-right{
		padding: 0px;
	}
	.black_divider, .gray_divider{
		margin-bottom: 30px;
	}



/* Navigation
---------------------------------------------------------- */
	body.closed nav .visit{
		display: none;
	}

/* Custom Elements
---------------------------------------------------------- */
	.black_divider, .gray_divider{
		margin-bottom: 25px;
	}
	h4.black_divider{
		font-size: 18px;
		line-height: 24px;
		padding-top: 25px;
		margin-top: 25px;
	}
	.page_architecture h2:first-of-type, .page_landscape h2:first-of-type, .page_mission h2:first-of-type, .page_school-visits h2:first-of-type, .introduction h2:nth-child(2){
		margin-bottom: 20px;
	}
	.size-gs_feature_1276, blockquote{
		margin-bottom: 30px;
	}

/* Modules
---------------------------------------------------------- */
	/*Listings*/
	.content, #main .content_link, .external_link{
		min-height: 0px;
		height:auto;
	}
	.listing .info{
		display: table-footer-group;
	}
	.ls_image img{
		margin-bottom: 15px;
		width: 100%;
		max-height: none;
		position: relative;
		transform: none;
	}
	.listing h3,
	#exhibitions .listing .info h2{
		font-size: 18px;
		line-height: 24px;
	}
	#exhibitions .content_link, 
	#exhibitions .external_link{
		padding: 34px 0px 32px 0px;
	}
	#gallery_caption:empty{
		display: none;
	}
	.listing h4{
		margin-top: 10px;
		margin-bottom: 35px;
	}
	.ls_heading{
		margin-bottom: 0px;
	}
	#art_detail{
		margin-bottom: 0px;
	}
	#art_detail .caption{
		max-width: 100%;
	}
	.detail_hero{
		margin-bottom: 70px;
	}
	.detail_description{
		width: 100%;
		padding-right: 0px;
		padding-bottom: 85px;
	}
	#share,
	body.half #share{
		font-size: 14px;
		width: 80px;
		position: relative;
	}
	#share li{
		float: left;
		clear: left;
	}
	#share_trigger:after{
		display: none;
	}
	#share_trigger{
		padding-left: 20px;
	}
	#share_trigger:before{
		content: url('images/share.svg');
		width: 20px;
		display: inline-block;
		float: left;
	}
	#artists_list, #artwork_list{
		padding-bottom: 53px;
	}
	#artists_list li{
		font-size: 14px;
		margin-bottom: 0px;
	}
	#artists_list ul{
		margin-top: 0px;
		line-height: 40px;
		-webkit-columns: 100px 2;
		-moz-columns: 100px 2;
		columns: 100px 2;
	}
	#artwork_list li,
	.grid-sizer{
		width: 50%;
	}
	#artwork_list.listing .ls_content_wide{
		margin-top: 25px;
	}
	#lb_close{
		top: 20px;
		right: 20px;
	}
	div.collapsible.listing .ls_heading:after{
		top: 14px;
	}
	.ov_image{
		height: auto;
		padding-bottom: 0px;
	}
	.ov_image img{
		position: relative;
		transform: none;
		float: none;
	}
	#pub_gallery ul,
	#press_collections ul{
		padding-left: 15px;	
	}
	#pub_gallery li,
	#press_collections li{
		width: 50%;
		padding: 0px 15px 0px 0px;
	}
	#lb_description.lb_publication{
		width: 100%;
	}
	#lb_purchase{
		display: block;
		float: none;
	}
	
	/*Collection*/
	
	#collections_control{
		padding: 45px 15px 25px 15px;
	}
	#content_select h4{
		margin-right: 20px;
	}
	#content_select,
	#filter_select{
		width: 50%;
		float: left;
	}
	#collection_head{
		padding: 7px 0px;
		overflow: hidden;
		margin-top: 0px;
	}
	#collections_container.locked{
		padding-top: 130px;
	}
	body.closed #collections_control.locked, #collections_control.locked{
		top: 53px;
	}
	#filter_select{
		height: 40px;
	}
	#filter_select.open{
		height: 180px;
	}
	#filter h5,
	#sort h5{
		display: inline-block;
		font-size: 14px;
	}
	#filter_list{
		display: block;
		position: absolute;
		height: auto;
		top: 20px;
		padding-top: 10px;
	}
	#filter_list li{
		display: block;
		text-align: right;
	}
	#filter_select{
		position: relative;
		text-align: right;
	}
	#filter_select li{
		font-size: 14px;
	}
	#sort{
		vertical-align: top;
	}
	#sort_list{
		display: block;
		background-color: initial;
		border-bottom: 0px;
		padding-top: 8px;
	}
	#sort:hover #sort_list,
	#sort_list:hover{
		display: none;
	}
	#sort:hover h5:after{
		content: "\f123";
	}
	.filter_expand > ul,
	#sort_list, 
	#filter_list{
		display: none;
	}
	.filter_expand.expanded > ul{
		display: block!important;
	}
	.filter_expand.expanded > h5:after{
		content: "\f126" !important;
	}

	#artists_list ul,
	#artist_collection{
		margin-top: 10px;
		margin-bottom: 100px;
		line-height: 45px;
		-webkit-columns: 100px 2; 
		-moz-columns: 100px 2;
		columns: 100px 2;
	}
	#artists_list li,
	#artist_collection li li {
		line-height: 20px;
		margin-bottom: 20px;
	}
	#isotope-grid{
		margin-bottom: 25px;
	}
	#isotope-grid.outdoor li, #isotope-grid.outdoor .grid-sizer{
		width: 100% !important;	
	}
	#isotope-grid.outdoor li{
		margin-bottom: 35px;
	}	
	#isotope-grid.outdoor li:first-of-type{
		margin-top: 10px;
	}
	#news_select li{
		margin-right: 5px;
	}

	
/* Search
---------------------------------------------------------- */

	#searchform input[type='text']{
		padding: 0px;
		width: calc(100vw - 30px);
		-moz-box-sizing:    border-box;
		-webkit-box-sizing: border-box;
		box-sizing:         border-box;
	}
	body.search-results #searchform input[type='text']{
		border-bottom: solid 3px #252525;
		margin-bottom: 65px;
	}
	.search_section{
		position: relative;
		border-top: 0px;
		padding: 0px 0px 18px 0px;
	}
	.search_section h5{
		width: 100%;
		border-top: 2px solid #b6b7b8;
		padding-top: 15px;
		margin-bottom: 30px;
	}
	.search_results{
		width: 100%;
	}
	.search_section.collection .search_results{
		position: absolute;
		right: 0px;
		top: 15px;
		width: auto;
	}
	body.search-results .grid-sizer,
	body.search-results #artwork_list li{
		width: 100%;
	}
	
/* Lightbox
---------------------------------------------------------- */
	#lightbox{
		padding: 20px 15px 50px 15px;
	}
	
	#lb_close{
		top: 0px;
		right: 0px;
	}
	#lb_top h2{
		width: 75%;
	}
	#lb_content hr{
		opacity: 0.0;
		margin: 0px;
	}
	#lb_details_container{
		margin-right: 0px;
	}
	#lb_details_container,
	#lb_details{
		width: 100%;
	}
	#lb_details{
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap
	}
	#lb_details img{
		width: 65px;
		margin-right: 10px;
	}
	#lightbox .caption{
		margin-bottom: 70px;
	}
	#lb_detail_arrows.engaged{
		display: none;
	}
/* Visit
---------------------------------------------------------- */
	
	.f100,.f66,.f33{
		width: calc(100% - 30px);
	}
	#request_form input,
	#request_form span,
	#request_form textarea{
		margin: 8px 11px;
		font-size: 14px;
	}
	#request_form span label{
		display: inline-block;
		padding: 15px 0px 0px 10px;
		width: calc(40% - 10px);
		float: right;
		text-align: right;
		font-size: 11px;
		line-height: 14px;
	}
	#request_form span select,
	#request_form span input{
		width: 60%;
		min-height: 50px;
	}
	#request_form input[type='submit']{
		margin-top: 30px;
		font-size: 14px;
		width: 70px;
		padding: 0px 0px 2px 0px;
	}
	#request_form span select, #request_form span input{
		margin-bottom: 0px;
	}
	#visit .listing h4{
		margin-bottom: 10px;
		margin-top: 15px;
	}
	div.collapsible.listing .ls_content{
		margin-bottom: 5px;
	}
	#visit > div:last-of-type .ls_content{
		padding-bottom: 5px;
	}
	div.collapsible.listing .content{
		padding-top: 20px;
	}
	div.collapsible.listing .ls_heading:after{
		top: 20px;
	}
	#visit .listing .info{
		display: table-header-group;
		margin-bottom: 10px;
	}
	.listing iframe{
	 	width: 100%;	
	}
	.listing img {
		width: 100%;
		object-position: left center;
		max-width: none;
		max-height: none;
	}
	.listing iframe{
		margin-top: 20px;
	}
	.listing #related_publication .ls_image img{
		width: calc(50% - 15px);
		height:auto;
		float: left;
		object-position: left center;
		max-width: none;
		max-height: none;
	}
	#page_content.page_plan-visit .reserve{
		font-size: 14px;
		padding-bottom: 2px !important;
	}
	#page_content.page_plan-visit .reserve:after{
		background-size: 10px 10px !important;
	}
	#instagrams{
		margin-bottom: 40px;
	}
	#instagrams ul{
		width: 100%;
		line-height: 0px;
		overflow: hidden;
	}
	#instagrams li{
		width: calc(100vw - 30px);
		padding: 0px;
		max-width: none;
		transition: margin .25s linear;
		-webkit-transition: margin .25s linear;
	}
	#instagram_controls{
		margin: 0px;
	}
	#instagram_controls span{
		width: 70%;
		float: none;
		display: block;
	}
	.insta_arrow{
		width: 10px;
		height: 40px;
		float: right;
		vertical-align: top;
	}
	.insta_arrow.arrow_right{
		padding-left: 0px;
		margin-left: 20px;
	}
	.insta_arrow.arrow_left{
		margin-right: 20px;
	}

	#page_content.page_what-to-expect .size-gs_medium_536 + blockquote{
		width: 100%;
	}
	#page_content.page_what-to-expect .size-gs_medium_536 {
		margin: 0 0 13px 0;
	}
	#page_content.page_what-to-expect blockquote h4{
		font-size: 18px;
		margin-bottom: 5px;
	}
	#page_content.page_what-to-expect .size-gs_medium_536 + blockquote{
		margin-bottom: 20px;
	}
	#page_content.page_what-to-expect blockquote + hr{
		margin-bottom: 35px;
	}
	#page_content.page_what-to-expect + #on_view {
    	margin-top: 90px;
	}
	#exhibitions.page_events .external_link:first-of-type{
		padding-top: 0px;
	}

/* Press Collection
---------------------------------------------------------- */
	.press_collection_intro > h3{
		font-size: 20px;
		line-height: 24px;
	}
	#page_content.introduction.press_collection_intro {
		max-width: 75vw;
	}
	#page_content.introduction.press_collection_intro h3:first-of-type{
		padding-bottom: 30px;
	}
	#press_material_form {
		padding-left: 15px;
		padding-right: 15px;
	}
	#press_material_form span h2,
	#press_material_form span p{
		padding-right: 15px;
	}
	#press_material_form span h2{
		font-size: 25px;
	}
	#press_material_form span p{
		font-size: 18px;
	}
	#press_material_form #request_form input[type='submit']{
		width: 80px;
		font-size: 18px;
	}
	#press_collections h2{
		padding-top: 60px;
	}
	#press_collections img{
		margin-bottom: 0px;
	}
	#press_collections li p.caption{
		font-size: 11px;
		line-height: 14px;
		padding-bottom: 10px;
	}
	#press_collections li{
		margin-bottom: 12vw;
	}
	#press_collections li span.download{
		font-size: 14px;
	}
	#press_back{
		line-height: 12px;
		right: initial;
		left: 15px;
		top: 0px;
	}
	
/* Contact
---------------------------------------------------------- */
	
	.contacts div{
		width: 100%;
	}
	#page_content.contacts h4,
	#page_content.contacts h4:first-of-type{
		margin: 0px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
/* Footer
---------------------------------------------------------- */
	footer{
		padding: 25px 0px 205px 0px;
		margin-top: 65px;
		margin-bottom: 100px;
		overflow: hidden;
	}
	footer li{
		margin-bottom: 10px;
	}
	#ft_mobile_bottom{
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 170px;
		padding-bottom: 20px;
	}
	#ft_links,
	#ft_newsletter,
	#ft_contact{
		width: 100%;
	}
	#ft_contact li:nth-child(-n+2){
		float: none;
	}
	#ft_contact span.line_break{
		display: block;
		width: 100%;
		margin-left: 20px;
	}
	#ft_links{
		float: right;
	}
	#ft_social{
		position: absolute;
		top: 25px;
		right: 0px;
	}
	#ft_social li{
		display: inline-block;
		margin-left: 27px;
	}
	#ft_newsletter form.email-form{
		max-width: 90%;
	}
	
	
}

@media only screen and (max-width: 400px) {
	#main_navigation li{
		line-height: 36px;
	}
	#main_navigation ul.sub-menu li{
		line-height: 28px;
	}
	#form_close{
		top: 15px;
		right: 15px;
	}
}