/*-------------------- reset stylesheet --------------------- */
html, body, div, span, h1, h2, h3, p, a, ul, ol, li, img, article, aside, blockquote, figure, figcaption, footer, header, hgroup, menu, nav, section, time {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-weight: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time {
	display: block;
}
a {
	outline: none;
}


/*-------------------- clearfix --------------------- */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }


/*-------------------- global styles & structure --------------------- */
body {
    font-family: "museo-sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #575555;
}
cite, em, i {
    font-style: italic;
}
a {
    -webkit-transition: all .15s ease-in-out;
  	-o-transition: all .15s ease-in-out;
  	-moz-transition: all .15s ease-in-out;
  	transition: all .15s ease-in-out;
}
/* for for inactive links */
a.inactive {
    color: #bfbfbf !important;
    cursor: text;
}


/*-------------------- header, footer & navigation --------------------- */
/*--- header ---*/
header#main {
    width: 100%;
    background-color: rgb(38, 37, 37); /* ie 7-8 fallback */
   	background-color: rgba(38, 37, 37, 0.95);
    /* background-color: #2e2d2c; */
    border-bottom: 1px solid #2e2d2c;
    position: fixed;
    top: 0;
    height: 40px;   
    z-index: 100;
}
header#main .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}
header#main h1 {
    float:  left;
}
header#main h1 a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    color: #eee;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
}

/*--- main navigation ---*/
nav#primary {
    float: right;
}
nav#primary ul {
    list-style-type: none;
}
nav#primary ul.nav li {
    float: left;
    margin-right: 3px;
    line-height: 24px; /* align nav items w/ header */
}
nav#primary ul.nav li:last-child {
    margin-right: 0;
}
nav#primary ul.nav li a {
    text-decoration: none;
    color: #eee;
    font-weight: 500;
    padding: 10px 10px 15px 10px;
}
nav#primary ul li a:hover, nav#primary ul li a:focus {
    color: #f5c55c;
}

/* social nav links - top nav */
nav#primary ul.nav li a.social {
    display: block;
    text-indent: -9999px;
    line-height: normal;
    padding: 0px 8px;    
}
nav#primary ul.nav li a.facebook {    
    /* background: url(../img/facebook-icon.png) no-repeat center; */
    background: url(../img/facebook-icon.svg) no-repeat center;
    background-size: 9px;
    width: 9px;
    height: 18px;       
}
nav#primary ul.nav li a.instagram {    
    background: url(../img/instagram-icon.svg) no-repeat center;
    background-size: 18px;
    width: 18px;
    height: 18px;
    padding-right: 0;
}

/* social nav lings - sb menu */
ul.sb-menu a.social {
    display: block;
    text-indent: -9999px;
    margin: 0 0 0 2px;
    padding: 20px 0 3px 0;
    width: 100%;
}
ul.sb-menu a.facebook {
    background: url(../img/facebook-icon.png) no-repeat left;
    background-size: 11px;
    height: 22px;
}
ul.sb-menu a.instagram {
    background: url(../img/instagram-icon.svg) no-repeat left;
    background-size: 20px;
    height: 20px;
}

/*--- drop-down nav menus ---*/
nav#primary ul li.drop {
    position: relative;
}
nav#primary ul li.drop .drop-container {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: rgb(46, 45, 44); /* ie 7-8 fallback */
   	background-color: rgba(46, 45, 44, 0.95);
    z-index: 9999;
    border: 2px solid #32302f;
    -webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;   
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
nav#primary ul li.drop:hover .drop-container, nav#primary ul li.drop:focus .drop-container {
    visibility: visible;
    opacity: 1;
}

/* artists drop-down specific */
nav#primary ul li.drop .artists {
    width: 350px;
    margin: 8px 0 0 -50px;
    padding: 10px 5px 15px 10px;
    overflow: hidden;
    -moz-column-count: 2; /* alphabetize names in two columns */
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}
nav#primary ul li.drop .artists-contemp { /* contemporary artist list */
    width: 200px;
    margin: 8px 0 0 -20px;
    padding: 10px;
    overflow: hidden;
}
nav#primary ul li ul.artist-nav li a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
}
nav#primary ul li ul.artist-nav li {
    width: 158px;
    line-height: normal;
}
nav#primary ul li.drop .artists-contemp ul.artist-nav li { /* contemporary artist list */
    width: 100%;
}

/* exhibitions drop-down specific */
nav#primary ul li.drop .exhibit {
    /* display: none !important; */ /* HIDE EXHIBITIONS DROP-DOWN - JAN 2017 */
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    text-align: left;
    background: url(../img/bauer-green-form-drop-bg.jpg) rgba(46, 45, 44, 0.90) no-repeat center center;
    background-size: cover;
    width: 275px;
    height: 160px;
    margin: 8px 0 0 -50px;
    text-shadow: 2px 2px 25px rgba(18, 20, 24, 0.90);
}
nav#primary aside.current {
    padding: 10px 3px 0 3px;
}
nav#primary aside.current h1 {
    float: none;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0.25px;
    padding-bottom: 3px;
}
nav#primary aside.current h1 span {
    display: inline-block;
    font-weight: 500;
}
nav#primary aside.current h3 {
    color: #ece9e4;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    
}
nav#primary aside.current a {
    display: block;
    height: 100%;  
}
nav#primary aside.current p.enter {
    float: none;
    color: #efe680;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}
nav#primary aside.current a:hover p.enter, nav#primary aside.current a:focus p.enter {
    /* color: #fff; */
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.90);
}

/* Bauer - Realm of the Spirit dropdown
nav#primary aside.current h1, nav#primary aside.current h2, nav#primary aside.current h3, nav#primary aside.current p.enter {    
    float: left;
    clear: both;
    margin-bottom: 5px;
    
}
nav#primary aside.current h1, nav#primary aside.current h2, nav#primary aside.current p.enter {
    font-weight: 500;
    color: #2e2d2c;
    background-color: rgb(230, 230, 223);
    background-color: rgba(230, 230, 223, 0.75);
}
nav#primary aside.current h1 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 2px 5px;
}
nav#primary aside.current h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 2px 5px 1px 5px;
}
nav#primary aside.current h3 {
    color: #fff;
    font-size: 12px;
}
nav#primary aside.current p.enter a {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    padding: 1px 5px 0 5px;
    color: #ec5435;
}
nav#primary aside.current p.enter a:hover, nav#primary aside.current p.enter a:focus {
    color: #e5af0b;
}
*/

/*--- artist section subhead & nav links (see Fini/Oct 2015 & Donati/Jan 2016) ---*/
header#artist-subhead {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    position: fixed;
    top: 40px;
    text-align: center;
    background-color: rgb(38, 37, 37); /* ie 7-8 fallback */
   	background-color: rgba(38, 37, 37, 0.95);
    z-index: 3;
    width: 100%; 
}
nav#artist-links li {
    display: inline-block;
    margin-right: 15px;
}
nav#artist-links li:last-child {
    margin-right: 0;
}
nav#artist-links a {
    font-size: 16px;
    color: #95B8D1;
    display: block;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 5px;
}
nav#artist-links li.nameplate a {
    color: #eee;
}
.artist-links-offset {
    padding-top: 60px !important; /* overrides default #image-gallery padding for nav#artist-links; NOT for use with full width/height hero banner */
}

/* entry chevron link - defaults */
.entry-link-bottom { /* centered responsively */
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}
a.chevron {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-width: 3px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    padding: 10px;
}
a.chevron:hover {
    border-color: #95B8D1;
}

/* scroll to top button */
.scrollToTop {
    display: none;
    width: 50px;
    height: 50px;  
    background-image: url('../img/top-arrow-alpha.png');
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 5;
}
.scrollToTop.alt {
    background-image: url('../img/top-arrow-trans.svg');
}

/*--- slidebars navigation styles ---*/
/*--- slidebar controls ---*/
.navicon-line {
	width: 25px;
	height: 3px;
	border-radius: 1px;
	margin: 3px;
	background-color: #eee;
}
.sb-toggle-left {
	cursor: pointer;
	margin-right: 20px;
	width: 25px;
	float: left;
	padding: 0;
}

/*--- slidebar content ---*/
.slidebar-container {
    padding: 10%;
}
.sb-menu {
    list-style-type: none;
}
.sb-menu li {
    width: 100%;
}
.sb-menu li a, .sb-toggle-submenu { /* using div toggle instead of anchor to prevent page scrolling to top on opening submenu */
    font-family: "futura-pt",sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    color: #eee;
    text-decoration: none;
	display: inline-block;
    padding: 10px 0;
}
.sb-submenu li a {
    font-size: 14px;
    padding: 3px;
}

/*--- footer ---*/
footer#outer {
    width: 100%;
    background-color: #2e2d2c;
}
footer#outer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}
footer#outer p {
    font-size: 11px;
    color: #d4d4d4;
    text-align: right;
}
footer#outer p a {
    color: #d4d4d4;
}


/*-------------------- body content - main site --------------------- */
#content {
    width: 100%;
    margin-top: 40px;
}

/*--- main image gallery ---*/
section#image-gallery {
    /* border: 1px solid #000; */
    margin: 0 auto;
    padding: 30px 0 25px; /* see .artist-links-offset for section-specific padding override */
    background-color: #575555;
}
section#image-gallery h1 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #eee;
    padding-bottom: 10px;
}
section#image-gallery h2 {
    font-weight: 500;
    font-size: 16px;
    color: #eee;
    text-align: center;
    padding-bottom: 15px;
}

/*--- about artist text ---*/
section#about-artist {
    width: 100%;
    color: #2e2d2c;
    background-color: #efedeb;
}
section#about-artist .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 10px 25px 10px;
    /* padding: 30px 20px; */
    /* border-top: 1px solid #e6e6e6; */
}
section#about-artist h1 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
section#about-artist p {
    font-family: "ff-meta-serif-web-pro", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0 7.5%;
    line-height: 24px;
}
section#about-artist p:last-child {
    margin-bottom: 0;
}
span.dropcap {
    display: block;
    float: left;
    font-size: 62px;
    font-weight: 700;
    line-height: 48px;
    padding: 0 5px 0 0;
}

/* essay footnotes - general styles (see Donati/Jan 2016) */
section#footnotes {
    padding: 5px 7.5% 0 7.5%;
}
section#footnotes ol {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    list-style-type: decimal;
    list-style-position: inside;

}
section#footnotes ol li {
}
section#footnotes ol li p {
    display: inline; /* fix for firefox rendering of inside list-style-position */
    padding: 0;
}

/*--- exhibitions, collections, chronologies and press sections ---*/
section#exhibitions, section#collections, section#press {
    width: 100%;
    color: #2e2d2c;
    background-color: #efedeb;
}
section#exhibitions .container, section#collections .container, section#press .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 10px 25px 10px;
    /* padding: 30px 20px; */
    /* border-top: 1px solid #e6e6e6; */
}
section#exhibitions h1, section#collections h1, section#press h1 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
section#exhibitions ol, section#collections ul, section#press ul {
    list-style-type: none;
    padding: 0 15%;
}
section#exhibitions li, section#collections li, section#press li {
    margin-bottom: 20px;
}
section#exhibitions p, section#collections p {
    font-family: "ff-meta-serif-web-pro", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
}
section#exhibitions li:last-child, section#collections li:last-child {
    margin-bottom: 0;
}
section#exhibitions time, section#collections time {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
section#press li {
    text-align: center;
}
section#press li img {
    display: block;
    max-width: 160px;
    max-height: 75px;
    margin: 0 auto 10px auto;
}
section#press li a {
    font-size: 16.5px;
    color: #2e2d2c;
    text-decoration: none;
}
section#press li a:hover {
    color: #6C809A;
}


/*--- figures ---*/
figure.img {
    background-color: #d9d9d9;
    padding: 1.5%;
}
figure.img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    }
figure.left {
    float: left;
    margin: 0 3% 2% 2%;
}
figure.right {
    float: right;
    margin: 0 2% 2% 3%;
}
figcaption {
    font-size: 14px;
}

/*--- figures - updated Sep 2015 ---*/
figure.image, figure.video {
    display: table;
}
figure.image figcaption, figure.video figcaption {
    font-size: 14px;
    line-height: 16px;
    margin-top: 3px;
    display: table-caption;
    caption-side: bottom;
}
figure.image img {
    max-width: 350px;
    max-height: 350px;
    width: auto;
    height: auto;
}
figure.video video {
    max-width: 100%;
    height: auto;
}
.figure-outer-r {
    float: right;
    margin: 0 2% 2% 3%;
    background-color: #d9d9d9;
    padding: 1.5%;
}
.figure-outer-l {
    float: left;
    margin: 0 3% 2% 2%;
    background-color: #d9d9d9;
    padding: 1.5%;
}

/* full-width figures -- see Fischinger exhibition section */
.figure-full-width {
    background-color: #d9d9d9;
    margin: 0.5% 0;
}
.figure-full-width figure.image {
    width: 100%;
}
.figure-full-width figure.image img {
    max-width: none;
    max-height: none;
    width: 100%;
}
.figure-full-width figure.image figcaption {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.482em 0.694em;
}


/*--- artist index, exhibition index, about & contact pages ---*/
section#artist-index, section#exhibition-index, section#about-gallery, section#contact {
    background-color: #575555;
}
section#artist-index h1, section#exhibition-index h1, section#exhibition-index h2, section#about-gallery h1 {
    color: #eee;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 20px 5px;
}
section#artist-index li, section#exhibition-index li {
    list-style-type: none;
}
section#artist-index li a, section#exhibition-index li a {
    font-size: 16px;
    display: block;
    color: #eee;
    font-weight: 500;
    text-decoration: none;
    padding: 5px;
}
section#artist-index li a:hover, section#artist-index li a:focus, section#exhibition-index li a:hover, section#exhibition-index li a:focus {
    color: #f5c55c;
}

/* artist index page  */
section#artist-index .container {
    max-width: 720px;
    margin: 0 auto;
    padding: 30px 10px;
}
section#artist-index li {
    float: left;
    width: 180px;
    margin-right: 50px
}

/* exhibition index page  */
section#exhibition-index .container {
    max-width: 550px;
    margin: 0 auto;
    padding: 30px 10px;
}
section#exhibition-index li {
    font-style: italic;
    margin-left: 15px;
}
section#exhibition-index div.upcoming {
    margin-bottom: 15px;
}
section#exhibition-index div.upcoming p {
    font-size: 16px;
    color: #eee;
    margin-left: 15px;
}
section#exhibition-index div.upcoming p a {
    color: #eee;
    text-decoration: none;
}
section#exhibition-index div.upcoming p a:hover, section#exhibition-index div.upcoming p a:focus {
    color: #f5c55c;
}
section#exhibition-index div.upcoming b {
    font-weight: 600;
}
section#exhibition-index p {
    padding: 0 0 10px 5px;
    color: #bfbfbf;
}

/* about gallery page  */
section#about-gallery .container {
    max-width: 675px;
    margin: 0 auto;
    padding: 30px 10px;
}
section#about-gallery p {
    color: #eee;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
    padding-left: 5px;
}
section#about-gallery a {
    color: #5c91f5;
    text-decoration: none;
}
section#about-gallery a:hover, section#about-gallery a:focus {
    color: #fff;
}
section#about-gallery .introduction {
    margin-top: 10px;
}
section#about-gallery .location-wrap {
    margin: 35px 0 0 5%;
}
section#about-gallery .location-wrap h2 {
    color: #eee;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
section#about-gallery .location {
    margin-bottom: 35px;
}
section#about-gallery .location:last-child {
    margin-bottom: 0;
}
section#about-gallery .location .map, section#about-gallery .location .info {
    float: left;
}
section#about-gallery .location .map {
    position: relative;
    padding-bottom: 35%; /* aspect ratio */
    height: 0;
    overflow: hidden;
    width: 35%;
    margin-right: 4%;
    border: 1px solid #403e3e;
}
section#about-gallery .location .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
section#about-gallery .location .info {
    width: 60%;
    padding-top: 20px;
}
section#about-gallery .location .info p {
    color: #eee;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 20px;
}
section#about-gallery .location .info b {
    font-weight: 700;
    display: inline-block;
    padding-bottom: 3px;
}


/*----------------- seligmann roundtable live stream page ----------------- */
#seligmann-roundtable-page {
    width: 100%;
    font-family: "minion-pro", "Times New Roman", serif;
    font-size:  16px;
    text-align: center;
    color: #262626;
    background-color: #d7d2cb;
    /* height: 100vh; */ /* see jquery fall-back function */
}
#seligmann-roundtable-page .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}
#seligmann-roundtable-page h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#seligmann-roundtable-page h2 {
    font-size: 25.6px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}
#seligmann-roundtable-page h3 {
    color: #7e2d39;
    font-size: 20.48px;
    font-weight: 600;
    margin-bottom: 10px;
}
#seligmann-roundtable-page h3 span {
    font-size: 18px;
}
#seligmann-roundtable-page p {
    font-size: 20.48px;
    padding-bottom: 15px;
}
#seligmann-roundtable-page p a {
    display: block;
    font-weight: 600;
    font-style: italic;
    color: #7e2d39;
    text-decoration: none;
    margin-top: 5px;
}
#seligmann-roundtable-page .placeholder {
    margin-bottom: 15px;
}
#seligmann-roundtable-page .placeholder img {
    max-width: 100%;
    height: auto;
    border: 1px solid #8a8681;
}
#seligmann-roundtable-page .video-container {
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
    height: 0;
    overflow: hidden;
    border: 1px solid #a6a29c;
}
#seligmann-roundtable-page .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
*
* Image slider light theme w/ media queries - start
*
*/

/* general text & layout styles */
#image-gallery.lt-theme {
    font-family: "futura-pt",sans-serif;
    font-size: 16px;
    padding-bottom: 5%;
}
#image-gallery.lt-theme h1 {
    color: #2e2d2c;
    font-size: 2.75em;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    margin: 0.25em 0;
    padding-bottom: 0;
}

/* image slider - light style */
#image-gallery.lt-theme .img-slider.single {
    padding-bottom: 55px !important; /* increase padding from default to fit caption for sliders with single image */
    
}
#image-gallery.lt-theme .img-slider .slide-arrows a {
	background: url(img-slider/images/arrows-main-full.svg) no-repeat;
}
#image-gallery.lt-theme .img-slider .slide-arrows a.previous {
    left: 0;
}
#image-gallery.lt-theme .img-slider .slide-arrows a.next {
    right: 0;
	background-position: -64px 0;
}
#image-gallery.lt-theme .img-slider .thumbnail-scroller .arrows a {
	background: url(img-slider/images/arrows-thumb-full.svg) no-repeat;
    width: 22px;
    height: 22px;
}
#image-gallery.lt-theme .img-slider .thumbnail-scroller .arrows a.next {
	background-position: -22px 0;
}
#image-gallery.lt-theme .img-slider .thumbnail-scroller.horizontal .arrows a.previous {
	left: 0;
}
#image-gallery.lt-theme .img-slider .thumbnail-scroller.horizontal .arrows a.next {
	right: 0;
}
#image-gallery.lt-theme {
    background-color: #e5e5e5;
}
#image-gallery.lt-theme .img-slider .thumbnail {
	background-color: #d4d4d4;
	border: solid 7px #d4d4d4;
}
#image-gallery.lt-theme .img-slider .thumbnail-scroller .thumbnail img {
	border: solid 3px #eee;
}
#image-gallery.lt-theme .img-slider .thumbnail-scroller .thumbnail.over img {
	border: solid 3px #e1ebc6;
}
#image-gallery.lt-theme .img-slider .thumbnail-scroller .thumbnail.select img {
	border: solid 3px #00a8d4;
}
#image-gallery.lt-theme .img-slider .thumbnail p {
    color: #1a1a1a;
    font-size: 13px;
    line-height: 100%;
    margin-top: -3px;
}
#image-gallery.lt-theme .img-slider .caption-container .caption {
    color: #595959;
}
#image-gallery.lt-theme .img-slider .caption-container .caption cite,
#image-gallery.lt-theme .img-slider .caption-container .caption b {
    font-weight: 500;
    color: #1a1a1a;
}
#image-gallery.lt-theme .img-slider .caption-container .caption a {
    color: #00a8d4;
    font-weight: 500;
}
#image-gallery.lt-theme .img-slider .caption-container .caption, #image-gallery.lt-theme .img-slider .caption-container .caption a {
    font-size: 15px;
}
#image-gallery.lt-theme .img-slider .caption-container .caption cite {
    font-size: 18px;
    padding-bottom: 0;
}
/* alternate pre-loader gif */
#image-gallery.lt-theme .advanced-slider .preloader {
	background: url(img-slider/images/preloader-lt.gif) no-repeat;
}

/*-------------------- media queries --------------------- */
/* 768px breakpoint ----------- */
@media only screen 
and (max-width : 768px) {
    #image-gallery.lt-theme {
        font-size: 15px;
    }
    #image-gallery.lt-theme h1 {
        margin-top: 0.2em;
    }
}

/* 581px breakpoint ----------- */
@media only screen 
and (max-width : 581px) {
    
}

/* smartphones (landscape) ----------- */
@media only screen 
and (max-width : 481px) {   
    #image-gallery.lt-theme {
        font-size: 14px;
        padding-top: 15px;
    }
    #image-gallery.lt-theme h1 {
        font-size: 2.75em;
        margin-top: 0;
    }
    
    /* mobile image gallery adjustments (light style) */
    #image-gallery.lt-theme .img-slider .slide-arrows a {
		background: url(img-slider/images/arrows-main-full.svg) no-repeat !important;
        background-size: 88px !important;
	}
    #image-gallery.lt-theme .img-slider .slide-arrows a.previous {
		left: 3px !important;
	}	
    #image-gallery.lt-theme .img-slider .slide-arrows a.next {
		right: 3px !important;
		background-position: -44px 0 !important;
	}
    #image-gallery.lt-theme .img-slider .thumbnail {
        background-color: #d4d4d4 !important;
        border-top: solid 7px #d4d4d4 !important;
        border-right: solid 5px #d4d4d4 !important;
        border-bottom: solid 5px #d4d4d4 !important;
        border-left: solid 5px #d4d4d4 !important;
    }  
}

/* smartphones (portrait) ----------- */
@media only screen 
and (max-width : 321px) {
    #image-gallery.lt-theme {
        padding-top: 0.75em;
    }
    
    /* mobile image gallery adjustments (light style) */
    #image-gallery.lt-theme .img-slider .slide-wrapper {
        background-color: #d4d4d4;
    }
    #image-gallery.lt-theme .img-slider .thumbnail-scroller .arrows a {
        background: url(img-slider/images/arrows-thumb-full.svg) no-repeat !important;
        background-size: 44px !important;
        width: 22px !important;
        height: 22px !important;
    }
    #image-gallery.lt-theme .img-slider .thumbnail-scroller .arrows a.next {
        background-position: -22px 0 !important;
    }
    #image-gallery.lt-theme .img-slider .thumbnail-scroller.horizontal {
		padding: 0 15px !important;
	}
}

/*
*
* Image slider light theme w/ media queries - end
*
*/


/* start magnific pop-up jquery plugin - minified css */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:1280px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
/* end magnific pop-up jquery plugin - minified css */


/*-------------------- media queries --------------------- */
/* tablets (landscape) ----------- */
@media only screen 
and (max-width : 1024px) 
and (orientation : landscape) {

}

/* tablets (portrait) ----------- */
@media only screen 
and (max-width : 905px) {
    /* hide primary nav for slidebars mobile nav */
    nav#primary {
        display: none;
    }
}

/* tablets (portrait) ----------- */
@media only screen 
and (max-width : 769px) {
    /* hide primary nav for slidebars mobile nav */
    /*
    nav#primary {
        display: none;
    }
    */
    figure.v {
        max-width: 45%;
    }   
    /* about the artist section formatting */
    section#about-artist p {
        padding: 0 6.5%;
    }
    
    /* seligmann roundtable stream page */
    #seligmann-roundtable-page h1 {
        font-size: 36px;
    }
    #seligmann-roundtable-page h2 {
        font-size: 24px;
    }
    #seligmann-roundtable-page h3 {
        font-size: 20px;
    }
    #seligmann-roundtable-page p {
        font-size: 18px;
    }
}

/* 581px breakpoint ----------- */
@media only screen 
and (max-width : 581px) {
    /* figures - 581 */  
    figure.image img {
        max-width: 320px;
        max-height: 320px;
    }
    
    /* artist section formatting */
    section#about-artist p {
        padding: 0 5%;
    }
    section#about-artist .container, section#exhibitions .container, section#collections .container, section#press .container {
         padding-bottom: 20px;
    }
    section#press li a {
        font-size: 16px;
    }
    
    /* artist section nav links */
    nav#artist-links a {
        padding-right: 0;
    }
    
    /* seligmann roundtable stream page */
    #seligmann-roundtable-page .container {
        padding: 10px;
    }
    #seligmann-roundtable-page h1 {
        font-size: 30px;
    }
    #seligmann-roundtable-page h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    #seligmann-roundtable-page h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    #seligmann-roundtable-page p {
        font-size: 16px;
        padding-bottom: 10px;
    }
    #seligmann-roundtable-page .video-container {
        padding-top: 15px;
    }
}

/* smartphones (landscape) ----------- */
@media only screen 
and (max-width : 481px) {
    /* figures - 481 */
    .figure-outer-l, .figure-outer-r {
        float: none;
        margin: 0 0 5% 0;
    }
    figure.video, figure.image {
        width: 100%;
    }
    figure.video video {
        width: 100%;
    }
    figure.image img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: 100%;
        height: auto;
    }      
    
    /* artist section nav links */
    nav#artist-links a {
        font-size: 15px;
        padding-left: 0;
    }
    .scrollToTop {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
         
    /* artist section formatting */
    section#about-artist .container, section#exhibitions .container, section#collections .container, section#press .container {
        padding-top: 15px;
        padding-bottom: 15px;      
    }
    section#about-artist h1, section#exhibitions h1, section#collections h1, section#press h1 {
        margin-bottom: 15px !important;
    }
    section#about-artist p {
        font-size: 14px;
        padding: 0 4%;
    } 
    section#exhibitions p, section#collections p {
        font-size: 14px;
    }
    section#exhibitions ol, section#collections ul, section#press ul {
        padding: 0 10%;
    }
    section#exhibitions time, section#collections time {
        font-size: 16px;
    }
    section#press li img {
        padding-right: 0;
    }

    /* mobile slider adjustments @ 481 breakpoint */
    /* maintain min-height for insideFit scale type */
	.advanced-slider {
		min-height: 475px !important;
    }
    /* maintain smaller min-height for single image slider instances - portrait */
    .single {
        min-height: 325px !important;
    }
    /* maintain smaller min-height for single image slider instances - landscape */
    .single-w {
        min-height: 300px !important;
    }
    .img-slider .slide-arrows a {
		background: url(img-slider/images/arrows-main-m.png) no-repeat !important;
		width: 44px !important;
		height: 45px !important;
		top: 50% !important;
		margin-top: -22px !important;
	}
    .img-slider .slide-arrows a.previous {
		left: 0 !important;
	}	
	.img-slider .slide-arrows a.next {
		right: 0 !important;
		background-position: -44px 0 !important;
	}
    .img-slider .caption-container .caption {
		font-size: 12px !important;
		padding: 3px !important;
    }
    .img-slider .caption-container .caption cite {
		font-size: 14px !important;
        padding-top: 5px;
    }
    .img-slider .caption-container .caption a {
		font-size: 12px !important;
    }
    .img-slider .thumbnail-scroller.horizontal {
		margin-top: 5px !important;
		padding: 0 30px !important;
	}
    .img-slider .thumbnail {
        background-color: #4d4b4b !important;
        border-top: solid 7px #4d4b4b !important;
        border-right: solid 5px #4d4b4b !important;
        border-bottom: solid 5px #4d4b4b !important;
        border-left: solid 5px #4d4b4b !important;
    }
    .img-slider .thumbnail-scroller .thumbnail-wrapper {
		margin: 5px 2px 5px 2px !important;
		padding: 2px !important;
	}
    
}

/* 461px breakpoint ----------- */
@media only screen 
and (max-width : 461px) {
    nav#artist-links li {
        margin-right: 10px;
    }
    nav#artist-links li.nameplate {
        display: block;
    }
    nav#artist-links li.nameplate a {
        font-size: 16px;
        padding-bottom: 0;
    }
    nav#artist-links a {
        padding-top: 3px;
        padding-bottom: 5px;
    }
}

/* smartphones (portrait) ----------- */
@media only screen 
and (max-width : 321px) {
    nav#artist-links li {
        margin-right: 8px;
    }
    section#image-gallery {
        padding: 15px 0;
    }
    section#image-gallery h1 {
        font-size: 20px;
        padding-bottom: 5px;
    }
    section#image-gallery h2 {
        padding-bottom: 10px;
    }
    section#about-artist p {
        font-size: 13px;
        line-height: 18px;
    }
    section#press li p {
        line-height: 16px;
    }
    section#press li a {
        font-size: 14px;
    }
    section#exhibitions p, section#collections p {
        font-size: 13px;
    }
    section#exhibitions ol, section#collections ul, section#press ul {
        padding: 0 5%;
    }
    span.dropcap {
        font-size: 50px;
        line-height: 34px;
        padding: 0 5px 0 0;
    }
    
    /* figures - 321 */
    .figure-outer-r, .figure-outer-l {
        float: none;
        margin-bottom: 10px;
    }
    figure.image figcaption, figure.video figcaption {
        font-size: 13px;
    }
    figure.image img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
    
    /* mobile slider adjustments @ 321 breakpoint */
    .img-slider .slide-wrapper {
        background-color: #4d4b4b;
        border: 0;
    }
    .img-slider .thumbnail-scroller.horizontal {
		padding: 0 25px !important;
	}   
    .img-slider .thumbnail-scroller .arrows a {
        background: url(img-slider/images/arrows-thumb-m.png) no-repeat !important;
        width: 26px !important;
        height: 26px !important;
    }
    .img-slider .thumbnail-scroller .arrows a.next {
        background-position: -26px 0 !important;
    }
    .img-slider .thumbnail-scroller.horizontal {
		padding: 0 22px !important;
	}
    .img-slider .caption-container .caption {
		font-size: 10px !important;
		padding: 3px !important;
    }
    .img-slider .caption-container .caption cite {
		font-size: 13px !important;
        padding-top: 5px;
    }
    .img-slider .caption-container .caption a {
		font-size: 10px !important;
    }
    
    /* mobile sb-menu adjustments @ 321 breakpoint */
    .sb-menu li a {
        font-size: 14px;
        padding: 5px 0;
    }
    .sb-submenu li a {
        font-size: 12px;
        padding: 3px;
    }
    .sb-submenu {
        padding: 5px 0 10px 5px !important;
    }
}