/* Custom Styles */

.VisuallyHidden
{ 
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url('../images/ring.gif');
    background-repeat: no-repeat;
    background-position: center; 
/*    z-index: 10000; */
}

body {
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smooth: antialiased;
	background-color: #fff;
	color: #999;
	font-family: "Interstate Light", sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -.01em;
    overflow-y: scroll; /* has to be scroll, not auto for iOS momentum scrolling */
  	-webkit-overflow-scrolling: touch;
}

/*    Preload Nav Background */
body:after{
    display:none;
    content: url(../images/nav_bg.png);
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #f3f3f3;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb
{
	background-color: #999;
}

::selection {
  background: #efefef; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #efefef; /* Gecko Browsers */
}

.noSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.interstate {
  font-family: Interstate;
  font-style: normal;
  font-weight: normal;
}

.interstatebold, B, STRONG {
  font-family: Interstate;
  font-style: normal;
  font-weight: bold;
}

.interstatelight {
  font-family: "Interstate Light";
  font-style: normal;
  font-weight: normal;
}

.interstatelightitalic, I, EM {
  font-family: "Interstate Light";
  font-style: italic;
  font-weight: normal;
}

a { 
	color: #999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:active, a:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}

textarea:focus, input:focus {
    outline: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #999;
}

.navbar {padding: 40px 0px 20px 0px; background-color: #fff;}

.navbar-collapse {
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.nav>li>a  {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #000;
	background-color: #fff;
	font-family: Interstate;
	font-style: normal;
	font-weight: bold;
}

.container>.navbar-collapse {
	margin-right: 0px;
	margin-left: 0px;
}

.fixedPosition { position: absolute; width: 100%; top: 0px; left: 0px; z-index: 100;}
.topSpacer {margin-top: 132px;}

.navbar-default .navbar-toggle {
    border-width: 0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    background-color: #fff;
}

.navbar-toggle {
    background-color: #fff;
    border-width: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
.navbar-toggle .icon-bar {
    height: 4px;
}

.navbar-nav {
    margin-bottom: 22.5px;
}

.navbar-toggle { margin-top: 6px; }

.homePageFeature {text-align: right; text-transform: uppercase; margin-top: 15px; margin-bottom: 35px;}

.homePageFeature>a, A.projectTitleLinks {color: #000;}
.homePageFeature>a:hover, .homePageFeature>a:active, .homePageFeature>a:focus, A.projectTitleLinks:hover, A.projectTitleLinks:active, A.projectTitleLinks:focus  {color: #999;}

.allCaps {text-transform: uppercase;}

#footer {
	font-size: 12px;
	line-height: 16px;
	padding: 60px 15px 100px 15px;
}

#fullScreenFooter {
	font-size: 12px;
	line-height: 16px;
	padding: 100px 15px 100px 15px;
}

A.socialFooterImage>IMG {height: 16px; width: auto; padding: 0px 2px;}
A.socialFooterImage {opacity: .3;}
A.socialFooterImage:hover {opacity: 1;}

A.socialImage>IMG {height: 25px; width: auto; padding: 0px 2px;}
A.socialImage {opacity: .3;}
A.socialImage:hover {opacity: 1;}

#socialFooterIcons {display: inline-block; margin-left: 10px;}

#socialFooterIconWrapper {width: 100%; display: block;}

.gray {color: #999;}
.black {color: #000;}


/* Artists Styles */

UL.artistList {
	list-style-type: none;
    -webkit-padding-start: 0px;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
}

UL.artistList>li>A {color: #000;}
UL.artistList>li>A:hover {color: #999;}

UL.artistList:first-of-type { margin-bottom: 0px; }
UL.artistList:last-of-type { margin-bottom: 0px; }

#subNav {text-transform: none; display: none;}
#subNavBreak {text-transform: none; display: none;}

UL#subNavMobile {text-transform: none; margin-left: 5%; margin-bottom: 10px;}

UL#subNavMobile.nav>LI.active>a, UL#subNavMobile.nav>LI.active>a:hover, UL#subNavMobile.nav>LI.active>a:active, UL#subNavMobile.nav>LI.active>a:focus, UL#sectionSubNav.nav>LI.active>a, UL#sectionSubNav.nav>LI.active>a:hover, UL#sectionSubNav.nav>LI.active>a:active, UL#sectionSubNav.nav>LI.active>a:focus {
	color: #000;
	background-color: #fff;
	font-family: Interstate;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px
}

UL#subNavMobile.nav>LI>a, UL#subNavMobile.nav>LI>a:hover, UL#subNavMobile.nav>LI>a:active, UL#subNavMobile.nav>LI>a:focus {
	color: #000;
	background-color: #fff;
	padding-bottom: 0px
}

UL#sectionSubNav {margin-top: 40px; margin-bottom: 40px; }

UL#sectionSubNav.nav>LI>a {color: #999; background-color: #fff; padding-bottom: 0px; }
UL#sectionSubNav.nav>LI>a:hover, UL#sectionSubNav.nav>LI>a:active, UL#sectionSubNav.nav>LI>a:focus {color: #000; background-color: #fff; padding-bottom: 0px;}

.currentExhibitionCols {width: 100%; margin-bottom: 60px;}

.currentExhibitionCols H1, .sectionSubNav H1, .projectsExhibitionCols H1, .galleryText H1 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -.01em;
}

.currentExhibitionCols H1, .projectsExhibitionCols H1 {
	margin-bottom: 7.5px;
}

.projectsExhibitionCols P {margin-top: 22.5px;}

.currentExhibitionCols>.currentExhibitionContentWrap>A>IMG {margin: 0px 0px 7.5px 0px;}

.currentExhibitionCols>.currentExhibitionContentWrap>A {color: #000;}
.currentExhibitionCols>.currentExhibitionContentWrap>A:hover {color: #999;}
.currentExhibitionCols>.upcomingExhibitionContentWrap>A {color: #000;}
.currentExhibitionCols>.upcomingExhibitionContentWrap>A:hover {color: #999;}

.upcomingExhibitionContentWrap>BR:first-of-type {display: none;}

.perspectiveEntry {margin-top: 30px;}
.perspectiveEntry>A {color: #000;}
.perspectiveEntry>A:hover {color: #999;}

.perspectiveEntry IMG { display: block; margin-top: 7.5px; }

.projectsExhibitionCols P {color: #000;}

.mobileDisplayInline {display: inline-block;}
.desktopDisplayInline {display: none;}
.mobileDisplay {display: block;}
.desktopDisplay {display: none;}

.exhibitionContent {color: #000;}
.workCaption { margin-top: 7.5px; margin-bottom: 30px; font-size: 12px; line-height: 16px;}

.viewSSCaption { margin-top: 7.5px; font-size: 12px; line-height: 16px; }

#cbCaption {
	font-size: 12px; 
	line-height: 16px;
	position: absolute;
	left: 0px; 
	bottom: 0px; 
	color: #000;
}

blockquote {
/*    padding: 10px 20px;
    margin: 0 0 20px; */
    font-size: inherit;
/*    border-left: 5px solid #eee; */
}

/* Option Customizations */
	.container { max-width: 1095px;}

	blockquote {
		padding: 0px 40px;
		margin: 20px 0px; 
		font-size: inherit;
		border-left: 0px solid #ccc; 
	}

	#socialFooterIcons { width: 100%; margin-top: 10px; margin-left: 0px; }
	#subscribeFix {margin-left: 2.5px;}

	.navBGImage {
		background-image: url("../images/nav_bg.png");
		background-repeat: repeat-x;
		background-position: center bottom;
		background-color: transparent;
	}

	.navbar {
		border: 0px solid transparent; */
	}
	
	DIV.exhibitionContentDetail {margin-top: 40px;}
	DIV.projectContentDetail {margin-top: 20px;}	
	
	#cbCaption>P, .cbFullCaption>P { margin: 0px;}

	UL#sectionSubNav {
		list-style-type: none;
		-webkit-padding-start: 0px;
		padding: 0px;
		margin: 20px 0px 10px 10%;
	}

	UL#sectionSubNav>LI {
		margin: 8px 0px 0px 0px;
		font-size: 14px;
	}

	UL#subNavMobile.nav>LI>a {color: #999;}
	UL#subNavMobile.nav>LI>a:hover {color: #000;}
	
	UL#sectionSubNav>LI.active>A {   
		color: #000;
		font-family: Interstate;
  		font-style: normal;
  		font-weight: bold;
  	}

	#homePageLocationInfo {
		font-size: 14px;
    	line-height: 18px;
	}
	
	A#jhbHomeLink, A#ctHomeLink {cursor: pointer;}
	A.blackOn {color: #000;}
	A.grayOn {color: #999;}
	
	.currentExhibitionContentWrap {width: 46.5%; float: left; margin-bottom: 25px; }
	
	#jbhCol2, #ctCol2, #jbhCol4, #ctCol4, #jbhCol6, #ctCol6 {margin-left: 5%;}
	
	A.years, A.mobile_years {cursor: pointer;}
	
	DIV.yearsList>P {margin-bottom: 20px;}
	H1.previousExhibHead  {margin-bottom: 20px;}
	
	DIV.yearsList>P>A {color: #000;}
	DIV.yearsList>P>A:hover {color: #999;}
	
	IMG.previousExhibitionImage {max-width: 175px; margin-bottom: 7.5px;}
	
	DIV.exhibitionHomeWrap {max-width: 850px;}
	
	.mobileYearSelect {margin-bottom: 40px;}
	
	.select-style {
		border: 1px solid #ccc;
		padding: 3px 15px;
		color: #000;
		font-family: Interstate;
  		font-style: normal;
  		font-weight: bold;
		width: 130px;
		font-size: 16px;
		border-radius: 3px;
		overflow: hidden;
		background: #fff url("../images/icon-select.png") no-repeat 90% 50%;
	}

	.select-style select {
		padding: 5px 8px;
		width: 130%;
		border: none;
		box-shadow: none;
		background: transparent;
		background-image: none;
		-webkit-appearance: none;
	}

	.select-style select:focus {
		outline: none;
	}
	
	.thumbNails {margin-top: 30px; margin-bottom: 30px;}
	.pubThumbNails {margin-bottom: 60px;}

	A.pressLinks {color: #000;}
	A.pressLinks:hover {color: #999;}
	
	.exhibitionPress>P {margin-bottom: 20px; }

	DIV.cbFullCaption {display: none;}
	DIV#cbCaption {width: 100%; background-color: #fff;}
	
	A#moreInfo {cursor: pointer;}

	DIV#cbCaption>P:first-of-type{margin-top: 10px;}

	IMG.stevensonRepsonsive {width: 100%; height: auto;}

	A#close {
	background:url(../images/close.png) no-repeat center right; background-size: 20px 20px; width:20px; height:50px; float: right; cursor: pointer; opacity: .3; margin-right: 15px;}
	
	A#prev {
	background:url(../images/previous.png) no-repeat center center; background-size: 15px 25px; width:15px; height:25px; float: right; cursor: pointer; opacity: .3; margin-right: 15px;}

	A#next {
	background:url(../images/next.png) no-repeat center center; background-size: 15px 25px; width:15px; height:25px; float: right; cursor: pointer; opacity: .3; margin-left: 15px;}

	A#prev, A#next {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; padding: 15px; } 
	
	A#prev:hover, A#next:hover, A#close:hover  {opacity: 1;}

	IMG.currentImagePadding {margin-bottom: 7.5px;}
	
	DIV.upcomingArtFairs {margin-bottom: 0px; margin-top: 0px;}
	
	.workCaptionSpacer {margin-top: 40px; }
	
	.fullScreen {max-width: 855px;}
	
	IMG.artistOverviewImage {margin-bottom: 40px; width: 100%; max-width: 800px;}

	DIV#artistCurrentExhibition,  DIV#artistUpcomingExhibition {width: 100%; margin-top: 20px; float: none; margin-bottom: 40px;}
	
	DIV#artistPreviousExhibition {width: 100%; margin-top: 20px; float: none;}
	DIV#artistPreviousExhibition>P {margin-bottom: 20px;}
	
	H1.artistExhibitHead {margin-top: 20px; width: 100%; float: none;}
	
	DIV#artistBio {margin-top: 30px;}
	DIV#artistBio>P {max-width: 850px; margin-bottom: 20px;}
	
	IMG.newsImage {margin-bottom: 15px;}
	.newsText>P {margin-bottom: 20px;}
	.newsText {margin-bottom: 40px;}
	
	DIV.newsPrimary {margin-bottom: 40px;}
	DIV.newsSecondary {font-size: 16px; line-height: 20px; margin-bottom: 0px; }
	
	DIV.newsPrimary>P, DIV.newsSecondary>P {margin-bottom: 20px;} 
	
	DIV.newsPrimary>P:last-of-type {margin-bottom: 0px;}
	DIV.newsSecondary>P:last-of-type {margin-bottom: 10px;}

	DIV.artistNews {margin-top: 40px;}
	
	.pubCaption { margin-top: 7.5px; font-size: 14px; line-height: 18px; }
	.pubCaption>A { color: #000; }
	.pubCaption>A:hover { color: #999; }
	
	.publicationDetail>H1, .publicationDetail>H2 {
		margin: 0px;
		display: block;
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.publicationDetail>H1 {
		font-family: Interstate;
  		font-style: normal;
  		font-weight: bold;
	}
	.publicationDetail>P, .publicationDetail>BLOCKQUOTE {margin-bottom: 20px;}
	
	.galleryText>P {
		margin-bottom: 20px; 
	}
	
	.galleryText>P>A {color: #000;}
	.galleryText>P>A:hover {color: #999;}
	
	.galleryLocations {margin-top: 60px;}
	
	#humanValidation {display: none;}
	
	#emailRegistrationForm, #subForm {max-width: 380px;}

	.email {
		padding: 0px 10px 0px 10px;
		line-height: 32px;
		font-size: 16px;
		color: #000;
		border:1px solid #eceded;
		-webkit-border-radius: 2px; 
		-moz-border-radius: 2px; 
		border-radius: 2px; 
		background-color: #fff;
		display: inline-block;
		float: left;
		width: 89%;
	}

	A#submitRegistration, BUTTON#submitRegistration {
		background-color: #000;
		-webkit-border-radius: 2px; 
		-moz-border-radius: 2px; 
		border-radius: 2px; 
		width: 10%;
		height: 34px;
		display: inline-block;
		float: left;
		background-image: url("../images/signup_arrow.png");
		background-repeat: no-repeat;
		background-size: 7px 11px;
		background-position: center center;
		opacity: .3;
		border:none;
	}

	#submitRegistration:hover {opacity: 1;}

	#emailRegistrationForm, #subForm  {width: 100%;}	
	
	#readout {margin-bottom: 20px; display: block;}
	
	LABEL {
		font-family: "Interstate Light";
		font-style: normal;
  		font-weight: normal;
  		margin-right: 30px;
	}
	
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 18px; height: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 4px; left: 3px;
  font-size: 16px;
  line-height: 0.8;
  color: #333;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #ccc;
}

.projectEntry {
	margin-top: 60px;
	padding-top: 60px; 	
	border-top: 1px solid #ccc;
}

IMG.projectImage { margin-top: 20px; width: 100%; height: auto;}
.projectissuuembed {margin-top: 60px;}

.projectTitle {margin-bottom: 30px;}

.previousTopPad {margin-top: 20px;}
.previousTopPad:first-of-type {margin-top: 0px;}

.exhibitionContentDetail > P:nth-last-of-type(-n+2) {
	color: #999;
}

.workCaptionSpacer>P, .artistOverviewCaption>P {margin: 0px; padding: 0px;}

IFRAME {display: none;}

.artistCurrentExhibitionBox {margin-bottom: 40px;}
.artistCurrentExhibitionBox:last-of-type {margin-bottom: 0px;}


#artistUpcomingExhibition>P, #artistPreviousExhibition>P, #artistCurrentExhibition>P {margin-bottom: 20px;} 
#artistUpcomingExhibition>P:last-of-type, #artistPreviousExhibition>P:last-of-type, #artistCurrentExhibition>P:last-of-type {margin-bottom: 0px;} 
 

.publicationsDropdowns{float: left; margin-right: 20px;}

P.pubMessage {
    font-size: 14px;
    line-height: 18px;
}	

.artistDropDown {margin-bottom: 20px;}

IMG.publicationImage {margin-bottom: 40px;}

DIV.issuuEmbedWrapper {display: none;}

A#mobilePhoneNumDisplay {color: #000;}
A#mobilePhoneNumDisplay:hover {color: #999;}


.projectCaption {margin-bottom: 30px;}
.projectCaption:last-of-type {margin-bottom: 0px;}		


DIV.artistTextParas {margin-bottom: 20px;}

DIV.artistTextParas>P {margin: 0px;}

		
/* MEDIA QUERIES */

@media (min-width: 768px) {
	.navbar-header {
		float: none;
	}
	
	.container>.navbar-collapse {
   		margin-right: -15px;
    	margin-left: -15px;
	}
	
	.navbar-nav>li>a {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.nav>li>a  {
		margin-right: 20px;
	}
	
	.navbar {padding: 40px 0px 60px 0px;}
	.topSpacer {margin-top: 180px;}
	
	.navbar-nav { margin-bottom: 7.5px; }
	
	#socialFooterIconWrapper {width: inherit; display: inline;}
	
	#subNav {text-transform: none; display: block;}
	#subNavBreak {text-transform: none; display: block;}
	
	UL#subNavMobile {display: none;}
	
	.subNavPadding {padding: 40px 0px 0px 0px;}
	
	.mobileDisplayInline {display: none;}
	.desktopDisplayInline {display: inline-block;}
	.mobileDisplay {display: none;}
	.desktopDisplay {display: block;}
	
	.currentExhibitionCols { margin-bottom: 0px; }
	DIV.upcomingArtFairs {margin-top: 60px;}

/* Option Customizations */
	
	UL#subNav.navbar-nav>li>a {
		padding-right: 0px;
		margin-right: 20px;
	}
	
	#socialFooterIcons { width: auto; margin-top: 0px; }
	
	UL#sectionSubNav {
		list-style-type: none;
		-webkit-padding-start: 0px;
		padding: 0px;
		margin: 0px;
	}

	UL#sectionSubNav>LI {
		margin: 0px 0px 0px 0px;
		font-size: 16px;
	}
	
	UL.artistList:first-of-type {
		margin-bottom: 20px;
	}
	
	UL.artistList:last-of-type {
		margin-bottom: 20px;
	}
	
	A#close { margin-right: 0px;}
	
	DIV#artistCurrentExhibition, DIV#artistUpcomingExhibition {width: 75%; margin-top: 20px; float: left; margin-bottom: 40px;}
	
	DIV#artistPreviousExhibition {width: 75%; margin-top: 20px; float: left;}
	DIV#artistPreviousExhibition>P {margin-bottom: 20px;}
	
	H1.artistExhibitHead {margin-top: 20px; width: 25%; float: left;}
	
	DIV.newsSecondary {margin-bottom: 20px; }
	.newsText {margin-bottom: 20px;}
	
	.artistDropDown {margin-bottom: 0px;}
	IMG.publicationImage {margin-bottom: 0px;}

	DIV.issuuEmbedWrapper {display: block;}


}

/* Override Bootstrap Showing Links in the Print Stylesheet */
@media print {
  a[href]:after {
    content: none !important;
  }
}