/*

Foundation settings:
80rem width (1280px)
1.25rem margins (20px)

*/

/* Custom Styles */

.Red { color:#f50003 !important; }
.RedBG { background-color:#f50003; }

.Grey { color:#9d9fa2; }
.GreyBG { background-color:#9d9fa2; }

.LtGrey { color:#f8f8f8; }
.LtGreyBG { background-color:#f8f8f8; }

.Black { color: #000000; }

	.StayBlack, .StayBlack:hover, .StayBlack:focus, .StayBlack *, .StayBlack *:hover, .StayBlack *:focus
	{
		color: #000000 !important;
	}

.left { float: left; }
.right { float: right; }

.Ital { font-style: italic; }

/* header reset */
.hreset 
{
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	display: block;
	text-transform: none;
}

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

.VisuallyHiddenFocusable:active, .VisuallyHiddenFocusable:focus 
{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.SkipContentLink
{
	z-index: 10000 !important;
	background-color: #ffffff;
	padding: 5px;
}


/* New clearfix */
.group:after {
  content: "";
  display: table;
  clear: both;
}

UL.NoListStyle, MENU.NoListStyle
{
	list-style: none;
	padding: 0;
	margin: 0;
}

a, BUTTON
{ 
	color: #9d9fa2; 
	text-decoration: none;
}

a, a DIV, BUTTON { 
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;

	outline: none;
	outline-color: #9d9fa2;
	outline-offset: 5px;
}

A SPAN.Black { color: #000000; }
A SPAN.Black:hover 
{ 
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	color: #f50003; 
}


a:hover, a:hover DIV, BUTTON:hover {
	color: #f50003;
	text-decoration: none;
	outline: none;
	outline-offset: 5px;
}

a:active, a:focus, BUTTON:focus, SELECT:focus, a:focus > DIV {

	background-color: #cccccc;
	outline: 3px solid #cccccc;
	outline-offset: 0px;
	color: #f50003 !important;

	text-decoration: none;

	/*
	outline: 1px dotted #9d9fa2;
	outline-offset: 5px; 
	*/
    /*outline: 0;*/
}
a:focus DIV {
	color: #f50003;
}

TEXTAREA:focus, INPUT:focus, SELECT:focus {
	text-decoration: none;
	/* outline: 1px solid #f50003; */
	outline: 1px dotted #9d9fa2;
	outline-offset: 5px;
}


BUTTON
{
	background: none;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 0;	
	border-radius: 0;
}


BUTTON:hover
{

}

HTML
{
	height: 100%;
	margin: 0;
	padding: 0;
}


BODY
{
	height: 100%;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smooth: antialiased;
	background-color: #f8f8f8;
	color: #000;
	font-size: 18px;
	/*letter-spacing: -.01em; */
    overflow-y: scroll; /* has to be scroll, not auto for iOS momentum scrolling */
  	-webkit-overflow-scrolling: touch;

	font-family: akzidenz-grotesk-pro, sans-serif;
	font-weight: 400;

	/*padding: 0px 10px;*/
}

H1,H2,H3,H4,H5,H6 
{
	font-family: akzidenz-grotesk-pro, sans-serif;
}

STRONG, B
{
	font-family: akzidenz-grotesk, sans-serif;
	font-weight: 500;
}

.Bold
{
	font-family: akzidenz-grotesk, sans-serif !important;
	font-weight: 500 !important;
}

H3
{
	margin-top: 0px;
	/*margin-top: 20px;*/
	margin-bottom: 0px;
}

.HorizRule
{
	height: 1px;
	width: 100%;
	background-color: #9d9fa2;
	margin-bottom:15px;
}

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

.allCaps {text-transform: uppercase;}


.navDropShadow {
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
}

#logoLocationWrap {
    position: absolute;
	bottom: auto;
    top: 25px;
    width: auto;
    left: calc(95% - 110px);
}



/*********/
/* Global styles */
/*********/




HEADER, NAV, FOOTER
{
    flex-shrink: 0;
}

MAIN
{
    flex: 1 0 auto;
}

.ContentWrapper
{
    display: flex;
    flex-direction: column;
    height: 100vh;	
}


.LazyLoad
{
	opacity: 0;
}

/* at small width, Med -> Small, and Large -> Med */

.SuperTinyText, .TinyText, .SmallText, .SmallTextCaps, .MedText, .MedTextCaps, .LargeText, .LargeTextCaps
{
	font-family: akzidenz-grotesk-pro, sans-serif;
}

.SuperTinyText, .TinyText, .SmallText, .MedText, .LargeText
{
	letter-spacing: 0.02em;
}

.SmallTextCaps, .MedTextCaps, .LargeTextCaps
{
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.SuperTinyText
{
	font-size: 14px !important;
	line-height: 16px !important;
}

.TinyText
{
	/*
	font-size: 13px;
	line-height: 14px;
	*/
	font-size: 15px !important;
	line-height: 21px !important;

}

.SmallText, .SmallTextCaps
{
	font-size: 18px;
	line-height: 23px;
}

.MedText, .MedTextCaps
{
	font-size: 24px;
	line-height: 38px;
}

.LargeText, .LargeTextCaps
{
	font-size: 32px;
	line-height: 38px;
}


#main_content
{
	margin-top: 95px;
}

.PageBannerText
{
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	
	height: 100px;

    text-shadow: 5px 5px rgba(0, 0, 0, 0.5);	
	color: #ffffff;
	font-size: 60px;
	font-weight: 800;

	text-align: center;	
}

.PageIntro
{
	background-color: #ffffff;
	padding: 20px 25px 20px 25px;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 40px;

	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
}

.PageWidth
{
	margin-left: 30px;
	margin-right: 30px;
}

.PaddingWidth
{
  	padding-left: 40px;
  	padding-right: 40px;
}

.PageSection
{
	position: relative;

	font-size: 18px;
	line-height: 26px;
	color: #173666;
	background-color: #ffffff;

	padding-top: 40px;
	padding-bottom: 40px;
  	margin-top: 20px;
  	margin-bottom: 60px;
}

.SectionRule
{
	padding-top:30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

.SectionRule DIV
{
	width: 80%;
	margin: auto;
	height: 1px;
	background-color: #173666;
}

.NoBottomBorder
{
	border-bottom: none;
	margin-bottom: 0px;
}

.PageSection H3
{
	font-size: 19px;
	font-weight: 500;
}

.PageSectionText
{
	padding-right: 120px;
}

.PageSectionTextWithImage
{
	padding-right: 440px;
	padding-bottom: 10px;
}

.PageSectionImage
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 380px;
	background-size: cover;
}

.SectionHeader
{
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 48px;
	color: #ffffff;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #173666;
	text-shadow: 3px 3px #173666;
}


.grid-container.MainNav
{
	position: fixed;
	width: 100%;
	height: 70px;
	padding-top: 25px;
	left: 5px;
	/*
	padding-right: 20px;
	padding-left: 20px;
*/
	background-color: #f8f8f8;
	z-index: 1000 !important;
}

.MainNav.MLOpen
{
	display:none !important;
}

.grid-container.CondensedNav
{
	height: 43px !important;
	padding-top: 1px;
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.3);
	top: 0px;
	left: 0px;
	padding-left: 5px;
}

.NavLogo
{
	position: relative;
	left: -5px;
	top: 1px;
}

.NavLogo A
{
	/*font-size: 18px;*/
	color: #f50003;
	text-align: center;
	text-decoration: none; 
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.NavLogo A:hover
{
	color: #000000;
}


.HomeSection
{
	position: relative;
}

#pause_slides, .PauseSlides
{
	cursor: pointer;
	position: absolute;
	top: -4px;
	right: 0px;
	width: 18px;
	height: 20px;
	background: url( '../images/pause_slides.png' ) no-repeat center center;
}


.NavItem
{
	/*font-size: 18px;*/
	opacity: 1;
	max-width: 100%;
	/*overflow: hidden;*/

	/*
	padding: 0px 5px;
	z-index: 1;    
	height: 75px;
	line-height: 65px;	
	*/
}

.NavItem.Selected { opacity: 1; max-width: 100%; }

.NavItem A, .NavItem BUTTON, .NavItem.Selected A, .NavItem.Selected BUTTON
{
	text-align: center;
	text-decoration: none; 
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.NavItem A, .NavItem BUTTON { color: #9d9fa2; }
.NavItem.Selected A, .NavItem.Selected BUTTON { color: #000000; }
.NavItem A:hover, .NavItem BUTTON:hover, .NavItem.Selected A:hover, .NavItem.Selected BUTTON:hover { color: #f50003; }


.NavMenuIcon
{
	display: none !important;
	margin-left: 0px;
}

.NavMenuIcon BUTTON
{
	font-size: 24px;
	color: #9d9fa2;
}


.EmailButton { background: url( '../images/email_btn.png' ) no-repeat center center; }
.EmailButton:hover { background: url( '../images/email_btn_over.png' ) no-repeat center center; }

.EmailButton
{
	width: 25px;
	height: 21px;	
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.LargeEmailButton
{ 
	width: 100%;
	height: 30px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: url( '../images/large_email_btn.png' ) no-repeat center center; 
}
.LargeEmailButton:hover { background: url( '../images/large_email_btn_over.png' ) no-repeat center center; }


#wechat_popup
{
	position: absolute;
	top: 75px;
	width: 100%;
	height: calc( 100% - 75px );
	background-color: #f8f8f8;
	display: none;
	z-index: 2000 !important;
}

.WeChatLogo
{
	position: relative;
	top: 150px;
	width: 300px;
	height: 300px;
	margin: auto;
	text-align: center;
	line-height: 42px;
}

.SubNavItem
{
	margin-left: 0px !important;
}

.SubNavItem A
{
	/*
	padding-left: 0.2em;
	padding-top: 0.5em;
	padding-right: 1em;
	*/
	margin-right: 1em;
	padding: 0px !important;
	margin-top: 10px;

	/*padding: 1px 0;*/
}


.MobileNavItem
{
	/*font-size: 24px;*/
	text-align:center;

}

.MobileNavItem A 
{
	color: #9d9fa2;
	text-decoration: none;
	font-size: 24px;
	line-height: 36px !important;
	letter-spacing: 0.05em;
}
.MobileNavItem A:hover { color: #f50003; }
.MobileNavItem A.Red:hover { color:#000000 !important; }


.CloseNavButton
{
	text-align: right;
	margin-top: 7px;
}

.CloseNavButton BUTTON
{
	font-size: 24px;
	color: #9d9fa2;
}



#mobile_nav
{
	display: none;
	background-color: #f8f8f8;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10000 !important;
	top: 0px;
	left: 0px;
}

.MobileTopBar
{
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #f8f8f8;
	height: 38px;
	z-index: 1000 !important;
	padding-right: 10px;
	padding-top: 10px;
}


.cell A
{
	display: block;
	line-height: 23px;
}

.Black A
{
	display: inline;
}

.cell P
{
	line-height: 23px;
}

.ListCell
{
	margin-bottom: 25px;
}

.ListCell A
{
	color: #000000;
}



.ClearSearch
{
	display: none;
	float: left;
	margin-left: 1.5rem;
}




/* Footer */

#footer_content A.BlackLink { color:#000000; }
#footer_content A.BlackLink:hover { color:#f50003; }

#footer_content H4
{
	font-size: 18px;
	text-transform: uppercase;
}

.FooterSection
{
	width: 50%;
	float: left;
}

.MobileFooter
{
	display: none;
}

.FooterLinks LI
{
	float: left;
	margin-left: 20px;
}

.FooterLinks LI A
{
	color: #173666;	
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

.FooterLinks LI A:hover
{
	color: #8d1511;	
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

.SocialLink
{
	float: left;
	margin-left: 10px;
}

.SocialLink A
{
	width: 32px;
	height: 32px;	
	display: inline-block;
	text-decoration: none;
}

.FacebookLink A { background: url( '../images/follow_link_facebook.png' ) no-repeat center center; }
.FacebookLink A:hover { background: url( '../images/follow_link_facebook_over.png' ) no-repeat center center; }

.TwitterLink A { background: url( '../images/follow_link_twitter.png' ) no-repeat center center; }
.TwitterLink A:hover { background: url( '../images/follow_link_twitter_over.png' ) no-repeat center center; }

.InstagramLink A { background: url( '../images/follow_link_instagram.png' ) no-repeat center center; }
.InstagramLink A:hover { background: url( '../images/follow_link_instagram_over.png' ) no-repeat center center; }




/* Margins that vary for small */
.VaryMarTop1
{
	margin-top: 1rem;
}



/* Home Page */


	.ArtistListTextCell A
	{
		margin: 0px;
		margin-bottom: -5px;
		line-height: 38px !important;
	}

	#artist_work_hero_image
	{
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}



	#home_artist_list
	{
		/* column-width: 250px; */
		column-width: 273px;
	}

	#home_artist_list .MedTextCaps
	{
		font-size: 21px !important;
	}


	.VideoPlayBtn
	{
		background: url( '../images/play_arrow.png' ) no-repeat center center;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 16%;
		left: 34%;
	}

	.VideoCover
	{
		width: 100%;
		position: relative; 		
	}

	BUTTON:hover .VideoPlayBtn
	{
		background: url( '../images/play_arrow_over.png' ) no-repeat center center;
	}

	BUTTON:hover SPAN
	{
		color: #f50003;
	}
/*
	@media screen and (max-width: 700px)
	{	
		#home_artist_list { column-width: 250px; }
	}	

	@media screen and (max-width: 640px)
	{	
		#home_artist_list { column-width: 160px; }
	}
*/

.HomeSlideHeight
{
	height: 455px;
}

.HomeSlideBlurredImage
{
	position:absolute; left:0; right:0; 
	background-size: cover;
	overflow: hidden;
}

.HomeSlideImage
{
	padding-top: 0px;
	position: relative;
	z-index: 100 !important;
	box-shadow: 0px 0px 30px rgba( 0, 0, 0, 0.8 );
}

.HomeSlidePanel
{
	width: 455px;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 50px;
	font-size: 36px;
	color: #f2e4cf;
	text-shadow: 3px 3px rgba( 0,0,0, 0.7 );
	line-height: 40px;


	box-shadow: 5px 0px 5px rgba( 0, 0, 0, 0.1 );

	-webkit-transition: all 1s;
	transition: all 1s;	
	transition-delay: 250ms;
	opacity: 0.01;	
}

.HomeSlidePanel.Active
{
	opacity: 1;
}

.HomeSlidePanelLeft
{
	/*
	-webkit-transition: margin-left 1s;
	transition: margin-left 1s;	
	transition-delay: 500ms;
	*/
	margin-left: 8%;
}

.HomeSlidePanelLeft.Active
{
	margin-left: 12%;
}

.HomeSlidePanelRight
{
	margin-left: 125%;
}

.HomeSlidePanelRight.Active
{
	margin-left: 120%;
}


.HomeSlideLink
{
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	padding-right: 36px; 	
}

.HomeSlideLink:hover
{
	color: #d8d8d8;
}

.PageSection .HomeH3
{
	font-size: 36px;
}


/*
.SlideshowMarkers
{
	position: absolute;
	top: 17px;
	left: 50px;
	width: 100%;
}
*/
.SlideMarker
{
	position: relative;

	width: 11px;
	height: 11px;
	background: url( '../images/slide_marker.png' ) no-repeat center center;
	top: 0px;

	cursor: pointer;
}

.SlideMarker:hover
{
	background: url( '../images/slide_marker_over.png' ) no-repeat center center;	
}

.SlideMarker.MarkerSelected
{
	top: 0px;	
	width: 11px;
	height: 11px;
	background: url( '../images/slide_marker_on.png' ) no-repeat center center;
}




/* ARTISTS PAGE */

#artist_text_list { display:none; }

.ArtistListCell
{
	margin-bottom: 25px;
}

.ArtistListTextCell
{
	margin-bottom: 5px;
}

.ArtistListName
{
	margin-top: 12px;
}

A .ArtistListName, A .Image
{
	color: #000000;
}

/*
A .ArtistListName, A .Image
{
	color: #000000;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;	
}

A:hover .ArtistListName
{
	color: #f50003;
}
*/
.ImageWrapper
{
	width:100%; 
	/* height:230px;  */
	height: 0px;
	padding-top: 75%;
    overflow: hidden;
    position: relative;
}

.Image, .ImageLQIP
{
	position: absolute;
	width:100%; 
	/*height:230px; */
	top:0px; left:0px;
	height: 100%;
}

/*
A:hover .Image
{
    -moz-transform: scale(1.025,1.025);
    -webkit-transform: scale(1.025,1.025);
    transform: scale(1.025,1.025);
}
*/


.ImageShadow
{
	-webkit-box-shadow: 7px 8px 8px 0px rgba( 0, 0, 0, 0.2 );
	-moz-box-shadow:    7px 8px 8px 0px rgba( 0, 0, 0, 0.2 );
	box-shadow:         7px 8px 8px 0px rgba( 0, 0, 0, 0.2 );
}


/* Artist Works */
.HeroImageWrapper
{
	height: 0px; width:100%; 
	padding-top: 54.6875%;
    overflow: hidden;
    position: relative;
}

.HeroImage, .HeroImageLQIP
{
	position: absolute;
	top:0px; left:0px;
	height:100%; width:100%; 
}

/*
A:hover .HeroImage
{
    -moz-transform: scale(1.025,1.025);
    -webkit-transform: scale(1.025,1.025);
    transform: scale(1.025,1.025);
}
*/


/* Work Details */
.FullImageWrapper
{
	height: 100%; width:100%; 
}

.FullImage, .FullImageLQIP
{
	position: absolute;
	top:0px; left:0px;
	height:100%; width:100%; 
}


.CloseButton
{
	width: 45px;
	height: 45px;
	padding: 10px;
	position: absolute;
	right: 25px;
	top: 25px;
	background-color: #f8f8f8;
}

.CloseButton A, .CloseButton BUTTON
{
	display: block;
	width: 25px;
	height: 25px;
	background: url( ../images/close_popup.png ) no-repeat center center;
}

.CloseButton:hover A, .CloseButton:hover BUTTON
{
	background: url( ../images/close_popup_over.png ) no-repeat center center;
}


.NextButton
{
	width: 60px;
	height: 45px;
	padding: 10px;
	position: absolute;
	right: 25px;
	top: 45%;
	background-color: #f8f8f8;
}

.NextButton A, .NextButton BUTTON
{
	display: block;
	width: 40px;
	height: 25px;
	background: url( ../images/next_arrow.png ) no-repeat center center;
}
.NextButton:hover A, .NextButton:hover BUTTON { background: url( ../images/next_arrow_over.png ) no-repeat center center; }


.PrevButton
{
	width: 60px;
	height: 45px;
	padding: 10px;
	position: absolute;
	left: 25px;
	top: 45%;
	background-color: #f8f8f8;
}

.PrevButton A, .PrevButton BUTTON
{
	display: block;
	width: 40px;
	height: 25px;
	background: url( ../images/prev_arrow.png ) no-repeat center center;
}
.PrevButton:hover A, .PrevButton:hover BUTTON { background: url( ../images/prev_arrow_over.png ) no-repeat center center; }



/* Exhibitions */

#filter_menu
{
	display: none;
}

#filter_by_artist, #view_by_artist_list
{
	display: none;
	/* column-width: 180px; */
	column-width: 231px;
}

#archive_list
{
	display: none;
	margin-top: 15px;
}

.FilterPanel
{
	display: none;
	margin-top: 20px;
	margin-bottom: 30px;
}

.menu .FilterListArtist+.FilterListArtist, .menu .FilterPublicationArtist+.FilterPublicationArtist
{
	margin-left: 0px;
}

.menu .FilterListItem+.FilterListItem
{
	margin-left: 0rem;
}

.menu .FilterListItem
{
	margin-right: 2rem;
}

.menu A
{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.FilterListArtist, .FilterPublicationArtist
{
	line-height: 28px;
}

.FilterListArtist BUTTON, .FilterPublicationArtist BUTTON
{
	text-align: left;
	line-height: 28px;
}


/* Contact Page */

/*
#privacyLink {cursor: pointer;}

#privacyPolicy P {
	font-size: .7em;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 0;
}


#privacy { 	
	float: right;
	margin-top: 30px;
	font-size: .7em;
	letter-spacing: .1em;
}
*/

#errorConfirm, #ml_errorConfirm
{
	font-size: 18px;
	margin-bottom: 3px;
}


DIV#mailReg INPUT.email, DIV#ml_mailReg INPUT.email, .styled-select {
	width: 100%;
	height: 40px;
	padding: 4px 8px;
	font-size: .9em;
	line-height: 1.8em;
	font-family: akzidenz-grotesk-pro, sans-serif;
	background: #ffffff;
	color: #9d9fa2;
	border: 1px solid #9d9fa2;
	border-radius: 0px;
}
DIV#mailReg INPUT.email.Black, DIV#ml_mailReg INPUT.email.Black, .styled-select.Black
{
	color: #000000 !important;
}

DIV#mailReg input:focus, DIV#ml_mailReg input:focus, textarea:focus{
	background-color: #fff;
	border: 1px solid #000;
}

#pressAffiliation, #ml_pressAffiliation, .PressAffil
{
	float: left;
}

P#pressAffil, P#ml_pressAffil {
	font-size: .9em;
	line-height: 1.3em;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 0;
	color: #000000;
	float: left;
	margin-top: -4px;
	margin-left: 10px;
}

.SubmitBtn
{
	float: right;
	background-color: #9d9fa2;
	color: #ffffff;
	padding: 10px 15px;
	text-transform: uppercase;
}

.SubmitBtn:hover
{
	background-color:#f50003;
	color: #ffffff;
}

/*
.styled-select {
	font-size: .9em;
	line-height: 1.8em;
	font-family: akzidenz-grotesk-pro, sans-serif;
	padding: 4px; /* If you add too much padding here, the options won't show in IE *
	overflow: hidden;
	width: 280px;
	background: transparent;
	border: 1px solid #767676;
	color: #767676;
	border-radius: 4px;
}

.styled-select select {
   background: transparent;
   border: none;
   width: 280px;
}

.styled-select.slate {
   height: 31px;
}

.styled-select.slate select {
   border: 1px solid #e6e6e6;
}
*/

/*
.FormField LABEL
{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #173767;

	padding: 4px 16px;
}
*/
/*
.FormField INPUT, .FormField TEXTAREA, .FormField SELECT
{
	color: #999999;
	border: 1px solid #173767;
}

INPUT[type='text']:focus, TEXTAREA:focus, SELECT:focus
{
	color: #173767;	
	border: 2px solid #173767;	
	outline: 0;
}

.FormField LABEL
{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	color:#173767;

	padding: 4px 16px;
	display: inline-block;
}

.Focused LABEL
{
	color:#ffffff;
	background-color: #173767;	
}

.FormField INPUT[type="checkbox"]
{
	-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    display: inline-grid;
	background-color: #ffffff;
	margin-right: 10px;
	width:22px;
	height:22px;
	border: 1px solid #173767;
	position: relative;
	top: 4px;
	margin-bottom: 15px;
}

.FormField INPUT[type="checkbox"]:checked
{
	background-color: #173767;
}

.FormField BUTTON
{
	color: #ffffff;
	background-color: #173767;
	font-size: 24px;
	padding: 10px 20px;
	font-weight: 500;
	margin-top: 20px;
}


INPUT.FieldError, SELECT.FieldError
{
	border: 2px solid #951b13;
	background-color: #ffeeee;
}

INPUT:disabled
{
	background-color: #ffffff;
	opacity: 0.4;
}
*/


#artist_text_list_container
{
	column-width: 320px;
}

.PubArtistMenu
{
	column-width: 240px;
}

@media screen and (max-width: 1190px)
{
	.top-bar .SmallTextCaps
	{
		font-size: 15px !important;
	}
}



@media screen and (max-width: 1052px)
{
	#artist_text_list_container
	{
		column-width: 280px;
		
	}

	#artist_text_list_container .MedTextCaps
	{
		font-size: 21px !important; 
	}
}

/* Compressed Nav */
@media screen and (max-width: 1016px)
{
	.MainNavMenu.menu.simple li+li { margin-left: 0rem; }

	.NavItem { opacity: 0; max-width: 0%; margin-left:0px; }
	.NavItem.Selected, .no-js .NavItem { opacity: 1; max-width: 100%; margin-left: 1rem !important; }
	.NavMenuIcon { display: block !important; margin-left: 1rem !important; }
	.no-js .NavMenuIcon { display: none !important; }
}



/* Mobile */
@media screen and (max-width: 640px)
{

	BODY { /*font-size:14px;*/ padding: 0px 5px; }

	#main_content
	{
		margin-top: 55px;
	}
	
	.grid-padding-x>.cell { padding-left: 5px; padding-right: 5px; }
	/*.grid-container.MainNav { height: 40px; margin-top: 16px; }*/

	.grid-container.MainNav { height: 40px; left:0px; margin-top: 0px; padding-top:5px;}
	.grid-container.CondensedNav { padding-left:0px;}
	.NavLogo { left:0px; top:-5px;}
	.top-bar-left { max-width:60% !important;}
	.top-bar-right {
		max-width: 40% !important;
		position: relative;
		top: -3px;
	}

	#artist_work_hero_image
	{
		padding-left: 5px;
		padding-right: 5px;
	}

	#publications_container
	{
		margin-top:10px;
	}

	.FooterSection
	{
		width: 100%;
		float: none;
	}



	/*.ArtistListName { font-size: 14px; margin-top: 11px; }*/
	.ArtistListImageWrapper, .ArtistListImage { height:126px; }	
	.NavItem.Selected { margin-left: 0rem !important; margin-top:-4px; }

	.NavMenuIcon { display: block !important; }	

	#artist_text_list_container
	{
		column-width: 210px;
	}

	.MedText, .MedTextCaps
	{
		font-size: 21px;
		line-height: 21px;
	}

	.LargeText, .LargeTextCaps
	{
		font-size: 26px;
		line-height: 26px;
	}

	.small-TinyText
	{
		font-size: 15px !important;
		line-height: 21px !important;
	}

	.small-margin-top-15
	{
		margin-top: 15px;
	}

	.VaryMarTop1
	{
		margin-top: 0.7rem;
	}


 	.no-js .NavMenuIcon { display: none !important; }
 	.no-js .CloseNavButton { display: none; }
	.no-js #mobile_nav
	{
		display: block;
		height: auto;
		position: relative;
		z-index: 2 !important;
	}
}

@media screen and (max-width: 552px)
{
	#artist_text_list_container
	{
		column-width: 420px;
	}

	.NavItem.Selected
	{
		display: none !important;
	}	
}

@media screen and (max-width: 460px)
{
	#artist_text_list_container
	{
		column-width: 420px;
	}

}