@font-face {
    font-family: 'LyonRegular';
    src: url("/static/fonts/LyonDisplay/LyonDisplay-Regular-Web.eot");
    src: url("/static/fonts/LyonDisplay/LyonDisplay-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/static/fonts/LyonDisplay/LyonDisplay-Regular-Web.woff") format("woff"), url("/static/fonts/LyonDisplay/LyonDisplay-Regular-Web.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LyonRegular';
    src: url("/static/fonts/LyonDisplay/LyonDisplay-Regular-Web.eot");
    src: url("/static/fonts/LyonDisplay/LyonDisplay-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/static/fonts/LyonDisplay/LyonDisplay-Regular-Web.woff") format("woff"), url("/static/fonts/LyonDisplay/LyonDisplay-Regular-Web.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AtlasGroteskLight';
    src: url("/static/fonts/AtlasGroteskWeb/AtlasGrotesk-Light-Web.eot");
    src: url("/static/fonts/AtlasGroteskWeb/AtlasGrotesk-Light-Web.eot?#iefix") format("embedded-opentype"), url("/static/fonts/AtlasGroteskWeb/AtlasGrotesk-Light-Web.woff") format("font/x-woff"), url("/static/fonts/AtlasGroteskWeb/AtlasGrotesk-Light-Web.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.lightbox-container .inner-container .lightbox-carousel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.module-body-text {
    display: table;
    margin-top: 40px;
}
/*#main_center_0_ctl00_FeaturesGeneralRepeater_GenArticleContent_0 {min-height: 290px;} */
.module-body-text p {
    color: #000000;
    font-family: "LyonRegular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
}
.module-body-text p strong, .module-body-text p b {
    font-family: atlasgroteskmedium, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.module-body-text p a, .module-body-text p a:active, .module-body-text p a:visited {
    color: #2b2b2b;
    font-family: "LyonRegular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: underline;
}
.module-body-text p a:hover {
    color: #808080;
}
.module-body-text p.first-letter::first-letter {
    color: #000000;
    float: left;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    line-height: 60px;
    text-transform: uppercase;
}

.module-body-text h4 {
    color: #000000;
    font-family: atlasgroteskmedium,"LyonRegular", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 21px;
    line-height: 35px;
}

.content-container.bgcolor {
    background-color: #f8f8f8;
    max-width: 100%;
}

.content-container .bold {
    font-weight: 600;
}

.content-container .floatleft {
    float: left;
}

.content-container .floatright {
    float: right;
}

.content-container .posleft {
    left: 0;
}

.content-container .posright {
    right: 0;
     margin-top: 50px;
}

.content-container .relative {
    position: relative;
}

.content-container .absolute {
    position: absolute;
}

.content-container .fixed {
    position: fixed;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .content-container {
        padding: 0 15px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .content-container {
        padding: 0 15px;  }}
.image-preview-container {
    background-color: #000;
    height: 0;
    overflow: hidden;
    /*padding-bottom: 62.5%;*/
    position: relative;
    width: 100%; 
    padding-bottom: 0px; }
.image-preview-container .image-preview {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; 
   }
.image-container {
    width: 100%; }
.image-container.landscape, .image-container.square {
    width: 66.10255%; }
.image-container.landscape .image-preview-container {
   /* padding-bottom: 62.5%; */}
.image-container.landscape.double .two-columns {
    display: inline-block;
    margin-right: 2.12765%;
    vertical-align: bottom;
    width: 48.71955%; }
.image-container.landscape.double .two-columns:last-of-type {
    margin-right: 0; }
.image-container.landscape.double .two-columns .image-preview-container {
   /* padding-bottom: 125%;*/ }
.image-container.landscape.double .two-columns .image-preview-container.portrait {
   /* padding-bottom: 125%;*/ }
.image-container.landscape.double .two-columns .image-preview-container.square {
   /* padding-bottom: 100%;*/ }
.image-container.square .image-preview-container {
    /*padding-bottom: 100%;*/ }
.image-container.portrait {
    width: 49.15255%; }
.image-container.portrait .image-preview-container {
   /* padding-bottom: 125%;*/ }
.image-container.long-portrait {
    width: 28.81356%; }
.image-container.long-portrait .image-preview-container {
    /*padding-bottom: 220.58823%; */}
.hero-container {
    background-color: black;
    position: relative;
    margin-top: 0;  }
.hero-container.full-screen {
    background-color: transparent;  }
.hero-container.full-screen .image-preview-container {
    display: inline-block;
    margin-top: 1px;
    width: 100%; }
@media only screen and (min-width: 1280px) {
    .hero-container.full-screen .image-preview-container {
        padding-bottom: 545px; }}
.hero-container.standard-screen {
    margin: 30px auto 0;
    max-width: 880px;
    width: 100%; }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .hero-container.standard-screen {
        margin: 0;
        max-width: 100%;  }}
.hero-container.standard-screen .image-preview-container {
    width: 100%; }
.module a.view-event {
    color: #000000;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 12px 0 0; 
    text-decoration: underline; }
.module.landscape-visuals {
    padding-top: 45px;
    /*padding-bottom: 71px;*/
      padding-bottom: 5px;  }
.module.landscape-visuals.question-answer h3.secondary-title {
    padding-bottom: 9px;  }
.module.landscape-visuals h1.title {
    font-size: 50px;
    line-height: 60px;
    margin: 0 auto 39px;
    max-width: 780px;
    text-align: center;
    width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.landscape-visuals h1.title {
        margin-bottom: 45px;
        max-width: 83%;     } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.landscape-visuals h1.title {
        max-width: 83%;  } }
.module.landscape-visuals h2.secondary-title, .module.landscape-visuals h2.secondary-title p {
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 580px;
    text-align: center;
    width: 100%; }
.module.landscape-visuals h2.secondary-title a, .module.landscape-visuals h2.secondary-title a:active, .module.landscape-visuals h2.secondary-title a:visited, .module.landscape-visuals h2.secondary-title a:focus {
    color: #000;
    text-decoration: underline; }
.module.landscape-visuals h2.secondary-title a:hover {
    color: #808080; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.landscape-visuals h3.secondary-title {
        max-width: 83%;  } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.landscape-visuals h3.secondary-title {
        max-width: 83%; } }
.module.landscape-visuals .image-container {
    height: auto;
    /*margin-top: 73px;*/
    margin-top: 54px;
    padding-bottom: 5px; }
.module.landscape-visuals .image-container .image-preview-container {
    width: 100%;
    float: left;
    margin-bottom: 20px;
        height: auto;  }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.landscape-visuals .image-container .image-preview-container {
       /* padding-bottom: 62.5%;*/  }  }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.landscape-visuals .image-container .image-preview-container {
       /* padding-bottom: 62.5%;*/ } }
.module.landscape-visuals .image-container .image-preview-container .image-preview {
    width: 100%; }
.module.landscape-visuals .image-container.landscape {
    width: 66.10255%; }
.module.landscape-visuals .image-container.square {
    width: 66.10255%; }	
.module.landscape-visuals .image-container.square .image-preview-container {
    /*padding-bottom: 100%;*/ }	
.module.landscape-visuals .image-container.square .image-preview-container .image-preview {
    background-position: top; }		
.module.landscape-visuals .image-container.Default {
    width: 66.10255%; }	
.module.landscape-visuals .image-container.Default .image-preview-container {
    /*padding-bottom: 100%;*/ }	
.module.landscape-visuals .image-container.Default .image-preview-container .image-preview {
    background-position: top; }		
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .module.landscape-visuals .image-container.landscape {
        width: 64.76995%;  } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .module.landscape-visuals .image-container.landscape {
        width: 65.39355%;  } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.landscape-visuals .image-container.landscape {
        padding: 0 20px;
        width: 100%;  } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.landscape-visuals .image-container.landscape {
        padding: 0 20px;
        width: 100%;  } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .module.landscape-visuals .image-container.landscape {
        padding: 0;
        width: 100%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .module.landscape-visuals .image-container.landscape {
        padding: 0;
        width: 100%; } }
.module.landscape-visuals .image-container.landscape.double .two-columns {
    width: 48.71955%;}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.landscape-visuals .image-container.landscape.double .two-columns {
        width: 48.61955%; } }
/*@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.landscape-visuals .image-container.landscape.double .two-columns {
        display: block;
        margin: 0 auto 74px;
        width: 100%; } }*/
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .module.landscape-visuals .image-container.landscape.double .two-columns {
        margin: 0 auto 74px;
        width: 100%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .module.landscape-visuals .image-container.landscape.double .two-columns {
        margin: 0 auto 74px;
        width: 100%; } }*/
@media only screen and (min-width: 960px) and (max-width: 1023px) {
    .module.landscape-visuals .image-container.landscape.double .two-columns:last-of-type {
        margin-bottom: 0; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.landscape-visuals .image-container.landscape.double .two-columns:last-of-type {
        margin-bottom: 0; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .module.landscape-visuals .image-container.landscape.double .two-columns:last-of-type {
        margin-bottom: 0;  } }
.module.landscape-visuals .image-container.portrait {
    width: 49.15255%; }
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .module.landscape-visuals .image-container.portrait {
        width: 66.66667%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .module.landscape-visuals .image-container.portrait {
        width: 47.96955%;  } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .module.landscape-visuals .image-container.portrait {
        width: 48.49155%; } }
@media only screen and (min-width: 768px) {
    .module.landscape-visuals .image-container.portrait .image-preview-container {
       /* padding-bottom: 125%; */ } }
.module.landscape-visuals .image-container.long-portrait {
    width: 28.81356%; }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .module.landscape-visuals .image-container.long-portrait {
        width: 47.96955%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .module.landscape-visuals .image-container.long-portrait {
        width: 48.49155%; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.landscape-visuals .image-container.long-portrait {
        width: 48.49155%; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.landscape-visuals .image-container.long-portrait {
        width: 48.49155%; } }
.module.landscape-visuals .image-container.long-portrait .image-preview-container {
  /*  padding-bottom: 220.58823%;*/  }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.landscape-visuals .image-container.long-portrait .image-preview-container {
        /*padding-bottom: 250%;*/ } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.landscape-visuals .image-container.long-portrait .image-preview-container {
        /*padding-bottom: 250%;*/ } }
.module.landscape-visuals .image-container .image-description {
    margin: 15px 0 0;
    padding: 0;
    max-width: 580px;
    width: 100%; }
.module.landscape-visuals .image-container .image-description h5.image-caption {
    color: #808080;
    font-size: 12px;
    line-height: 20px;  }
.module.landscape-visuals .image-container .image-description h5.image-caption a, .module.landscape-visuals .image-container .image-description h5.image-caption a:active, .module.landscape-visuals .image-container .image-description h5.image-caption a:visited, .module.landscape-visuals .image-container .image-description h5.image-caption a:focus {
    color: #2b2b2b;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline; }
.module.landscape-visuals .image-container .image-description h5.image-caption a:hover {
    color: #808080; }
.module.feature h1.title, .module.feature h3.title {
    color: #000000;
    font-family: "AtlasGroteskMedium", Arial, Helvetica, sans-serif;
    font-size: 20px;  }
.module.feature h3.title.mid-header {
    font-family: "Baskerville10Pro", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 32px;
    margin: 39px 0 52px 0; }
.module.feature ul li {
    width: 32.20339%;
    margin-bottom: 55px; }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .module.feature ul li {
        margin: 0 1.49690% 0 0;
        margin-bottom: 30px;  } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .module.feature ul li {
        margin: 0 1.49690% 0 0;
        margin-bottom: 30px; } }
.module.feature ul li:nth-child(3n+3) {
    margin-right: 0; }
.module.feature ul li:nth-child(3n+1) {
    clear: both; }
.module.feature ul li .image-container {
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%; }
    .module.feature ul li .image-container > a
    {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #f8f8f8;
    }
    
.module.feature ul li .image-container .image-preview-container {
    padding-bottom: 62.5%; }
.module.feature ul li .image-container.portrait .image-preview-container {
    padding-bottom: 125%;  }
.module.feature ul li .image-container.square .image-preview-container {
    padding-bottom: 100%; }
.module.feature ul li .image-container .image-description h4, .module.feature ul li .image-container .image-description h5 {
    color: #000000;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 14px;  }
.module.feature ul li .image-container .image-description h4.event-title {
    line-height: 25px;
    margin: -3px 0 0; }
h5.event-secondarytitleFirstCapLetter {
    line-height: 25px;
    margin: -3px 0 0; 
    text-transform: capitalize;
}

.module.feature ul li .image-container .image-description h5.exhibition {
    color: #000000;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    text-transform: none;
    line-height: 20px; }
.module.feature ul li .image-container .image-description h5.exhibition.exhibition-location ,
	.module.feature ul li .image-container .image-description h5.exhibition.exhibition-date {
    margin: 0 0 18px 0; }
.module.feature ul li .image-container .image-description .add-separator:before {
    border-top: 1px solid #000;
    height: 17px; }
.module.feature ul li .image-container .image-description a:link {
    color: #000000; }
.module.feature ul li .image-container .image-description h4, .module.feature ul li .image-container .image-description h5, .module.feature ul li .image-container .image-description h5 > a {
    -webkit-transition: color 0.2s, opacity 0.2s;
    -moz-transition: color 0.2s, opacity 0.2s;
    -ms-transition: color 0.2s, opacity 0.2s;
    -o-transition: color 0.2s, opacity 0.2s;
    transition: color 0.2s, opacity 0.2s; }
.module.feature ul li a {
    -webkit-transition: color 0.2s, opacity 0.2s;
    -moz-transition: color 0.2s, opacity 0.2s;
    -ms-transition: color 0.2s, opacity 0.2s;
    -o-transition: color 0.2s, opacity 0.2s;
    transition: color 0.2s, opacity 0.2s;
    z-index: 99;
    /* position:relative;*/  }
.module.feature ul li:hover > a, .module.feature ul li:hover > .image-container > .image-description h4, .module.feature ul li:hover > .image-container > .image-description h5, .module.feature ul li:hover > .image-container > .image-description h5 > a, .module.feature ul li:focus > a, .module.feature ul li:focus > .image-container > .image-description h4, .module.feature ul li:focus > .image-container > .image-description h5, .module.feature ul li:focus > .image-container > .image-description h5 > a {
    color: #808080;
    opacity: 1; }
.module.feature .related-lots {
   /* padding-bottom: 35px;*/ }
.module.feature .related-lots h1.title, .module.feature .related-lots h3.title {
    margin-top: 20px;
    margin-bottom: 25px; }
.module.feature .related-lots ul li .image-container a.image-preview-container {
    display: inline-block; }
.module.feature .related-lots ul li .image-description h4.event-title:nth-child(1), .module.feature .related-lots ul li .image-description h4.event-title:nth-child(2) {
    font-weight: bold; 
    text-transform: none; }
.module.feature .related-lots ul li .image-description h4 {
    font-family: "AtlasGroteskMedium", Arial, Helvetica, sans-serif; 
    font-size: 14px;}
.module.feature .related-lots ul li a.view-event {
    text-decoration: underline; }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.feature .related-lots a.view-event {
        display: none;  } }
.module.feature .related-lots .button-wrapper {
  /*  margin-top: 35px;  */}
.module.feature .related-sales h1.title, .module.feature .related-sales h3.title {
    margin-top: 27px;
    margin-bottom: 10px;  }
.module.feature .related-sales ul li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
    padding-top: 20px;
    /*margin: 0px;*/
}
.module.feature .related-sales ul li .image-container .image-preview-container, .module.feature .related-sales ul li .image-container .image-description {
    float: left;  }
.module.feature .related-sales ul li .image-container .image-preview-container {
     padding-bottom: 62.5%;
	/* width: 50%; */	
	 }
.module.feature .related-sales ul li .image-container .image-preview-container img{
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	display: block;
}
.module.feature .related-sales ul li .image-container .image-description {
    margin: 10px auto 0px auto;
    /*padding-left: 20px; */
    width: 100%; /* Changed for CAL-36 */ }
.module.feature .related-sales ul li .image-container .image-description h4.event-title {
    margin: 0 0 13px 0;  }
h5 .event-secondarytitleFirstCapLetter:first-letter {
    margin: 0 0 13px 0;  
    text-transform: capitalize;
}
.module.feature .related-sales ul li .image-container .image-description h5 {
    display: inline-block;
	color: #575757;
    font-family: "AtlasGroteskMedium", Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;  }
	.module.feature ul li .image-container .image-description h5.exhibition.exhibition-date.divider--left{margin-left: 10px;}
	.divider--left {
		margin-left: 10px;
		padding-left: 10px;
		position: relative;
	}
		.divider--left::before{
			content: '';
			width: 0;
			border-color: #ccc;
			border-style: solid;
			border-width: 0;
			height: 1em;
			border-left-width: 1px;
			position: absolute;
			left: 0;
			top: 4px;
			bottom: 0;
		}
	
body.Chinese .module.feature .related-sales ul li .image-container .image-description h5,
body.Chinese .floating-module .header h6 a,
body.Chinese .floating-module .header h6 {font-size: 14px;} 
  
.module.feature .related-sales ul li .image-container .image-description .add-separator:before {
    border-top: 1px solid #000;
    height: 17px;  }
.module.feature .related-sales ul li a.view-event {
    float: right;
    padding-left: 20px;
    width: 50%; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.feature .related-sales ul li a.view-event {
        display: none;   } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.feature .related-sales ul li a.view-event {
        display: none;   } }
.module.feature .related-sales ul li:hover > a, .module.feature .related-sales ul li:hover > .image-container > .image-description h4, .module.feature .related-sales ul li:hover > .image-container > .image-description h5, .module.feature .related-sales ul li:hover > .image-container > .image-description h5 > a, .module.feature .related-sales ul li:focus > a, .module.feature .related-sales ul li:focus > .image-container > .image-description h4, .module.feature .related-sales ul li:focus > .image-container > .image-description h5, .module.feature .related-sales ul li:focus > .image-container > .image-description h5 > a {
    color: #808080;
    opacity: 1; }
.module.feature .related-features h1.title, .module.feature .related-features h3.title {
    margin-top: 52px;
    margin-bottom: 7px;  }
.module.feature .related-features h3.title.mid-header {
    margin-top: 54px; }
.module.feature .related-features .image-container {
    float: left;
    max-width: 33.33333%;
    width: 33.33333%; }
.module.feature .related-features .image-container .image-preview-container {
    padding-bottom: 62.5%; }
.module.feature .related-features .image-description {
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
    width: 66.66667%;  }
.module.feature .related-features .image-description > a {
    z-index: 99;
    position: relative;
    cursor: pointer;
    display: inline-block; }
.module.feature .related-features .image-description h4 {
    color: #000000;
    font-family: "Baskerville10Pro", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 0px 0;  }
.module.feature .related-features .image-description h5 {
    color: #000000;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-transform: none;  }
    .module.feature .related-features .image-description h5 > p {
    color: #000000;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
}
.module.feature .related-features:hover > .image-container > .image-description h4, .module.feature .related-features:hover > .image-container > .image-description h5, .module.feature .related-features:hover > .image-container > .image-description h5 > a, .module.feature .related-features:focus > .image-container > .image-description h4, .module.feature .related-features:focus > .image-container > .image-description h5, .module.feature .related-features:focus > .image-container > .image-description h5 > a {
    color: #808080;
    opacity: 1;  }
.module.feature .related-features .table-grid tbody tr td {
    padding: 30px 0 12px 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.feature .related-features .table-grid tbody tr td {
        float: left;
        padding-bottom: 30px;
        width: 100%;   } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.feature .related-features .table-grid tbody tr td {
        float: left;
        padding-bottom: 30px;
        width: 100%;   } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.feature .related-features .table-grid tbody tr td:first-child:after {
        margin-right: 0;   } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.feature .related-features .table-grid tbody tr td:first-child:after {
        margin-right: 0;   } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.feature .related-features .table-grid tbody tr td:last-child:after {
        margin-right: 0; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.feature .related-features .table-grid tbody tr td:last-child:after {
        margin-left: 0;  } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.feature .related-features .table-grid tbody tr td:last-child .image-container {
        margin-left: 0;  } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.feature .related-features .table-grid tbody tr td:last-child .image-container {
        margin-left: 0;   } }
.module.feature .related-features .table-grid tbody tr td .image-container {
    max-width: 30.51111%;
    width: 30.51111%; }
.module.feature .related-features .table-grid tbody tr td .image-container .image-preview-container {
    float: left;
    padding-bottom: 62.5%;
    width: 100%; }
.module.feature .related-features .table-grid tbody tr td .image-container .image-preview-container .image-preview {
    width: 100%; }
.module.feature .related-features .table-grid tbody tr td .image-container .image-preview-container:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color 0.4s, border-bottom 0.2s;
    -moz-transition: background-color 0.4s, border-bottom 0.2s;
    -ms-transition: background-color 0.4s, border-bottom 0.2s;
    -o-transition: background-color 0.4s, border-bottom 0.2s;
    transition: background-color 0.4s, border-bottom 0.2s;
    background-color: transparent;
    border-bottom: 0 solid #D70C00;
    content: '';
    position: absolute;
    z-index: 1;  }
.module.feature .related-features .table-grid tbody tr td .image-container .image-preview-container > a:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color 0.4s, border-bottom 0.2s;
    -moz-transition: background-color 0.4s, border-bottom 0.2s;
    -ms-transition: background-color 0.4s, border-bottom 0.2s;
    -o-transition: background-color 0.4s, border-bottom 0.2s;
    transition: background-color 0.4s, border-bottom 0.2s;
    background-color: transparent;
    border-bottom: 0 solid #D70C00;
    content: '';
    position: absolute;
    z-index: 99;  }
.module.feature .related-features .table-grid tbody tr td .image-description {
    padding-right: 10px;
    width: 69.48889%;  }
.module.feature .related-features .table-grid tbody tr td:last-child .image-description {
    width: 67.4889%; }
.module.feature .related-features .table-grid tbody tr td:hover > .image-description h4, 
.module.feature .related-features .table-grid tbody tr td:hover > .image-description h5, 
.module.feature .related-features .table-grid tbody tr td:hover > .image-description h5 > a, 
.module.feature .related-features .table-grid tbody tr td:focus > .image-description h4, 
.module.feature .related-features .table-grid tbody tr td:focus > .image-description h5, 
.module.feature .related-features .table-grid tbody tr td:focus > .image-description h5 > a {
    color: #808080;
    opacity: 1;  }
.module.feature .related-features .table-grid tbody tr td:hover > .image-container > .image-preview-container:after, 
.module.feature .related-features .table-grid tbody tr td:focus > .image-container > .image-preview-container:after {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid #D70C00; }
.module.feature .related-features .table-grid tbody tr td:hover > .image-container > .image-preview-container .play,
.module.feature .related-features .table-grid tbody tr td:focus > .image-container > .image-preview-container .play {
	background-color: transparent;
    opacity: 1; }	
.module.feature .related-features .table-grid tbody tr:first-of-type td {
    padding-top: 0;  }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module.feature .related-features .table-grid tbody tr:first-of-type td:nth-child(2) {
        padding-top: 30px;     } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module.feature .related-features .table-grid tbody tr:first-of-type td:nth-child(2) {
        padding-top: 30px;     } }
.module.feature .related-dept-artist {
    margin-top: 36px;
    padding-bottom: 30px; }
.module.feature .related-dept-artist h1.title {
    margin-bottom: 25px; }
.module.feature .related-dept-artist ul li {
    float: left;
    margin: 0 1.69490% 0 0;
    position: relative;
    width: 32.20339%;  }
.module.feature .related-dept-artist ul li:nth-child(3n+3) {
    margin-right: 0;  }
.module.feature .related-dept-artist ul li:before {
    border-bottom: 1px solid #cccccc;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	pointer-events:none;
    position: absolute;
    -webkit-transition: border-bottom 0.2s;
    -moz-transition: border-bottom 0.2s;
    -ms-transition: border-bottom 0.2s;
    -o-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;  }
.module.feature .related-dept-artist ul li:hover:before, .module.feature .related-dept-artist ul li:focus:before {
    border-bottom: 1px solid #D70C00;  }
.module.feature .related-dept-artist ul li:hover a, .module.feature .related-dept-artist ul li:focus a {
    color: #575757; }
.module.feature .related-dept-artist ul li a {
    color: #000000;
    display: block;
    font-family: "Baskerville10Pro", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    padding: 30px 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  }
/*.module.feature .related-dept-artist ul li:nth-child(1) a, .module.feature .related-dept-artist ul li:nth-child(2) a, .module.feature .related-dept-artist ul li:nth-child(3) a {
    padding-top: 0; }*/
.module .table-grid {
    border: 0;
    width: 100%;  }
.module .table-grid tbody tr td {
    padding: 20px 0 !important;
    position: relative;
    vertical-align: top;
    width: 46.61018%;   }
.module .table-grid tbody tr td:first-child:after {
    margin-right: 1.69490%; }
.module .table-grid tbody tr td:last-child:after {
    margin-left: 1.69490%;  }
.module .table-grid tbody tr td:last-child .image-container {
    margin-left: 10px; }
.module .table-grid tbody tr:nth-child(2n+2) td:after {
    border-bottom: 1px solid #cccccc;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;  }
.module .table-grid tbody tr:nth-child(2n+1) td:after {
    border-bottom: 1px solid #cccccc;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;  }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .module-body-text {
        max-width: 80%; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .module-body-text {
        max-width: 85%; } }
.module-body-text.question-answer {
    margin: 51px auto 0; }
.module-body-text.list {
    margin: 40px auto 0; }
.footer-link {
    margin: 30px auto 70px;
    max-width: 580px;
    width: 100%;  }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-link {
        max-width: 83%;  } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .footer-link {
        max-width: 83%;  } }
.footer-link h5 {
    color: #808080;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 62px 0;  }
.footer-link h5 .italics, .footer-link h5 .italics:link, .footer-link h5 .italics:active, .footer-link h5 .italics:focus {
    color: #808080;
    font-family: "AtlasGroteskRegularItalic", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline; }
.footer-link h6 {
    color: #808080;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 29px;
    margin: 0;  }
.pull-quotes  {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0 1px 0;
    color: #333;
    font-family: "Baskerville10ProItalic", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin: 33px auto 0;
    padding: 32px 95px 30px;
    text-align: center;
    max-width: 780px;
    width: 100%; }
.pull-quotes p { font-size: 30px;}
.pull-quotes a, .pull-quotes a:active, .pull-quotes a:visited, .pull-quotes a:focus {
    color: #2b2b2b;
    text-decoration: underline; }
.pull-quotes a:hover {
    color: #808080; }
.blockquotes {
    border: 0;
    display: inline-block;
    margin: 0 auto 29px;
    max-width: 580px;
    padding: 0;
    width: 100%; }
.blockquotes ul li {
    float: left;
    list-style: none;
    position: relative; }
.blockquotes ul li:first-child {
    width: 12%; }
.blockquotes ul li:nth-child(2) {
    border-left: 1px solid #ccc;
    padding-left: 20px; }
.blockquotes ul li:last-of-type {
    width: 88%; }
.blockquotes.bullets ul li:first-child {
    width: 8.62095%; }
.blockquotes.bullets ul li:nth-child(2) {
    border-left: 0;
    padding-left: 0; }
.blockquotes.bullets ul li:last-of-type {
    width: 91.37905%; }
.blockquotes .bq-author {
    color: #000000;
    display: inline-block;
    font-family: "Baskerville10Pro", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 25px;
    margin: 0;
    line-height: 30px;
    width: 100%; }
.blockquotes .bq-location {
    color: #000000;
    display: inline-block;
    font-family: "Baskerville10ProItalic", Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin: 0;
    line-height: 30px;
    width: 100%; }
.blockquotes.numbers .number {
    color: #000;
    background-color: transparent;
    display: inline-block;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0 0;
    text-align: center; }
.blockquotes.bullets .bullet:before {
    color: #000;
    content: '\25CF';
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 28px;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    margin-left: -0.3em; }
.floating-module {
   /* top: 277px;*/
   top: 208px;
    width: 15.25425%;  }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floating-module.absolute {
        position: relative;  } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .floating-module.absolute {
        position: relative;  } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floating-module {
        margin: -10px auto 0;
        max-width: 80%;
        top: auto;
        width: 100%;  } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .floating-module {
        margin: -10px auto 0;
        max-width: 85%;
        top: auto;
        width: 100%;   }  }
.floating-module.related-feature {
    border-top: 1px solid #cccccc; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floating-module.related-feature.absolute {
        margin-top: 0;
        position: relative; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .floating-module.related-feature.absolute {
        margin-top: 0;
        position: relative; }}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
      .floating-module.related-feature {
        display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .floating-module.related-feature {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floating-module.related-feature {
        top: auto !important;
        width: 100%; }}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .floating-module.related-feature {
        top: auto !important;
        width: 100%; }}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floating-module.related-feature .image-container {
        float: left; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .floating-module.related-feature .image-container {
        float: left; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floating-module.related-feature .image-container .image-preview-container {
        float: left;
        padding-bottom: 18.33555% !important;
        width: 29.33555% !important;  } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .floating-module.related-feature .image-container .image-preview-container {
        float: left;
        padding-bottom: 18.33555% !important;
        width: 29.33555% !important; }}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floating-module.related-feature .image-container .image-description {
        float: left;
        margin: 0 0 0 1.49690%;
        max-width: 68%;
        width: auto; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .floating-module.related-feature .image-container .image-description {
        float: left;
        margin: 0 0 0 1.49690%;
        max-width: 68%;
        width: auto; }}
.floating-module.related-feature .image-container .image-description h4 {
    font-family: "Baskerville10Pro", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 18px;
    margin: 0 0 10px 0; }
.floating-module.related-feature .image-container .image-description a, 
.floating-module.related-feature .image-container .image-description a:active, 
.floating-module.related-feature .image-container .image-description a:visited {
    color: #2b2b2b;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 14px; 
    text-decoration: underline; }
.floating-module.related-feature .image-container .image-description a:hover {
    color: #808080;
}
.floating-module .header {
    float: left;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 0 0;
    width: 100%; }
.floating-module .header h5 {
    color: #808080;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px; }
.floating-module .header > h6 {
    text-transform: uppercase; }
.floating-module .header h6, .floating-module .header h6 a, .floating-module .header h6 a:active, .floating-module .header h6 a:focus, .floating-module .header h6 a:visited, .floating-module .header h6 a:hover {
    color: #990000;
    font-family: "AtlasGroteskMedium", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 14px; }
.floating-module .subheader {
    float: left;
    border-bottom: 1px solid #cccccc;
    padding: 8px 0;
    width: 100%; }
.floating-module .subheader:last-child {
    border-top: 0;
}
.floating-module .subheader h5 {
    color: #808080;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px; }
.floating-module .subheader h6, .floating-module .subheader h6 a {
    color: #2b2b2b;
    font-family: "Baskerville10Pro", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px; }
.floating-module .header h6 a:active, .floating-module .header h6 a:focus, .floating-module .header h6 a:visited, .floating-module .header h6 a:hover {
    text-decoration: underline; }		
.floating-module .subheader a, .floating-module .subheader a:active, .floating-module .subheader a:visited {
    color: #2b2b2b;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;}
.floating-module .subheader a:hover {
    color: #808080;
}
.module.landscape-visuals .floating-module h3.title, .module.landscape-visuals .floating-module h1.title {
    color: #2b2b2b;
    float: left;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
    margin: 20px 0 18px;
    text-align: left;
    width: 100%; }
.floating-module .image-container {
    border-bottom: 1px solid #cccccc;
    margin: 0 !important;
    padding-bottom: 15px !important;
    width: 100% !important; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floating-module .image-container.portrait {
        float: left; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .floating-module .image-container.portrait {
        float: left;  } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floating-module .image-container.portrait .image-preview-container {
        float: left;
        padding-bottom: 0px;
        width: 29.33555% !important;  } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .floating-module .image-container.portrait .image-preview-container {
        float: left;
        padding-bottom:0px;
        width: 29.33555% !important; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floating-module .image-container.portrait .image-description {
        float: left;
        margin: 0 0 0 1.49690%;
        width: auto;  }  }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .floating-module .image-container.portrait .image-description {
        float: left;
        margin: 0 0 0 1.49690%;
        width: auto;     }}
.floating-module .image-container .image-preview-container {
    margin-bottom: 0; }
.floating-module .image-container .image-preview-container:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color 0.4s, border-bottom 0.2s;
    -moz-transition: background-color 0.4s, border-bottom 0.2s;
    -ms-transition: background-color 0.4s, border-bottom 0.2s;
    -o-transition: background-color 0.4s, border-bottom 0.2s;
    transition: background-color 0.4s, border-bottom 0.2s;
    background-color: transparent;
    border-bottom: 0 solid #D70C00;
    content: '';
    position: absolute;
    z-index: 1; }
.floating-module .image-container .image-description h4 {
    color: #2b2b2b;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px 0;  }
.floating-module .image-container .image-description h5 {
    color: #575757;
    font-size: 11px;
    line-height: 20px; }
.floating-module .image-container .image-description h5.exhibition.exhibition-date {
    margin: 0; }
.floating-module .image-container .image-description .add-separator:before {
    border-top: 1px solid #000;
    height: 20px; }
.floating-module .image-container .image-description a.view-event, .floating-module .image-container .image-description a.view-event:active, .floating-module .image-container .image-description a.view-event:visited {
    color: #2b2b2b;
    margin: 13px 0 0; 
    text-decoration: underline;}
.floating-module .image-container .image-description a.view-event:hover {
    color: #808080;
}
.floating-module .image-container .image-description h4, .floating-module .image-container .image-description h5, .floating-module .image-container .image-description a {
    -webkit-transition: color 0.2s, opacity 0.2s;
    -moz-transition: color 0.2s, opacity 0.2s;
    -ms-transition: color 0.2s, opacity 0.2s;
    -o-transition: color 0.2s, opacity 0.2s;
    transition: color 0.2s, opacity 0.2s; }
.floating-module .image-container:hover > .image-description h4, .floating-module .image-container:hover > .image-description h5, .floating-module .image-container:hover > .image-description a, .floating-module .image-container:focus > .image-description h4, .floating-module .image-container:focus > .image-description h5, .floating-module .image-container:focus > .image-description a {
    color: #808080;
    opacity: 1;  }
.floating-module .image-container:hover .image-preview-container:after, .floating-module .image-container:focus .image-preview-container:after {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid #D70C00; }
.button-wrapper {
    text-align: center;
    margin-top: 46px;
}

.play-slide {
    background-color: rgba(0, 0, 0, 0.25);
    background-image: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 3em;
    height: 40px;
    line-height: 40px;
    position: absolute;
    overflow: hidden;
    opacity: 1;
    width: 40px;
    right: 10px;
    top: 10px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.play-slide:before {
    color: #fff;
    content: '\0025';
    font-family: 'Christies';
    font-size: 3.1em;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: -2px;
    width: 100%;
}

.play-slide:hover, .play-slide:focus, .play-slide:active {
    background-color: black;
}
.social-icons-wrapper {
    float: left;
    margin-top: 20px;
    width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .social-icons-wrapper {
        text-align: center;
        margin-top: 60px;      } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .social-icons-wrapper {
        text-align: center;      } }
.social-icons-wrapper .social-icons {
    color: #000;
    display: inline-block;
    margin-right: 15px;  }
.social-icons-wrapper .social-icons:last-of-type {
    margin-right: 0; }
.social-icons-wrapper .social-icons .social {
    background-color: white;
    border: 1px solid #cccccc;
    color: #000;
    height: 3.75055em;
    width: 3.75055em;
    opacity: 1;
    position: relative;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;  }
.social-icons-wrapper .social-icons .social:before {
    font-family: "Christies";
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    text-align: center; }
.social-icons-wrapper .social-icons .social.mail:before {
    font-size: 3.5em;
    line-height: 1.0;
    content: '\004A';  }
.social-icons-wrapper .social-icons .social.facebook:before {
    font-size: 3.0em;
    line-height: 1.2;
    content: '\0054';  }
.social-icons-wrapper .social-icons .social.twitter:before {
    font-size: 3.85em;
    line-height: 1.0;
    content: '\0057';  }
.social-icons-wrapper .social-icons:hover > .social, .social-icons-wrapper .social-icons:focus > .social, .social-icons-wrapper .social-icons:active > .social {
    background-color: black;
    color: #fff;  }
.lightbox-mask {
    background: #000;
    position: fixed;
    z-index: 99990;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.lightbox-container {
  background: black;
  height: 100%;
  padding: 0 0 60px;
  position: absolute;
  width: 100%;
  z-index: 99999;
  left: 0;
  top: 0; }
  .lightbox-container .inner-container .lightbox-carousel {
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .lightbox-container .inner-container .lightbox-carousel ul li {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .lightbox-container .inner-container .lightbox-carousel ul li .image-preview {
        position: absolute;
        top: 0;
        right: 7.5em;
        bottom: 0;
        left: 7.5em;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
      .lightbox-container .inner-container .lightbox-carousel ul li .image-description {
        position: absolute;
        top: 0;
        right: 7.5em;
        bottom: 0;
        left: 66.66666%;
        width: auto;
        background: rgba(0, 0, 0, 0.9);
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        .lightbox-container .inner-container .lightbox-carousel ul li .image-description h5 {
          color: #fff;
          font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-weight: normal;
          line-height: 20px; }
          .lightbox-container .inner-container .lightbox-carousel ul li .image-description h5 a {
            color: #fff;
            position: relative;
            text-decoration: underline; 
            z-index: 1; }
      .lightbox-container .inner-container .lightbox-carousel ul li.show-content .image-preview {
        background-position: top right;
        right: 33.33333%; }
      .lightbox-container .inner-container .lightbox-carousel ul li.show-content .image-description {
        margin: 0 !important;
        padding: 15px !important;
        opacity: 1; }
      .lightbox-container .inner-container .lightbox-carousel ul li.active {
        opacity: 1; }
  .lightbox-container .inner-container .lightbox-buttons-container {
    background: transparent;
    height: 200px;
    right: 15px;
    top: 15px;
    margin-top: 0;
    position: fixed;
    width: 40px;
    z-index: 5; }
  .lightbox-container .inner-container .count-container {
    color: #808080;
    font-family: "AtlasGroteskMedium", Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    padding-left: 0;
    position: absolute;
    top: 83px;
    right: 15px;
    width: 40px;
    text-align: center; }
    .lightbox-container .inner-container .count-container span {
      color: #808080;
      font-family: "AtlasGroteskMedium", Arial, Helvetica, sans-serif;
      font-size: 11px;
      padding-left: 3px; }
      .lightbox-container .inner-container .count-container span:first-child {
        padding-right: 3px;
        padding-left: 0; }
  .lightbox-container button.gallery-button {
    border: 2px solid #808080;
    height: 40px;
    position: absolute;
    opacity: 1;
    width: 40px;
    z-index: 1000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px; }

    .lightbox-container button.gallery-button.gallery-button-close {
      top: 0; }
    .lightbox-container button.gallery-button.gallery-button-next {
      top: 55%; }
    .lightbox-container button.gallery-button.gallery-button-previous {
      top: 78%; }
    .lightbox-container button.gallery-button.gallery-button-info {
      top: 101%; }

    button.gallery-button {
      background-color: rgba(0,0,0,0) !important;
      border: 2px solid #808080;
      color: #fff;
      height: 40px;
      line-height: 40px;
      position: absolute;
      opacity: 1;
      text-align: center;
      width: 40px;
      z-index: 1000;

      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px; 

    -webkit-transition: background-color .4s, color .2s;
    -moz-transition: background-color .4s, color .2s;
    -ms-transition: background-color .4s, color .2s;
    -o-transition: background-color .4s, color .2s;
    transition: background-color .4s, color .2s;  }

    button.gallery-button:not([disabled]):hover, button.gallery-button.gallery-button-info.active {
        background-color: #fff !important;
        background-image: none;
        border: 2px solid #fff;
        color: #000; }

   button.gallery-button:before {
        font-family: 'Christies';
        font-size: 2.5em;
        height: 100%;
        left: 0;
        position: absolute;
        text-align: center;
        text-indent: 0;
        top: -2px;
        width: 100%;
   }

  button.gallery-button.gallery-button-close:before {
    content: '\0027'; }
  button.gallery-button.gallery-button-previous:before {
    content: '\002E'; }
  button.gallery-button.gallery-button-next:before {
    content: '\002F'; }
  button.gallery-button.gallery-button-info:before {
    content: '\E600'; }

@media only screen and (min-width: 1280px) {
  .lightbox-container .inner-container .lightbox-carousel ul li .image-description .count-container {
    display: none; } }
@media only screen and (min-width: 320px) and (max-width: 1279px) {
  .lightbox-container .inner-container .lightbox-carousel ul li .image-preview {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

  .lightbox-container .inner-container .lightbox-carousel ul li .image-description {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: initial;
    right: 0;
    bottom: -200px;
    left: 0;
    margin: 0;
    padding: 25px 15px 15px !important;
    width: 100% !important;
    z-index: 1001;
    -webkit-transition: bottom 0.15s ease-out;
    -moz-transition: bottom 0.15s ease-out;
    -ms-transition: bottom 0.15s ease-out;
    -o-transition: bottom 0.15s ease-out;
    transition: bottom 0.15s ease-out; }
  .lightbox-container .inner-container .lightbox-carousel ul li .image-description.active {
    bottom: 0;
    opacity: 1;
    -webkit-transition: bottom 0.25s ease-in;
    -moz-transition: bottom 0.25s ease-in;
    -ms-transition: bottom 0.25s ease-in;
    -o-transition: bottom 0.25s ease-in;
    transition: bottom 0.25s ease-in; }
  .lightbox-container .inner-container .lightbox-carousel ul li .image-description h5 {
    margin: 15px auto;
    max-width: 768px; }
  .lightbox-container .inner-container .lightbox-carousel ul li .image-description h5 a {
    color: #fff;
    text-decoration: underline;  }
  .lightbox-container .inner-container .count-container {
    display: none; }
  .lightbox-container .inner-container .lightbox-carousel ul li .image-description .count-container {
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 768px;
    padding-left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1001; }
  .lightbox-container .inner-container .lightbox-carousel ul li .image-description .count-container span:first-of-type {
    padding-left: 0; }
  .lightbox-container .inner-container .lightbox-buttons-container {
    background-color: rgba(0, 0, 0, 0.9);
    height: 60px;
    right: 0;
    top: -60px;
    left: 0;
    width: 100%;
    z-index: 5;
    -webkit-transition: top 0.15s ease-out;
    -moz-transition: top 0.15s ease-out;
    -ms-transition: top 0.15s ease-out;
    -o-transition: top 0.15s ease-out;
    transition: top 0.15s ease-out; }
  .lightbox-container .inner-container .lightbox-buttons-container.active {
    top: 0;
    -webkit-transition: top 0.25s ease-in;
    -moz-transition: top 0.25s ease-in;
    -ms-transition: top 0.25s ease-in;
    -o-transition: top 0.25s ease-in;
    transition: top 0.25s ease-in; }
  button.gallery-button.gallery-button-close {
    right: 10px;
    top: 10px !important; }
  button.gallery-button.gallery-button-previous {
    left: 10px;
    top: 10px !important; }
  button.gallery-button.gallery-button-next {
    left: 60px;
    top: 10px !important; }
  button.gallery-button.gallery-button-info {
    display: none;
    left: 110px;
    top: 10px !important; }
 }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .lightbox-container .inner-container .lightbox-carousel ul li .image-description.active {
    -webkit-transition: bottom 0.75s ease-in;
    -moz-transition: bottom 0.75s ease-in;
    -ms-transition: bottom 0.75s ease-in;
    -o-transition: bottom 0.75s ease-in;
    transition: bottom 0.75s ease-in; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .lightbox-container .inner-container .lightbox-carousel ul li .image-description.active {
    -webkit-transition: bottom 0.75s ease-in;
    -moz-transition: bottom 0.75s ease-in;
    -ms-transition: bottom 0.75s ease-in;
    -o-transition: bottom 0.75s ease-in;
    transition: bottom 0.75s ease-in; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .lightbox-container .inner-container .lightbox-carousel ul li .image-description.active {
    -webkit-transition: bottom 0.75s ease-in;
    -moz-transition: bottom 0.75s ease-in;
    -ms-transition: bottom 0.75s ease-in;
    -o-transition: bottom 0.75s ease-in;
    transition: bottom 0.75s ease-in; } }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .lightbox-container .inner-container .lightbox-buttons-container.active {
    -webkit-transition: top 0.85s ease-in;
    -moz-transition: top 0.85s ease-in;
    -ms-transition: top 0.85s ease-in;
    -o-transition: top 0.85s ease-in;
    transition: top 0.85s ease-in; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .lightbox-container .inner-container .lightbox-buttons-container.active {
    -webkit-transition: top 0.85s ease-in;
    -moz-transition: top 0.85s ease-in;
    -ms-transition: top 0.85s ease-in;
    -o-transition: top 0.85s ease-in;
    transition: top 0.85s ease-in; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .lightbox-container .inner-container .lightbox-buttons-container.active {
    -webkit-transition: top 0.85s ease-in;
    -moz-transition: top 0.85s ease-in;
    -ms-transition: top 0.85s ease-in;
    -o-transition: top 0.85s ease-in;
    transition: top 0.85s ease-in; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    a, a:active, a:focus {
        color: #2b2b2b;
    }
    a:hover {
        color: #808080 !important;
    }
    .module.feature .related-sales ul li .image-container .image-preview-container {
        width: 100% !important;
        max-width: 100%;
        /* padding-bottom: 129%; */
		padding-bottom:62.5%; /* changed for CAL 36*/
    }
    .module.feature .related-lots ul li .image-container > a {
        display: block;
        position: relative;
    }
    .module.feature .related-lots ul li .image-container > a > img {
       width: 100%;
        max-width: 100%;
    }
    .module.feature .related-lots ul li .image-container > a:after {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transition: background-color 0.4s , border-bottom 0.2s;
          -moz-transition: background-color 0.4s , border-bottom 0.2s;
          -ms-transition: background-color 0.4s , border-bottom 0.2s;
          -o-transition: background-color 0.4s , border-bottom 0.2s;
          transition: background-color 0.4s , border-bottom 0.2s;
          background-color: transparent;
          border-bottom: 0 solid #D70C00;
          content: '';
          position: absolute;
          z-index: 1; }
    .module.feature .related-lots ul li:hover > .image-container > a:after, 
    .module.feature .related-lots ul li:focus > .image-container > a:after {
      height: 100%;
      background-color: rgba(0, 0, 0, 0.15);
      border-bottom: 3px solid #D70C00; }

    .hero-container {
        margin-top: 0;
    }

    .module.feature .related-sales ul li .image-container .image-description {
        margin: 0 auto;
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .module.feature .related-dept-artist ul li {
        width: 48%;
        max-width: 48%;
    }

    .floating-module .header {
        padding: 0 !important;
        border-bottom: 0;
    }

    .floating-module .subheader {
        border-top: 1px solid #ccc;
    }

    .module.feature .related-dept-artist ul li:nth-child(2n+1) {
        margin-right: 18px;
    }

    .module.feature .related-dept-artist ul li:nth-child(3) a {
        padding-top: 30px;
    }

    .module.feature .related-dept-artist ul li:nth-child(2n) {
        margin-right: 0;
    }

    .module.feature .related-dept-artist ul li:nth-child(3n+1) {
        clear: none;
    }

    .lightbox-container .inner-container .lightbox-carousel ul li .image-description {
        background: none !important;
        background-color: rgba(0, 0, 0, 0.9) !important;
    }

    .lightbox-container .inner-container .lightbox-carousel ul li .image-description h5 a {
        color: #fff !important;
        text-decoration: underline;
    }

    button.gallery-button {
        background: none !important;
        background-color: rgba(0,0,0,0) !important;
    }
    button.gallery-button:not([disabled]):hover {
        background-color: #fff !important;
        border: 2px solid #fff !important;
        color: #000 !important; }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 1) {
    a, a:active, a:focus {
        color: #2b2b2b !important;
    }
    a:hover {
        color: #808080 !important;
    }
    .lightbox-container .inner-container .lightbox-carousel ul li .image-description {
        background: none !important;
        background-color: rgba(0, 0, 0, 0.9) !important;
    }

    .lightbox-container .inner-container .lightbox-carousel ul li .image-description h5 a {
        color: #fff !important;
        text-decoration: underline;
    }

    button.gallery-button {
        background: none !important;
        background-color: rgba(0,0,0,0) !important;
    }
    button.gallery-button:not([disabled]):hover {
        background-color: #fff !important;
        border: 2px solid #fff !important;
        color: #000 !important; }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
    .hero-container {
        margin-top: 0 !important;
    }
    .hero-container.full-screen .image-preview-container {
        margin-top: 0;
    }
    .module.landscape-visuals .image-container .image-preview-container {
        margin-bottom: 0;
    }
    .module.feature .related-dept-artist ul li a {
        line-height: 20px;
    }
    .content-container {
        padding-left: 0;
        padding-right: 0;
    }
    .pull-quotes {
        margin: 33px auto 31px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .module.landscape-visuals {
        padding-top: 30px !important;
        padding-bottom: 0;
    }
    .module.feature {
        padding-left: 15px;
        padding-right: 15px;
    }
    .module.landscape-visuals h1.title {
        font-size: 35px;
        line-height: 40px;
        margin: 0 auto 15px !important;
        padding-left: 15px;
        padding-right: 15px;
       /* text-align: left !important;*/
    }
    .module.landscape-visuals h2.secondary-title {
        font-size: 16px;
        line-height: 25px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .module.landscape-visuals h3.secondary-title {
        font-size: 16px;
        line-height: 25px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }
    .content-container .absolute {
        position: initial;
        top: 0;
    }
    .floating-module {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .module.landscape-visuals .image-container {
        margin-top: 40px;
        padding-bottom: 0;
    }
    .module.landscape-visuals .image-container .image-description {
        max-width: 100%;
        display: inline-block;
        margin: 20px 0 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .module.landscape-visuals .image-container.landscape.double .image-description {
        padding-left: 15px;
        padding-right: 15px;
    }
    .module.landscape-visuals .image-container.long-portrait .image-description {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        width: 64.06555%;
    }
    .module.landscape-visuals .image-container.portrait .image-description {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 66.56555%;
        padding-left: 0;
        padding-right: 0;
    }
    .module.landscape-visuals .image-container.landscape {
        width: 100%;
    }
    .module.landscape-visuals .image-container.square {
        width: 100%;
        max-width: 100%;
    }
    .module.landscape-visuals .image-container.landscape.double {
        width: 100%;
        max-width: 100%;
    }
    .module.landscape-visuals .image-container.landscape.double .two-columns {
        display: block;
        margin: 0 auto 35px;
        max-width: 100%; /*66.56555%;*/ /*83.33333%;*/
        width: 100%; /*66.56555%;*/ /*83.33333%*/
    }
    .module.landscape-visuals .image-container.landscape.double .two-columns:last-child {
        margin-bottom: 0;
    }
    .module.landscape-visuals .image-container.portrait {
        margin-bottom: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .module.landscape-visuals .image-container.portrait .image-preview-container {
       /* padding-bottom: 83.12555%;*/
        width: 66.56555%;
        margin: 0 auto;
        float: none;
    }
    .module.landscape-visuals .image-container.long-portrait {
        margin-bottom: 20px;
        padding-bottom: 0;
        width: 100%;
    }
    .module.landscape-visuals .image-container.long-portrait .image-preview-container {
        /*padding-bottom: 141.56555%; /*130.43555%;*/
        width: 64.06555%; /*59.42355%;*/
        margin: 0 auto;
        float: none;
    }
    .module-body-text {
        margin: 33px auto 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .module-body-text.list {
        margin: 40px auto 0;
    }
    aside.floating-module .image-container {
        float: left;
        padding-bottom: 40px !important;
    }
    aside.floating-module .image-container.portrait .image-preview-container {
        float: left !important;
        padding-bottom: 0px;
        width: 100% !important;
    }
    aside.floating-module .image-container .image-preview-container {
        width: 60% !important;
    }
    aside.floating-module .image-container .image-description {
        padding: 0 !important;
    }
    aside.floating-module .image-container.portrait .image-description {
        display: inline-block !important;
        max-width: 100% !important;
        width: 100%;
    }
    .social-icons-wrapper {
        margin: 40px 0;
        text-align: center;
    }
    .module.feature ul li {
        margin-bottom: 40px;
        margin-right: 0 !important;
        max-width: 100%;
        width: 100% !important;
    }
    .module.feature ul li:last-child {
        margin-bottom: 0;
    }
    .button-wrapper {
        padding: 15px;
    }
    .button-wrapper a.buttons {
        width: 100%;
    }
    .module.feature h1.title, .module.feature h3.title {
        margin-bottom: 28px;
    }
    .module.feature ul li .image-container .image-description h4, .module.feature ul li .image-container .image-description h5 {
        line-height: 20px;
    }
    .module.feature .related-dept-artist {
        margin-top: 57px;
    }
    .module.feature .related-dept-artist ul li:nth-child(1) a {
        padding-top: 0;
    }
    .module.feature .related-dept-artist ul li a {
        line-height: 20px;
    }
    .module.feature .related-sales ul li {
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 0;
    }
    .module.feature .related-lots {
        padding-bottom: 40px;
    }
    .module.feature .related-lots .button-wrapper {
        margin-top: 40px;
    }
    .floating-module .header {
        border-bottom: none;
    }
    .floating-module.related-feature {
        border-top: none;
        display: none;
    }
    .module .table-grid tbody tr td {
        padding: 30px 0 10px !important;
        width: 100%;
        max-width: 100%;
        float: left;
    }
    .module.feature .related-sales h1.title, .module.feature .related-sales h3.title {
        margin-bottom: 5px;
    }
    .module.feature .related-features h3.title.mid-header {
        margin-bottom: 52px !important;
    }
    .module.feature .related-features h1.title, .module.feature .related-features h3.title {
        margin-bottom: 0;
        margin-top: 0;
    }
    .module.feature .related-features .table-grid tbody tr td .image-container {
        max-width: 100%; /*40%;*/
        width: 100%; /*40%;*/
    }
    .module.feature .related-features .table-grid tbody tr td .image-description {
        width: 100% !important; /*60%;*/
        padding: 17px 0 0;
    }
    .floating-module .header h6 {
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
    }
    .floating-module .header h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .floating-module .subheader {
        border-top: 1px solid #ccc;
        margin-top: 2px;
        padding: 16px 0 16px;
    }
    .floating-module > .subheader:nth-child(2) {
        border-bottom: 0;
    }
    .floating-module .subheader h5 {
        font-size: 14px;
        line-height: 20px;
        width: auto;
        float: left;
        margin: 0;
        padding-right: 5px;
    }
    .floating-module .subheader h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        text-transform: none;
    }
    .floating-module h2.author {
        border-bottom: 1px solid #ccc;
        float: left;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 15px 0;
        width: 100%;
    }
    .floating-module h3.title {
        font-size: 16px;
        line-height: 16px;
    }
    .module.feature .related-features .table-grid tbody tr td .image-container .image-preview-container {
        float: left;
        padding-bottom: 64.5%;
        width: 100%;
    }
    .module .table-grid tbody tr td:last-child .image-container {
        margin-left: 0;
    }
    .module.feature .related-features .table-grid tbody tr td:last-child .image-description {
        width: 60%;
    }
    .module.feature .related-features .table-grid tbody tr:first-of-type td {
        padding: 30px 0 12px 0;
    }
    .lightbox-container .inner-container .lightbox-carousel ul li.active {
        cursor: pointer;
    }
    /*.module.feature .related-dept-artist ul li:last-of-type:before {
        border-bottom: 0;
    }*/
    .blockquotes.bullets > ul {
        float: left;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .blockquotes.bullets ul li:first-child {
        width: 40px;
    }
    .blockquotes ul li:last-of-type {
        padding-left: 8px !important;
        width: 88% !important;
    }
    .blockquotes.bullets .bullet:before {
        font-size: 22px;
        left: 20px;
        margin-left: 0;
    }
    aside.floating-module a.view-event {
        border: 2px solid #000;
        color: #2b2b2b;
        display: inline-block;
        font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        height: 48px;
        line-height: 44px !important;
        padding: 0 1.5em;
        text-align: center;
        text-decoration: none;
        text-transform: none;
        background-color: transparent;
        white-space: nowrap;
        content: '';
        -webkit-transition: background-color .4s,color .2s;
        -moz-transition: background-color .4s,color .2s;
        transition: background-color .4s,color .2s;
        width: 100%;
    }
    aside.floating-module a.view-event:hover {
        background-color: #000;
        color: #fff;
    }
}

/************Gigya Social Icons CSS****************/
.SocialBlock {
    float: left;
    margin: 20px 0;
    width: 100%; }
.SocialBlock .list.share-tags {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0; }
.SocialBlock .gig-bar-container *,
.SocialBlock div.gig-reactions-container,
.SocialBlock .gig-reactions-container span,
.SocialBlock .gig-reactions-container a:visited,
.SocialBlock .gig-reactions-container a:link,
.SocialBlock .gig-reactions-container a:active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #4d4d4d;
    cursor: pointer;
    float: none;
    font-family: arial;
    font-size: inherit;
    /*height: 3.75055em;*/
    padding: 0;
    position: relative;
    text-decoration: none;
   /* width: 3.75055em;*/
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    margin-top: 0;
    height:40px;
    width:40px;
}

.SocialBlock .gig-button-container {
    background-color: white;
    border: 1px solid #cccccc;
    color: #000;
    height: 3.75055em;
    width: 3.75055em;
    opacity: 1;
    margin-bottom: 0;
    position: relative;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: background-color .4s,color .2s;
    -moz-transition: background-color .4s,color .2s;
    -ms-transition: background-color .4s,color .2s;
    -o-transition: background-color .4s,color .2s;
    transition: background-color .4s,color .2s;
}

.SocialBlock .gig-button-container:before {
    font-family: "Christies";
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    text-align: center;
}

.SocialBlock .gig-button-container-email:before {
    font-size: 3.5em;
    line-height: 1.0;
    content: '\004A';
}

.SocialBlock .gig-button-container-facebook:before {
    font-size: 3.0em;
    line-height: 1.2;
    content: '\0054';
}

.SocialBlock .gig-button-container-twitter:before {
    font-size: 3.85em;
    line-height: 1.0;
    content: '\0057';
}

.SocialBlock .gig-button-container:hover, .SocialBlock .gig-button-container:focus, .SocialBlock .gig-button-container:active {
    background-color: black;
    color: #fff;
}

#ShareDiv-reaction0-facebook_img {
    background-image: none !important;
    background-position: inherit;
}

#ShareDiv-reaction1-twitter_img {
    background-image: none !important;
    background-position: inherit;
}

#ShareDiv-reaction2-email_img {
    background-image: none !important;
    background-position: inherit;
}

.SocialBlock .gig-bar-container table tr > td {
    padding-right: 18px;
}

.SocialBlock .gig-bar-container table tr > td:last-child {
    padding-right: 0;
}

#ShareDiv {
    height: auto !important;
    width: auto !important;
    display: -webkit-inline-box;
    margin-top: 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .SocialBlock {
    float: left;
    margin: 40px 0;
    width: 100%; }
    .x-copyright-notice .copyright {
        padding-top: 0;
        padding-bottom: 0;     }
    #ShareDiv_gig_containerParent {
        width: 100%;
        text-align: center;     }
    #ShareDiv {
        display: -webkit-inline-box;
        margin-top: 0 !important;      } 
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .SocialBlock {
    float: left;
    margin: 40px 0;
    width: 100%; }
    .x-copyright-notice .copyright {
        padding-top: 0;
        padding-bottom: 0;     }
    #ShareDiv_gig_containerParent {
        width: 100%;
        text-align: center;     }
    #ShareDiv {
        margin-top: 0 !important;
        display: -webkit-inline-box;     }
}

.play {
    background-image: none;
    font-size: 1em;
    line-height: 40px;
    height: 40px;
    width: 40px;
	
	-webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: -1.5em 0 0 -1.5em;
    padding: 0;
    position: absolute;
    opacity: 0.7;
    left: 50%;
    top: 50%;
    z-index: 1;
}

.play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    border-top: .9em solid transparent;
    border-bottom: .9em solid transparent;
    border-left: .9em solid #fff;
    content: "";
    font-size: 1em;
    margin-top: -0.85em;
    margin-left: -0.1805em;
}
.play:not([disabled]):hover {
    background-color: transparent;
    opacity: 1;
}
.floating-module.related-feature .image-container .image-description h4 > p {
    font-family: "Baskerville10Pro", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 18px;
    margin: 0 0 10px 0;
    line-height: 23px;
}
.floating-module.related-feature .image-container .image-description 
{
    color:#000;
    font-size: 14px;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    
}
.module.feature .button-wrapper > a {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    margin-top: 0px!important;
    margin-bottom: 60px;
}


.button-wrapper a.buttons 
{
    margin-bottom:60px;
}
@media only screen and (max-width: 1279px) and (min-width: 1024px)
{
.module.landscape-visuals .image-container .image-preview-container {
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
.module.landscape-visuals .image-container .image-preview-container {
    padding-bottom: 0px;
}
.play-slide:before
{
 left: -6px;
}
button.gallery-button:before {
     left: -1px;
}


}

.module.landscape-visuals .image-preview-container .image-preview {

position:relative;
}
.floating-module .image-container a .image-preview-container .image-preview,
.floating-module .image-container .image-preview-container .image-preview
{
/*padding-bottom:125%; */
padding-bottom:62.5%; /* changed for CAL-36 */
}
.hero-container .image-preview-container
{
    padding-bottom: 62.5%; 
}
    
.caption-article { line-height:20px;}
.floating-module.absolute.posright.related-feature.clearfix .image-container .image-preview-container .image-preview{
padding-bottom: 63%;
background-size: 100% auto;
}
.caption-article { line-height:20px;}
.floating-module.absolute.posright.related-feature.clearfix .image-container .image-preview-container .image-preview{
padding-bottom: 63%;
background-size: 100% auto;
}

.module-body-text.list .numbers .bq-author, .module-body-text.list .numbers .bq-author p{
	font-family: baskerville10pro,"LyonRegular",Arial,Helvetica,sans-serif;
}
.module-body-text.list .numbers .bq-location, .module-body-text.list .numbers .bq-location p {
	font-family: baskerville10proitalic,"LyonRegular",Arial,Helvetica,sans-serif;
}
.related-dept-artist.clearfix ul.clearfix li a{
text-transform: capitalize;
}

.image-description .image-caption > p {
    line-height: 20px;
}
.module-body-text.list > p {
	margin-top:40px;
}
.module-body-text.list  blockquote.blockquotes.numbers, .module-body-text.list  blockquote.blockquotes.numbers ul.clearfix{
 margin-bottom: 0;
}

.module-body-text.question-answer > h4 {
 font-weight:normal;
}
.blockquotes.bullets  span.bq-location  a {
	color:#2b2b2b;
}
/*
.image-preview-container {
text-align:center;
background-color:#fff;
}

.image-preview-container img.image-preview{
width:auto !important;
}
*/
/* changed for CAL-36 */
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) and (min-device-width: 320px)
{
.module.feature .related-lots ul li .image-container > a > img {
    width: 100%;
}
}