/*
Theme Name: Open Eye Gallery
Author: SB Studio
Author URI: http://www.sb-studio.co.uk
Version: 1.0
*/
/*
RESETS ------------------------
*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;}

@font-face {
  font-family: 'TradeGothicLTStd-BdCn20';
  src: url('/fonts/TradeGothicLTStd-BdCn20.eot');
  src: url('/fonts/TradeGothicLTStd-BdCn20.woff2') format('woff2'),
       url('/fonts/TradeGothicLTStd-BdCn20.woff') format('woff'),
       url('/fonts/TradeGothicLTStd-BdCn20.ttf') format('truetype'),
       url('/fonts/TradeGothicLTStd-BdCn20.svg#TradeGothicLTStd-BdCn20') format('svg'),
       url('/fonts/TradeGothicLTStd-BdCn20.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/*
RESETS END --------------------
*/

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
} 

html, body {
	overflow-x: hidden !important;
}

html { overflow-y: scroll; }

* {
	box-sizing: border-box;
}

body {
	color: #000000;
	background-color: #ffffff;
	text-rendering: optimizeLegibility;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	-webkit-text-size-adjust: 100%;
}

body a {
	color: #000000;
	text-decoration: none;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

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

/*
HEADING STYLES --------------------
*/

h2 {
	position: relative;
	width: 100%; height: auto;
	font-family:"TradeGothicLTStd-BdCn20","Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: calc(16px + 0.02 * (100vmin - 320px)); 
	letter-spacing: 0;
	text-align: center; text-transform: uppercase;
	font-style: normal; font-weight: normal;
	color: #000000;
	line-height: 2;
}

/*
HEADER CONTENT STYLES --------------------
*/

.header-wrap {
	position: fixed;
	width: 100%; height: auto;
	max-width: 1330px;
	top: 0; left: 50%;
    margin-right: -50%;
	-ms-transform: translate(-50%, -0%);
	-moz-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	-o-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
	background-color: #ffffff;
	padding-top: 20px;
	z-index: 9999;
	-moz-box-shadow: 6px 6px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 6px 6px 8px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 8px rgba(0,0,0,0.1);
}

.header-wrap.scroll {
	height: 100% !important;
	overflow-y: scroll !important;
}

.header-wrap-dummy {
	position: relative;
	width: 100%;
	display: none;
}

.lookHeader{
	background:#e6e7e8;
	padding: 185px 0 40px 0;
}
.lookHeader img{
	width:30%;
	max-width:500px;
	min-width:150px;
	display:block;
	margin: auto;
}
.lookHolder{
	width:90%;
	max-width: 1200px;
	margin:30px auto;
}
.eventListing{
	display: flex;
	justify-content: start;
}
.eventListing .thumbnail{
	padding-bottom:15%;
	min-width:25%;
	margin-right:5vw;
	background-size: cover;
	background-position: center;
}

.lookHolder a + a{
	margin-top:2vw;
	display: block;
}
.eventInfo * + *{
	margin-top:1.5vw;
}
.eventInfo .dateTime, .eventInfo .eventTitle{
	font-family:"Basis Grotesque Pro Regular",'motor', 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	text-transform: uppercase;
}
.eventInfo .description{
	font-family: Arial;
}
.eventInfo h3{
	font-size: 1.5em;
}

.archive.term-3 .eventInfo .dateTime, .archive.term-3 .eventInfo .eventTitle{
	font-family: 'TradeGothicLTStd-BdCn20';
	text-transform: uppercase;
}

.header-wrap .inner-wrap {
	position: relative;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px); 
	height: auto;
	max-width: 1165px;
	margin: 0 auto;
}


.header-wrap .header-logo {
	position: absolute;
	width: 123px; height: 104px;
	left: 0;
	background: url(/wp-content/uploads/2015/11/main-header-logo.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 99;
}

.header-wrap .header-logo.small {
	width: 77px !important;
	height: 65px !important;
}



@media only screen and (max-width: 610px) {
.header-wrap .header-logo {
	position: relative;
	display: block;
}
}

.header-wrap .header-menu {
	position: relative;
	width: 100%; height: auto;
	text-align: center;
	list-style: none;
	font-size: 0;
	padding-top: 85px;
	padding-bottom: 20px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	z-index: 2;
	padding-left:5%;
}

.header-wrap .header-menu.small {
	padding-top: 48px !important;
}

@media only screen and (max-width: 610px) {
.header-wrap .header-menu {
	display: none;
}
}

.header-wrap .header-menu .header-menu-item {
	position: relative;
	display: inline-block;
	margin-left: 15px; margin-right: 15px;
	font-size: 17px; letter-spacing: .02em;
	cursor: pointer;
	transition:color .3s linear;
    -o-transition:color .3s linear; 
    -moz-transition:color .3s linear; 
    -webkit-transition:color .3s linear;
}

@media only screen and (max-width: 720px) {
.header-wrap .header-menu .header-menu-item {
	margin-left: 7px; margin-right: 7px;
}
}

.header-wrap .header-menu .header-menu-item:first-child { margin-left: 0px; }
.header-wrap .header-menu .header-menu-item:last-child { margin-right: 0px; }

.header-wrap .header-menu .header-menu-item:hover {
	color: #939498;
}

.header-wrap .header-menu .header-menu-item .header-menu-arrow {
	display: none;
}

.header-wrap .header-menu .header-menu-item .arrow {
	position: absolute;
    width: 8px; height: 8px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 50%;
    margin-left: -4px;
    margin-top: 16px;
    border: 1px solid #939498;
    z-index: 1;
}

.header-wrap .header-menu .header-menu-item .white-overlay {
	position: absolute;
    width: 100%; height: 10px;
    background-color: #ffffff;
    margin-top: 10px;
    z-index: 2;
}

.header-wrap .sub-menu {
	position: relative;
	width: 100%; height: auto;
	padding-top: 25px; padding-bottom: 25px;
	border-top: 1px solid #939498;
	text-align: center;
	list-style: none;
	font-size: 0;
	z-index: 1;
	display: none;
	opacity: 0;
}

.header-wrap .sub-menu .sub-menu-item {
	display: inline-block;
	margin-left: 15px; margin-right: 15px;
	font-size: 17px; letter-spacing: .05em;
	text-transform: uppercase;
	cursor: pointer;
	transition:color .3s linear;
    -o-transition:color .3s linear; 
    -moz-transition:color .3s linear; 
    -webkit-transition:color .3s linear;
}

.header-wrap .social-menu {
	position: absolute;
	top: 0; right: 0;
	font-size: 0;
	text-align: right;
	z-index: 99;
}

.header-wrap .social-menu .social-menu-item {
	display: inline-block;
	width: 30px; height: 30px;
	margin-left: 9px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}   
    
.header-wrap .social-menu .social-menu-item[data-title]:after {
    content: attr(data-title);
    padding: 4px 10px;
    background-color: rgba(0,0,0,0.8);
    border: 1px solid #ffffff;
    color: #ffffff;
    position: absolute;
    margin-left: -16px;
    top: 80%;
    white-space: nowrap;
    z-index: 20px;
    font-family: "Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: 0;
}

.header-wrap .social-menu .social-menu-item[data-title]:hover:after {
  opacity: 1;
}

/* Mobile Nav Toggle */

.nav-toggle-wrap {
	position: absolute;
	width: 25px; height: 25px;
	top: 17px; right: 0;
	display: none;
}

@media only screen and (max-width: 610px) {
.nav-toggle-wrap {
	display: block;
}
}

#nav-toggle { 
	position: absolute;
	cursor: pointer; 
	top: 0; left: 0;
}

#nav-toggle { cursor: pointer; padding: 10px 25px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: #000000;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -8px; 
}
#nav-toggle span:after {
  bottom: -8px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* Bottom Header */

.header-wrap .bottom-header {
	position: relative;
	width: 100%; height: auto;
	border-top: 1px solid #939498;
	padding-top: 25px; padding-bottom: 50px;
	display: none;
	opacity: 0;
}

@media only screen and (max-width: 610px) {
.header-wrap .bottom-header {
	display: none !important;
	opacity: 0 !important;
}
}

.header-wrap .bottom-header-section {
	position: relative;
    width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px); 
    height: auto;
    max-width: 1165px;
    margin: 0 auto;
    text-align: left;
    font-size: 0;
}

.header-wrap .bottom-header-section .column {
	display: inline-block;
	vertical-align: text-top;
}

.header-wrap .bottom-header-section .column.left {
	width: 855px;
}

/* Calendar Events */

.header-wrap .bottom-header-section .calendar-events-wrap {
	position: relative;
	width: 100%; height: auto;
}

.header-wrap .bottom-header-section .calendar-events-wrap 
.calendar-event-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
	margin-bottom: 30px;
	text-align: left;
}

.header-wrap .bottom-header-section .calendar-events-wrap 
.calendar-event-wrap h4 {
	position: relative;
	width: 100%; height: auto;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 15px; text-transform: uppercase;
	letter-spacing: .05em;
	color: #000000;
}

.header-wrap .bottom-header-section .calendar-events-wrap 
.calendar-event-wrap h2 {
	position: relative;
	width: 100%; height: auto;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 34px; line-height: 1em;
	text-align: left;
	color: #000000;
}

.header-wrap .bottom-header-section .column.right {
	width: 295px;
}

@media only screen and (max-width: 1200px) {
.header-wrap .bottom-header-section .column.right {
	display: block;
	margin-top: 20px;
}

.header-wrap .bottom-header-section .column.right 
.ui-datepicker {
	margin: inherit !important;
}
}

.header-wrap .bottom-header-section .calendar-close {
	position: relative;
	width: 185px; height: 50px;
	margin-top: 60px;
	border: 2px solid #000000;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; line-height: 47px;
	letter-spacing: .05em; text-transform: uppercase;
	text-align: center;
	color: #000000;
	cursor: pointer;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

@media only screen and (max-width: 610px) {
.header-wrap .bottom-header-section .calendar-close { 
	width: 110px; height: 30px;
	margin-top: 35px;
	font-size: 10px; line-height: 27px;
	border: 1px solid #000000;
}
}

.header-wrap .bottom-header-section .calendar-close:hover {
	background-color: #000000;
	color: #ffffff;
}

/* Section Divider Line */

.section-divider-line {
	position: relative;
	width: 100%; max-width: 1220px;
	height: 1px;
	background-color: #999999;
	margin: 0 auto;
}

/* Mobile Dropdown Content */

.mobile-dropdown-wrap {
	position: relative;
	width: 100%; height: auto;
	background-color: #f2f2f4;
	padding-bottom: 30px;
	display: none;
}

.mobile-dropdown-wrap .mobile-menu {
	position: relative;
	width: 100%; height: auto;
	text-align: left;
	list-style: none;
	font-size: 0;
	z-index: 2;
}

.mobile-dropdown-wrap .mobile-menu 
.mobile-menu-item {
	position: relative;
	display: block;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 1px solid #999999;
	color: #000000;
}

.mobile-dropdown-wrap .mobile-menu 
.mobile-menu-item.search {
	background-color: #000000;
	color: #ffffff;
}

.mobile-dropdown-wrap .mobile-menu 
.mobile-menu-item.active {
	background-color: #dbddde;
}

.mobile-dropdown-wrap .mobile-menu 
.mobile-menu-item .arrow {
	position: absolute;
	width: 12px; height: 6px;
	top: 50%; margin-top: -3px;
    right: 32px;
	background: url(/wp-content/uploads/2015/11/mobile-menu-arrow.png);
    background-size: cover;
}

.mobile-dropdown-wrap .mobile-menu 
.mobile-menu-item .donate-symbol {
	position: absolute;
	width: 20px; height: 15px;
	top: 50%; margin-top: -7px;
    right: 28px;
	background: url(/wp-content/uploads/2015/11/mobile-donate.png);
    background-size: cover;
}

.mobile-dropdown-wrap .mobile-menu 
.mobile-menu-item .search-symbol {
	position: absolute;
	width: 20px; height: 18px;
	top: 50%; margin-top: -9px;
    right: 28px;
	background: url(/wp-content/uploads/2015/11/mobile-search.png);
    background-size: cover;
}

.mobile-dropdown-wrap .mobile-sub-menu {
	position: relative;
	width: 100%; height: auto;
	text-align: left;
	list-style: none;
	font-size: 0;
	background-color: #dbddde;
	z-index: 2;
	display: none;
}

.mobile-dropdown-wrap .mobile-sub-menu 
.mobile-sub-menu-item {
	position: relative;
	display: block;
	padding-left: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px; text-transform: uppercase;
	letter-spacing: .03em;
	cursor: pointer;
	border-bottom: 1px solid #999999;
}

.mobile-dropdown-wrap .mobile-social-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-top: 25px; padding-bottom: 25px;
	text-align: center;
	border-bottom: 1px solid #999999;
}

.mobile-dropdown-wrap .mobile-social-wrap 
.mobile-social-icon {
	display: inline-block;
	width: 24px; height: 24px;
	margin-left: 12px; margin-right: 12px;
	vertical-align: text-top;
	background: no-repeat 50% 50%;
    background-size: cover;
}

.mobile-dropdown-wrap .mobile-dropdown-close {
	position: relative;
	width: 110px; height: 30px;
	margin: 0 auto;
	margin-top: 25px; padding-bottom: 25px;
	font-size: 10px; line-height: 30px;
	text-align: center;
	letter-spacing: .03em;
	text-transform: uppercase;
	border: 1px solid #000000;
}

/* ////////////////// */
/* NEW HOMEPAGE BLOCKS */
/* ////////////////// */

#homepageBlocks, .additionalBlocks{
    width: 90%;
	margin: auto;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.additionalInner{
	width: 90%;
}

.additionalBlocks .colourBlock .blockHeader{
    height: 100%;
    bottom: inherit;
}

.page-template-new-exhibitions .blog-slideshow-wrap{
	height: 80vh;
}

.page-template-new-exhibitions .additionalBlocks{
	padding: 60px 0px;
}

.page-template-new-exhibitions .additionalBlocks .colourBlock{
	flex-basis: calc(33.33% - 1vw);
}

.page-template-new-exhibitions .additionalBlocks > div{
	margin-bottom: 0px;
}

.page-template-new-exhibitions .blog-slideshow-wrap .blog-slideshow .blog-slideshow-slide .outer-text-wrap .text-wrap{
    background: #f2f2f2;
    width: 100%;
    left: 0px;
}

.page-template-new-exhibitions .arrowInner{
	background: #f2f2f2;
}

#homepageBlocks > div,
.additionalBlocks > div,
.exhibitionBlocks > div{
	position: relative;
}
.smallwidth,
.additionalBlocks > div{
	flex-basis:calc(50% - 1vw);
	padding-bottom:32%;
    margin-bottom: calc(100px + 2vw);
}

.additionalBlocksHolder{
	width: 100%;
	background:#f2f2f2;
}

.largewidth{
	flex-basis:100%;
	padding-bottom: 32%;
	display: inline-block;
	margin-bottom: calc(100px + 2vw);
}
#homepageBlocks .imageBlock{
	background-size: cover;
	background-position: center;
}

.blockHeader{
	text-align: center;
	color:#fff;
	font-family:'TradeGothicLTStd-BdCn20';
	font-size: 40px;
	position: absolute;
	bottom: -98px;
	width:100%;
	height:100px;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 1px;
	transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
	text-transform: uppercase;
}
.imageBlock a:hover .blockHeader,
.imageBlock a:focus .blockHeader{
	min-height: calc(20% + 98px);
}
.colourBlock .blockHeader{
	height: calc(100% + 98px);
}

.exhibitionBlocks{
	display: flex;
	flex-wrap: wrap;
}
.exhibitionBlocks .imageBlock{
	background-position: center;
	background-size: cover;
	padding-bottom: 40%;
}
.exhibitionBlocks a,
.eventListing a,
#homepageBlocks a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Taxonomy Grid Content */

.taxonomy-grid-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-top: 185px; padding-bottom: 80px;
	background-color: #f6f6f6;
}

.blog-grid-wrap {
	padding-top: 0px;
}

@media only screen and (max-width: 610px) {
	.taxonomy-grid-wrap {
		padding-top: 40px;
	}
}

.footerLogo {
    height: 50px;
    padding: 0 40px;
    width: auto;
    display: inline-block;
}

.footerLogo img{
    height: 100%;
    width: auto;
}

.footerLogos{
    padding-top: 70px;
    margin: auto;
    position: relative;
}

/* Homepage Shop Carousel Content */

.shop-slider-wrapper {
	position: relative;
	width: 1814px; height: auto;
	left: 50%; margin-left: -907px;
	margin-top: 150px;
}

@media only screen and (max-width: 610px) {
.shop-slider-wrapper  { margin-top: 60px; }
}

.shop-slider-wrapper .shop-slider-title {
	margin-bottom: 60px;
}

@media only screen and (max-width: 610px) {
.shop-slider-wrapper .shop-slider-title  { margin-bottom: 25px; }
}

.shop-slider-wrap {
    position: relative;
    width: 100%;
    height: 610px;
    margin: 0 auto;
}

@media only screen and (max-width: 610px) {
.shop-slider-wrap { height: 240px; }
}

.shop-slider-wrap .shop-slider-overlay-wrap {
	position: absolute; 
	width: 100%; height: 100%; 
	top: 0; left: 0; 
	background-color: rgba(0,0,0,0.8); 
	z-index: 999;
}

.shop-slider-wrap .shop-slider-overlay-wrap .overlay-text {
	position: relative;
	width: 100%; height: auto;
	padding-top: 130px;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 72px; line-height: 1.2em;
	text-align: center;
	color: #ffffff;
}

@media only screen and (max-width: 610px) {
.shop-slider-wrap .shop-slider-overlay-wrap .overlay-text { padding-top: 60px; font-size: 24px; }
}

.shop-slider {
    position: relative;
    width: auto;
    margin: 0 auto;
    height: 610px;
}

@media only screen and (max-width: 610px) {
.shop-slider { height: 240px; }
}

.shop-slider li {
    position: relative;
    width: 605px;
    height: 610px;
    cursor: pointer;
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 610px) {
.shop-slider li { width: 235px; height: 240px; }
}

.shop-slider-wrapper .externalControl {
	position: absolute;
	width: 100%; height: 8px;
	text-align: center;
    margin-top: -30px;
    z-index: 99;
}

@media only screen and (max-width: 610px) {
.shop-slider-wrapper .externalControl { display: none; }
}

.shop-slider-wrapper .externalControl a {
	width: 8px; height: 8px;
	background-color: #a6a8ab !important;
	color: transparent !important;
	display: inline-block;
	margin-left: 7px; margin-right: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition:background-color .3s linear; 
    -o-transition:background-color .3s linear; 
    -moz-transition:background-color .3s linear; 
    -webkit-transition:background-color .3s linear;
}

.shop-slider-wrapper .externalControl a:hover {
	color: transparent;
	background-color: #585859 !important;
}

.shop-slider-wrapper .externalControl a.active { 
	background-color: #585859 !important;
}

/* Homepage Newsletter Content */

.homepage-newsletter-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-top: 110px; padding-bottom: 110px;
	/* border-top: 1px solid #999999; */
	border-bottom: 1px solid #999999;
}

@media only screen and (max-width: 610px) {
.homepage-newsletter-wrap { padding-top: 50px; padding-bottom: 25px; }
}

.homepage-newsletter-wrap .title {
	position: relative;
	width: 100%; height: auto;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 30px; line-height: 1.5em;
	letter-spacing: .05em;
	text-align: center;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.homepage-newsletter-wrap .title { font-size: 15px; }
}

.homepage-newsletter-wrap .wpcf7-form {
	position: relative;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px); 
	max-width: 740px;
	height: 50px;
	margin: 0 auto;
	margin-top: 40px;
}

@media only screen and (max-width: 610px) {
.homepage-newsletter-wrap .wpcf7-form { height: 85px; margin-top: 25px; }
}

.homepage-newsletter-wrap .wpcf7-form .email-727 {
	position: absolute;
	width: 100%; height: 50px;
}

.homepage-newsletter-wrap .wpcf7-form .email {
	position: absolute;
    top: 0; left: 0;
    width: 100%; height: 50px;
    border: none;
    background: transparent;
    border: 1px solid #000000;
    font-family:"Basis Grotesque Pro Regular"	, 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 30px; line-height: 1.5em;
	letter-spacing: .05em;
    text-align: left;
	text-indent: 5px;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

@media only screen and (max-width: 610px) {
.homepage-newsletter-wrap .wpcf7-form .email-727 { height: 30px; }
.homepage-newsletter-wrap .wpcf7-form .email { height: 30px; font-size: 15px; }
}

.homepage-newsletter-wrap .wpcf7-form .wpcf7-submit {
	position: absolute;
	width: 50px; height: 50px;
	top: 0; right: 0;
	border: none;
	background: transparent;
	color: transparent;
	background: url(/wp-content/uploads/2015/11/homepage-newsletter-submit.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

@media only screen and (max-width: 610px) {
.homepage-newsletter-wrap .wpcf7-form .wpcf7-submit { 
	width: 110px; height: 30px; 
	top: inherit; bottom: 0; 
	padding: 0px;
	left: 50%; margin-left: -55px;
	right: inherit;
	border: 1px solid #000000;
	background-image: none;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 10px; line-height: 30px;
	letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
}

.ajax-loader {
	display: none !important;
}

.wpcf7-mail-sent-ok {
	display: none !important;
}

.wpcf7-validation-errors {
	display: none !important;
}

.homepage-newsletter-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    width: 300px;
    left: 0; bottom: -20px;
    color: #ffffff !important;
    font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
    font-size: 11px;
    text-align: left;
    display: block !important;
    margin-top: 0px !important;
}

/* Homepage Youtube Content */
 
.homepage-youtube-wrap {
	position: relative;
	width: 100%; height: auto;
	text-align: center;
	padding-top: 60px; padding-bottom: 60px;
	border-bottom: 1px solid #999999;
} 

@media only screen and (max-width: 610px) {
.homepage-youtube-wrap  { 
	display: none !important;
}
}

.homepage-youtube-wrap > div {
	position: relative;
	margin: 0 auto;
}

.homepage-youtube-wrap .ytce-gallery li {
	float: none !important;
	height: 210px !important;
	display: inline-block !important;
	vertical-align: text-top !important;
}

.homepage-youtube-wrap .ytce-gallery li:last-child {
	margin-right: 0px !important;
}

@media only screen and (max-width: 1235px) {
.homepage-youtube-wrap .ytce-gallery li:last-child { 
	display: none !important;
}
}

@media only screen and (max-width: 935px) {
	.homepage-youtube-wrap .ytce-gallery li:nth-child(3) { 
		display: none !important;
	}

}

@media only screen and (max-width: 615px) {
	.homepage-youtube-wrap .ytce-gallery li:nth-child(2) { 
		display: none !important;
	}
}

.homepage-youtube-wrap .ytce-gallery li div a {
	position: relative;
	width: 85%; height: auto;
	margin: 0 auto;
	margin-top: 10px !important;
	font-style: normal; font-weight: normal;
	font-family:"Basis Grotesque Pro Regular"	, 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; letter-spacing: .05em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #000000;
}

.homepage-youtube-wrap .homepage-youtube-title {
	margin-bottom: 35px;
}

.homepage-youtube-wrap .homepage-youtube-link {
	margin-top: 10px;
}

.homepage-youtube-wrap .homepage-youtube-link img {
	display: inline-block;
	width: 25px; height: 18px;
	margin-left: 10px;
}

/* Homepage Instagram Content */
 
.homepage-instagram-wrap {
	position: relative;
	width: 100%; height: auto;
	text-align: center;
	padding-top: 60px; padding-bottom: 60px;
	border-bottom: 1px solid #999999;
} 

@media only screen and (max-width: 610px) {
.homepage-instagram-wrap { 
	display: none;
}
}

.homepage-instagram-wrap .homepage-instagram-grid {
	position: relative;
	width: 100%; height: auto;
	font-size: 0;
	margin-top: 30px;
}

.homepage-instagram-wrap .homepage-instagram-grid p {
	display: inline-block;
}

.homepage-instagram-wrap .homepage-instagram-grid 
.homepage-instagram-grid-block {
	position: relative;
	display: inline-block;
	width: 297px; height: 297px;
	margin-left: 5px; margin-right: 5px;
	vertical-align: text-top;
	overflow: hidden !important;
    cursor: pointer;
}

.homepage-instagram-wrap .homepage-instagram-grid 
.homepage-instagram-grid-block br {
	display: none !important;
}

.homepage-instagram-wrap .homepage-instagram-grid 
.homepage-instagram-grid-block img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

@media only screen and (max-width: 930px) {
.homepage-instagram-wrap .homepage-instagram-grid 
p:last-child { 
	display: none;
}
}

@media only screen and (max-width: 615px) {
.homepage-instagram-wrap .homepage-instagram-grid 
p:nth-child(2) { 
	display: none;
}
}

.homepage-instagram-wrap .homepage-instagram-link {
	position: relative;
	width: auto; height: auto;
	display: block;
	margin-top: 35px;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 16px; letter-spacing: .05em;
	text-transform: uppercase;
	color: #000000;
}

/* Homepage Social Content */
 
.homepage-social-wrap {
	position: relative;
	width: 100%; 
	height: auto;
	text-align: center;
	padding:100px 0;
} 

@media only screen and (max-width: 720px) {
.homepage-social-wrap {
	padding-top: 25px; padding-bottom: 25px;
} 
}

.homepage-social-wrap .homepage-social-icon {
	display: inline-block;
	width: 38px; height: 38px;
	margin-left: 14px; margin-right: 14px;
	vertical-align: text-top;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/*
BLOG CONTENT STYLES --------------------
*/

/* Blog Slideshow */

.blog-slideshow-wrap {
	position: relative;
	width: 100%; 
	height: 100vh;
	margin-bottom:18vmax;
}

.downArrow{
	position: absolute;
	z-index: 9;
	bottom: 0px;
	width: 50px;
	height: 50px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	cursor: pointer;
}

.arrowInner{
	position: absolute;
	top: 0px;
	width: 50px;
	height: 50px;
	background: #FFF;
	transform: translate3d(0,50px,0);
	transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
}

.downArrow.appear .arrowInner{
	transform: translate3d(0,0,0);
}

.arrowInner img{
    width: 50px;
    height: 50px;
    transform: rotate(90deg);
}

.blog-slideshow-wrap .blog-slideshow {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

.blog-slideshow-wrap .blog-slideshow 
.blog-slideshow-slide {
	width: 100%; height: 100%;
	top: 0; left: 0;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blog-slideshow-wrap .blog-slideshow 
.blog-slideshow-slide .outer-text-wrap {
	position: absolute;
	width: 100%; height: 100%; 
	top: 0; left: 0;
	text-align: center;
}

.blog-slideshow-wrap .blog-slideshow 
.blog-slideshow-slide .outer-text-wrap .text-wrap {
	position: absolute;
	width: 88%; height:auto;
	top: 100%; left: 6%;
	background:#FFF;
	vertical-align: middle;
}
.blog-slideshow-wrap .blog-slideshow h2,
.blog-slideshow-wrap .blog-slideshow h1{
	color:inherit;
}

.blog-slideshow-wrap .blog-slideshow 
.blog-slideshow-slide .outer-text-wrap .text-wrap .text {
	 vertical-align: middle;
	font-family: 'TradeGothicLTStd-BdCn20';
	padding: 5vmax 20px;
}

.blog-slideshow-wrap  h1 {
	font-style: normal; font-weight: normal;
	font-size: calc(35px + 0.07 * (100vmin - 320px));
	letter-spacing: 0;
	text-transform: uppercase;
}
@media only screen and (max-width: 720px) {
	.blog-slideshow-wrap {
		/*display: none;*/
		height: 400px;
	}

	.blog-slideshow-wrap h1{
		font-size: calc(30px + 0.03 * (100vmin - 320px));
	}
}

.blog-slideshow-wrap .blog-slideshow 
.blog-slideshow-slide .outer-text-wrap .text-wrap .text h3 {
	font-style: normal; font-weight: normal;
	font-size: 24px; letter-spacing: .02em;
	text-transform: uppercase;
} 

.blog-slideshow-wrap .blog-slideshow 
.blog-slideshow-slide .outer-text-wrap .text-wrap .text .read-more {
	position: relative;
	width: 185px; height: 50px;
	margin: 0 auto;
	margin-top: 70px;
	border: 2px solid #ffffff;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; line-height: 47px;
	letter-spacing: .05em; text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.blog-slideshow-wrap .blog-slideshow 
.blog-slideshow-slide .outer-text-wrap .text-wrap .text .read-more:hover {
	background-color: #ffffff;
	color: #000000;
}

/* Blog Posts Content */
 
.blog-content-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-top: 15px;
	padding-top: 60px; padding-bottom: 65px;
	background-color: #f6f6f6;
} 

@media only screen and (max-width: 720px) {
.blog-content-wrap {
	margin-top: 0px;
	padding-top: 90px;
}
}

@media only screen and (max-width: 610px) {
.blog-content-wrap {
	padding-top: 15px;
	padding-bottom: 0px;
}
}

.blog-content-wrap .blog-menu-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-bottom: 50px;
	list-style: none;
	text-align: center;
	font-size: 0;
    z-index: 111;
}

@media only screen and (max-width: 610px) {
.blog-content-wrap .blog-menu-wrap { display: none; }
}

.blog-content-wrap .blog-menu-wrap .blog-menu-item {
	display: inline-block;
	margin-left: 25px; margin-right: 25px;
	font-family:"Basis Grotesque Pro Regular",'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; letter-spacing: .05em;
	text-transform: uppercase;
	color: #000000;
}

.blog-content-wrap .blog-menu-wrap .blog-menu-item.filter {
	border-bottom: 1px solid;
	border-color: transparent;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
    cursor: pointer;
}

.blog-content-wrap .blog-menu-wrap .blog-menu-item.filter.active {
	border-color: #000000;
}

.blog-content-wrap .blog-menu-wrap .blog-menu-item.filter:hover {
	border-color: #000000;
}

/* Blog Rolling Carousel */

.blog-carousel-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-bottom: 15px;
	background-color: #f6f6f6;
}

.blog-carousel-wrap .blog-carousel {
	position: relative;
	width: 100%; height: 780px;
	margin: 0 auto;
}

.blog-carousel-wrap .mobile-blog-carousel {
	display: none;
}

@media only screen and (max-width: 610px) {
.blog-carousel-wrap .blog-carousel {
	display: none;
}

.blog-carousel-wrap .mobile-blog-carousel {
	position: relative;
	width: 270px; height: auto;
	left: 50%; margin-left: -135px;
	display: block;
}
}

.blog-carousel-wrap .carousel-nav {
	position: absolute;
	width: 100%; height: 10px;
	bottom: -35px; left: 0;
	text-align: center;
	z-index: 999;
}

@media only screen and (max-width: 610px) {
.blog-carousel-wrap .carousel-nav {
	display: none;
}
}

.blog-carousel-wrap .carousel-nav a {
	width: 8px; height: 8px;
	background-color: #a6a8ab !important;
	color: transparent !important;
	display: inline-block;
	margin-left: 7px; margin-right: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition:background-color .3s linear; 
    -o-transition:background-color .3s linear; 
    -moz-transition:background-color .3s linear; 
    -webkit-transition:background-color .3s linear;
}

.blog-carousel-wrap .carousel-nav a:hover {
	color: transparent;
	background-color: #585859 !important;
}

.blog-carousel-wrap .carousel-nav .activeSlide { 
	background-color: #585859 !important;
}

.blog-carousel-wrap .blog-carousel 
.carousel-slide {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

.blog-carousel-wrap .blog-carousel 
.carousel-slide .inner-content {
	position: relative;
	width: 100%; height: auto;
	max-width: 1230px;
	margin: 0 auto;
}

.blog-carousel-wrap .blog-carousel 
.carousel-slide .blog-carousel-grid {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
}

.blog-carousel-wrap .blog-carousel 
.carousel-slide .blog-carousel-grid 
.blog-carousel-grid-block {
	position: relative;
	margin-left: 5px; margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

.mobile-blog-carousel .blog-carousel-grid-block {
	position: relative;
	width: 270px !important;
	height: 240px !important;
	margin-bottom: 10px;
}

.blog-carousel-grid-block.small-width { width: 297px; }
.blog-carousel-grid-block.medium-width { width: 604px; }
.blog-carousel-grid-block.large-width { width: 911px; }
.blog-carousel-grid-block.small-height { height: 325px; }
.blog-carousel-grid-block.large-height { height: 445px; }

@media only screen and (max-width: 1210px) {
.blog-carousel-grid-block.large-height {
	height: 325px;
}
}

@media only screen and (max-width: 915px) {
.blog-carousel-grid-block.large-width { width: 604px; }
}

@media only screen and (max-width: 610px) {
.blog-carousel-grid-block { width: 297px !important; }
}

.blog-carousel-grid-block.image-block {
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blog-carousel-grid-block .header, 
.blog-carousel-grid-block .footer {
	position: absolute;
	width: 100%; height: auto;
	left: 0;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 12px; letter-spacing: .03em;
	text-align: center; text-transform: uppercase;
	color: #ffffff;
	z-index: 1;
}

.blog-carousel-grid-block .header { top: 20px; }
.blog-carousel-grid-block .footer { bottom: 20px; }

.blog-carousel-grid-block .outer-text-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 2;
}

.blog-carousel-grid-block .outer-text-wrap .inner-text-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	display: table; vertical-align: middle;
	text-align: center;
}

.blog-carousel-grid-block .outer-text-wrap .inner-text-wrap 
.text {
	display: table-cell;
	vertical-align: middle;
	font-family: 'TradeGothicLTStd-BdCn20';
	color: #ffffff;
	letter-spacing: .02em;
	line-height: 1.2em;
	text-transform: uppercase;
}

.blog-carousel-grid-block .outer-text-wrap .inner-text-wrap 
.text.small { font-size: 44px; }
.blog-carousel-grid-block .outer-text-wrap .inner-text-wrap 
.text.medium { font-size: 60px; }
.blog-carousel-grid-block .outer-text-wrap .inner-text-wrap 
.text.large { font-size: 159px; }

@media only screen and (max-width: 610px) {
.blog-carousel-grid-block .outer-text-wrap .inner-text-wrap 
.text { font-size: 24px !important; }
}

.blog-carousel-grid-block .rollover-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color: rgba(0,0,0,0.9);
	opacity: 0;
	-webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
	z-index: 99;
}

@media only screen and (max-width: 610px) {
.blog-carousel-grid-block .rollover-wrap { display: none !important; }
}

.blog-carousel-grid-block:hover .rollover-wrap {
	opacity: 1;
}

.blog-carousel-grid-block .rollover-wrap .rollover-text {
	position: absolute;
	width: 185px; height: 50px;
	top: 50%; left: 50%;
    margin-right: -50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid #ffffff;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; line-height: 47px;
	letter-spacing: .05em; text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

/* Blog Post Content */
 
.blog-post-content-wrap {
	position: relative;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
	height: auto;
	max-width: 1220px;
	margin: 0 auto;
	padding-bottom: 60px; margin-bottom: 60px;
	border-bottom: 1px solid #999999;
	font-size: 0;
	text-align: center;
	display: block!important;
	opacity: 0;
} 

@media only screen and (max-width: 610px) {
.blog-post-content-wrap {
	padding-bottom: 35px;
}
}

.blog-post-content-wrap .blog-post-column {
	display: inline-block;
	vertical-align: text-top;
	font-size: 20px;
}

.blog-post-content-wrap .blog-post-column.left {
	width: 100%;
	max-width: 574px;
	margin-right: 40px;
}

@media only screen and (max-width: 1270px) {
.blog-post-content-wrap .blog-post-column.left { 
	margin-right: 0px;
	margin-bottom: 20px;
}
}

@media only screen and (max-width: 720px) {
.blog-post-content-wrap .blog-post-column.left {
	margin-top: 40px;
}
}

.blog-post-image-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-bottom: 7px;
}

@media only screen and (max-width: 610px) {
.blog-post-image-wrap {
	margin-bottom: 20px;
}
}

.blog-post-image-wrap .blog-post-image {
	position: relative;
	width: 100%; height: auto;
}

.blog-post-image-wrap .blog-post-image-caption {
	position: absolute;
	bottom: 12px; left: 10px;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 14px; letter-spacing: .03em;
	text-align: left;
	color: #ffffff;
}

@media only screen and (max-width: 610px) {
.blog-post-image-wrap .blog-post-image-caption {
	position: relative;
	font-size: 8px;
    bottom: inherit;
    left: 0;
    margin-top: 5px;
    color: #000000;
}
}

.blog-post-content-wrap .blog-post-column.right {
	width: 100%;
	max-width: 605px;
}

@media only screen and (max-width: 1270px) {
.blog-post-content-wrap .blog-post-column.right {
	width: 100%;
	max-width: 574px;
}
}

.blog-post-content-wrap .blog-post-close {
	position: absolute;
	width: 12px; height: 12px;
	top: 0; right: 0;
	background: url(/wp-content/uploads/2015/11/blog-post-close.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
    z-index: 99;
}

@media only screen and (max-width: 720px) {
.blog-post-content-wrap .blog-post-close {
	width: 20px; height: 20px;
}
}

.blog-post-content-wrap .blog-post-text-wrap {
	position: relative;
	width: 100%; height: auto;
}

.blog-post-content-wrap .blog-post-text-wrap h3 {
	position: relative;
	width: 55%; height: auto;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-style: normal; font-weight: normal;
	font-size: 29px; line-height: 1em;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.blog-post-content-wrap .blog-post-text-wrap h3 {
	font-size: 24px;
}
}

.blog-post-content-wrap .blog-post-text-wrap .blog-post-text {
	position: relative;
	width: 100%; height: auto;
	margin-top: 25px;
	font-family:"Basis Grotesque Pro Regular",'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 16px; letter-spacing: .03em;
	line-height: 1.2em;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.blog-post-content-wrap .blog-post-text-wrap .blog-post-text {
	font-size: 12px;
}
}

.blog-post-content-wrap .blog-post-text-wrap .blog-post-text p {
	margin-bottom: 1.5em;
}

.blog-post-content-wrap .blog-post-text-wrap .blog-post-text a {
	border-bottom: 1px solid;
	border-color: #000000;
	transition:border-color .3s linear; 
    -o-transition:border-color .3s linear; 
    -moz-transition:border-color .3s linear; 
    -webkit-transition:border-color .3s linear;
}

.blog-post-content-wrap .blog-post-text-wrap .blog-post-text a:hover {
	border-color: transparent;
}

.blog-post-content-wrap .blog-post-footer-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-top: 130px;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 18px; letter-spacing: .03em;
	line-height: 1.2em;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.blog-post-content-wrap .blog-post-footer-wrap {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #999999;
	text-align: center;
}
}

.blog-post-content-wrap .blog-post-footer-wrap .blog-post-social {
	position: absolute;
	top: 0; left: 0;
	font-size: 0;
}

@media only screen and (max-width: 610px) {
.blog-post-content-wrap .blog-post-footer-wrap .blog-post-social {
	position: relative;
	top: inherit; left: inherit;
}
}

.blog-post-content-wrap .blog-post-footer-wrap .blog-post-social span {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 18px; letter-spacing: .03em;
	line-height: 1.2em;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.blog-post-content-wrap .blog-post-footer-wrap .blog-post-social span {
	display: block;
	margin-right: 0px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}
}

.blog-post-content-wrap .blog-post-footer-wrap .blog-post-social .blog-post-social-icon {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	width: 28px; height: 28px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

.blog-post-content-wrap .blog-post-footer-wrap .blog-post-next-post {
	position: absolute;
	top: 0; right: 0;
	font-size: 0;
}

@media only screen and (max-width: 610px) {
.blog-post-content-wrap .blog-post-footer-wrap .blog-post-next-post {
	display: none;
}
}

.blog-post-content-wrap .blog-post-footer-wrap .blog-post-next-post span {
	display: inline-block;
	vertical-align: middle;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 18px; letter-spacing: .03em;
	line-height: 1.2em;
	text-align: left;
	color: #000000;
}

.blog-post-content-wrap .blog-post-footer-wrap .blog-post-next-post .next-icon {
	display: inline-block;
	vertical-align: middle;
	width: 28px; height: 28px;
	background: url(/wp-content/uploads/2015/11/blog-post-next.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

/* More Blog Posts Content */

.more-blog-posts-wrap {
	position: relative;
	width: 100%; height: auto;
	text-align: center;
	padding-bottom: 80px;
}

.more-blog-posts-wrap .title {
	position: relative;
	width: 100%; height: auto;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 20px;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.more-blog-posts-wrap .title { display: none; }
}

.more-blog-posts-wrap .more-blog-grid {
	position: relative;
	width: 100%; height: auto;
	text-align: center;
	font-size: 0;
	margin-top: 35px;
}

.more-blog-posts-wrap .more-blog-grid 
.more-blog-grid-block {
	position: relative;
	display: inline-block;
	width: 295px; height: 330px;
	margin-left: 5px; margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

.more-blog-posts-wrap .more-blog-grid 
.more-blog-grid-block.image-block {
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.more-blog-posts-wrap .more-blog-grid 
.more-blog-grid-block .outer-text-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

.more-blog-posts-wrap .more-blog-grid 
.more-blog-grid-block .outer-text-wrap .inner-text-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	display: table; vertical-align: middle;
}

.more-blog-posts-wrap .more-blog-grid 
.more-blog-grid-block .outer-text-wrap .inner-text-wrap 
.text-wrap {
	display: table-cell; vertical-align: middle;
	padding-left: 35px; padding-right: 35px;
	font-family: 'TradeGothicLTStd-BdCn20';
	color: #ffffff;
	letter-spacing: .02em;
	font-size: 44px; line-height: 1.2em;
	text-transform: uppercase;
	color: #ffffff;
}

@media only screen and (max-width: 610px) {
.more-blog-posts-wrap .more-blog-grid 
.more-blog-grid-block .outer-text-wrap .inner-text-wrap 
.text-wrap { font-size: 24px !important; }
}

/*
TEXT PAGE CONTENT STYLES --------------------
*/

/* Text Page Slideshow */

.text-page-slideshow-wrap {
	position: relative;
	width: 100%; height: 80vh;
}


@media only screen and (max-width: 720px) {
.text-page-slideshow-wrap {
	height: auto;
	padding-bottom: 95%;
}
}

.text-page-slideshow-wrap .text-page-slideshow {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

.text-page-slideshow-wrap .text-page-slideshow 
.text-page-slideshow-slide {
	width: 100%; height: 100%;
	top: 0; left: 0;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text-page-slideshow-wrap .text-page-slideshow 
.text-page-slideshow-slide .outer-text-wrap {
	position: absolute;
	width: 100%; height: 100%; 
	top: 0; left: 0;
	text-align: center;
}

.text-page-slideshow-wrap .text-page-slideshow 
.text-page-slideshow-slide .outer-text-wrap .text-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	display: table; vertical-align: middle;
}

.text-page-slideshow-wrap .text-page-slideshow 
.text-page-slideshow-slide .outer-text-wrap .text-wrap .text {
	display: table-cell; vertical-align: middle;
	font-family: 'TradeGothicLTStd-BdCn20';
	color: #ffffff;
}

.text-page-slideshow-wrap .text-page-slideshow 
.text-page-slideshow-slide .outer-text-wrap .text-wrap .text h1 {
	font-style: normal; font-weight: normal;
	font-size: 185px; letter-spacing: .02em;
	text-transform: uppercase;
	line-height: 1em;
}

/* Text Page Posts Content */
 
.text-page-content-wrap {
	position: relative;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #f6f6f6;
} 

@media only screen and (max-width: 610px) {
.text-page-content-wrap { 
	margin-top: 0px;
	padding-bottom: 0px;
}
}

.text-page-content-wrap .text-page-title {
	position: relative;
	width: 100%; height: auto;
	margin-bottom: 80px;
	margin-top: 20px;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 48px; letter-spacing: .02em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	text-align: center;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.text-page-content-wrap .text-page-title { 
	display: none; 
}
}

.text-page-content-wrap .text-page-menu-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-bottom: 50px;
	list-style: none;
	text-align: center;
	font-size: 0;
}

.text-page-content-wrap .text-page-menu-wrap .text-page-menu-item {
	display: inline-block;
	margin-left: 25px; margin-right: 25px;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; letter-spacing: .05em;
	text-transform: uppercase;
	color: #000000;
}

.text-page-content-wrap .text-page-menu-wrap .text-page-menu-item.filter {
	border-bottom: 1px solid;
	border-color: transparent;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
    cursor: pointer;
}

.text-page-content-wrap .text-page-menu-wrap .text-page-menu-item.filter.active {
	border-color: #000000;
}

.text-page-content-wrap .text-page-menu-wrap .text-page-menu-item.filter:hover {
	border-color: #000000;
}

/* text-page Rolling Carousel */

.text-page-carousel-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-bottom: 15px;
	background-color: #f6f6f6;
}

.text-page-carousel-wrap .text-page-carousel {
	position: relative;
	width: 100%; height: 780px;
}

.text-page-carousel-wrap .text-page-carousel#contact {
	height: 660px;
}

.text-page-carousel-wrap .text-page-carousel 
.carousel-slide {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

.text-page-carousel-wrap .text-page-carousel 
.carousel-slide .inner-content {
	position: relative;
	width: 100%; height: auto;
	max-width: 1230px;
	margin: 0 auto;
}

.text-page-carousel-wrap .text-page-carousel 
.carousel-slide .text-page-carousel-grid {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
}

.text-page-carousel-wrap .text-page-carousel 
.carousel-slide .text-page-carousel-grid 
.text-page-carousel-grid-block {
	position: relative;
	margin-left: 5px; margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

.text-page-carousel-grid-block.small-width { width: 297px; }
.text-page-carousel-grid-block.medium-width { width: 604px; }
.text-page-carousel-grid-block.large-width { width: 911px; }
.text-page-carousel-grid-block.small-height { height: 325px; }
.text-page-carousel-grid-block.large-height { height: 445px; }

@media only screen and (max-width: 1210px) {
.text-page-carousel-grid-block.large-height {
	height: 325px;
}
}

@media only screen and (max-width: 915px) {
.text-page-carousel-grid-block.large-width { width: 604px; }
}

@media only screen and (max-width: 610px) {
.text-page-carousel-grid-block { 
	width: 270px !important;
	height: 60px !important;
}

.text-page-carousel-grid-block#googleMap { 
	width: 270px !important;
	height: 240px !important;
}
}

.text-page-carousel-grid-block.image-block {
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text-page-carousel-grid-block .header, 
.text-page-carousel-grid-block .footer {
	position: absolute;
	width: 100%; height: auto;
	left: 0;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 12px; letter-spacing: .03em;
	text-align: center; text-transform: uppercase;
	color: #ffffff;
	z-index: 1;
}

@media only screen and (max-width: 610px) {
.text-page-carousel-grid-block .header, 
.text-page-carousel-grid-block .footer { 
	display: none; 
}
}

.text-page-carousel-grid-block .header { top: 20px; }
.text-page-carousel-grid-block .footer { bottom: 20px; }

.text-page-carousel-grid-block .outer-text-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 2;
}

.text-page-carousel-grid-block .outer-text-wrap .inner-text-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	display: table; vertical-align: middle;
	text-align: center;
}

.text-page-carousel-grid-block .outer-text-wrap .inner-text-wrap 
.text {
	display: table-cell;
	vertical-align: middle;
	font-family: 'TradeGothicLTStd-BdCn20';
	color: #ffffff;
	letter-spacing: .02em;
	line-height: 1.2em;
	text-transform: uppercase;
}

.text-page-carousel-grid-block .outer-text-wrap .inner-text-wrap 
.text.small { font-size: 44px; }
.text-page-carousel-grid-block .outer-text-wrap .inner-text-wrap 
.text.medium { font-size: 60px; }
.text-page-carousel-grid-block .outer-text-wrap .inner-text-wrap 
.text.large { font-size: 159px; }

@media only screen and (max-width: 610px) {
.text-page-carousel-grid-block .outer-text-wrap .inner-text-wrap 
.text { font-size: 24px !important; }
.text-page-carousel-grid-block .outer-text-wrap .inner-text-wrap 
.text br { display: none !important; }
}

.text-page-carousel-grid-block .rollover-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color: rgba(0,0,0,0.9);
	opacity: 0;
	-webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
	z-index: 99;
}

@media only screen and (max-width: 610px) {
.text-page-carousel-grid-block .rollover-wrap { display: none !important; }
}

.text-page-carousel-grid-block:hover .rollover-wrap {
	opacity: 1;
}

.text-page-carousel-grid-block .rollover-wrap .rollover-text {
	position: absolute;
	width: 185px; height: 50px;
	top: 50%; left: 50%;
    margin-right: -50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid #ffffff;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; line-height: 47px;
	letter-spacing: .05em; text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

/* Text Page Post Content */
 
.text-page-post-content-wrap {
	position: relative;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
	height: auto;
	max-width: 1220px;
	margin: 0 auto;
	padding-bottom: 60px; margin-bottom: 60px;
	border-bottom: 1px solid #999999;
	font-size: 0;
	display: none;
	opacity: 0;
} 

.text-page-post-content-wrap .text-page-post-column {
	position: relative;
	width: 100%;
	max-width: 605px;
	margin: 0 auto;
	font-size: 20px;
}

.text-page-post-content-wrap .text-page-post-text-wrap {
	position: relative;
	width: 100%; height: auto;
}

.text-page-post-content-wrap .text-page-post-text-wrap h3 {
	position: relative;
	width: 70%; height: auto;
	margin: 0 auto;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-style: normal; font-weight: normal;
	font-size: 48px; line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .05em;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.text-page-post-content-wrap .text-page-post-text-wrap h3 { 
	font-size: 24px;
}
}

.text-page-post-content-wrap .text-page-post-text-wrap h4 {
	position: relative;
	display: block;
	width: 70%; height: auto;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 1.2em;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-style: normal; font-weight: normal;
	text-transform: uppercase;
	font-size: 20px; line-height: 1em;
	text-align: center;
	letter-spacing: .05em;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.text-page-post-content-wrap .text-page-post-text-wrap h4 { 
	font-size: 16px;
	margin-top: 25px;
}
}

.text-page-post-content-wrap .text-page-post-text-wrap .text-page-post-text {
	position: relative;
	width: 100%; height: auto;
	margin-top: 30px;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 16px; letter-spacing: .03em;
	line-height: 1.2em;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.text-page-post-content-wrap .text-page-post-text-wrap .text-page-post-text { 
	font-size: 12px;
	margin-top: 25px;
}
}

.text-page-post-content-wrap .text-page-post-text-wrap .text-page-post-text p {
	margin-bottom: 1.5em;
}

.text-page-post-content-wrap .text-page-post-text-wrap .text-page-post-text a {
	border-bottom: 1px solid;
	border-color: #000000;
	transition:border-color .3s linear; 
    -o-transition:border-color .3s linear; 
    -moz-transition:border-color .3s linear; 
    -webkit-transition:border-color .3s linear;
}

.text-page-post-content-wrap .text-page-post-text-wrap .text-page-post-text a:hover {
	border-color: transparent;
}

.text-page-post-content-wrap .text-page-post-close {
	position: relative;
	width: 185px; height: 50px;
	margin: 0 auto;
	margin-top: 100px;
	border: 2px solid #000000;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; line-height: 47px;
	letter-spacing: .05em; text-transform: uppercase;
	text-align: center;
	color: #000000;
	cursor: pointer;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

@media only screen and (max-width: 610px) {
.text-page-post-content-wrap .text-page-post-close { 
	width: 110px; height: 30px;
	margin-top: 35px;
	font-size: 10px; line-height: 27px;
	border: 1px solid #000000;
}
}

.text-page-post-content-wrap .text-page-post-close:hover {
	background-color: #000000;
	color: #ffffff;
}

/*
EXHIBITION PAGE CONTENT STYLES --------------------
*/
 
.exhibition-page-content-wrap {
	position: relative;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
	max-width: 605px;
	height: auto;
	margin: 0 auto;
	margin-top: 15px;
	padding-top: 20px; padding-bottom: 20px;
} 

@media only screen and (max-width: 720px) {
.exhibition-page-content-wrap { 
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
	margin-top: 0px;
	padding-top: 0px;
}
}

.exhibition-page-content-wrap .exhibition-page-title {
	position: relative;
	width: 100%; height: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 48px; letter-spacing: .02em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	text-align: center;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.exhibition-page-content-wrap .exhibition-page-title { 
	font-size: 24px;
	margin-bottom: 15px;
}
}

.exhibition-page-content-wrap .exhibition-page-subtitle {
	position: relative;
	width: 100%; height: auto;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 20px; letter-spacing: .02em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	text-align: center;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.exhibition-page-content-wrap .exhibition-page-subtitle { 
	font-size: 12px;
}
}

.exhibition-page-content-wrap .exhibition-page-description {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	margin-top: 45px;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 18px; line-height: 1.3em;
	letter-spacing: .05em;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.exhibition-page-content-wrap .exhibition-page-description { 
	font-size: 12px;
	margin-top: 25px;
}
}

.exhibition-page-content-wrap .exhibition-page-description p {
	margin-bottom: 1.2em;
}

.exhibition-page-content-wrap .exhibition-page-description p:last-child {
	margin-bottom: 0px;
}

.exhibition-page-content-wrap .exhibition-page-description .short {
	display: none;
	opacity: 0;
}

.exhibition-page-content-wrap .exhibition-page-description .short p {
	display: none;
}

.exhibition-page-content-wrap .exhibition-page-description .short p:first-child {
	display: block;
}

.exhibition-page-content-wrap .exhibition-page-description 
.read-more, 
.exhibition-page-content-wrap .exhibition-page-description 
.read-less {
	position: relative;
	width: 185px; height: 50px;
	margin: 0 auto;
	margin-top: 80px;
	border: 2px solid #000000;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; line-height: 47px;
	letter-spacing: .05em; text-transform: uppercase;
	text-align: center;
	color: #000000;
	cursor: pointer;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

@media only screen and (max-width: 610px) {
.exhibition-page-content-wrap .exhibition-page-description 
.read-more, 
.exhibition-page-content-wrap .exhibition-page-description 
.read-less { 
	width: 110px; height: 30px;
	font-size: 10px; line-height: 27px;
	border: 1px solid #000000;
	margin-top: 40px;
}
}

.exhibition-page-content-wrap .exhibition-page-description 
.read-less {
	display: none;
}

.exhibition-page-content-wrap .exhibition-page-description 
.read-more:hover, 
.exhibition-page-content-wrap .exhibition-page-description 
.read-less:hover {
	background-color: #000000;
	color: #ffffff;
}

/* Exhibition Downloads */

.exhibition-downloads-wrap {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	margin-top: 90px;
}

@media only screen and (max-width: 610px) {
.exhibition-downloads-wrap { 
	margin-top: 40px;
}
}

.exhibition-downloads-wrap 
.exhibition-download {
	position: relative;
	width: 100%; height: auto;
	display: block;
	border-top: 1px solid #999999;
	padding-top: 3px;
	margin-bottom: 20px;
	font-size: 0;
	cursor: pointer;
}

@media only screen and (max-width: 610px) {
.exhibition-downloads-wrap 
.exhibition-download { 
	padding-top: 15px;
	margin-bottom: 15px;
}
}

.exhibition-downloads-wrap 
.exhibition-download .icon {
	display: inline-block;
	width: 18px; height: 18px;
	vertical-align: text-top;
	margin-right: 20px;
}

.exhibition-downloads-wrap 
.exhibition-download .icon.download {
	background: url(/wp-content/uploads/2015/11/exhibition-download.png);
    background-size: cover;
}

.icon.download{
	background: url(/wp-content/uploads/2015/11/exhibition-download.png);
    background-size: cover;
}

.exhibition-downloads-wrap 
.exhibition-download .icon.pack {
	background: url(/wp-content/uploads/2015/11/exhibition-pack.png);
    background-size: cover;
}

.exhibition-downloads-wrap 
.exhibition-download .text {
	display: inline-block;
	width: 85%; max-width: 565px;
	vertical-align: text-top;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 16px; line-height: 1.3em;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
	.exhibition-downloads-wrap .exhibition-download .text { 
		font-size: 12px;
	}

	.exhibition-downloads-wrap 	.exhibition-download .text br { 
		display: none;
	}
}

/*
ABOUT PAGE CONTENT STYLES --------------------
*/
 
.about-page-content-wrap {
	position: relative;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
	max-width: 605px;
	height: auto;
	margin: 0 auto;
	margin-top: 15px;
    padding-top: 60px;
} 

@media only screen and (max-width: 720px) {
.about-page-content-wrap { 
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
	margin-top: 25px;
	padding-top: 0px;
}
}

@media only screen and (max-width: 610px) {
.about-page-content-wrap { 
	margin-bottom: 40px;
}
}

.about-page-content-wrap.people {
	width: 100% !important;
	max-width: 100% !important;
}

.about-page-content-wrap .about-page-content {
	margin-bottom: 60px;
}

.job-title{
	padding-top: 5px;
	margin-bottom: 10px!important;
}	

@media only screen and (max-width: 610px) {
.about-page-content-wrap .about-page-content { 
	margin-bottom: 20px;
}
}

.about-page-content-wrap .about-page-title {
	position: relative;
	width: 100%; height: auto;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 48px; letter-spacing: .02em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	text-align: center;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.about-page-content-wrap .about-page-title { 
	font-size: 24px;
	margin-bottom: 20px;
}
}

.about-page-content-wrap h3 {
	position: relative;
	width: 100%; height: auto;
	padding-top: 20px; margin-bottom: 30px;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 20px; letter-spacing: .02em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	text-align: center;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.about-page-content-wrap h3 { 
	font-size: 12px !important;
	padding-top: 10px !important;
	margin-bottom: 10px !important;
}
}

.opportunity{
	margin-bottom: 100px;
}

.job_date {
	position: relative;
	width: 100%; height: auto;
	padding-top: 5px; margin-bottom: 30px;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 20px; letter-spacing: .02em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	text-align: center;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.job_date { 
	font-size: 12px !important;
	padding-top: 10px !important;
	margin-bottom: 10px !important;
}

.opportunity{
	margin-bottom: 40px!important;
}

}

.job_fee {
	position: relative;
	width: 100%; height: auto;
	padding-top: 0px; margin-bottom: 0px;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 20px; letter-spacing: .02em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	text-align: center;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.job_fee { 
	font-size: 12px !important;
	padding-top: 10px !important;
	margin-bottom: 10px !important;
}
}

.about-page-content-wrap img {
	position: relative;
	width: 100%; height: auto;
	margin-bottom: 20px;
}

@media only screen and (max-width: 610px) {
.about-page-content-wrap img { 
	margin-bottom: 25px;
}
}

.about-page-content-wrap .about-page-description {
	position: relative;
	width: 100%; height: auto;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 18px; line-height: 1.3em;
	letter-spacing: .05em;
	text-align: left;
	color: #000000;
}

.about-page-content-wrap.press .about-page-description {
	font-size: 16px;
}

@media only screen and (max-width: 610px) {
.about-page-content-wrap .about-page-description { 
	font-size: 12px !important;
}
}

.about-page-content-wrap .about-page-description p {
	margin-bottom: 1.2em;
}

.about-page-content-wrap .about-page-description p:last-child {
	margin-bottom: 0px;
}

/* Press Packs Content */

.press-downloads-wrap {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	margin-top: 90px;
}

@media only screen and (max-width: 610px) {
.press-downloads-wrap { 
	margin-top: 50px;
}
}

.press-downloads-wrap 
.press-download {
	position: relative;
	width: 100%; height: auto;
	border-top: 1px solid #999999;
	padding-top: 35px;
	margin-bottom: 60px;
	font-size: 0;
}

@media only screen and (max-width: 610px) {
	
/* h1{
	font-size: 40px!important;
}	 */
	
.press-downloads-wrap 
.press-download { 
	padding-top: 25px;
	margin-bottom: 45px;
}
}

.press-downloads-wrap 
.press-download h1 {
	position: relative;
	width: 100%; height: auto;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 36px; line-height: 1em;
	letter-spacing: .02em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.press-downloads-wrap 
.press-download h1 { 
	font-size: 24px;
}
}

.press-downloads-wrap 
.press-download h4 {
	position: relative;
	width: 100%; height: auto;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 16px;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.press-downloads-wrap 
.press-download h4 { 
	font-size: 12px;
}
}

.press-downloads-wrap 
.press-download .description {
	position: relative;
	width: 100%; height: auto;
	margin-top: 20px;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 16px; line-height: 1.3em;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.press-downloads-wrap 
.press-download .description { 
	font-size: 12px;
	margin-top: 15px;
}
}

/* Press Release Downloads */

.press-release-downloads-wrap {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	margin-top: 35px;
}

@media only screen and (max-width: 610px) {
.press-release-downloads-wrap { 
	margin-top: 25px;
}
}

.press-release-downloads-wrap 
.press-release-download {
	position: relative;
	width: 100%; height: auto;
	border-top: 1px solid #999999;
	padding-top: 3px;
	margin-bottom: 20px;
	font-size: 0;
	cursor: pointer;
	display: block;
}

.press-release-downloads-wrap 
.press-release-download .icon {
	display: inline-block;
	width: 18px; height: 18px;
	vertical-align: middle;
	margin-right: 20px;
}

.press-release-downloads-wrap 
.press-release-download .icon.download {
	background: url(/wp-content/uploads/2015/11/exhibition-download.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.press-release-downloads-wrap 
.press-release-download .icon.pack {
	background: url(/wp-content/uploads/2015/11/exhibition-pack.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.press-release-downloads-wrap 
.press-release-download .text {
	display: inline-block;
	width: 80%; max-width: 565px;
	vertical-align: middle;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 16px; line-height: 1.3em;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.press-release-downloads-wrap 
.press-release-download .text { 
	font-size: 12px;
}
}

/*
PEOPLE CONTENT STYLES --------------------
*/

.people-grid-wrap {
	position: relative;
	width: 100%; max-width: 1230px; 
	height: auto;
	margin: 0 auto;
	margin-bottom: 100px;
}

.people-grid {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
}

.people-grid 
.people-grid-block {
	position: relative;
	width: 297px; height: 325px;
	margin-left: 5px; margin-right: 5px;
	margin-bottom: 10px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor: pointer;
}

@media only screen and (max-width: 610px) {
.people-grid 
.people-grid-block { 
	width: 270px !important;
	height: 240px !important;
}
}

.people-grid-block .header, 
.people-grid-block .footer {
	position: absolute;
	width: 100%; height: auto;
	left: 0;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 12px; letter-spacing: .03em;
	text-align: center; text-transform: uppercase;
	color: #ffffff;
	z-index: 1;
}

.people-grid-block .header { top: 20px; }
.people-grid-block .footer { bottom: 20px; }

@media only screen and (max-width: 610px) {
.people-grid-block .header { top: 10px; font-size: 10px; }
.people-grid-block .footer { bottom: 10px; font-size: 10px; }
}

.people-grid-block .outer-text-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 2;
}

.people-grid-block .outer-text-wrap .inner-text-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	display: table; vertical-align: middle;
	text-align: center;
}

.people-grid-block .outer-text-wrap .inner-text-wrap 
.text {
	display: table-cell;
	vertical-align: middle;
	font-family: 'TradeGothicLTStd-BdCn20';
	color: #ffffff;
	letter-spacing: .02em;
	font-size: 44px; line-height: 1.2em;
	text-transform: uppercase;
}

@media only screen and (max-width: 610px) {
.people-grid-block .outer-text-wrap .inner-text-wrap 
.text { font-size: 24px !important; }
}

.people-grid-block .rollover-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color: rgba(0,0,0,0.9);
	opacity: 0;
	-webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
	z-index: 99;
}

.people-grid-block:hover .rollover-wrap {
	opacity: 1;
}

.people-grid-block .rollover-wrap .rollover-text {
	position: absolute;
	width: 185px; height: 50px;
	top: 50%; left: 50%;
    margin-right: -50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid #ffffff;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; line-height: 47px;
	letter-spacing: .05em; text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

/* People Main Content */

.people-content-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-bottom: 85px;
	margin-bottom: 50px;
	border-bottom: 1px solid #999999;
	display: none; 
	opacity: 0;
}

.people-content-wrap .people-inner-content {
	position: relative;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
	max-width: 605px;
	height: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 720px) {
.people-content-wrap .people-inner-content { 
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
}
}

.people-content-wrap .people-inner-content 
.title {
	position: relative;
	width: 100%; height: auto;
	padding-top: 0px;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 20px; line-height: 1em;
	letter-spacing: .02em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	text-align: center;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.people-content-wrap .people-inner-content 
.title { 
	font-size: 12px; 
	margin-bottom: 25px;
}
}

.people-content-wrap .people-inner-content 
.people-description {
	position: relative;
	width: 100%; height: auto;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 18px; line-height: 1.3em;
	text-align: left;
	color: #000000;
}

@media only screen and (max-width: 610px) {
.people-content-wrap .people-inner-content 
.people-description { font-size: 12px; }
}

.people-content-wrap .people-inner-content 
.people-description p {
	margin-bottom: 1.2em;
}

.people-content-wrap .people-inner-content 
.people-description p:last-child {
	margin-bottom: 0px;
}

.people-content-close {
	position: relative;
	width: 185px; height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	border: 2px solid #000000;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; line-height: 47px;
	letter-spacing: .05em; text-transform: uppercase;
	text-align: center;
	color: #000000;
	cursor: pointer;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.people-content-close:hover {
	background-color: #000000;
	color: #ffffff;
}

/*
SHOP CONTENT STYLES --------------------
*/

.default_product_display {
	margin-bottom: 0px !important;
	padding: 0px !important;
}

/*
MODULAR BLOCK CONTENT STYLES --------------------
*/

.modular-block-wrap {
	position: relative;
	width: 100%; height: auto;	
	margin: 0 auto;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 40px; padding-bottom: 30px;
	margin-top: 60px; margin-bottom: 90px;
	text-align: center;
}

.modular-block-wrap.no-line {
	border-bottom: none !important;
	padding-bottom: 0px !important;
}

@media only screen and (max-width: 610px) {
.modular-block-wrap { 
	width: 100% !important;
	padding-top: 25px; padding-bottom: 25px;
	margin-top: 25px; margin-bottom: 25px;
}
}

.modular-block-wrap h1 {
	position: relative;
	width: 100%; max-width: 650px;
	margin: 0 auto;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 56px; line-height: 1.1em;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	color: #000000;
}


.modular-block-wrap h6 {
	position: relative;
	width: 100%; max-width: 650px;
	margin: 0 auto;
	margin-top: 40px;
	font-family: 'TradeGothicLTStd-BdCn20';
	font-size: 14px; line-height: 1.1em;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-style: normal; font-weight: normal;
	color: #000000;
}

.modular-block-wrap .button {
	position: relative;
	display: block;
	width: 185px; height: 50px;
	margin: 0 auto;
	margin-top: 30px;
	border: 2px solid #000000;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 17px; line-height: 47px;
	letter-spacing: .05em; text-transform: uppercase;
	text-align: center;
	color: #000000;
	cursor: pointer;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.modular-block-wrap .button:hover {
	background-color: #000000;
	color: #ffffff;
}

/*
FOOTER CONTENT STYLES --------------------
*/

.footer-wrap {
	position: relative;
	width: 100%; height: auto;
	background-color: #e6e7e8;
	padding-top: 50px; padding-bottom: 115px;
}

.footer-wrap .inner-footer-wrap {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
}

.footer-wrap .top-footer-wrap {
	position: relative;
	width: 100%; height: auto;
	border-bottom: 1px solid #999999;
	padding-bottom: 45px;
	text-align: center;
	font-size: 0;
}

.footer-wrap .top-footer-wrap .top-footer-item {
	display: inline-block;
	width: 33%; max-width: 298px;
	height: auto;
	vertical-align: text-top;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 15px; letter-spacing: .05em;
	text-transform: uppercase;
	color: #000000;
	transition:color .3s linear; 
    -o-transition:color .3s linear; 
    -moz-transition:color .3s linear; 
    -webkit-transition:color .3s linear;
}

.footer-wrap .top-footer-wrap .top-footer-item:hover {
	color: #939498;
}

.footer-wrap .middle-footer-wrap {
	position: relative;
	width: 100%; height: auto;
	border-bottom: 1px solid #999999;
	padding-top: 45px; padding-bottom: 45px;
	text-align: center;
}

.footer-wrap .middle-footer-wrap .middle-footer-content {
	position: relative;
	width: 100%; height: auto;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 15px; line-height: 1.5em;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #000000;
}

.footer-wrap .middle-footer-wrap .middle-footer-content p {
	margin-bottom: 1.5em;
}

.footer-wrap .middle-footer-wrap .middle-footer-content p:last-child {
	margin-bottom: 0px;
}

.footer-wrap .bottom-footer-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-top: 45px;
	font-size: 0;
	text-align: center;
}

.footer-wrap .bottom-footer-wrap .bottom-footer-item {
	display: inline-block;
	width: 33%; max-width: 298px;
	height: auto;
	vertical-align: text-top;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
	font-size: 10px; letter-spacing: .03em;
	text-transform: uppercase;
	line-height: 1.3em;
	color: #000000;
}
@media all and (max-width: 1050px) {
	.header-wrap .header-logo {
		width: 66px; height: 55px;
	}
	.blog-slideshow-wrap .blog-slideshow .blog-slideshow-slide .outer-text-wrap .text-wrap .text {
		padding:4vmax 0;
	}
	.blog-slideshow-wrap h1{
		font-size: calc(20px + 0.07 * (100vmin - 320px));
	}
	.blockHeader{
		font-size: 20px;
		font-size: calc(15px + 0.05 * (100vmin - 320px));
		padding:0.5em 0;
	}
}
@media only screen and (max-width: 720px) {
	.footer-wrap .bottom-footer-wrap .bottom-footer-item {
		display: block;
		margin: 0 auto;
	} 
	.footer-wrap .bottom-footer-wrap {
		padding-top: 20px;
	} 
	.footer-wrap .top-footer-wrap .top-footer-item {
		display: block;
		width: 100%;
		max-width: none;
		background-color: #f2f2f4;
		padding-top: 15px;
		padding-bottom: 15px;
		border-top: 1px solid #999999;
	} 
	.footer-wrap .top-footer-wrap {
		padding-bottom: 0px;
	} 
	.footer-wrap {
		padding-top: 0px;
		padding-bottom: 40px;
	} 
}

.mobileArrows{
	display: none;
}

.mobileArrows{
	display: block;
}

.footer-wrap .bottom-footer-wrap .bottom-footer-item p {
	margin-bottom: 1.5em;
}

.culture-shifts{
	margin-top: 200px!important;
}

.tax-grid-culture{
	padding-top: 80px!important;
}

.exhibition-page-content-wrap p img{
	width: 100%!important;
	height: auto!important;
}

.clear {clear: both;}


#back{
	width: 5%;
    position: absolute;
    margin-top: -166px;
    left: 5%;
}

#back img{
	width: 100%;
	height: auto;
}


#forward{
	width: 5%;
    position: absolute;
    margin-top: -166px;
    right: 5%;
}

#forward img{
	width: 100%;
	height: auto;
}


.homepage-newsletter-wrap .title {
    letter-spacing: .02em;
}

.homepage-newsletter-wrap .wpcf7-form .email {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
}

.page-template-exhibitions .homepage-carousel{
    margin-top: 0px!important;
    padding-top: 0px;
    border-top: 0;
}

img.size-large{
    max-width: 605px;
    height: auto;
}


@media only screen and (max-width: 610px) {
	.header-wrap-dummy {
		display: block;
	}
	.header-wrap .social-menu {
		display: none;
	}
	.mobile-carousel-nav{
		display: none;
	}
	.footer-wrap .bottom-footer-wrap .bottom-footer-item {
		font-size: 8px;
	} 
	.modular-block-wrap h6 { 
		font-size: 12px;
	}
	.footer-wrap .middle-footer-wrap .middle-footer-content {
		font-size: 10px;
	} 
	.footer-wrap .middle-footer-wrap {
		padding-top: 25px; padding-bottom: 25px;
	} 
	.footer-wrap .top-footer-wrap .top-footer-item {
		text-transform: none;
		font-size: 12px;
	} 
	.modular-block-wrap .button { 
		width: 110px; height: 30px;
		margin-top: 40px;
		border: 1px solid #000000;
		font-size: 10px; line-height: 27px;
	}
	h2  { font-size: 12px; }
	.header-wrap .inner-wrap {
		padding-bottom: 20px;
	}
	.people-content-close { 
		width: 110px; height: 30px;
		border: 1px solid #000000;
		font-size: 10px; line-height: 27px;
	}
	.modular-block-wrap h1 { 
		font-size: 24px;
	}
	.eventListing{
		flex-wrap: wrap;
	}
	.eventListing .eventInfo{
		margin-bottom:5vw;
	}
	.smallwidth, .additionalBlocks > div,
	.exhibitionBlocks .imageBlock,
	.eventListing .thumbnail{
		flex-basis: 100%;
		padding-bottom: 66%;
	}
	
	.largewidth {
    	flex-basis: 100%;
    	padding-bottom: 66%;
    }
	
	.blog-slideshow-wrap{
		margin-bottom:18vmin;
	}
	.lookHeader{
		padding-top: 40px;
	}
	
	.blog-slideshow-wrap {
    	margin-bottom: 27vmin;
	}
}

.homepage-carousel-grid .homepage-carousel-grid-block {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.homepage-carousel-grid {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.homepage-carousel-grid-block .rollover-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    z-index: 99;
}

.homepage-carousel-grid-block .outer-text-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.homepage-carousel-grid-block .header, .homepage-carousel-grid-block .footer {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    font-family: "Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
}

.homepage-carousel-grid-block.image-block {
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.homepage-carousel-grid-block .rollover-wrap .rollover-text {
    position: absolute;
    width: 185px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
    font-family: "Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 47px;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.homepage-carousel-grid-block .outer-text-wrap .inner-text-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
}

.homepage-carousel-grid-block.large-height {
    height: 445px;
}

.homepage-carousel-grid-block.medium-width {
    width: 604px;
}

.homepage-carousel-grid-block .outer-text-wrap .inner-text-wrap .text {
    display: table-cell;
    vertical-align: middle;
    font-family: 'TradeGothicLTStd-BdCn20';
    color: #ffffff;
    letter-spacing: .02em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.homepage-carousel-grid-block .outer-text-wrap .inner-text-wrap .text.medium {
    font-size: 60px;
}

.homepage-carousel-grid-block .outer-text-wrap .inner-text-wrap .text.small {
    font-size: 44px;
}

.homepage-carousel-grid-block .outer-text-wrap .inner-text-wrap .text {
    display: table-cell;
    vertical-align: middle;
    font-family: 'TradeGothicLTStd-BdCn20';
    color: #ffffff;
    letter-spacing: .02em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.homepage-carousel-grid-block.large-height {
    height: 445px;
}

.homepage-carousel-grid-block .header {
    top: 20px;
}

.homepage-carousel-grid-block .footer {
    bottom: 20px;
}

.homepage-carousel-grid-block.small-width {
    width: 297px;
}

.homepage-carousel-grid-block.large-width {
    width: 911px;
}