*, *:after, *:before {
	box-sizing: inherit;
}

html, body {
	font-size: 10px; 
    font-size: 62.5%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/*
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
*/

body {
	background: white;
	color: black;
	font-family: "DIN W01 Regular", Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
/*
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
*/
}

body.togg {
    overflow: hidden;
}

a.skip_to_content {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    clip: rect(0,0,0,0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

a.skip_to_content:focus {
	clip: auto !important;
    height: auto !important;
    width: auto !important;
    display: block;
    font-size: 1em;
    font-weight: 400;
    padding: 0 .5em;
    color: #333;
    background: #fff;
    z-index: 100000;
    text-decoration: none;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    
	outline-color: #fff;
    border-color: transparent;
    box-shadow: #fff;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    
    z-index: 100000;
    font-size: 1.875rem;
    line-height: .875em;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-size: 1.875rem;
	font-family: "DIN W01 Black", Arial, sans-serif;
	padding: 2em 0 1em 0;
	display: inline-block;
}

b, strong {
    font-weight: normal !important;
}

.artist-bio h1 {
	text-transform: none;
	font-family: "DIN W01 Regular", Arial, sans-serif;
	margin: 0;
	padding: .45em 0 .25em;
    display: inline-block;
    font-size: 9.125rem;
    line-height: 9.5rem;
}

.artist-bio h1 span {
	display: block;
	position: relative;
}

.content h2 {
	width: 90%;
	padding: 2em 0 1em 0;

}

.content h3 {
    padding: .25em 0 0 0;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
 	padding: 0;
}

.off_screen {
	position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: .5em !important;
    margin: .5em !important;
}

.off_screen:focus {
	position: static;
	width: auto;
	height: auto;
}

img {
    height: auto;
}

.entry-content img {
	max-width: 100%;
    height: auto;
}

.entry-content .flickity-slider img {
    max-width: inherit;
}

input[type=text]:focus, textarea:focus, a:focus, button:focus, button.js-accordion__header:focus, section:focus, div:focus {
	outline: none !important;
	border-color: transparent;
	box-shadow: white;
}

a:focus {
	color: #FA4F29;	
}

p .button {
	border: 3px solid black;
    background: #fff;
    color: #000;
    cursor: pointer;
    padding: 0.125em 0.25em 0;
    margin-left: 0.125em;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-decoration: none;
}

p .button:hover {
	background: #000;
    color: #fff;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    padding: 8em 0 0 1.25em;
    border: 0;
    border-top: 1px solid #fff;
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

header {
	position: relative;
	background: transparent;
}

header.fixed {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
/*     z-index: 1060; */
	z-index: 1;
    background: white;
}

nav {
	font-size: 1.875rem;
	background: white;
}

.nav ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.nav ul.navbar-nav {
	display: -webkit-flex;
    display: flex;
/*
    -webkit-justify-content: center;
    justify-content: center;
*/
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 86vh;
    padding-top: 16rem;
}

.nav-columns.loading {
	animation: blur 5s ease 0s forwards;
	-webkit-animation: blur 5s ease 0s forwards;
	-moz-animation: blur 5s ease 0s forwards;
}

.nav-columns.loading .covid-nav {
	opacity: 0;
}

body.loading, .nav-columns.loading a {
	cursor: wait;
}

@keyframes blur {
  0%,
  90% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
  50% {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
  }
}

.special-hours {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: yellow;
	z-index: 1;
	transition: all .5s;
	opacity: 0;
}

.special-hours.special {
	opacity: 1;
}

.special-hours .special-wrap {
	padding: 1% 4% 0% 2%;
	position: relative;
}

.special-hours.remove {
    -webkit-transform: translate(0%, -120%);
    transform: translate(0%, -120%);
}

.special-hours p:before {
	content: '';
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.25em;
    display: inline-block;
    background-color: black;
    border-radius: 50%;
    vertical-align: baseline;
    -webkit-animation: statusIndicator 1s infinite;
    animation: statusIndicator 1s infinite;
}

/*
.status-indicator {
    content: '';
    width: 0.65em;
    height: 0.65em;
    margin-right: 0.25em;
    display: inline-block;
    background-color: #1413FF;
    border-radius: 50%;
    vertical-align: baseline;
    -webkit-animation: statusIndicator 1s infinite;
    animation: statusIndicator 1s infinite;
}
*/

@-webkit-keyframes statusIndicator {
    0% {opacity:1}
    40% {opacity:1}
    70% {opacity:0}
    100% {opacity:1}
}

@keyframes statusIndicator{
    0% {opacity:1}
    40% {opacity:1}
    70% {opacity:0}
    100% {opacity:1}
}

.nav ul>li {
	float: left;
	padding: .25em;
    width: 100%;
    text-align: center;
}

.nav>li {
	position: relative;
	display: block;
}

.nav .home {
	display: none;
}

.nav ul>li>a {
	position: relative;
    display: block;
    padding: 0;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    border-bottom: none;
    z-index: 1001;
    display: inline-block;
    border-bottom: 2px solid transparent;
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: normal;
    
    color: black;
}

.nav ul>li>a:hover {
	color: black;
}

/*
.nav ul>li.active a, .nav ul>li.active>a {
	padding-left: 1.25em;
}
*/

.nav ul>li.active a:before {
    content: url(../images/arrow_right.svg);
    width: 13px;
    height: auto;
    color: black;
    position: absolute;
    top: -0.15em;
    left: -0.875em;
}

.page-home .nav ul>li.active a:before {
    opacity: 0;
}

.nav ul>li>a.dropdown-toggle:hover {
	text-decoration: none;
/* 	border-bottom: none; */
	color: black;
}

.nav ul>li.open>a, .nav ul>li>a:hover span.english, .nav ul>li>a:hover span.chinese {
	border-bottom: 2px solid black;
}

.nav ul>li>a span.chinese {
	margin: 0 0 0 4rem;
}

#menu-global-menu .chinese, .dropdown-toggle .chinese {
	display: none;
}

.nav ul>li>a span.caret {
	display: none;
}

.menu-item-has-children {}

.smart {
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	width: calc(50% - 3rem);
	height: auto;
	z-index: 10;
	text-transform: uppercase;
	padding: 1rem .5rem 1rem 2.5rem;
}

.stick.header-nav.togg .smart, .stick.fixed.header-nav.togg .smart, .stick.header-nav.togg .co-presented, .stick.fixed.header-nav.togg .co-presented {
	opacity: 0;
}

.smart-logo-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 100;
	text-transform: uppercase;
	padding: 1rem 0;
	text-align: center;
}

.smart a, .smart-home {
	font-size: 1.875rem;
	line-height: 1em;
	font-family: "DIN W01 Black", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: .5rem 0;
}

.nav-columns {
    box-sizing: border-box;
    
    pointer-events: initial;
    display: flex;
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    height: calc(100vh - 45px);
}

#allure-navigation-artists {
    flex: 1;
    overflow-y: scroll;
}

#allure-navigation-artists .navbar-nav {
	padding-bottom: 8rem;
}
.exh-dates {
	position: absolute;
	top: 0;
	left: 50%;
    width: 50%;
    height: auto;
    z-index: 10;
    padding: 1rem .5rem;
    display: none;
}

.exh-dates.covid {
	left: 42%;
	width: auto;
}

.exh-dates.active {
	display: inline-block;
	-webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
}

/*
.exh-dates.hover {
	display: inline-block;
	-webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
}
*/

@keyframes fadeout {
    0% { opacity:0; }
    80% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadeout {
    0% { opacity:0; }
    80% { opacity:0; }
    100% { opacity:1; }
}

.exh-dates p {
	font-size: 1.875rem;
    line-height: 1em;
	padding: .275rem .5rem .5rem 1.5rem;
	text-transform: none;
	color: black;
}

.covid-nav {
	position: fixed;
	top: 4rem;
	left: 50%;	
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	color: black;
}

.exh-dates.covid p, .covid-nav {
	font-family: "DIN W01 Black", Arial, sans-serif;
	text-transform: uppercase;
}

.exh-dates.covid p:before, .covid-nav:before {
    content: '';
    width: 1rem;
    height: 1rem;
    margin-right: 0.25em;
    margin-bottom: .125rem;
    display: inline-block;
    background-color: black;
    border-radius: 50%;
    vertical-align: baseline;
    -webkit-animation: statusIndicator 1s infinite;
    animation: statusIndicator 1s infinite;
}

.smart a .sub-title {
	display: none;
}

.smart a .sub-title.active {
	display: inline-block;
	-webkit-animation: 2s ease 0s normal forwards 1 fadeout;
    animation: 2s ease 0s normal forwards 1 fadeout;
}

/*
.on-page-title.hover {
	display: none;
	-webkit-animation: 2s ease 0s normal forwards 1 fadeout;
    animation: 2s ease 0s normal forwards 1 fadeout;
}
*/

@keyframes fadeout {
    0% { opacity:1; }
    80% { opacity:1; }
    100% { opacity:0; }
}

@-webkit-keyframes fadeout {
    0% { opacity:1; }
    80% { opacity:1; }
    100% { opacity:0; }
}

.artist-template .sub-title {
	display: none !important;
	position: relative;
}

.artist-template .on-page-title {
	font-size: 1.875rem;
    line-height: 1em;
    font-family: "DIN W01 Black", Arial, sans-serif;
    padding-left: 1.25em;
    position: relative;
}

.artist-template .on-page-title:before {
    content: url(../images/arrow_right.svg);
    width: 13px;
    height: auto;
    /* content: '\2192'; */
    /* visibility: hidden; */
    color: black;
    position: absolute;
    top: 0.15em;
    left: .15em;
}

.on-page-title {
	font-size: 1.875rem;
    line-height: 1em;
    font-family: "DIN W01 Black", Arial, sans-serif;
    padding-left: 1.25em;
    position: relative;
}

.on-page-title:before {
    content: url(../images/arrow_right.svg);
    width: 13px;
    height: auto;
    /* content: '\2192'; */
    /* visibility: hidden; */
    color: black;
    position: absolute;
    top: 0.15em;
    left: .15em;
}

.page-home .header-nav .on-page-title:before {
	display: none;
}

.page-visit {
	
}

.co-presented {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50vw;
	width: calc(50% - 1rem);
	height: auto;
	z-index: 10;
	padding: 1rem .5rem;
}

.co-presented p {
	font-size: 1.875rem;
	line-height: 1em;
	padding: .275rem .5rem .35rem;
	color: black;
}

.nav ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
}

.nav ul.sub-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/*
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: inherit;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
*/

.dropdown-menu>li {
  display: block;
  width: 100%;
}

.dropdown-menu ul>li>a {
  display: block !important;
  padding: .125em .5em;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: black;
  white-space: nowrap;
}

.dropdown-menu a {
  text-transform: inherit !important;
}

.collapse {
/*   display: none; */
}

.navbar-collapse {
	padding: 0;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  
	min-height: 100vh;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

/*
.collapsing {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
*/

.collapsing {
    -webkit-transition: none;
    transition: none;
/*     display: none; */
    visibility: hidden;
}

.navbar-collapse.collapse.in {
    display: block !important;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 100;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
}

.open .dropdown-menu {
  display: block;
}

.open>.dropdown-menu>li>a {
  white-space: normal;
}


/* full width dropdown */

.nav>li.dropdown.open {
  position: static;
}

.nav>li.dropdown.open .dropdown-menu {
	display: table;
	width: 102%;
	text-align: left;
	left: -1px;
	right: 0;
	/*   top: 84%; */
	top: 96%;	
}

.dropdown-menu>li {
	display: inline;
	width: auto;
}

/*
.dropdown-menu>li:first-child {
  margin-left: 1em;
}
*/

.nav ul.dropdown-menu>li:nth-child(2) {
	 margin-left: 0;
}

.navbar {
	position: relative;
	min-height: 2.5em;
	height: 45px;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

.single-events .navbar { 
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;	
	z-index: 1;
	border-bottom: 1px solid black;
}

/* search in nav */
.menu-item.menu-item-search { 
	float:right; 
	width:auto; 
	padding: .125em .25em;
}
.menu-search-form { 
	float:right; 
	width:auto; 
}
form.menu-search-form { 
	width:auto; 
	z-index: 1001;
	position: relative;
}
form.menu-search-form p {
	padding: 0;	
	width: 100%;
} 
form.menu-search-form #s { 
	background:#fff; 
	border:3px solid transparent; 
	margin:0 2px 0 0; 
	padding:0 0.25em 0 0; 
	width: 4.5em; 
	float:left; 
	/*  font-family: 'Plain-Bold', Arial, sans-serif; */
    font-family: 'Custom-font-replace', Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0px;
	text-transform: uppercase;
	text-align: right;
}
form.menu-search-form #s:focus {
	border:3px solid black; 
	width: 7em;
	text-transform: none;
	padding:0 0 0 0.25em; 
	text-align: left;
}
.menu-search-form input#searchsubmit.btn-search { 
	border:3px solid black;
	background:#000; 
	color:#fff; 
	cursor:pointer; 
	float:right; 
	padding: 0 0.25em; 
	margin-left: 0.125em;
	text-transform:uppercase; 
    font-family: 'Custom-font-replace', Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0px;
    display: none;
}
.menu-search-form input#searchsubmit.btn-search.active {
	display: block;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */



.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1060;
  background: white;
}

section {
  float: left;
}

.col-1 {
  width: 14.285714285714286%;
}

.col-2 {
  width: 28.571428571428572%;
}

.col-3 {
  width: 42.857142857142857%;
}

.col-4 {
  width: 57.142857142857144%;
}

.col-5 {
  width: 71.42857142857143%;
  padding-left: 1.5em;
}

.col-5 {
	width: calc(71% - 2.5em);
    position: relative;
    display: block;
    float: left;
}

.page-menus .col-5, .page-template-menu .col-5 {
/* 	width: calc(71% - 5.5em); */
	width: calc(71% - 7.5em);
}

.col-6 {
  width: 85.714285714285716%;
}

.col-7 {
  width: 100%;
}

.home .entry {
  padding-left: .5em;
  padding-right: .5em; 
}

.half {
  position: relative;
  display: block;
  float: left;
  padding-right: 0;
}

.half span.dt {
  padding-left: 0;
}

span.under {
  padding-left: 0;
  text-decoration: underline;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: black;
}

a:hover {
	color: gray;
}

a.back {
  left: 0;
}

a.forward {
  right: 0;
}

.expand {
	height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: .5em;
	transition: all 1s cubic-bezier(0, 0, .25, 1) 0s;
	width: 100%;
	transition-property: height, transform, opacity;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	transition-delay: 1s;
}

.expand.patt {
	height: inherit;
	display: block !important;
}

.bkg-image {
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: black;
}

.pattern {
	width: 96%;
	position: absolute;
	top: 3.25%;
	left: 2%;
	right: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.row-00 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	padding: 0;
	margin-top: 0;
	padding-bottom: 2%;
}

.row-01 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	padding: 0;
/* 	margin-top: -0.4em; */
	padding-bottom: 2%;
}

.footer .row-01 {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row-02 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	padding: 0;
	margin-top: -0.4em;
	padding-bottom: 2%;
}

.row-03 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: none;
	padding: 0;
	padding-bottom: 2%;
	margin-top: -0.4em;
}

.row-04, .row-05, .row-06 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: none;
	padding: 0;
	padding-bottom: 2%;
	margin-top: -0.4em;
}


#Logo-grid, #Logo-1, #Logo-2, #Grid-1, #Grid-2, #Grid-3, #Grid-4, #Grid-5, #Logo-2-nav, #Logo-2-footer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 2;
}

#Logo-grid .path-alternate, #Logo-1 .path-alternate-2, #Logo-2 .path-alternate, #Grid-1 .path-alternate, #Grid-2 .path-alternate, #Grid-3 .path-alternate, #Grid-4 .path-alternate, #Grid-5 .path-alternate, #Grid-6 .path-alternate, #Logo-2-footer .path-alternate, #Logo-2-nav .path-alternate {
	display: none;
}

#Logo-grid.active .path-alternate, #Logo-1.active .path-alternate-2, #Logo-2.active .path-alternate, #Grid-1.active .path-alternate, #Grid-2.active .path-alternate, #Grid-3.active .path-alternate, #Grid-4.active .path-alternate, #Grid-5.active .path-alternate, #Grid-6.active .path-alternate {
	display: inline-block;
}

.dt {
	display: inline-block;
}

.mo {
	display: none;
}

/* home */
.home-hero-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 49px);
    z-index: 0;
}

.home-hero {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-v2 .hero {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: inherit;
    left: inherit;
    max-width: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.hero-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	width: 90%;
	max-width: 90%;
	height: auto;
}

.big-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
	
	display: flex;
    justify-content: center;
    align-items: center;
    
	width: 60%;
    height: 60%;
    
    opacity: 0;
    
    -moz-appearance: none;
	-webkit-appearance: none;
    background: transparent;
    border: none;
    
/*     cursor:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAASCAYAAADR/2dRAAAACXBIWXMAAAsSAAALEgHS3X78AAABmUlEQVRIib1Vi3GDMAx96mUBVmCFrOCO0BXSEegI6QhkBDpCGCEZgYwQRlBP5ZkTDp+kbdCdLsZ+DtLTkwAAnfAGQKGq8E5sme7/h2/Q2RnAF4YWAOxFJKjqK1ayyUyNGZ4Ht/c0Zl4W8j3wN6zBy2wwqtpymc3hRGQrIkcRUXojIoU7t7PryL2C+LAYTAQBuMxgLNAjgBzAJ4APAC31FgOqLSH3f9HsuVXVuidgTAMEWkdZRtmcZgDsLJhkz+42XGfpPQZvi73bm2xtZSAhecldAjZMV+n+2di7jjTHNu7NtbaVpna6mTWWa+sweYK3Zqg4Kmoyf1HVswc91KoTZSqn2HWYjEyXrkSDobrU2vcwUlAz76oq0d1Y6DLuGDZG3uhIq/HbYHyr53zZIcGkZQIDzKiXs6oOunQzcmHJfuotInuuLbudiJxcpmFsUJpWRKRlQKlGO8yDmrGMT/4eaW+cVipqoxm5XxGTpWcS+3sts+nMLrr5+P5ZwI8YJ3CeitvX8enuRHsz0QclXCmYOFdMa4OJ3rsqvgH4Xcp4b7xY3QAAAABJRU5ErkJggg=='), auto!important;   */
	cursor: url(../images/Play_white.png), auto; 
}

.big-play:hover {
/* 	cursor:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAASCAYAAADR/2dRAAAACXBIWXMAAAsSAAALEgHS3X78AAABmUlEQVRIib1Vi3GDMAx96mUBVmCFrOCO0BXSEegI6QhkBDpCGCEZgYwQRlBP5ZkTDp+kbdCdLsZ+DtLTkwAAnfAGQKGq8E5sme7/h2/Q2RnAF4YWAOxFJKjqK1ayyUyNGZ4Ht/c0Zl4W8j3wN6zBy2wwqtpymc3hRGQrIkcRUXojIoU7t7PryL2C+LAYTAQBuMxgLNAjgBzAJ4APAC31FgOqLSH3f9HsuVXVuidgTAMEWkdZRtmcZgDsLJhkz+42XGfpPQZvi73bm2xtZSAhecldAjZMV+n+2di7jjTHNu7NtbaVpna6mTWWa+sweYK3Zqg4Kmoyf1HVswc91KoTZSqn2HWYjEyXrkSDobrU2vcwUlAz76oq0d1Y6DLuGDZG3uhIq/HbYHyr53zZIcGkZQIDzKiXs6oOunQzcmHJfuotInuuLbudiJxcpmFsUJpWRKRlQKlGO8yDmrGMT/4eaW+cVipqoxm5XxGTpWcS+3sts+nMLrr5+P5ZwI8YJ3CeitvX8enuRHsz0QclXCmYOFdMa4OJ3rsqvgH4Xcp4b7xY3QAAAABJRU5ErkJggg=='), auto!important; */
	cursor: url(../images/Play_white.png), auto;   
}

.big-play:focus {
	opacity: 1;
}

/*
.single-artists .big-play {
	z-index: 0;
}
*/

.big-play.active {
	opacity: 1;
}

.big-play.active.toggle {
	z-index: 0;
}

.home-hero-bkg, .home-v2 .home-nav-bkg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	background: #FA4F29;
	opacity: 0;
	-webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-backface-visibility: hidden;
}

.home-v2 .home-hero-bkg, .home-v2 .home-nav-bkg {
	background: #66C79B;
}

.home-hero-bkg.active, .home-nav-bkg.active {
	opacity: 1;
	-webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: opacity .5s .25s,-webkit-filter 2s .25s;
    transition: opacity .5s .25s,-webkit-filter 2s .25s;
    -moz-transition: opacity .5s .25s,filter 2s .25s;
    transition: opacity .5s .25s,filter 2s .25s;
    transition: opacity .5s .25s,filter 2s .25s,-webkit-filter 2s .25s;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);
}

.video-poster {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -2;
	max-width: 70%;
	opacity: 0;
	
	transition: all .5s ease-in-out;
}

.video-poster.active {
	opacity: 1;
}

.video-poster img, .video-poster video {
	width: 100%;
	animation: blur-hero 1s ease 0s forwards;
    -webkit-animation: blur-hero 1s ease 0s forwards;
    -moz-animation: blur-hero 1s ease 0s forwards;
}

@keyframes blur-hero {
  0%{
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
  }
  100% {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 1;
  }
}

.video-poster.hover {
	z-index: -1;
	transform: translate(-50%, -50%) scale(1.25);
}

.video-poster.hover img, .video-poster.hover video {
	animation: un-blur-hero 1s ease 0s forwards;
    -webkit-animation: un-blur-hero 1s ease 0s forwards;
    -moz-animation: un-blur-hero 1s ease 0s forwards;
}

@keyframes un-blur-hero {
  0%{
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/*
.video-js {
    height: 0px !important;
    width: 100% !important;
    padding-top: 62.5%; 
}
*/

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
    border-top-color: white;
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 0 !important;
    border: transparent !important;
}

.vjs-loading-spinner {
	border: transparent !important;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
    border-top-color: transparent;
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s;
    content: "Loading";
    text-shadow: 0px 1px rgba(0,0,0,.25);
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1;
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 1.19;
    transform: translate(-50%, 0%);
    border: transparent !important;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.page-home .video-js .vjs-control-bar, .single-artists .video-js .vjs-control-bar {
	background: rgba(16,16,16,0.75);
	-webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.page-home .video-js .vjs-slider, .single-artists .video-js .vjs-slider {
	background-color: rgba(16,16,16, 0.25);
}

.page-home .video-js .vjs-volume-vertical, .single-artists .video-js .vjs-volume-vertical {
    background-color: #2B333F;
    background: rgba(16,16,16,0.75);
}

.page-home .video-js .vjs-load-progress, .single-artists .video-js .vjs-load-progress {
    background: rgba(255,255,255, 0.2);
/*     background: rgba(255, 252, 49, .75); */
}

.page-home .video-js .vjs-time-control, .single-artists .video-js .vjs-time-control {
	font-size: 1.5em;
    line-height: 2em;
    opacity: .75;
}

.page-home .video-js .vjs-progress-holder, .single-artists .video-js .vjs-progress-holder {
	height: 0.25em;
}

.page-home .vjs-current-time.vjs-time-control.vjs-control, .single-artists .vjs-current-time.vjs-time-control.vjs-control {
/* 	display: none; */
	opacity: 0;
	width: 1px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	min-width: .5em;
}

.page-home .video-js .vjs-play-progress:before, .single-artists .video-js .vjs-play-progress:before {
    font-size: 1.5em;
    position: absolute;
    right: -0.5em;
    top: -0.4em;
    z-index: 1;
}

.page-home .vjs-button > .vjs-icon-placeholder:before, .single-artists .vjs-button > .vjs-icon-placeholder:before {
    font-size: 2.25em;
    line-height: 1.4;
}

/*
main.front p {
	padding-top: 2.125em;
}
*/

p {
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-size: 1.875rem;
	line-height: 1.19;
	padding: .25em 0 1.125em 0;
	margin: 0;
}

.page-menus h2.entry-title {
	display: none;
	padding: 0 0 0 2.125em;
}

.page-menus section {
    padding-top: 2.75em;
    padding-bottom: 2.5em;
}

.page-menus section.brunch {
	margin-top: 0;
	padding-top: 0;
}

.page-menus p {
	float: left;
	width: 92%;
	position: relative;
	padding-bottom: 0;
}

.page-menus section .col-5 p, .page-template-menu .col-5 p {
    width: 95%;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 4em;
}
.page-menus p.menu-item, .page-template-menu p.menu-item {
  float: left;
  margin-top: 1.125em;
  padding-right: 1em;
  padding-bottom: 0;
  width: 100%;
  position: relative;
  text-transform: uppercase;
}

.page-menus p strong, .page-template-menu p strong {
  float: right;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.page-menus p.price {
  width: auto;
  display: inline;
  float: right;
  padding-bottom: 0;
}

.page-menus .gallery {
	display: none;
}

h2.price {
  display: none;
}

.page-menus h2 {
  float: left;
  width: 100%;
  padding: 2em 0 2.25em 1.25em;
}

.page-menus h2.section-title {
	padding: 2em 0 2.25em 1.25em;
}

.page-template-menu h2 {
    float: left;
    width: auto;
    padding: 2em 0 2.25em 1.25em;
}

.page-template-menu a.menus-results {
        text-transform: uppercase;
    font-size: 2.25vw;
    /*  font-family: 'Plain-Medium', Arial, sans-serif; */
    font-family: 'Custom-font-replace', Arial, sans-serif;
    padding: 2em 0 2.25em 1em;
    display: inline-block;
     float: left;
    width: 90%;
}

.page-template-menu h2 {
  float: left;
  width: auto;
  padding: 0em 0 2.25em 2.25em;
}

.page-template-menu .col-5 h2 {
	width: 100%;
}

.page-menus h2.gallery-section-title {
	float: none;
	width: auto;
	padding: 0 0 .5em 2.125em;
}

.page-menus footer p {
	padding-bottom: 1.125em;
}

/* carousel height */
.gallery {
	height: 160px;
}

#artist-gallery.gallery {
/*     margin-top: 36px; */
	margin-top: 10px;
}

.carousel {
    height: 100%;   
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-prev-next-button {
    position: relative;
    height: auto;
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    -webkit-transform: none;
    transform: none;
    display: inline-block;
    top: inherit !important;
    bottom: inherit !important;
    right: inherit !important;
    left: inherit !important;
    padding: 0;
    margin-top: .5em;
}

.flickity-prev-next-button svg {
    display: none;
}

/* ON-PAGE NAV */ 
nav.on-page {
	background-color: white;
	z-index: 1;
}

.home-v2 nav.home-nav-v2.on-page {
	background: transparent;
	border-top: 1px solid black;
	border-bottom: 1px solid #66C79B;
}

.home-v2 nav.home-nav-v2.on-page.stick.fixed {
	border-top: 1px solid #66C79B;
	border-bottom: 1px solid black;
}

nav.on-page.togg {
	z-index: 0;
}

ul.page-title {
	margin: 0;
/* 	padding: 1.4rem 0 1.5rem; */
	padding: 1rem 0;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    
    position: relative;
}

.page-home ul.page-title, .page-template-works-on-view ul.page-title {
	padding: 0;
}

.page-home ul.page-title li, .page-template-works-on-view ul.page-title li {
	padding: 1rem 0;
	position: relative;
	height: 100%;
}

.page-home ul.page-title, .page-template-works-on-view ul.page-title {
	flex: 1;
	text-align: center;
}

ul.page-title li {
    display: inline;
    font-size: 1.875rem;
    text-transform: uppercase;
    color: black;
    float: left;
/*     padding-right: 5px; */
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

ul.page-title li.artist-name, ul.page-title li.symposium-link {
	margin-left: 2.5rem;	
}

.page-home ul.page-title li, .page-template-works-on-view ul.page-title li {
	flex: 1 1 50%;
}

ul.page-title li a {
	text-decoration: none;
	padding-right: 1.5rem;
	color: black;
}

.page-home ul.page-title li a, .page-template-works-on-view ul.page-title li a {
	text-transform: uppercase;
    font-size: 1.875rem;
    font-family: "DIN W01 Black", Arial, sans-serif;
    padding: 0;
}

.single-artists ul.page-title li.artist-name a, .page-symposium ul.page-title li.symposium-link a {
	width: 1px;
	overflow: hidden;
	display: none;
}

.single-artists .stick.fixed ul.page-title li.artist-name a, .page-symposium .stick.fixed ul.page-title li.symposium-link a {
	display: inline;
	font-family: "DIN W01 Black", Arial, sans-serif;
}

ul.page-title li a:hover {
	text-decoration: none;
	color: black;
}

ul.page-title li span, ul.page-title li a span {
	padding-left: 1em;
	position: relative;
	display: inline-block;
}

.home-all-works ul.page-title li a span.org-name-mo {
	padding-left: 0;
}

ul.page-title li span.colon, ul.page-title li a span.colon {
	padding-left: 0;
	margin-right: .25em;
	position: relative;
	display: inline-block;
	opacity: 0;
}

ul.page-title:hover li span.colon, ul.page-title:hover li a span.colon {
	opacity: 1;
}

ul.page-title li a span p {
	margin: 0;
	padding: 0;
	line-height: 1.42857143;
}

ul.page-title li:first-child span:before {
	content: url(../images/down_arrow_tip_right.svg); 
	width: 9.25px; 
	height: auto;
/* 	content: '\21B3'; */	
/* 	content: '\2192'; */
/* 	visibility: hidden; */
	color: black;
	position: absolute;
	top: -.125em;
    left: .125em;
    opacity: 1;
}

.home-all-works ul.page-title li span:before, .page-virtual-tours ul.page-title li span:before {
	content: '';
}

.single-artists ul.page-title:before, .page-symposium ul.page-title:before {
    content: url(../images/down_arrow_tip_right.svg);
    width: 9.25px;
    height: auto;
    color: black;
    position: absolute;
    top: 0.45em;
/*     left: .125em; */
	left: 2.5rem;
    opacity: 1;
}

ul.page-title li span:before, .single-artists ul.page-title li span:before, .page-symposium ul.page-title li span:before {
	content: url(../images/arrow_right.svg); 
	width: 13px; 
	height: auto;
/* 	content: '\2192'; */
/* 	visibility: hidden; */
	color: black;
	position: absolute;
	top: -.158em;
    left: .125em;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.page-works-on-view ul.page-title li:first-child span:before {
    opacity: 0;
}

.page-works-on-view ul.page-title li span:before, .page-works-on-view ul.page-title li a:hover span:before, .page-works-on-view ul.page-title li a.active span:before {
    opacity: 0;
}

ul.page-title li span.colon:before, .single-artists ul.page-title li span.colon:before {
	content: '';
}

.single-artists ul.page-title li.artist-bio a:hover span:before, .page-symposium ul.page-title li.symposium-about a:hover span:before {
	opacity: 0;
}

ul.page-title li a:hover span:before {
	opacity: 1;
}

.single-artists .stick.fixed ul.page-title li.artist-bio a:hover span:before, .page-symposium .stick.fixed ul.page-title li.symposium-about a:hover span:before {
	opacity: 1;
}

.page-symposium .stick.fixed ul.page-title li.symposium-link a:hover span:before {
	opacity: 0;
}

/*
.single-artists ul.page-title li:first-child a span {
	padding-left: 0;
}
*/

.single-artists ul.page-title li:first-child span:before {
	display: none;
}

ul.page-title li a.active span:before {
	opacity: 1;
}

ul.page-title li.symposium-about a.active span:before {
	opacity: 0;
}

.page-symposium .stick.fixed ul.page-title li.symposium-about a.active span:before {
	opacity: 1;
}

/*
ul.page-title li:first-child a.active span:before {
	content: '\2192';
	color: black;
	position: absolute;
	top: -.125em;
    left: .125em;
    opacity: 1;
}
*/

ul.page-title li:hover span:before{
	opacity: 1;
}

ul.page-title li span:hover:before {
	display: inline-block;
	visibility: visible;
}

ul.page-title li.current_page_item {
    color: black;
    content: '&#8594;';
}

.artwork-featured-image img {
	width: auto;
    max-height: 30px;
    margin-top: -6px;
}

.sticky {
	position: fixed;
	top: 36px;
	width: 100%;
	box-sizing: inherit;
}

.stick {
	border-top: 1px solid black;
	border-bottom: 1px solid transparent;
	background:white;
/* 	padding: 0 20px; */
	padding: 0;
	position: relative;
	z-index: 1001;
	z-index: 1061;
	color: #fff;
	width: 100%;
/* 	width: calc(100% - 4.5rem); */
	
	min-height: 48px;
	max-width: 100vw;
	
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    overflow-y: hidden;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stick.fixed {
	border-top: 1px solid transparent;
	border-bottom: 1px solid black;
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 1061;
	padding: 0 6rem 0 0;
}

.stick.fixed.absolute {
 	position: absolute;
}

.stick.header-nav.absolute {
	background: transparent;
}

/*
.single-artists header.fixed.togg, .single-artists header.fixed.togg .navbar {
    background: transparent;
}
*/

.stick.fixed.header-nav.togg .smart, .stick.fixed.header-nav.togg .co-presented, .single-artists.togg .navbar .smart, .single-artists.togg .navbar .co-presented {
	opacity: 0;
}

.stick.header-nav {
    border-top: 1px solid transparent;
}

.stick.fixed.absolute.header-nav {
	border-bottom: 1px solid transparent;
}

/* crazy home page stack hack */
.stick.header-nav.togg, .stick.fixed.header-nav.togg {
    position: fixed;
    top: 0 !important;
    z-index: 2;
    height: 100vh;
	border-top: 1px solid white;
}

/* end crazy home page stack hack */
nav.on-page.stick.child-nav .nav-btn {
	display: none;
}

nav.on-page.stick.fixed.absolute.child-nav .nav-btn {
	display: none;
}

.pinned.active nav.on-page.stick.child-nav .nav-btn {
	display: block;
}

nav.on-page.stick .nav-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

nav.on-page.stick.fixed .nav-btn {
	display: block;
	z-index: 10000;
}

.page-home nav.on-page.child-nav.stick {
	border-top: 1px solid transparent;
}

.page-home nav.on-page.child-nav.stick.home-all-works {
	border-top: 1px solid black;
	padding: 0;
}

.page-template-works-on-view nav.on-page {
	padding: 0;
}

.page-home nav.on-page.child-nav.stick.home-all-works.fixed {
	border-top: 1px solid transparent;
}

nav.on-page.stick.togg .nav-btn {
    position: fixed;
    z-index: 1000;
}

.stick.fixed.togg {
	z-index: 1;
}

.single-artists .stick.fixed.togg {
	z-index: 0;
}

.shade {
    -webkit-appearance: none;
    -webkit-box-shadow: rgba(255, 255, 255, .8) 0px 0px 20px 20px;
    box-shadow: rgba(255, 255, 255, .8) 0px 0px 20px 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0.275em;
    height: auto;
    background: white;
    z-index: 10000;
/*     display: none; */
}

.page-symposium .shade {
	display: none;
}

/* ARTIST STYLES */
.artist-hero-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
/* 	height: calc(100vh - 48px); */
	height: calc(100vh - 94px);
	padding-top: 46px;
}
.artist-hero {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.hero-image {
	position: absolute;
    width: 100%;
    height: 100%;
}

.hero-image figure {
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-image .hero-bkg {
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
    background-size: 100%;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
    background-repeat: no-repeat;
    background-position: top center;
}

.hero-image .hero-bkg-mobile {
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
    background-size: 100%;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
    background-repeat: no-repeat;
    background-position: top center;
    
    display: none;
}

/* bottom positioned */ 
.artists-xu-bing .hero-image .hero-bkg, .artists-sun-yuan-and-peng-yu .hero-image .hero-bkg {
	background-position: bottom center;
}

/* center positioned  */
.artists-chen-zhen .hero-image .hero-bkg {
	background-position: center 30%;
}

.hero-image figure img {
	width: auto;
	height: auto;
	min-width: 100%;
    min-height: 100%;
    margin: 0 auto;
/*     height: 100%; */
    flex-shrink: 0;
    object-fit: contain;
    object-fit: none;
	object-position: 50% 0; /* 50% 50%; default value: image is centered */
/* 	object-position: 0 0;  positioned top left of the content box  */
}

.hero-image .hero-bkg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s cubic-bezier(.57,.06,.05,.95);
    transition: opacity .3s cubic-bezier(.57,.06,.05,.95);
    opacity: 0;
    mix-blend-mode: multiply;
    background: transparent;
    background: -webkit-radial-gradient(center,ellipse cover,transparent 47%,#444 100%);
    background: -webkit-radial-gradient(center,ellipse,transparent 47%,#444 100%);
    background: radial-gradient(ellipse at center,transparent 47%,#444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent",endColorstr="#dcdcdc",GradientType=1);
}

.artist-hero.hover .hero-bkg:after {
	opacity: .5;
}

.hero-image figure img, .hero-image .hero-bkg {
	opacity: 0;
	-webkit-filter: blur(16px);
    filter: blur(16px);
    -webkit-transition: all 1s cubic-bezier(.57,.06,.05,.95); 
    transition: all 1s cubic-bezier(.57,.06,.05,.95);
}

.hero-image.loaded figure img, .hero-image.loaded .hero-bkg {
	opacity: 1;
	z-index: 0;
}

.hero-image.loaded.active figure img, .hero-image.loaded.active .hero-bkg {
	-webkit-filter: blur(0px);
    filter: blur(0px);
}

.cell-caption {
	position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 0;
}

.cell-caption .img_caption {
	font-size: 2.25rem;
    line-height: 3.25rem;
    color: white;
    margin: 0;
    padding: .5em;
    font-size: 1.75rem;
    line-height: 2.25rem;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: relative;
}

.marker {
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    
    display: inline-block;
    border-radius: 50%;
    border: 1px solid;
    width: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
    margin-right: 1em;
    float: left;
}

button.marker {
    background: transparent;
    border-color: white;
    color: white;
    position: absolute;
    bottom: .5em;
    left: .5em;
    z-index: 1;
}

.cell-caption button.marker {
    width: 32px;
    height: 32px;
    line-height: 2.125rem;
}

button.cell-caption-info.hover {
    color: black;
}

button.marker:hover {
	background: white;
	color: black;
}

.cell-caption-text {
    opacity: 0;
/*     padding: .25em 0; */
	padding: .25em 0 .25em 2.25em;
    display: inline-block;
}

.cell-caption-text.hover {
	opacity: 1;
}

.cell-caption.hover {
	width: 100%;
}

.cell-caption .img_caption.hover {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
    background: white;
    color: black;
}

.bio {
	padding: 0 3rem 10rem;
	margin-top: -3.5rem;
}

.artist-bio .nationality {
    margin: 0;
    padding: 0;
}

.large-text p, .medium-text p {
/*     font-size: 3rem; */
	font-size: 4rem;
    line-height: 1.1;
}

.small-text {
    max-width: 50%;
    margin: 0 auto;
    padding: 0 0 2em 0;
}

.small-text h1, .small-text h2 {
	margin: 0.67em 0;
	padding: 0 0 1em;
	text-align: center;	
}

.works-on-view .small-text h2 {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
}

.small-text p {
    font-size: 1.875rem;
}

.large-pull-quote-wrap {
	max-width: 80%;
    margin: 0 auto;
}

.large-pull-quote, .large-pull-quote p {
	padding: 6rem 0 10rem;
	margin: 0 auto;
	font-size: 5.5rem;
    line-height: 5rem;
    text-align: center;
    font-family: "DIN W01 Black", Arial, sans-serif;
}

.attribution {
	margin-top: 1rem;
	font-size: 4rem;
    line-height: 4rem;
}

p a.footnote, .attribution a.footnote {
    font-family: sans-serif;
    position: relative;
    top: -2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    padding: 2px 5.5px;
    margin: 0 6px 0 2px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    /* background-color: #fff; */
    -webkit-backface-visibility: hidden;
    line-height: 0;
    vertical-align: middle;
    text-decoration: none;
    font-smoothing: antialiased;
    -webkit-transition: opacity;
    -moz-transition: opacity;
    -ms-transition: opacity;
    transition: opacity;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-size: 1.1875rem;
    line-height: 1;
    border: 1px solid black;
    color: black;
    font-weight: normal;
    font-style: normal;
    display: inline;
    float: none;
}

.attribution a.footnote {
	top: -10px;
    left: -4px;
}

p a.footnote:hover, .attribution a.footnote:hover {
    color: white;
    background-color: black;
    border: 1px solid black;
}

.footnotes h2 {
	width: 100%;
	text-align: center;
	padding: 0;
}

.footnotes ul {
    position: relative;
    display: block;
    padding: 0 2.5em 2em;
}

.footnotes ul>li {
    list-style: none;
    display: block;
    width: auto;
    margin-bottom: 10px;
    position: relative;
    width: 97%;
}

.footnotes span {
    font-size: 1.35rem;
    line-height: 1.25;
    padding-left: -80px;
    display: inline;
    height: auto;
    position: absolute;
    top: .125em;
    left: -2em;
}

.footnotes ul>li>p {
	font-family: "DIN W01 Regular", Arial, sans-serif !important;
    color: black;
    font-size: 1.875rem;
    line-height: 1.25;
    text-decoration: none;
    padding: 0;
    margin: 0;
    display: inline;
    position: relative;
    font-family: serif;
}

.footnotes ul>li>a {
    /* text-decoration: none; */
    display: inline;
    float: none;
    position: relative;
    text-decoration: underline;
}

/*
.artist-image {
    text-align: center;
	width: 100%;
    padding: 10px 0px;
    min-height: 100%;
    overflow: hidden;
    
    display:flex;
	flex-wrap:wrap;
	justify-content: center;
	
	max-width: 70vw;
	max-height: 580px;
    margin: 0 auto;
}
*/
	
.artist-image {
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 75%;
    height: 80vh;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: block;
}	

.artist-image figure {
/*
	object-fit: contain;
    position: relative;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    max-height: 80vh;
*/
	width: 100%;
    position: relative;
    max-height: 100%;
    /* max-height: 80vh; */
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    object-fit: contain;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.artist-image figure .artist-img {
	width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/*
.artist-image figure > div {
	flex: 1; 
}
*/

.artist-image img {
	width: auto;
    height: auto;
    max-height: 80vh;
    max-width: 100%;
}

.artist-image figure figcaption.img_caption {
/*
    position: absolute;
    bottom: 0;
    left: 0;
*/
    font-size: 1.75rem;
    line-height: 2.25rem;
    padding-top: 0.5em;
    width: 100%;
    text-align: center;
    
/*
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
*/
}

.audio-button {
	position: absolute;
	right: -30px;
    top: 15px;
    background-color: transparent;
    border: none;
    color: white;
    width: 16px;
    height: 16px;
    padding: .125em;
    text-align: center;
    cursor: pointer;
    opacity: .5;
}

.audio-button svg {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50%;
}

.audio-button:hover {
	opacity: 1;
}

#Speaker_Icon {
	stroke: transparent;
}

#Speaker_Icon path {
	stroke: black;
}

#Path {
	fill: black;
}

.pronunciation {
	display: none;
}

.audio-button:after {
	content: 'English Pronunciation';
	font-size: 1.5rem;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    right: -200px;
    color: black;
    opacity: 0;
    width: 200px;
    height: 20px;
    line-height: 15px;
    text-align: left;
}

.audio-button:hover:after {
	opacity: 1;
}

.audio-button:focus {
	opacity: .5;
}

audio {
	width: 1px;
	background: transparent;
}

.audio-file {
 	display: none !important;
}

.artwork-title-wrap {
	padding: 0 3rem;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}

h3.artwork-title {
	font-family: "DIN W01 Regular", Arial, sans-serif;
	font-size: 5.5rem;
	line-height: 5.5rem;
	text-transform: none;
	display: block;
	padding: 0;
	margin: 0;	
}

.works-on-view .process h2 {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
    border-top: none;
}

.artwork-title-wrap.onehundred, .artwork-title-wrap.onehundred.process {
    padding-bottom: 2rem;
}

.works-on-view .process h3.artwork-title {
	text-align: center;
}

.artwork-title-year {
	display: inline;
}

.artwork-description {
	width: 90%;
	padding-top: 3em;
}

.artwork-description p {
	font-size: 1.875rem;
    line-height: 1.5;
    padding: 0 0 1em;
}

.onehundred .artwork-description p {
    max-width: 54%;
}

.org-smart, .org-w659, .org-both {
	font-size: 1.5rem;
    line-height: 2rem;
	display: inline-block;
	width: auto;
	border: 1px solid;
	padding: .125em .5em;
	margin-bottom: .5em;
}

.artwork-wrap {
	padding: 0 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.single-artwork.process.artwork-wrap {
	padding: 1rem 3rem 3rem;
}

.single-artwork {
	padding-bottom: 6em;
}

.works-on-view .process {
	background: #f3f5f6;
	background: rgb(154, 147, 129);
}

.fifty, .single-column {
	-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    float: left;
}

.onehundred, .full-column {
	width: 100%;
	width: 100vw;
	position: relative;
	-ms-flex-preferred-size:100%;
    flex-basis: 100%;
    max-width: 100%;
    float: left;
}

.single-artwork.artwork-wrap.single-column.left-col {
    padding-right: 1.5rem;
}

.single-artwork.artwork-wrap.single-column.right-col {
    padding-left: 1.5rem;
}

.single-artwork.artwork-wrap.single-column.center {
    -ms-flex-preferred-size: 50%;
    flex-basis: 100%;
    max-width: 100%;
    float: left;
    padding: 0 27.5% 6em;
}

.single-artwork.process {
	background: #f3f5f6;
	background: rgb(154, 147, 129);
}

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

.artwork-image {
/* 	max-height: 300px; */
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.artwork-image img {
	width: auto;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.artwork-details {
	display: block;
	width: 100%;
	position: relative;
	padding: 1em 0;
	font-size: 1.75rem;
    line-height: 2.25rem;
}

.artwork-details .col-md-3, .artwork-details .col-md-4, .artwork-details .col-md-8, .artwork-details .col-md-9  {
	padding: 0;
}

.clearfix {
	position: relative;
	width: 100%;
	float: left;
	display: block;
    height: 1px;
    padding: 0;
}

/* VIRTUAL TOURS */
.page-virtual-tours.togg header.fixed {
	z-index: 2;
}
.virtual .stick.fixed.togg {
    z-index: 0;
}
.page-virtual-tours.modal-open .stick.fixed {
	z-index: -1;
}
.tours-hero-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    /* height: calc(100vh - 48px); */
    height: calc(100vh - 94px);
    padding-top: 46px;
}

.tours-hero {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.smart-tours-hero, .wrightwood-tours-hero {
	width: 50%;
}

.page-virtual-tours .virtual .tours-hero video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
}

.virtual .tours-hero video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
    height: auto;
}


.page-virtual-tours ul.page-title li {
    padding: 1rem 0;
    position: relative;
    height: 100%;
}

.page-virtual-tours ul.page-title li {
    flex: 1 1 50%;
}

.page-virtual-tours ul.page-title li a {
    text-transform: uppercase;
    font-size: 1.875rem;
    font-family: "DIN W01 Black", Arial, sans-serif;
    padding: 0;
}

.page-virtual-tours ul.page-title {
    padding: 0;
}

.page-virtual-tours ul.page-title {
    flex: 1;
    text-align: center;
}

.page-virtual-tours nav.on-page.child-nav.stick.virtual-tour-columns {
    border-top: 1px solid black;
    padding: 0;
}

.page-virtual-tours nav.on-page.child-nav.stick.virtual-tour-columns.fixed {
    border-top: 1px solid transparent;
}

.tours-intro {
    padding: 0 1rem 0;
}

.maps {
	width: 100%;
    height: auto;
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    /* padding: 2rem 0 0; */
    padding: 0;
    border-top: 1px solid black;
}

.tour-column.col-sm-6 {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.map-wrap {
    display: flex;
    flex-direction: column;
    width: 99.5%;
    min-height: 60vh;
    float: left;
    position: relative;
    padding: .125em;
}

.map-wrap h2 {
	padding: 1rem 0;
	text-align: center;
	position: -webkit-sticky;
    position: sticky;
	top: 46px;
	left: 0;
	width: 100%;
	z-index: 0;
}

.sticky-map {
	width: 99.5%;
    min-height: 100vh;
/*     justify-content: center; */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.smart-map-main-floor, .wrightwood-map-floor-1, .wrightwood-map-floor-2, .wrightwood-map-floor-3, .wrightwood-map-floor-4 {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
}

.map-svg {
    max-width: 85%;
    max-height: 85%;
    width: 80%;
    text-decoration: none;
    margin: 0 auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.9);
    z-index: 0;
    transition: all .6s ease-in-out;
}

.smart-map-main-floor.hover .map-svg, .wrightwood-map-floor-1.hover .map-svg, .wrightwood-map-floor-2.hover .map-svg, .wrightwood-map-floor-3.hover .map-svg, .wrightwood-map-floor-4.hover .map-svg {
	transform: translate(-50%, -50%) scale(.95);
}

/*
.map-hover-wrap {
	 transform: translate(-50%, -50%) scale(.9);
    z-index: 0;
    transition: all .6s ease-in-out;
}
*/

#smart-map-modal-btn:hover ~ .map-svg, #wrightwood-map-modal-btn:hover ~ .map-svg, #wrightwood-map-floor-2-modal-btn:hover ~ .map-svg, #wrightwood-map-floor-3-modal-btn:hover ~ .map-svg, #wrightwood-map-floor-4-modal-btn:hover ~ .map-svg {
	transform: translate(-50%, -50%) scale(.95);
}

.next-floor #wrightwood-map-modal-btn:hover ~ .map-svg, .next-floor #wrightwood-map-floor-2-modal-btn:hover ~ .map-svg, .next-floor #wrightwood-map-floor-3-modal-btn:hover ~ .map-svg, .next-floor #wrightwood-map-floor-4-modal-btn:hover ~ .map-svg {
	transform: translate(-50%, -50%) scale(.9);
}

.smart-map-main-floor-modal {
	width: 100%;
	height: 90%;
	max-width: 85%;
    max-height: 85%;
    text-decoration: none;
    margin: 0 auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    text-align: center;
}

.wrightwood-map-all-floors-modal {
	width: 100%;
	height: 90%;
	max-width: 95%;
    max-height: 85%;
    text-decoration: none;
    margin: 0 auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    text-align: center;
}

.virtual .wrightwood-map-all-floors-modal {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    align-items: center;	
}

.modal-map-svg {
	z-index: 1;
	width: auto;
    height: auto;
    min-height: 80vh;
    max-height: 80%;
    max-height: 80vh;
    max-width: 80%;
    object-fit: contain;
}

.map-markers {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.map-markers ul {
	margin: 0;
	padding: 0;
}

.map-markers ul li {
	list-style: none;
}
.smart-map-main-floor-modal .map-svg {
	z-index: 1;
}

.wrightwood-map-floor-1-modal .map-svg {
	z-index: 1;
	width: 95%;
}
/*

.smart-map-main-floor .map-svg g {
	display: none;
}

.map-svg .cls-1 {
	fill:none;
}

.map-svg .cls-1, .map-svg .cls-2 {
	stroke:#000;
	stroke-miterlimit:10;
	stroke-width: 1.25px;
}

.map-svg .cls-2 {
	fill:#fff;
}

.map-svg .cls-3 {
	fill:transparent;
}

.wrightwood-map-floor-1 .map-svg .cls-3 {
	
}
*/

/*
.smart-map-main-floor .cls-1{fill:#fa4f29;}
.smart-map-main-floor .cls-2{fill:#f6f6f6;}
.smart-map-main-floor .cls-3{fill:none;}
.smart-map-main-floor .cls-3, .smart-map-main-floor .cls-4{stroke:#000;stroke-miterlimit:10;}
.smart-map-main-floor .cls-4{fill:#fff;}

.smart-map-modal .cls-1{fill:#fa4f29;}
.smart-map-modal .cls-2{fill:#f6f6f6;}
.smart-map-modal .cls-3{fill:none;}
.smart-map-modal .cls-3,.cls-4{stroke:#000;stroke-miterlimit:10;}
.smart-map-modal .cls-4{fill:#fff;}
.smart-map-modal .cls-5{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path);}
.smart-map-modal .cls-6{font-size:20px;font-family:DIN-Regular, DIN;}
.smart-map-modal .cls-7{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-2);}
.smart-map-modal .cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-3);}
.smart-map-modal .cls-9{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-4);}
.smart-map-modal .cls-10{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-5);}
.smart-map-modal .cls-11{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-6);}
.smart-map-modal .cls-12{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-7);}
.smart-map-modal .cls-13{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-8);}
.smart-map-modal .cls-14{letter-spacing:-0.01em;}
.smart-map-modal .cls-15{letter-spacing:0em;}
*/

/*
.smart-map-main-floor-v2 .cls-1, .smart-map-main-floor-modal-v2 .cls-1 {fill:#fa4f29;}
.smart-map-main-floor-modal-v2 circle.cls-1 {fill:transparent;stroke:#000;}
.smart-map-main-floor-v2 .cls-1 {fill: transparent;stroke: #000;}
.smart-map-main-floor-v2 .cls-2, .smart-map-main-floor-modal-v2 .cls-2 {fill:none;}
.smart-map-main-floor-v2 .cls-2, .smart-map-main-floor-modal-v2 .cls-2, .smart-map-main-floor-v2 .cls-3, .smart-map-main-floor-modal-v2 .cls-3 {stroke:#000;stroke-miterlimit:10;}
.smart-map-main-floor-v2 .cls-3, .smart-map-main-floor-modal-v2 .cls-3 {fill:#fff;}
.smart-map-main-floor-v2 .cls-3.enter, .smart-map-main-floor-modal-v2 .cls-3.enter {fill:transparent;}
.smart-map-main-floor-v2 .cls-4, .smart-map-main-floor-modal-v2 .cls-4 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path);}
.smart-map-main-floor-v2 .cls-5, .smart-map-main-floor-modal-v2 .cls-5 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-2);}
.smart-map-main-floor-v2 .cls-6, .smart-map-main-floor-modal-v2 .cls-6 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-3);}
.smart-map-main-floor-v2 .cls-7, .smart-map-main-floor-modal-v2 .cls-7 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-4);}
.smart-map-main-floor-v2 .cls-8, .smart-map-main-floor-modal-v2 .cls-8 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-5);}
.smart-map-main-floor-v2 .cls-9, .smart-map-main-floor-modal-v2 .cls-9 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-6);}
.smart-map-main-floor-v2 .cls-10, .smart-map-main-floor-modal-v2 .cls-10 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-7);}
.smart-map-main-floor-v2 .cls-11, .smart-map-main-floor-modal-v2 .cls-11 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-8);}
.smart-map-main-floor-v2 .cls-12, .smart-map-main-floor-modal-v2 .cls-12 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-9);}
.smart-map-main-floor-v2 .cls-13, .smart-map-main-floor-modal-v2 .cls-13 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-10);}
.smart-map-main-floor-v2 .cls-14, .smart-map-main-floor-modal-v2 .cls-14 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-11);}
.smart-map-main-floor-v2 .cls-15, .smart-map-main-floor-modal-v2 .cls-15 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-12);}
.smart-map-main-floor-v2 .cls-16, .smart-map-main-floor-modal-v2 .cls-16 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-13);}
.smart-map-main-floor-v2 .cls-17, .smart-map-main-floor-modal-v2 .cls-17 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-14);}
.smart-map-main-floor-v2 .cls-18, .smart-map-main-floor-modal-v2 .cls-18 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-15);}
.smart-map-main-floor-v2 .cls-19, .smart-map-main-floor-modal-v2 .cls-19 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-16);}
.smart-map-main-floor-v2 .cls-20, .smart-map-main-floor-modal-v2 .cls-20 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-17);}
.smart-map-main-floor-v2 .cls-21, .smart-map-main-floor-modal-v2 .cls-21 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-18);}
.smart-map-main-floor-v2 .cls-22, .smart-map-main-floor-modal-v2 .cls-22 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-19);}
.smart-map-main-floor-v2 .cls-23, .smart-map-main-floor-modal-v2 .cls-23 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-20);}
.smart-map-main-floor-v2 .cls-24, .smart-map-main-floor-modal-v2 .cls-24 {clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-21);}
*/

.smart-map-main-floor-v2 .cls-1{fill:#000;}
.smart-map-main-floor-v2 #state .cls-1 {fill: transparent;stroke: #000;}
.smart-map-main-floor-v2 .cls-2{fill:#f6f6f6;}
.smart-map-main-floor-v2 .cls-3{fill:none;}
.smart-map-main-floor-v2 .cls-3, .smart-map-main-floor-v2 .cls-4{stroke:#000;stroke-miterlimit:10;}
.smart-map-main-floor-v2 .cls-4{fill:transparent;}
.smart-map-main-floor-v2 .cls-5{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path);}
.smart-map-main-floor-v2 .cls-6{font-size:20px;font-family:DIN-Regular, DIN;}
.smart-map-main-floor-v2 .cls-7{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-2);}
.smart-map-main-floor-v2 .cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-3);}
.smart-map-main-floor-v2 .cls-9{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-4);}
.smart-map-main-floor-v2 .cls-10{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-5);}
.smart-map-main-floor-v2 .cls-11{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-6);}
.smart-map-main-floor-v2 .cls-12{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-7);}
.smart-map-main-floor-v2 .cls-13{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-8);}
.smart-map-main-floor-v2 .cls-14{letter-spacing:-0.01em;}
.smart-map-main-floor-v2 .cls-15{letter-spacing:0em;}
.smart-map-main-floor-v2 .cls-16{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-9);}
.smart-map-main-floor-v2 .cls-17{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-10);}
.smart-map-main-floor-v2 .cls-18{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-11);}
.smart-map-main-floor-v2 .cls-19{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-12);}
.smart-map-main-floor-v2 .cls-20{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-13);}
.smart-map-main-floor-v2 .cls-21{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-14);}
.smart-map-main-floor-v2 .cls-22{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-15);}
.smart-map-main-floor-v2 .cls-23{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-16);}
.smart-map-main-floor-v2 .cls-24{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-17);}
.smart-map-main-floor-v2 .cls-25{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-18);}
.smart-map-main-floor-v2 .cls-26{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-19);}
.smart-map-main-floor-v2 .cls-27{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-20);}
.smart-map-main-floor-v2 .cls-28{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-21);}

.smart-map-main-floor-modal-v2 .cls-1{fill:#000;}
.smart-map-main-floor-modal-v2 .cls-2{fill:#f6f6f6;}
.smart-map-main-floor-modal-v2 .cls-3{fill:none;}
.smart-map-main-floor-modal-v2 .cls-3, .smart-map-main-floor-modal-v2 .cls-4{stroke:#000;stroke-miterlimit:10;}
.smart-map-main-floor-modal-v2 .cls-4{fill:transparent;}
.smart-map-main-floor-modal-v2 .cls-5{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path);}
.smart-map-main-floor-modal-v2 .cls-6{font-size:20px;font-family:DIN-Regular, DIN;}
.smart-map-main-floor-modal-v2 .cls-7{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-2);}
.smart-map-main-floor-modal-v2 .cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-3);}
.smart-map-main-floor-modal-v2 .cls-9{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-4);}
.smart-map-main-floor-modal-v2 .cls-10{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-5);}
.smart-map-main-floor-modal-v2 .cls-11{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-6);}
.smart-map-main-floor-modal-v2 .cls-12{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-7);}
.smart-map-main-floor-modal-v2 .cls-13{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-8);}
.smart-map-main-floor-modal-v2 .cls-14{letter-spacing:-0.01em;}
.smart-map-main-floor-modal-v2 .cls-15{letter-spacing:0em;}
.smart-map-main-floor-modal-v2 .cls-16{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-9);}
.smart-map-main-floor-modal-v2 .cls-17{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-10);}
.smart-map-main-floor-modal-v2 .cls-18{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-11);}
.smart-map-main-floor-modal-v2 .cls-19{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-12);}
.smart-map-main-floor-modal-v2 .cls-20{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-13);}
.smart-map-main-floor-modal-v2 .cls-21{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-14);}
.smart-map-main-floor-modal-v2 .cls-22{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-15);}
.smart-map-main-floor-modal-v2 .cls-23{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-16);}
.smart-map-main-floor-modal-v2 .cls-24{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-17);}
.smart-map-main-floor-modal-v2 .cls-25{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-18);}
.smart-map-main-floor-modal-v2 .cls-26{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-19);}
.smart-map-main-floor-modal-v2 .cls-27{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-20);}
.smart-map-main-floor-modal-v2 .cls-28{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-21);}

.smart-map-main-floor-v2  text, .smart-map-main-floor-modal-v2 text {display: none;}

/*
.wrightwood-map-floor-1 .cls-1, .wrightwood-map-floor-1 .cls-2, .wrightwood-map-floor-1 .cls-3{fill:none;}
.wrightwood-map-floor-1 .cls-1, .wrightwood-map-floor-1 .cls-4{stroke:#000;}
.wrightwood-map-floor-1 .cls-1, .wrightwood-map-floor-1 .cls-2, .wrightwood-map-floor-1 .cls-4{stroke-miterlimit:10;}
.wrightwood-map-floor-1 .cls-2, .wrightwood-map-floor-1 .cls-3{stroke:#231f20;}
.wrightwood-map-floor-1 .cls-2{fill-rule:evenodd;}
.wrightwood-map-floor-1 .cls-3{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-1 .cls-4{fill:#fff;}
.wrightwood-map-floor-1 .cls-4{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-1 .cls-5{fill:transparent;}
#Entrance .cls-5, .entrance {stroke:#000;stroke-width:1px;}

.wrightwood-map-floor-1-modal.cls-1, .wrightwood-map-floor-1-modal .cls-3, .wrightwood-map-floor-1-modal .cls-4{fill:none;}
.wrightwood-map-floor-1-modal .cls-1, .wrightwood-map-floor-1-modal .cls-5{stroke:#000;fill: transparent;}
.wrightwood-map-floor-1-modal .cls-1, .wrightwood-map-floor-1-modal .cls-3, .wrightwood-map-floor-1-modal .cls-5{stroke-miterlimit:10;}
.wrightwood-map-floor-1-modal  .cls-2{fill:#f6f6f6;}
.wrightwood-map-floor-1-modal .cls-2, .wrightwood-map-floor-1-modal .cls-3{fill-rule:evenodd;}
.wrightwood-map-floor-1-modal .cls-3, .wrightwood-map-floor-1-modal .cls-4{stroke:#231f20;}
.wrightwood-map-floor-1-modal .cls-4{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-1-modal .cls-5{fill:#fff;}
*/

.wrightwood-map-floor-1 .cls-1,.wrightwood-map-floor-1 .cls-9{fill:#231f20;}
.wrightwood-map-floor-1 .cls-2,.wrightwood-map-floor-1 .cls-4,.wrightwood-map-floor-1 .cls-5{fill:none;}
.wrightwood-map-floor-1 .cls-2{stroke:#000;}
.wrightwood-map-floor-1 .cls-2,.wrightwood-map-floor-1 .cls-4{stroke-miterlimit:10;}
.wrightwood-map-floor-1 .cls-3{fill:#f6f6f6;}
.wrightwood-map-floor-1 .cls-3,.wrightwood-map-floor-1 .cls-4{fill-rule:evenodd;}
.wrightwood-map-floor-1 .cls-4,.wrightwood-map-floor-1 .cls-5{stroke:#231f20;}
.wrightwood-map-floor-1 .cls-5{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-1 .cls-6{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-1-clip-path);}
.wrightwood-map-floor-1 .cls-7,.wrightwood-map-floor-1 .cls-9{font-size:30px;font-family:DIN-Regular, DIN;}
.wrightwood-map-floor-1 .cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-1-clip-path-2);}
.wrightwood-map-floor-1 #state g circle.cls-1 {fill: transparent;stroke: #000;}
.wrightwood-map-floor-1 .bkg-hover {fill:transparent;}

.wrightwood-map-floor-1-modal .cls-1,.wrightwood-map-floor-1-modal .cls-9{fill:#231f20;}
.wrightwood-map-floor-1-modal .cls-2,.wrightwood-map-floor-1-modal .cls-4,.wrightwood-map-floor-1-modal .cls-5{fill:none;}
.wrightwood-map-floor-1-modal .cls-2{stroke:#000;}
.wrightwood-map-floor-1-modal .cls-2,.wrightwood-map-floor-1-modal .cls-4{stroke-miterlimit:10;}
.wrightwood-map-floor-1-modal .cls-3{fill:#f6f6f6;}
.wrightwood-map-floor-1-modal .cls-3,.wrightwood-map-floor-1-modal .cls-4{fill-rule:evenodd;}
.wrightwood-map-floor-1-modal .cls-4,.wrightwood-map-floor-1-modal .cls-5{stroke:#231f20;}
.wrightwood-map-floor-1-modal .cls-5{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-1-modal .cls-6{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-1-clip-path);}
.wrightwood-map-floor-1-modal .cls-7,.wrightwood-map-floor-1-modal .cls-9{font-size:30px;font-family:DIN-Regular, DIN;}
.wrightwood-map-floor-1-modal .cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-1-clip-path-2);}
/* .wrightwood-map-floor-1-modal #state g circle.cls-1 {fill: transparent;stroke: #000;} */
.wrightwood-map-floor-1-modal .bkg-hover {fill:transparent;}

.wrightwood-map-floor-1 text, .wrightwood-map-floor-1-modal text {display: none;}

.smart-map-main-floor-v2 #state g g, .wrightwood-map-floor-1 #state g g, .wrightwood-map-floor-2 #state g g, .wrightwood-map-floor-3 #state g g, .wrightwood-map-floor-4 #state g g {opacity: 0;transition: all 1s ease-in-out;}

#smart-map-modal-btn:hover ~ .map-svg #state g g, #wrightwood-map-modal-btn:hover ~ .map-svg #state g g, #wrightwood-map-floor-2-modal-btn:hover ~ .map-svg #state g g, #wrightwood-map-floor-3-modal-btn:hover ~ .map-svg #state g g, #wrightwood-map-floor-4-modal-btn:hover ~ .map-svg #state g g {opacity:1;}

/*
.cls-1,.cls-9{fill:#231f20;}
.cls-2,.cls-4,.cls-5{fill:none;}
.cls-2{stroke:#000;}
.cls-2,.cls-4{stroke-miterlimit:10;}
.cls-3{fill:#f6f6f6;}
.cls-3,.cls-4{fill-rule:evenodd;}
.cls-4,.cls-5{stroke:#231f20;}
.cls-5{stroke-linecap:round;stroke-linejoin:round;}
.cls-6{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-1-clip-path);}
.cls-7,.cls-9{font-size:30px;font-family:DIN-Regular, DIN;}
.cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-1-clip-path-2);}
*/


/*
.wrightwood-map-floor-1 .cls-1, .wrightwood-map-floor-1 .cls-2, .wrightwood-map-floor-1 .cls-4, .wrightwood-map-floor-1 .cls-5, .wrightwood-map-floor-1-modal .cls-1,.wrightwood-map-floor-1-modal .cls-2,.wrightwood-map-floor-1-modal .cls-4,.wrightwood-map-floor-1-modal .cls-5{fill:none;}
.wrightwood-map-floor-1 .cls-2, .wrightwood-map-floor-1-modal .cls-2{stroke:#000;}
.wrightwood-map-floor-1 .cls-2, .wrightwood-map-floor-1 .cls-4, .wrightwood-map-floor-1-modal .cls-2,.wrightwood-map-floor-1-modal .cls-4{stroke-miterlimit:10;}
.wrightwood-map-floor-1 .cls-3, .wrightwood-map-floor-1-modal .cls-3{fill:#f6f6f6;}
.wrightwood-map-floor-1 .cls-3,.wrightwood-map-floor-1 .cls-4, .wrightwood-map-floor-1-modal .cls-3,.wrightwood-map-floor-1-modal .cls-4{fill-rule:evenodd;}
.wrightwood-map-floor-1 .cls-4,.wrightwood-map-floor-1 .cls-5, .wrightwood-map-floor-1-modal .cls-4,.wrightwood-map-floor-1-modal .cls-5{stroke:#231f20;}
.wrightwood-map-floor-1 .cls-5, .wrightwood-map-floor-1-modal .cls-5{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-1 .cls-6, .wrightwood-map-floor-1-modal .cls-6{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-1-clip-path);}
.wrightwood-map-floor-1 .cls-7, .wrightwood-map-floor-1-modal .cls-7{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-1-clip-path-2);}
.wrightwood-map-floor-1 .cls-6, .wrightwood-map-floor-1 .cls-7, .wrightwood-map-floor-1 clipPath .cls-1{fill: transparent;stroke: #000;}
.wrightwood-map-floor-1 .cls-6 image, .wrightwood-map-floor-1 .cls-7 image{display: none;}
*/

/*
.wrightwood-map-floor-2 .cls-1, .wrightwood-map-floor-2 .cls-2, .wrightwood-map-floor-2 .cls-4, .wrightwood-map-floor-2 .cls-5, .wrightwood-map-floor-2 .cls-6{fill:none;}
.wrightwood-map-floor-2 .cls-2{stroke:#000;}
.wrightwood-map-floor-2 .cls-2, .wrightwood-map-floor-2 .cls-5, .wrightwood-map-floor-2 .cls-6{stroke-miterlimit:10;}
.wrightwood-map-floor-2 .cls-3{fill:#f6f6f6;}
.wrightwood-map-floor-2 .cls-3.bkg-hover{fill:transparent;opacity: 1;}
.wrightwood-map-floor-2 .cls-3, .wrightwood-map-floor-2 .cls-6{fill-rule:evenodd;}
.wrightwood-map-floor-2 .cls-4, .wrightwood-map-floor-2 .cls-5, .wrightwood-map-floor-2 .cls-6{stroke:#231f20;}
.wrightwood-map-floor-2 .cls-4{stroke-linecap:round;stroke-linejoin:round;}
*/

.wrightwood-map-floor-2 .cls-1{fill:#000;}
.wrightwood-map-floor-2 #state .cls-1 {fill: transparent;stroke: #000;}
.wrightwood-map-floor-2 .cls-2, .wrightwood-map-floor-2 .cls-4, .wrightwood-map-floor-2 .cls-5, .wrightwood-map-floor-2 .cls-6{fill:none;}
.wrightwood-map-floor-2 .cls-2{stroke:#000;}
.wrightwood-map-floor-2 .cls-2, .wrightwood-map-floor-2 .cls-5, .wrightwood-map-floor-2 .cls-6{stroke-miterlimit:10;}
.wrightwood-map-floor-2 .cls-3{fill:#f6f6f6;}
.wrightwood-map-floor-2 .cls-3, .wrightwood-map-floor-2 .cls-6{fill-rule:evenodd;}
.wrightwood-map-floor-2 .cls-4, .wrightwood-map-floor-2 .cls-5, .wrightwood-map-floor-2 .cls-6{stroke:#000;fill: transparent;}
.wrightwood-map-floor-2 .cls-4{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-2 .cls-7{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path);}
.wrightwood-map-floor-2 .cls-8{font-size:30px;font-family:DIN-Regular, DIN;}
.wrightwood-map-floor-2 .cls-9{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-2);}
.wrightwood-map-floor-2 .cls-10{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-3);}
.wrightwood-map-floor-2 .cls-11{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-4);}
.wrightwood-map-floor-2 .cls-12{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-5);}
.wrightwood-map-floor-2 .cls-13{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-6);}
.wrightwood-map-floor-2 .cls-14{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-7);}
.wrightwood-map-floor-2 .cls-15{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-8);}
.wrightwood-map-floor-2 .cls-16{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-9);}
.wrightwood-map-floor-2 .cls-17{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-10);}
.wrightwood-map-floor-2 .cls-18{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-11);}


/* .wrightwood-map-floor-2-modal .cls-1{fill:#000;} */
.wrightwood-map-floor-2-modal .cls-1 {fill: #231f20;}
.wrightwood-map-floor-2-modal .cls-2, .wrightwood-map-floor-2-modal .cls-4, .wrightwood-map-floor-2-modal .cls-5, .wrightwood-map-floor-2-modal .cls-6{fill:none;}
.wrightwood-map-floor-2-modal .cls-2{stroke:#000;}
.wrightwood-map-floor-2-modal .cls-2, .wrightwood-map-floor-2-modal .cls-5, .wrightwood-map-floor-2-modal .cls-6{stroke-miterlimit:10;}
.wrightwood-map-floor-2-modal .cls-3{fill:#f6f6f6;}
.wrightwood-map-floor-2-modal .cls-3, .wrightwood-map-floor-2-modal .cls-6{fill-rule:evenodd;}
.wrightwood-map-floor-2-modal .cls-4, .wrightwood-map-floor-2-modal .cls-5, .wrightwood-map-floor-2-modal .cls-6{stroke:#000;fill: transparent;}
.wrightwood-map-floor-2-modal .cls-4{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-2-modal .cls-7{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path);}
.wrightwood-map-floor-2-modal .cls-8{font-size:30px;font-family:DIN-Regular, DIN;}
.wrightwood-map-floor-2-modal .cls-9{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-2);}
.wrightwood-map-floor-2-modal .cls-10{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-3);}
.wrightwood-map-floor-2-modal .cls-11{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-4);}
.wrightwood-map-floor-2-modal .cls-12{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-5);}
.wrightwood-map-floor-2-modal .cls-13{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-6);}
.wrightwood-map-floor-2-modal .cls-14{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-7);}
.wrightwood-map-floor-2-modal .cls-15{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-8);}
.wrightwood-map-floor-2-modal .cls-16{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-9);}
.wrightwood-map-floor-2-modal .cls-17{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-10);}
.wrightwood-map-floor-2-modal .cls-18{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-2-clip-path-11);}

.wrightwood-map-floor-2 text, .wrightwood-map-floor-2-modal text {display: none;}

.wrightwood-map-floor-2 .bkg-hover, .wrightwood-map-floor-2-modal .bkg-hover {fill:transparent;}

/*
.wrightwood-map-floor-2-modal .cls-1, .wrightwood-map-floor-2-modal .cls-2, .wrightwood-map-floor-2-modal .cls-4, .wrightwood-map-floor-2-modal .cls-5, .wrightwood-map-floor-2-modal .cls-6{fill:none;}
.wrightwood-map-floor-2-modal .cls-2{stroke:#000;}
.wrightwood-map-floor-2-modal .cls-2, .wrightwood-map-floor-2-modal .cls-5, .wrightwood-map-floor-2-modal .cls-6{stroke-miterlimit:10;}
.wrightwood-map-floor-2-modal .cls-3{fill:#f6f6f6;}
.wrightwood-map-floor-2-modal .cls-3, .wrightwood-map-floor-2-modal .cls-6{fill-rule:evenodd;}
.wrightwood-map-floor-2-modal .cls-4, .wrightwood-map-floor-2-modal .cls-5, .wrightwood-map-floor-2-modal .cls-6{stroke:#231f20;}
.wrightwood-map-floor-2-modal .cls-4{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-2-modal .cls-7{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path);}
.wrightwood-map-floor-2-modal .cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-2);}
.wrightwood-map-floor-2-modal .cls-9{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-3);}
.wrightwood-map-floor-2-modal .cls-10{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-4);}
.wrightwood-map-floor-2-modal .cls-11{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-5);}
.wrightwood-map-floor-2-modal .cls-12{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-6);}
.wrightwood-map-floor-2-modal .cls-13{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-7);}
.wrightwood-map-floor-2-modal .cls-14{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-8);}
.wrightwood-map-floor-2-modal .cls-15{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-9);}
.wrightwood-map-floor-2-modal .cls-16{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-10);}
.wrightwood-map-floor-2-modal .cls-17{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-11);}
*/

/*
.wrightwood-map-floor-2-modal .cls-1, .wrightwood-map-floor-2-modal .cls-2, .wrightwood-map-floor-2-modal .cls-3, .wrightwood-map-floor-2-modal .cls-4, .wrightwood-map-floor-2-modal .cls-5{fill:none;}
.wrightwood-map-floor-2-modal .cls-2{stroke:#000;}
.wrightwood-map-floor-2-modal .cls-2, .wrightwood-map-floor-2-modal .cls-4, .wrightwood-map-floor-2-modal .cls-5{stroke-miterlimit:10;}
.wrightwood-map-floor-2-modal .cls-3, .wrightwood-map-floor-2-modal .cls-4, .wrightwood-map-floor-2-modal .cls-5{stroke:#231f20;}
.wrightwood-map-floor-2-modal .cls-3{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-2-modal .cls-5{fill-rule:evenodd;}
.wrightwood-map-floor-2-modal .cls-6{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path);}
.wrightwood-map-floor-2-modal .cls-7{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-2);}
.wrightwood-map-floor-2-modal .cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-3);}
.wrightwood-map-floor-2-modal .cls-9{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-4);}
.wrightwood-map-floor-2-modal .cls-10{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-5);}
.wrightwood-map-floor-2-modal .cls-11{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-6);}
.wrightwood-map-floor-2-modal .cls-12{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-7);}
.wrightwood-map-floor-2-modal .cls-13{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-8);}
.wrightwood-map-floor-2-modal .cls-14{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-9);}
.wrightwood-map-floor-2-modal .cls-15{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-10);}
.wrightwood-map-floor-2-modal .cls-16{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-11);}
*/
 
.wrightwood-map-floor-3 .cls-1{fill:#231f20;}
.wrightwood-map-floor-3 #state .cls-1 {fill: transparent;stroke: #000;}
.wrightwood-map-floor-3 .cls-2, .wrightwood-map-floor-3 .cls-4, .wrightwood-map-floor-3 .cls-5{fill:none;}
.wrightwood-map-floor-3 .cls-2{stroke:#000;}
.wrightwood-map-floor-3 .cls-2, .wrightwood-map-floor-3 .cls-4{stroke-miterlimit:10;}
.wrightwood-map-floor-3 .cls-3{fill:#f6f6f6;}
.wrightwood-map-floor-3 .cls-3, .wrightwood-map-floor-3 .cls-4{fill-rule:evenodd;}
.wrightwood-map-floor-3 .cls-4, .wrightwood-map-floor-3 .cls-5{stroke:#231f20;}
.wrightwood-map-floor-3 .cls-5{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-3 .cls-6{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path);}
.wrightwood-map-floor-3 .cls-7{font-size:30px;font-family:DIN-Regular, DIN;}
.wrightwood-map-floor-3 .cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-2);}
.wrightwood-map-floor-3 .cls-9{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-3);}
.wrightwood-map-floor-3 .cls-10{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-4);}
.wrightwood-map-floor-3 .cls-11{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-5);}
.wrightwood-map-floor-3 .cls-12{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-6);}
.wrightwood-map-floor-3 .cls-13{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-7);}

.wrightwood-map-floor-3-modal .cls-1{fill:#231f20;}
.wrightwood-map-floor-3-modal .cls-2, .wrightwood-map-floor-3-modal .cls-4, .wrightwood-map-floor-3-modal .cls-5{fill:none;}
.wrightwood-map-floor-3-modal .cls-2{stroke:#000;}
.wrightwood-map-floor-3-modal .cls-2, v.cls-4{stroke-miterlimit:10;}
.wrightwood-map-floor-3-modal .cls-3{fill:#f6f6f6;}
.wrightwood-map-floor-3-modal .cls-3, .wrightwood-map-floor-3-modal .cls-4{fill-rule:evenodd;}
.wrightwood-map-floor-3-modal .cls-4, .wrightwood-map-floor-3-modal .cls-5{stroke:#231f20;}
.wrightwood-map-floor-3-modal .cls-5{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-3-modal .cls-6{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path);}
.wrightwood-map-floor-3-modal .cls-7{font-size:30px;font-family:DIN-Regular, DIN;}
.wrightwood-map-floor-3-modal .cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-2);}
.wrightwood-map-floor-3-modal .cls-9{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-3);}
.wrightwood-map-floor-3-modal .cls-10{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-4);}
.wrightwood-map-floor-3-modal .cls-11{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-5);}
.wrightwood-map-floor-3-modal .cls-12{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-6);}
.wrightwood-map-floor-3-modal .cls-13{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-3-clip-path-7);}

.wrightwood-map-floor-3 text, .wrightwood-map-floor-3-modal text {display: none;}
.wrightwood-map-floor-3 .bkg-hover, .wrightwood-map-floor-3-modal .bkg-hover {fill:transparent;}


.wrightwood-map-floor-4 .cls-1{fill:#231f20;}
.wrightwood-map-floor-4 #state .cls-1 {fill: transparent;stroke: #000;}
.wrightwood-map-floor-4 .cls-2, .wrightwood-map-floor-4 .cls-4{fill:none;}
.wrightwood-map-floor-4 .cls-2{stroke:#000;stroke-miterlimit:10;}
.wrightwood-map-floor-4 .cls-3{fill:#f6f6f6;fill-rule:evenodd;}
.wrightwood-map-floor-4 .cls-4{stroke:#231f20;stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-4 .cls-5{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-4-clip-path);}
.wrightwood-map-floor-4 .cls-6{font-size:30px;font-family:DIN-Regular, DIN;}

.wrightwood-map-floor-4-modal .cls-1{fill:#231f20;}
.wrightwood-map-floor-4-modal #state .cls-1 {fill: transparent;stroke: #000;}
.wrightwood-map-floor-4-modal .cls-2, .wrightwood-map-floor-4-modal .cls-4{fill:none;}
.wrightwood-map-floor-4-modal .cls-2{stroke:#000;stroke-miterlimit:10;}
.wrightwood-map-floor-4-modal .cls-3{fill:#f6f6f6;fill-rule:evenodd;}
.wrightwood-map-floor-4-modal .cls-4{stroke:#231f20;stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-4-modal .cls-5{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#w-4-clip-path);}
.wrightwood-map-floor-4-modal .cls-6{font-size:30px;font-family:DIN-Regular, DIN;}

.wrightwood-map-floor-4 text, .wrightwood-map-floor-4-modal text {display: none;}
.wrightwood-map-floor-4 .bkg-hover, .wrightwood-map-floor-4-modal .bkg-hover {fill:transparent;}
/*
.wrightwood-map-floor-3 .cls-1, .wrightwood-map-floor-3 .cls-2, .wrightwood-map-floor-3 .cls-3, .wrightwood-map-floor-3 .cls-4{fill:none;}
.wrightwood-map-floor-3 .cls-2{stroke:#000;}
.wrightwood-map-floor-3 .cls-2, .wrightwood-map-floor-3 .cls-3{stroke-miterlimit:10;}
.wrightwood-map-floor-3 .cls-3, .wrightwood-map-floor-3 .cls-4{stroke:#231f20;}
.wrightwood-map-floor-3 .cls-3{fill-rule:evenodd;}
.wrightwood-map-floor-3 .cls-4{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-3 .cls-5{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path);}
.wrightwood-map-floor-3 .cls-6{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-2);}
.wrightwood-map-floor-3 .cls-7{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-3);}
.wrightwood-map-floor-3 .cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-4);}
.wrightwood-map-floor-3 .cls-9{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-5);}
.wrightwood-map-floor-3 .cls-10{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-6);}
.wrightwood-map-floor-3 .cls-11{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-7);}

.wrightwood-map-floor-3-modal .cls-1, .wrightwood-map-floor-3-modal .cls-2, .wrightwood-map-floor-3-modal .cls-3, .wrightwood-map-floor-3-modal .cls-4{fill:none;}
.wrightwood-map-floor-3-modal .cls-2{stroke:#000;}
.wrightwood-map-floor-3-modal .cls-2, .wrightwood-map-floor-3-modal .cls-3{stroke-miterlimit:10;}
.wrightwood-map-floor-3-modal .cls-3, .wrightwood-map-floor-3-modal .cls-4{stroke:#231f20;}
.wrightwood-map-floor-3-modal .cls-3{fill-rule:evenodd;}
.wrightwood-map-floor-3-modal .cls-4{stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-3-modal .cls-5{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path);}
.wrightwood-map-floor-3-modal .cls-6{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-2);}
.wrightwood-map-floor-3-modal .cls-7{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-3);}
.wrightwood-map-floor-3-modal .cls-8{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-4);}
.wrightwood-map-floor-3-modal .cls-9{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-5);}
.wrightwood-map-floor-3-modal .cls-10{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-6);}
.wrightwood-map-floor-3-modal .cls-11{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path-7);}

.wrightwood-map-floor-4 .cls-1, .wrightwood-map-floor-4 .cls-2, .wrightwood-map-floor-4 .cls-3{fill:none;}
.wrightwood-map-floor-4 .cls-1{stroke:#000;stroke-miterlimit:10;}
.wrightwood-map-floor-4 .cls-2, .wrightwood-map-floor-4 .cls-3{stroke:#231f20;stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-4 .cls-4{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path);}

.wrightwood-map-floor-4-modal .cls-1, .wrightwood-map-floor-4-modal .cls-2, .wrightwood-map-floor-4-modal .cls-3{fill:none;}
.wrightwood-map-floor-4-modal .cls-2{stroke:#000;stroke-miterlimit:10;fill:transparent;}
.wrightwood-map-floor-4-modal .cls-3{stroke:#231f20;stroke-linecap:round;stroke-linejoin:round;}
.wrightwood-map-floor-4-modal .cls-4{clip-path:url(https://theallureofmatter.org/wp-content/themes/HOUR-TheAllureOfMatter/css/custom.css?ver=1.8.5#clip-path);}
*/

a.map-marker:focus circle {
	fill: #FA4F29 !important;
}

.modal-prev, .modal-next {
    position: absolute;
    top: 46%;
    width: 2.5vw;
    transform: translateY(-50%);
    opacity: .45;
    z-index: 1;
    background: transparent;
    border: none;
}

.modal-prev {
    left: 1%;
}

.modal-next {
    right: 1%;
}

.bkg-hover, .wrightwood-map-floor-1 .cls-2.bkg-hover {
	fill: #F6F6F6;
	stroke: transparent;
	-webkit-transition: all 1s cubic-bezier(.57,.06,.05,.95);
    transition: all 1s cubic-bezier(.57,.06,.05,.95);
}

#bkg, .bkg-hover {
	opacity: 0;
	stroke-color: transparent;
}

.smart-map-main-floor.hover #bkg, .wrightwood-map-floor-1.hover .bkg-hover, .wrightwood-map-floor-2.hover .bkg-hover {
	opacity: 1;
}

.wrightwood-map-floor-2.hover .bkg-hover {
	fill:#f6f6f6;
}

.smart-map-modal-btn, .wrightwood-map-modal-btn, .wrightwood-map-floor-2-modal-btn, .wrightwood-map-floor-3-modal-btn, .wrightwood-map-floor-4-modal-btn {
	position: absolute;
	width: 100%;
	height: 70%;
	z-index: 1;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	
	display: none;
}

.next-floor .smart-map-modal-btn, .next-floor .wrightwood-map-modal-btn, .next-floor .wrightwood-map-floor-2-modal-btn, .next-floor .wrightwood-map-floor-3-modal-btn, .next-floor .wrightwood-map-floor-4-modal-btn {
	display: block;
}

.mobile-smart-map-modal-btn, .mobile-wrightwood-map-modal-btn, .mobile-wrightwood-map-floor-2-modal-btn, .mobile-wrightwood-map-floor-3-modal-btn, .mobile-wrightwood-map-floor-4-modal-btn {
	position: absolute;
    width: 100%;
    height: 80%;
    z-index: 1;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
/* 	display: none; */
}

.mobile-smart-map-modal-btn:hover ~ .map-svg, #wrightwood-map-modal-btn:hover ~ .map-svg, #wrightwood-map-floor-2-modal-btn:hover ~ .map-svg, #wrightwood-map-floor-3-modal-btn:hover ~ .map-svg, #wrightwood-map-floor-4-modal-btn:hover ~ .map-svg {
    transform: translate(-50%, -50%) scale(.95);
}

.mobile-smart-map-modal-btn:hover ~ .map-svg #state g g, #wrightwood-map-modal-btn:hover ~ .map-svg #state g g, #wrightwood-map-floor-2-modal-btn:hover ~ .map-svg #state g g, #wrightwood-map-floor-3-modal-btn:hover ~ .map-svg #state g g, #wrightwood-map-floor-4-modal-btn:hover ~ .map-svg #state g g {
    opacity: 1;
}

.smart-map-modal .modal-body, .wrightwood-map-modal .modal-body {
	min-height: 100vh;
	background: white;
	padding: 0;
}

.smart-map-modal .modal-body h2, .wrightwood-map-modal .modal-body h2 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1rem 0;
    text-align: center;
    width: 100%;
    color: black;
}

.smart-map-modal .close.navbar-no-toggle.togg span, .wrightwood-map-modal .close.navbar-no-toggle.togg span {
	background: black;
}

.smart-map-modal .map-svg g {
	display: none;
}

.smart-map-modal .map-svg g circle, .wrightwood-map-modal .map-svg g circle  {
	stroke: transparent;
}

.map-svg text {
	font-family: "DIN W01 Regular", Arial, sans-serif;
	opacity: 0;
}
.marker g circle {
	-webkit-transition: all 1s;
  	transition: all 1s;
}
.marker:hover g circle {
	fill: black;
}
.marker:hover g g {
	opacity: 0;
}

.map-modal-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}

.map-modal-screen.active {
	display: block;
}

.marker-thumb {
    width: 86vw;
    height: 86vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
    width: auto;
    height: auto;
    max-height: 100%;
    max-height: 86vh;
    max-width: 90%;
    object-fit: contain;
    
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.25s linear;
    -moz-transition: visibility 0s, opacity 0.25s linear;
    -webkit-transition: visibility 0s, opacity 0.25s linear;
    -webkit-filter: blur(16px);
    filter: blur(16px);
    -webkit-transition: all 1s cubic-bezier(.57,.06,.05,.95);
    transition: all 1s cubic-bezier(.57,.06,.05,.95);
}
.marker-caption {
	width: 100%;
	height: auto;
	position: fixed;
	text-align: center;
	font-size: 1.75rem;
    line-height: 2.25rem;
    color: black;
	left: 0;
	bottom: -5rem;
	z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.25s linear;
    -moz-transition: visibility 0s, opacity 0.25s linear;
    -webkit-transition: visibility 0s, opacity 0.25s linear;
}
.map-marker:hover ~ .marker-thumb, .map-marker:hover ~ .marker-caption {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.map-marker.hover .marker-thumb, .map-marker.hover .marker-caption {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.map-marker-wrap.on .marker-thumb, .map-marker-wrap.on .marker-caption {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

/*
g:not(.on) {
	
}
*/

.map-marker.hover .marker-thumb, .map-marker.hover .marker-caption {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.dot {
	width: 100%;
	height: 100%;
	position: relative;
	overflow:hidden;
	-webkit-transition: all .5s cubic-bezier(.57,.06,.05,.95);
    transition: all .5s cubic-bezier(.57,.06,.05,.95);
}

.dot img {
	width: 100%;
	height: auto;
	-webkit-transition: all .5s cubic-bezier(.57,.06,.05,.95);
    transition: all .5s cubic-bezier(.57,.06,.05,.95);
}

a.map-marker {
	border: 1px solid transparent;
}

a.map-marker:focus {
	color: black;
	background: black;
	box-shadow: 0 1px 14px rgba(0, 0, 0, .5);
}

a.map-marker:focus g image, a.map-marker:focus g .marker-shadow {
	opacity: 0;
}

a.map-marker:hover g image, a.map-marker:hover g .marker-shadow {
	opacity: 0;
}

a.map-marker:focus .dot, a.map-marker:hover g, a.map-marker:hover g .marker-shadow {
	background-color: black;
}

a.map-marker:hover .dot {
	background-color: black;
}

a.map-marker:hover .dot img {
	opacity: 0;
}

a.map-marker.no-hover {
	border: 1px solid;
}

a.map-marker.no-hover .dot {
	background-color: transparent;
}

a.map-marker.no-hover .dot img {
	opacity: 0;
}

a.map-marker {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	overflow: hidden;
}

.map-marker.s-1-1 {
	top: 71.875%;
    left: 48%;
}

.map-marker.s-1-2 {
	top: 59.5%;
    left: 35%;
}

.map-marker.s-1-3 {
	top: 62%;
    left: 23.75%;
}

.map-marker.s-1-4 {
	top: 40%;
    left: 23%;
}

.map-marker.s-1-5 {
	top: 30%;
    left: 30%;
}

.map-marker.s-1-6 {
	top: 38%;
    left: 34%;
}

.map-marker.s-1-7 {
	top: 46.5%;
    left: 36.5%;
}

.map-marker.s-1-8 {
	top: 30%;
    left: 41%;
}

.map-marker.s-1-9 {
	top: 31%;
    left: 45.5%;
}

.map-marker.s-1-10 {
	top: 35%;
    left: 52.75%;
}

.map-marker.s-1-11 {
	top: 60%;
    left: 43%;
}

.map-marker.s-1-12 {
	top: 62%;
    left: 51.5%;
}

.map-marker.s-1-13 {
	top: 48%;
    left: 52%;
}

.map-marker.s-1-14 {
	top: 60%;
    left: 58.5%;
}

.map-marker.s-1-15 {
	top: 45%;
    left: 68%;
}

.map-marker.s-1-16 {
	top: 33%;
    left: 58.75%;
}

.map-marker.s-1-17 {
	top: 16%;
    left: 53.75%;
}

.map-marker.s-1-18 {
	top: 1.5%;
    left: 53.75%;
}

.map-marker.s-1-19 {
	top: 18%;
    left: 43%;
}

.map-marker.s-1-20 {
	top: 4%;
    left: 37.5%;
}

.map-marker.s-1-21 {
	top: 1.5%;
    left: 42%;
}

.map-marker.w-1-1 {
	top: 45%;
    left: 6%;
}

.map-marker.w-1-2 {
	top: 52%;
    left: 19.5%;
}

.map-marker.w-2-1 {
	top: 26%;
    left: 8%;
}

.map-marker.w-2-2 {
	top: 43%;
    left: 30%;
}

.map-marker.w-2-3 {
	top: 48%;
    left: 45%;
}

.map-marker.w-2-4 {
	top: 45%;
    left: 54%;
}

.map-marker.w-2-5 {
	top: 41%;
    left: 68%;
}

.map-marker.w-2-5-2 {
	top: 51%;
    left: 76%;
}

.map-marker.w-2-6 {
	top: 46%;
    left: 90%;
}

.map-marker.w-2-7 {
	top: 64.5%;
    left: 81%;
}

.map-marker.w-2-7-1 {
	top: 64.5%;
    left: 73%;
}

.map-marker.w-2-7-2 {
	top: 64.5%;
    left: 65%;
}

.map-marker.w-2-7-3 {
	top: 64.5%;
    left: 58%;
}

.map-marker.w-3-1 {
	top: 48%;
    left: 7.5%;
}

.map-marker.w-3-2 {
	top: 25%;
    left: 8%;
}

.map-marker.w-3-3 {
	top: 40%;
    left: 22%;
}

.map-marker.w-3-4 {
	top: 45%;
    left: 37%;
}

.map-marker.w-3-5 {
	top: 41%;
    left: 56%;
}

.map-marker.w-3-6 {
	top: 64%;
    left: 51%;
}

.map-marker.w-3-6-1 {
	top: 64%;
    left: 56%;
}

.map-marker.w-4-1 {
	top: 48%;
    left: 49%;
}

/* VIRTUAL TOUR FLOOR */
.coming-soon-video {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80%;
    height: 80%;
    opacity: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
}
.coming-soon-video p {
	font-size: 1.875rem;
    line-height: 1em;
    padding: .275rem .5rem .35rem;
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 1px 3px rgba(0,0,0,.5);
}
.page-template-virtual .tours-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 100%;
}
.virtual nav.on-page.child-nav.stick {
    border-top: 1px solid transparent;
    padding: 0;
}
.virtual .on-page h2 {
	text-transform: uppercase;
    font-size: 1.875rem;
    font-family: "DIN W01 Black", Arial, sans-serif;
	width: 100%;
    padding: 1.125rem 0;
    text-align: center;
    max-height: 56px;
	position: relative;
    top: inherit;
    left: inherit;
    height: auto;
    border-top: none;
    color: black;
}
.virtual .smart-map-modal-btn {
	display: none;
}
.virtual .smart-map-main-floor-v2 #state g g, .virtual .wrightwood-map-floor-1 #state g g, .virtual .wrightwood-map-floor-2 #state g g, .virtual .wrightwood-map-floor-3 #state g g, .virtual .wrightwood-map-floor-4 #state g g {
	opacity: 1;
}
.virtual .next-floor .smart-map-main-floor-v2 #state g g, .virtual .next-floor .wrightwood-map-floor-1 #state g g, .virtual .next-floor .wrightwood-map-floor-2 #state g g, .virtual .next-floor .wrightwood-map-floor-3 #state g g, .virtual .next-floor .wrightwood-map-floor-4 #state g g {
	opacity: 0;
}
.virtual .floor-intro {
	padding-top: 4rem;
}
.virtual .medium-text {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 3rem;
}
.virtual .artwork-details .col-md-12 {
	padding: 0;	
}
.virtual .maps {
	border-top: none;
}

.virtual .artwork-1 {
	position: relative;
}

.virtual .artwork-title-wrap {
	padding: 0 3rem 2rem;
	position: relative;
}

.virtual .artwork-title-wrap h3 {
	font-size: 4rem;
    line-height: 1.1;
    max-width: 82%;
}

.virtual .artwork-title-wrap h3 .artwork-title {
	font-style: italic;
}

.virtual .marker-thumb, .virtual .marker-caption {
	position: absolute;
}
.virtual .marker-thumb {
	max-height: 76%;
	max-height: 76vh;
}
.virtual .marker-caption {
	bottom: 6.5rem;
}
.back-to-maps, .next-map {
	padding: 1rem 0;
    text-align: center;
	position: absolute;
	bottom: 2rem;
	left: 0;
    width: 100%;
    z-index: 0;
    text-transform: uppercase;
    font-size: 1.875rem;
    font-family: "DIN W01 Black", Arial, sans-serif;
    text-decoration: none;
}

.back-to-maps span, .next-map span {
	display: inline-block;
	position: relative;
}

.back-to-maps span:before {
    content: url(../images/arrow_right.svg);
    transform: rotate(-180deg);
    width: 13px;
    height: auto;
    /* content: '\2192'; */
    /* visibility: hidden; */
    color: black;
    position: absolute;
    top: 0.25em;
    left: -1em;
}

.next-map span:after {
    content: url(../images/arrow_right.svg);
    width: 13px;
    height: auto;
    /* content: '\2192'; */
    /* visibility: hidden; */
    color: black;
    position: absolute;
    top: -.15em;
    right: -1em;
}

.artist-page-link {
    position: absolute;
    top: .5rem;
    right: 1.5rem;
    color: black;
    font-size: 1.75rem;
    line-height: 2.25rem;
    text-decoration: none;
    padding-right: 1.75rem;
    text-transform: uppercase;
    margin-top: 0;
}

.artist-page-link:after {
    content: url(../images/arrow_right.svg);
    width: 13px;
    height: auto;
    color: black;
    position: absolute;
    top: -.05em;
    right: 0;
    opacity: 1;
}

/* BLOG */
.blog header.fixed, .blog header.fixed nav, .page-template-index header.fixed, .page-template-index header.fixed nav, .archive header.fixed nav {
/* 	background: rgb(252, 202, 173); */
	background: #66C79B;
}
.stories-intro {
/* 	background-color: rgb(252, 202, 173); */
	background: #66C79B;
}
/*
.blog .stories-intro {
	border-bottom: 1px solid black;
}
*/
.home-v2 .stories-intro {
	position: relative;
	background: transparent;
}
.single-post .container-fluid {
	padding-top: 4.5rem;
	overflow-x: hidden;
}
.single-blog-post {
/*     background-color: #FF0000; */
    padding:2rem 3rem 0rem;
}
.blog-wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 4rem;
	float: left;
}
.blog-wrapper h1, .blog-wrapper h2, .single-post .container-fluid h1, .single-post .container-fluid h2 {
	font-family: "DIN W01 Regular", Arial, sans-serif;
/*
    font-size: 9.125rem;
    line-height: 9rem;
*/
	font-size: 7.5rem;
    line-height: 7.125rem;
    letter-spacing: -1px;
    padding: 0 0 1rem 0;
    margin-top: 0;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    min-width: 100%;
}

.single-post .container-fluid h1 {
	padding-bottom: 2.5rem;
}

.single-post .container-fluid .story-header-text h2 {
	line-height: 7.5rem;
	padding: 1rem 0 3rem;
	width: 100%;
}

.blog .cat, .page-template-index .cat, .single-blog-post .cat {
	position: relative;
	display: inline;
	width: 100%;
	height: auto;
}

.blog-cat-list, .post-categories {
	font-family: "DIN W01 Regular", Arial, sans-serif;
    padding: 1rem 0 0 0;
    text-transform: none;
    list-style: none;
    
	padding: 0;
	margin: 0;
}

/*
.single-blog-post .blog-cat-list {
	display: none;
}
*/

.home-v2 .intro-intro .blog-cat-list, .blog .intro-intro .blog-cat-list, .page-template-index .blog-cat-list, .archive .intro-intro .blog-cat-list, .related-category-footer .blog-cat-list {
	text-align: center;
	margin-top: 2rem;	
}

.related-category-footer .blog-cat-list {
	margin: 1rem 0 4rem;
}

.blog-cat-list li, .post-categories li, .related-category-footer .blog-cat-list li {
	display: inline-block;
    margin-right: 1.25em;
    list-style: none;
}

.blog-wrapper .blog-cat-list li {
/*
	border: 1px solid black;
    padding: 0 .875em .05em;
*/
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    min-width: 60px;
    border-radius: 2rem;
    font-size: 1.875rem;
    line-height: 1.25em;
/*     display: block; */
}

.blog-wrapper .blog-cat-list li:hover {
	background: black;
    color: white;
}

.blog-wrapper .blog-cat-list li {
	display: inline-block;
    margin-right: .5em;
    list-style: none;
}

.blog-cat-list li a, .post-categories li a {
	border: 1px solid black;
    padding: 0 .875em .05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    min-width: 60px;
    border-radius: 2rem;
    font-size: 1.875rem;
    line-height: 1.25em;
    display: block;
}

.related-category-footer .blog-cat-list li a {
	font-size: 3rem;
    line-height: 1.1;
}

.home-v2 .intro-intro .blog-cat-list li a, .blog .intro-intro .blog-cat-list li a, .page-template-index .blog-cat-list li a, .archive .intro-intro .blog-cat-list li a {
	border: 1px solid black;
    padding: 0 .5em .05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    min-width: 60px;
    border-radius: 2rem;
    font-size: 3rem;
    line-height: 1.1;
    display: block;
}

.archive .intro-intro .blog-cat-list li a {
	opacity: 0.2;
}

.disabled-link {
	color: currentColor;
	cursor: not-allowed;
	opacity: 0.2;
	text-decoration: none;
}

.blog .intro-intro .blog-cat-list li a.active, .archive .intro-intro .blog-cat-list li a.active {
	background: black;
	color: #66C79B;
	opacity: 1;
}

.home-v2 .intro-intro .blog-cat-list li a:hover, .blog .intro-intro .blog-cat-list li a:hover, .blog-cat-list li a:hover, .archive .intro-intro .blog-cat-list li a:hover, .post-categories li a:hover {
	background: black;
	color: white;
	opacity: 1;
}

.blog-hero-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	height: calc(100vh - 100px);
	padding-top: 0;
	z-index: 0;
}

.blog-hero-wrapper .video-poster, .story-video-url .video-poster {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -2;
    width: 100%;
    max-width: 80%;
    opacity: 1;
    transition: all .5s ease-in-out;
    
    margin: 0 auto;
    height: calc(100vh - 120px);
    text-align: center;
    overflow: hidden;
    max-width: 140vh;
}

.back-to-video {
	display: none;
}

@keyframes fade-in-up {
	 0% {
		 opacity: 0;
	}
	 100% {
		 transform: translateY(0);
		 opacity: 1;
	}
}

.embed-container.sticky-video {
	position: fixed;
	bottom: 3rem;
	right: 2.875rem;
	width: 260px;
	height: 145px;
/*
	transform: translateY(100%);
	animation: fade-in-up 0.75s ease forwards;
*/
	z-index: 1;
	padding-bottom: 0;
	border-radius: 1vw;
}

.sticky-video.nav-open {
	display: none;
}

.blog-hero-wrapper .video-poster {
	transition: none;
}

.blog-hero-wrapper .video-poster.sticky-video.sticky-video-active {
	z-index: 2;
	position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    overflow: visible;
}

.video-poster.sticky-video.sticky-video-active .back-to-video {
	display: block;
	position: absolute;
	top: 4px;
    left: 4px;
    color: white;
    font-size: 1.875rem;
    line-height: 1em;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: .25rem .5rem .5rem;
    text-decoration: none;
    z-index: 1;
    background: rgba(0,0,0,.75);
    border-radius: 6px;
    opacity: .4;
}

.blog-hero-wrapper .video-poster.sticky-video.sticky-video-active:hover .back-to-video {
	opacity: 1;
}

.blog-hero-wrapper.stick-video-active {
	z-index: 1;
}

.blog-post-content {
	padding: 0 3rem;
	float: none;
	z-index: 0;
}

.blog-post-content.story-large-image {
	padding-top: 1rem;
}

.blog-post-content .artwork-image, .blog-hero-wrapper .blog-post-content .artwork {
	border: 1px solid #CCCCCC;
}

.blog-post-content .artwork-details {
	padding: 1rem 0 3rem;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*     text-align: center; */
    float: none;
}

.single-blog-post, .blog-post-content .artwork-details .col-md-12 {
	float: none;
}

.blog-wrapper.all-allure-posts {
/* 	background: #66C79B; */
	padding-bottom: 0;
}

.blog-wrapper.all-allure-posts .single-blog-post {
	-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #000;
    padding: 0;
}

.half-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2vw;
}

.half-col-image {
    width: 47vw;
    height: 35vw;
    margin-right: 2vw;
    border-radius: 2vw;
    background-position: 50% 50%;
    background-size: cover;
}

.half-col-text-wrapper {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.post-exc {
	font-size: 1.875rem;
    line-height: 1.19;
}

.read-post {
	position: absolute;
	bottom: 0;
	right: 0;
	color: black;
	font-size: 1.875rem;
	text-decoration: none;
	padding-right: 1.75rem;
	text-transform: uppercase;
	margin-top: 3rem;
}
.read-post:after {
	content: url(../images/arrow_right.svg); 
	width: 13px; 
	height: auto;
	color: black;
	position: absolute;
	top: -.05em;
    right: 0;
    opacity: 1;
}

.story-video-url {
	position: relative;
    display: block;
    min-width: calc(100% - 6rem);
    height: 100%;
    padding-top: 0;
    z-index: 0;
}

.story-video-url-wrapper {
	position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    /* height: calc(100vh - 48px); */
    height: calc(100vh - 100px);
    padding-top: 0;
    z-index: 0;
}

.related-posts {
	padding: 0 2rem 2rem;
    background: #e0ece7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related-posts .col-md-6 {
	padding: 0;
}

.related-category-footer {
	background: #e0ece7;
}

.category-article {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1vw 1vw 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.category-article-image {
	width: 100%;
    height: 32vw;
    margin-bottom: 1vw;
    border-radius: 2vw;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition-property: none;
    transition-property: none;
}

.single-post .container-fluid .related-posts .category-article h2 {
	font-family: "DIN W01 Regular", Arial, sans-serif;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -1px;
    padding: 0 0 1rem 0;
    margin-top: 0;
    text-transform: none;
    font-weight: normal;
    text-align: left;
    border-top: none;
}

.single-blog-post .row, .blog-post-content .row {
	margin: 0;
}

.intro-intro .large-text p {
	padding: .25em 0 .5em 0;	
}

.blog-post-content .large-text p {
	font-size: 3rem;
	padding: 0 0 1.15em 0;
}

.blog-post-content .medium-small-text ul {
    margin: 0 0 2rem;
    padding: 0 2.25rem;
}

.blog-post-content p {
	position: relative;
    width: 100%;
}

.blog-post-content p .button {
	font-family: "DIN W01 Black", Arial, sans-serif;
	border: 1px solid black;
    padding: .5rem 1.25rem .5rem 1.25rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    line-height: .8em;
    min-width: 110px;
}

.blog-post-content p .button:hover {
	color: white;
}

.blog-post-content .medium-small-text p .button {
	font-size: 1.875rem;
}


/* VISIT  */
.visit-intro {
	padding: 6rem 3rem 3rem;
	background: #F6F6F6;
}

.interactive-map {
	width: 100%;
    padding: 2rem 0;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 0;
    position: relative;
}

.map-wrapper {
	width: 100%;
    max-width: 50vw;
    height: auto;
    min-height: 90vh;
    display: inline-block;
    object-fit: contain;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 3rem;
}

#map {
	position: relative;
    width: 100%;
    height: 100%;
}

.map-wrapper h3 {
    margin: 0;
    padding: 0 0 1em;
}

.map-wrapper img {
    max-width: 75vw;
    display: inline-block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.map-caption {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 1rem;
}

.map-caption p {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.75rem;
    line-height: 2.25rem;
    display: inline;
    padding: 0 2.5rem;
    position: relative;
}

.map-ref {
	position: absolute;
    top: 0.35rem;
    left: -.125rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
    border: 1px solid black;
    padding: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.map-caption a {
    text-decoration: none;
}

.visit-orgs {
/* 	border-top: 2px solid white; */
	background: #F6F6F6;
	display: flex;
	flex-wrap: wrap;
}

.visit-orgs.row-01 {
	padding-bottom: 0;
}

.smart-column .visit-column-header-wrapper:after, .smart-column .visit-columns:after {
	height: 100%;
    display: block;
    background: white;
    width: 2px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.visit-orgs .col-sm-6 {
    padding: 0;
    display: flex;
	flex-direction: column;
	padding-top: 46px;
}

.visit-column-header-wrapper {
	border-top: 2px solid white;
	position: relative;
}

.visit-columns {
	position: relative;
}

.visit-orgs h2 {
    width: 100%;
    width: 100%;
    padding: 1.5rem 0 1.5rem 0;
    text-align: center;
    max-height: 56px;
}

.smart-image, .wrightwood-image {
	width: 100%;
    padding: 10px 0px;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.smart-image figure, .wrightwood-image figure {
	width: 100%;
    max-width: 70vw;
    /* height: 600px; */
    height: auto;
    display: inline-block;
    object-fit: contain;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.smart-image figure img, .wrightwood-image img {
	max-width: 50%;
    height: initial;
    display: inline-block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.footer .row-01.visit-columns {
    min-height: 40vh;
    padding-top: 16%;
    padding-bottom: 12%;
}

.visit-columns.row-01 {
	padding: 1rem 3rem;
	font-size: 1.4rem;
	line-height: 1.2;
}

.visit-columns.row-01 p {
	font-size: 1.4rem;
	line-height: 1.2;
}

.visit-columns.row-01 b, .visit-columns.row-01 strong {
    font-weight: normal;
    font-family: "DIN W01 Black", Arial, sans-serif;
}

.visit-columns .address, .visit-columns .admission-info, .visit-columns .hours {
	padding: .25em 0 1.125em 0;
}

.visit-columns .info {
	padding-right: 3rem;
}

.visit-columns .register {
	position: relative;
	top: inherit;
	right: inherit;
	padding: 2rem 0;
	font-size: 1.875rem;
    font-family: "DIN W01 Black", Arial, sans-serif;
}

/* INTRO */
.page-template-introduction header, .page-template-catalogue header, .page-credits header, .single-events header, .page-video-library header, .single-post header, .blog header, .page-template-index header, .archive header {
	border-bottom: 1px solid black;
}
.page-home .intro-intro {
    padding: 16rem 3rem;
}

.intro-intro .large-text h2, .intro-intro .medium-text h2 {
	position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: .5em !important;
    margin: .5em !important;
}

.intro-intro {
    padding: 6rem 3rem;
}

.medium-text {
	max-width: 70%;
	margin: 0 auto;
}

.page-credits .medium-text p, .page-credits .medium-text ul li {
    font-size: 3rem;
    line-height: 1.19;
}

.medium-text ul {
	margin: 0;
	padding: 0;
}

.medium-text ul li {
	list-style: none;
	font-size: 4rem;
    line-height: 1.1;
}

.medium-small-text {
	max-width: 70%;
	margin: 0 auto;
	font-size: 1.875rem;
}

.medium-small-text h2 {
	text-align: center;
	width: 100%;
	padding: 1em 0;
}

/* STILL WORKING  */
.still {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 12rem;
    color: black;
    height: 100vh;
    width: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "DIN W01 Black", Arial, sans-serif;
}
.still span {
	display: inline-block;
	position: relative;
}
.still span:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 900ms infinite;
    animation: ellipsis steps(4, end) 900ms infinite;
    content: "\2026";
    width: 0px;
    position: absolute;
    top: 0;
    left: 100%;
}

@keyframes ellipsis {
  to {
    width: 1.125em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.125em;
  }
}

.still-working div, .still-working section, footer.still-working {
	display: none !important;
}

/* EVENTS  */
.event_categories-symposium .event {
	background: #D70000;
	float: left;
}

.row-box {
	box-sizing: border-box;
	padding: 4.5rem 3rem;
    display: block;
    position: relative;
    float: left;
}

.row-box .col-md-6 {
	padding: 0;
}

.event-header {
	padding: 0 3rem 0 0;
}

.event-header h1 {
	margin: 0;
	text-transform: none;
    font-family: "DIN W01 Regular", Arial, sans-serif;
    padding: 0 0 .125em;
    display: inline-block;
    font-size: 7.5rem;
    line-height: 7rem;
}

.event-header .event-date-time {
	font-size: 2.25rem;
    padding: 1rem 0 0 0;
    margin: 0;
    font-family: "DIN W01 Regular", Arial, sans-serif;
}

.event-overview {
	padding: 0 3rem 0 0;
}

.event-reserve {
	padding: 1rem 0 2rem;
}

.btn-reserve {
    border: 1px solid black;
    padding: 0 1.25rem;
    font-family: "DIN W01 Black", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-size: 1.875rem;
    line-height: .8em;
    min-width: 110px;
}

.btn-reserve:hover {
    color: white;
    background-color: black;
    text-decoration: none;
}

.row-box figure {
	padding: 2rem 0 0 0;
}

.row-box figcaption {
	padding: .75rem 0 0 0;
	font-size: 1.75rem;
    line-height: 2.25rem;
}

.event-meta {
	
}

.event-col img {
	width: 100%;
}

.related-events ul {
	margin: 0;
	padding: 0;
}

.related-events ul li {
	list-style: none;
	min-height: 30vw;
}

.related-events ul li a {
	text-decoration: none;
	color: black;
}

.related-events ul li a:hover .event-meta .event-title {
	text-decoration: underline;
	color: black;
}

.event-image img {
	width: 100%;
}

.event-cat {
	font-size: 1.5rem;
    line-height: 1.95rem;
    display: inline-block;
    width: auto;
    border: 1px solid transparent;
    color: transparent;
    padding: 0 0.5em .125em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.event-cat.General {
	opacity: 0;
}

.event-cat.Symposium, .SymposiumTalk {
	color: #D70000;
    border-color: #D70000;
}

.event-time, .event-title {
    display: block;
}

.event-title {
	text-transform: uppercase;
	text-decoration: none;
}

.event-title a {
	text-decoration: none;
}

.event-meta {
	padding: .5em 0 0;
	font-size: 1.75rem;
    line-height: 2.25rem;
}

.event .event-meta {
	padding: 0;	
}

.event .event-meta a:hover {
	color: white;
}

.single-events a:hover {
	color: gray;
}

.single-events .event_categories-symposium a:hover {
	color: white;
}

/* CATALOGUE  */
.medium-image {
	max-width: 50%;
    margin: 0 auto;
}

.medium-image figure {
	position: relative;
    width: 100%;
}

.medium-image {
	text-align: center;
    /* width: calc(100% - 100px); */
    width: 100%;
    padding: 10px 0px;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.medium-image figure {
	width: 100%;
    max-width: 70vw;
    /* height: 600px; */
    height: auto;
    object-fit: contain;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 5.5rem;
}

.catalogue-image {
	position: relative;
	display: block;
}

.medium-image figure img {
    width: 100%;
/*     max-width: 75vw; */
    /* height: 600px; */
    display: inline-block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

figcaption.catalogue-details {
	display: block;
    width: 100%;
    position: relative;
    padding: .5em 0 0;
    font-size: 1.75rem;
    line-height: 2.25rem;
    
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

figcaption.catalogue-details span {
	padding: 0;
	text-align: left;
}

.buy-btn {
	align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    
    font-size: 1.875rem;
    font-family: "DIN W01 Black", Arial, sans-serif;
}

a.btn-purchase {
    border: 1px solid black;
    padding: .5rem 1.25rem .5rem 1.25rem;
    float: right;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    line-height: .8em;
    min-width: 110px;
}

a.btn-purchase:hover {
    color: white;
    background-color: black;
}

/* WORKS ON VIEW */
.page-template-works-on-view .container-fluid {
	padding-top: 5rem;
}

.all-works-on-view {
    display: flex;
    flex-wrap: wrap;
    
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
/*     padding: 2rem 0 0; */
	padding: 0;
}

.all-works-on-view .col-sm-6 {
    padding: 5rem 0 0;
    display: flex;
    flex-direction: column;
}

.all-works-on-view #smart-museum-of-art.smart-column:after {
	content: '';
    height: 100%;
    display: block;
    background: #F6F6F6;
    width: 1px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
/*
	-webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
*/
    opacity: 0;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.all-works-on-view #wrightwood-659.works-col.active:before {
	content: '';
    height: 105%;
    display: block;
    width: 1px;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    opacity: 1;
    background: black;
    background: rgba(0,0,0,.1);
}

.smart-column-tab:after {
	content: '';
	height: 105%;
    display: block;
    background: #F6F6F6;
    width: 1px;
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
/*
	-webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
*/
    opacity: 0;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.all-works-on-view.active #smart-museum-of-art.smart-column:after, .page-home nav.on-page.child-nav.stick.home-all-works.fixed .smart-column-tab:after, .page-template-works-on-view nav.on-page.child-nav.stick.fixed .smart-column-tab:after { 
	content: '';
	height: 105%;
    display: block;
    width: 1px;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
    opacity: 1;
    background: black;
    background: rgba(0,0,0,.1);
}

.page-template-works-on-view nav.on-page.child-nav.stick.rule .smart-column-tab:after, .page-template-works-on-view .all-works-on-view.rule #smart-museum-of-art.smart-column:after { 
	content: '';
	height: 105%;
    display: block;
    width: 1px;
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
	-webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    width: 1px;
    background: black;
    background: rgba(0,0,0,.1);
}

.page-template-works-on-view nav.on-page.rule {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.page-template-works-on-view nav.on-page.fixed.rule {
	border-bottom: 1px solid rgba(0,0,0,1);
}

/*
#wrightwood-659.hover .smart-column:after {
    height: 100%;
    display: block;
    background: #F6F6F6;
    width: 2px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    opacity: .8;
}
*/

.works-column {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.all-works-on-view .works-column {
	height: 100%;
}

.works-column li.work-wrap {
	display: flex;
	flex-direction: column;
	width: 50%;
	min-height: 60vh;
	float: left;
	position: relative;
	padding: .125em;
}

.all-video .col-sm-12 {
    padding: 5rem 0 0;
    display: flex;
    flex-direction: column;
}

.video-column {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 4rem 0 0;
	display: flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	border: 1rem solid transparent;
}

.video-column li.video-wrap {
	display: flex;
	flex-direction: column;
	width: 33.3333%;
	min-height: 40vh;
	float: left;
	position: relative;
	padding: .125em;
	
	flex-grow: 1;
    position: relative;
    overflow: hidden;
    width: 33.333333333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    border: solid 1rem transparent;
}

.video-column li.video-wrap a:hover .onview-caption {
	color: black;
	text-decoration: underline;
}

.video-col .image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
    
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.video-col .onview-caption {
    font-size: 1.75rem;
    line-height: 2.25rem;
    top: inherit;    
    padding: .125em 0;
    text-align: left;
}

.video-col a.grid-image-link img {
/*
	vertical-align: middle;
	outline: none;
    border: none;
    display: block;
    max-width: 100%;
    max-height: 100%;
    text-decoration: none;
    margin: 0 auto;
    height: auto;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    
    transition: all .5s ease-in-out;
    width: 100%;
    padding: 0 5%;
*/
	display: block;
    max-width: 100%;
    max-height: none;
    height: auto;
    transform: none;
    transition: all .20s;
    position: relative;
    top: inherit;
    left: inherit;
}

.video-col a.grid-image-link:hover img {
/* 	transform: translate(-50%, -50%) scale(1); */
	transform: none;
}

/*
.video-col a.grid-image-link img, 
.video-col .onview-caption {
	padding: 0;
}

.video-col .image-wrap,
.video-col .onview-caption {
	padding: .125em 1%;
}
*/

/*
.video-col .video-column li.video-wrap:nth-child(1) a.grid-image-link img,
.video-col .video-column li.video-wrap:nth-child(1) .onview-caption {
	padding: 0 2.5% 0 5% !important;
}

.video-col .video-column li.video-wrap:nth-child(2) a.grid-image-link img,
.video-col .video-column li.video-wrap:nth-child(2) .onview-caption {
	padding: 0 2.5% !important;
}
*/

.page-home .works-column li.work-wrap {
	width: 100%;
	min-height: 80vh;
}

.page-home .works-column li.work-wrap.sticky-visit {
	min-height: 100vh;
	justify-content: center;
	background: #F6F6F6;
	
	position: -webkit-sticky;
    position: sticky;
    top: 0;	
}

li.work-wrap.sticky-visit .visit-columns {
	position:-webkit-sticky; 
	position:sticky; 
	top:0;
	height: 100%;
/* 	padding: 20vh 0 0; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.visit-columns.intro {
	display: block;
    height: 100vh;
}

.page-home .works-column li.work-wrap.sticky-visit .register a.btn-register {
	border-color: transparent;
	min-width: 90px;
}

.page-home .works-column li.work-wrap.sticky-visit .register a.btn-register:hover {
    color: black;
    background-color: transparent;
}

.image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    text-align: center;
    
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    max-height: 100%;
    text-decoration: none;
    margin: 0 auto;
}

a.grid-image-link img {
	vertical-align: middle;
	outline: none;
    border: none;
    display: block;
    max-width: 90%;
    max-height: 90%;
    text-decoration: none;
    margin: 0 auto;
    height: auto;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.9);
    
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    
    transition: all .5s ease-in-out;
}

a.grid-image-link:hover img {
	transform: translate(-50%, -50%) scale(.95);
}

.works-col a.grid-image-link img {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
	filter: blur(0);
	opacity: 1;
	transition: all .6s ease-in-out;
	object-fit: contain;
}

.works-col.smart-hover a.grid-image-link img, .works-col.wrightwood-hover a.grid-image-link img {
/*
	animation: blur-works 1s ease 0s forwards;
	-webkit-animation: blur-works 1s ease 0s forwards;
	-moz-animation: blur-works 1s ease 0s forwards;
*/
}

.works-col.smart-hover a.grid-image-link .onview-caption, .works-col.wrightwood-hover a.grid-image-link .onview-caption {
	transition: all .6s ease-in-out;
}

@keyframes blur-works {
  0%{
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    opacity: .7;
  }
}

.works-col a:hover .img_caption {
	color: black;
	text-decoration: underline;
}

.works-col.hover .img_caption {
	color: gray;
}

.onview-caption {
	font-size: 1.75rem;
    line-height: 2.25rem;
    position: absolute;
    left: 0;
    top: 70%;
    padding: .125em .5em;
    
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
}

.page-home .onview-caption {
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
    line-height: 3rem;
}

.page-home .onview-caption .english {
	margin-right: .5rem;
}

.page-home .onview-caption .chinese {
	margin-left: .5rem;
}

.works-header {
	display: block;
}

.all-works-on-view h2 {
    width: 100%;
    padding: 1.5rem 0 1.5rem 0;
    text-align: center;
    max-height: 56px;
}

/* HOME */
main.front {
	position: relative;
	float: left;
}
.symposium-module {
	position: relative;
	overflow: hidden;
}
.symposium-module nav.on-page, nav.on-page.symposium-module-nav {
	min-height: 47px;
	background: #FF0000;
}
nav.on-page.calendar {
	min-height: 47px;
	color: black;
}
nav.on-page.symposium-module-nav.stick, nav.on-page.calendar.stick {
	padding: 0;
}

nav.on-page.fixed.symposium-module-nav {
	border-bottom: 1px solid white;
}

.symposium-module .stick, .single-artists .stick {
    border-top: 1px solid transparent;
}

.symposium-module.symposium-overview {
	padding: 0;
}
.home-v2 .symposium-module.symposium-overview {
	display: none;
}
.symposium-module-wrapper {
	padding: 3rem 3rem;
}
.symposium-module-wrapper .symposium-learn {
	color: white;
	font-size: 1.875rem;
	text-decoration: none;
	padding-right: 1.75rem;
	float: right;
	position: relative;
	text-transform: uppercase;
	margin-top: 3rem;
}
.symposium-module-wrapper .symposium-learn:after {
	content: url(../images/arrow_right-white.svg); 
	width: 13px; 
	height: auto;
	color: black;
	position: absolute;
	top: -.05em;
    right: 0;
    opacity: 1;
}
.symposium-module nav h2, .home-events nav h2, .symposium-module-nav h2, .calendar h2 {
    height: auto;
    width: 100%;
    padding: 1.5rem 0 1.5rem 0;
    text-align: center;
    max-height: 56px;
    line-height: 1;
}

.home-events nav h2 {
	border-top: 1px solid transparent;
	color: black;	
}

.symposium-module-header {
	text-align: center;
}

.symposium-module-header h2, .symposium-module-header h3 {
	font-size: 5.5rem;
    line-height: 5rem;
    text-align: center;
    font-family: "DIN W01 Regular", Arial, sans-serif;
   	color: white;
   	width: 100%;
}

.symposium-module-header h2 {
	padding: 1em 0 .25em 0;
}

.symposium-module-header h3 {
	text-transform: none;
	text-align: center;
	margin: 0 0 4rem;
	padding: 0;	
}

main.front .small-text p {
    font-size: 1.875rem;
    color: white;
}

.events-wrap {
	position: relative;
	padding: 3rem 01rem;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related-events .events-wrap {
	margin-top: 1rem;
}

/*
.page-home .related-events .events-wrap {
	margin-top: 4rem;
}
*/

.page-home .related-events ul {
	margin-top: 2rem;
}

.page-home .works-column li.work-wrap.sticky-visit .smart-image, .page-home .works-column li.work-wrap.sticky-visit .wrightwood-image {
	margin-top: 1rem;
}

#big-play-shape polygon {
	fill: transparent; 
	stroke: #FFFFFF;
	transition: fill .5s ease;
}

.big-play #big-play-shape:hover polygon {
	cursor: pointer;
	cursor: url(../images/Play.png), auto; 
	fill: #FFFFFF; 
	stroke: #FFFFFF;
}
    
/* SYMPOSIUM STYLES */ 
.register {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 1em;
}
.register.mo {
	display: none;
}
.register.dt {
	align-items: center;
    display: flex;
    justify-content: center;
}
.register a.btn-register {
	border: 1px solid black;
	padding: .5rem 1.25rem .5rem 1.25rem;
    float: right;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    line-height: .8em;
    min-width: 110px;
}

.register a.btn-register:hover {
	color: white;
	background-color: black;
}

.symposium-overview {
/* 	margin-top:45px; */
	background-color: #FF0000;
	padding: 0 3rem;
}

.symposium-overview h2.display-date-time {
	font-family: "DIN W01 Regular", Arial, sans-serif;
	font-size: 2.25rem;
	padding: 1rem 0 0 0;
	text-transform: none;
}

.symposium-overview h1 {
	font-family: "DIN W01 Regular", Arial, sans-serif;
/*
	font-size: 8rem;
	line-height: 8rem;
*/
	font-size: 9.125rem;
    line-height: 9rem;
    letter-spacing: -1px;
	padding: 0 0 0 0;
	margin-top: 0;
	text-transform: none;
}

.symposium-overview p,
.symposium-details p {
	font-size: 3rem;
}

.schedule .row {
	border-top: 1px solid #ccc;
}

.symposium-speakers p,
.symposium-funding p {
	padding-left: 3rem;	
	padding-right: 4rem;	
}

.symposium-overview a:hover {
	color: white;
}

.schedule {
	padding: 0;
}

.schedule p {
	font-size: 1.875rem;
	padding: 1.5rem 0 1.5rem 3rem;
}

.schedule-date em {
	font-style: normal;
}

.schedule h4 {
    font-family: "DIN W01 Regular", Arial, sans-serif;
    font-weight: bold;
    padding: 1.5rem 0 1.5rem 0;
    display: block;
    font-size: 1.775rem;
    line-height: 1.19;
}

.schedule-date a {
    padding: 0 0 0.5rem;
    display: block;
}

.col-xs-9.schedule p, .col-sm-9.schedule p, .col-xs-8.schedule p, .col-sm-8.schedule p {
	padding: 1.5rem 0 1.5rem 0;
}

.schedule ul {
	margin: 0;
	padding: 0 0 1.5rem 2.5rem;
}

.schedule ul li {
	font-size: 1.875rem;
}

.schedule hr {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.symposium-details, .symposium-funding, .works-on-view, .related-posts, .related-category-footer {
	width: 100%;
/* 	padding: 0 6rem 0 3rem; */
	position: relative;
}

.symposium-details h2, .symposium-funding h2, .works-on-view h2, .related-events h2, .single-post .container-fluid .related-posts h2 {
	border-top: 1px solid black;
	width: 100%;
	padding: 1.125rem 0;
    text-align: center;
    max-height: 56px;
}

.single-post .container-fluid .related-posts h2 {
	text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 1.4;
    letter-spacing: 0px;
    font-family: "DIN W01 Black", Arial, sans-serif;
    border-top: 1px solid transparent;
}

.works-on-view h2 {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;

	border-top: none;
}

.artwork-1 {
	padding-top: 6rem;
}

.artwork-2, .artwork-3, .artwork-4, .artwork-5, .artwork-6 {
	padding-top: 6rem;
	width: 100%;
}

.artwork-2.process, .artwork-3.process, .artwork-4.process {
	padding-top: 0;
}

.works-on-view .artwork-wrap h2 {
	border-top: none;
}

.works-on-view .artwork-wrap.work-slider h2 {
	font-family: "DIN W01 Regular", Arial, sans-serif;
    font-size: 5.5rem;
    line-height: 5.875rem;
    text-transform: none;
    max-height: inherit;
    position: relative;
    top: inherit;
    left: inherit;
}

.entry-content .row {
 	margin: 0; 
}

.symposium-funding p {
	font-size: 1.875rem;
 }

.content {
	padding-top: 6em;
	float: left;
    display: block;
    width: auto;
	position: relative;
}

/* default page */
.page-template-default .entry-title {
	padding-left: .65em;
}

/* default page */
.page-events .entry-title {
	position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* about page */
.page-template-about section {
	width: 100%;
}

.page-template-about section.footer {
	width: auto;
}

.page-template-about .entry-title {
	position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* photos page */
.page-template-photos .entry-title {
    padding-left: .75em;
}

.page-template-photos img {
    max-width: 100%;
}

.page-template-photos section.drink {
/* 	display: none; */
}

.page-template-photos section h3 {
	padding: 2em 0 2em 2.5em;
}

.page-template-photos section.footer h3 {
    padding: 2em 0 2em 0;
}

/* photos */
.page-photos .content, section.food {
    width: 100%;
    position: relative;
    display: block;
}

.photos .image {
    display: block;
}

.grid {
	max-width: 100%;
	list-style: none;
	margin: 0 auto;
	padding: 0 .65%;
}

.grid li {
	display: block;
	float: left;
	padding: .65%;
	width: 48%;
	opacity: 0;
}

.grid li.shown, 
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

.grid li.animate {
	-webkit-animation: fadeIn 0.125s ease forwards;
	animation: fadeIn 0.125s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}


.photos .image a:hover {
    cursor:zoom-in;
}

/* images with captions */

.wp-caption {
	/* Force the box to be 100% */
	width: 100% !important;
}
#content .wp-caption a img {
	/* Scale down if too big */
	max-width: 99.03225806%; /* 614/620 */
	height: auto;
}

.page-template p.wp-caption-text {
	text-align: left;
    font-size: 1.75rem;
    line-height: 2.25rem;
}

.photos .image p {
	text-align: left;
	font-size: 1.275vw;
    margin-right: .5em;
}


/* search */

.post-meta {
	display: none;
}

.search-results, 
.search-no-results {
	padding: 2em 0 2em 1em;
}

.search-results .content, 
.search-no-results .content {
    width: 90%;
}

.search-results .content h2.search-results, 
.search-no-results .content h2.search-results {
    padding: 0 0 1em 0;
}

/* contact */

.page-contact .content {
	width: 100%;
}

.page-contact section {
	width: 100%;
}


/* footer */

footer {
	position: relative;
	width: 100%;
/* 	height: 100vh; */
	float: left;
	background-color: black;
	color: white;
	overflow-x: hidden;
}

.footer {
	float: left;
	position: relative;
	padding-bottom: 0.5em;
	width: 100%;
}

.home .footer {
  padding-left: 1em;
}

.footer .row-01.visit-columns { 
	min-height: 40vh;
	padding-top: 14%;
    padding-bottom: 10%;
}

.footer .col-sm-6 {
	padding: 0;
}

.footer h2,
.footer a {
	color: white;
	text-align: center;
}

.footer a:hover {
	text-decoration: none;
}

.footer h2 {
	width: 100%;
	color: white;
    width: 100%;
    padding: 1.5rem 0 1.5rem 0;
    text-align: center;
    max-height: 56px;
}

/*
.footer .footer-smart h2 {
	padding-left: 3rem;
}

.footer .footer-w659 h2 {
	padding-right: 3rem;
}
*/

.footer .col-sm-2, .footer .col-sm-3, .footer .col-sm-6,
.footer a {
	font-size: 1.4rem;
	line-height: 1.2;	
}

.hours a {
	display: none;
}

.visit-columns, .newsletter, .supported-by {
	box-sizing: border-box;
}

/*
.footer .col-sm-6.footer-visit, .footer .col-sm-6.supported-by {
	padding-left: 15px;
	padding-right: 15px;	 
}
*/

.footer .end {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.col-md-6.supported-by {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
}

.col-md-6.addtl-links {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    
    display: none;
}

.footer .contact, .footer .social {
	padding-top: 1em;
}
	
.footer ul {
	padding-left: 0;
}
	
.footer ul>li {
	display: inline;
	display: inline-block;
	list-style: none;
}

.footer ul>li.social span:after {
	content: ',';
}

.footer ul>li.social:last-child span:after {
	content: '';
}

.footer ul>li.footer-links {
	float: right;
	padding-right: 15px;
}

.footer ul>li.footer-links a {
	text-decoration: none;
}

.footer ul>li.footer-sponsors {
	float: left;
	padding-left: 2em;
	align-items: flex-end;
    display: flex;
    justify-content: flex-start;
}

.footer ul>li.footer-links a:hover {
	text-decoration: underline;	
}

.footer .list-form {
	padding: 0 15px;
	width: 100%;
}

/*
.footer .list-form .form-wrapper {
	border: solid white 1px;
	padding: 1em 2em;
	margin: 0 auto;
	height: 50px;
	font-size: 14px;
}

.list-form .form-wrapper button {
	background-color: black;
	color: white;
	float: right;
	border: none;
	text-transform: uppercase;
}

.list-form .form-wrapper button:hover {
	background-color: white;
	color: black;
	transition: all .1s ease-in-out;
}
*/

#mc-embedded-subscribe-form {
    margin: 0;
    padding: 0;
    outline-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    outline-style: solid;
    outline-width: .075em;
    padding: .35em;
    width: 100%;
/*     border: 1px solid; */
}

#mc_embed_signup {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
	font-size: 2.25rem;
	border-bottom: 1px solid;
}

#mc-embedded-subscribe-form .email_wrapper {
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

#mc-embedded-subscribe-form input[type=email] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: .125em 0;
    color: #fff;
    width: 99%;
    font-size: 1.875rem;
    line-height: 3rem;
    text-indent: .5rem;
}

#mc-embedded-subscribe-form input[type=email]:focus {
    outline: 0;
    border: 0;
}

#mc_embed_signup div.mce_inline_error {
    margin: 0 !important;
    padding: 5px 10px;
    background-color: #6B0505;
    font-size: 1.875rem !important;
    line-height: 1.19;
    font-weight: normal !important;
    z-index: 1;
    color: #fff;
}

#mc-embedded-subscribe-form input {
	font-size: 14px;
    line-height: 1.2;
}

#mc-embedded-subscribe-form .button {
	background: transparent;
}

#mc-embedded-subscribe-form .button:hover {
    background: white;
    color: black;
}

.mc-field-group label {
	position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.button {
    /* text-transform: uppercase; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.25rem;
    line-height: 2.125rem;
    display: inline-block;
    border-radius: 0;
    border: 0.07em solid transparent;
    background: #fff;
    padding: .125rem 1.5rem;
    cursor: pointer;
    color: #fff;
	text-transform: uppercase;
}

.clear {
    clear: both;
}

.footer h3 {
	font-family: "DIN W01 Regular", Arial, sans-serif;
	font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.footer ul.logo-list, .footer ul.list {
	display: inline-block;
	width: auto;
	margin: 0;
}

.no-mobile {
	display: none;
}

.right {
    right: 0 !important;
    left: 0 !important;
}

.the, 
.allure, 
.of, 
.matter {
	position: absolute;
	z-index: 100;
}
.the {
	top: 50%;
	left: 1em;
	transform: translate(0, -50%);
	
	width: 115px;
    height: 288px;
	
	width: 8vw;
    height: auto;
}
.allure {
	top: 1em;
	left: 14%;
	
	width:588px;
	height:115px;
	
	height: 8vw;
    width: auto;
}
.of {
	top: 50%;
	right: 1em;
	transform: translate(0, -50%);
	
	width: 117px;
    height: 184px;
	
	width: 8vw;
    height: auto;
}
.matter {
	bottom: 1em;
	right: 14%;
	
	height: 114px;
    width: 610px;
	
	height: 8vw;
    width: auto;
}

/*
.home-v2 .the {
	top: 50%;
	left: 1em;
	transform: translate(0, -50%);
	
	width: 115px;
    height: 288px;
	
	width: 8vw;
    height: auto;
}
*/
.home-v2 .allure {
	left: 1em;
}
/*
.home-v2 .of {
	top: 50%;
	right: 1em;
	transform: translate(0, -50%);
	
	width: 117px;
    height: 184px;
	
	width: 8vw;
    height: auto;
}
*/
.home-v2 .matter {
	right: 1em;
}

.the svg, 
.of svg {
	width: 100%;
}

.allure svg, 
.matter svg {
	height: 100%;
}


.anim-term-1, 
.anim-term-2, 
.anim-term-3, 
.anim-term-4 {
	fill: black;
	fill-opacity:0;
	animation-name: type;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode:forwards;
	animation-timing-function:steps(1, end);
	animation-duration: 2s;
	-webkit-animation-name: type;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-timing-function:steps(1, end);
	-webkit-animation-duration: 1s;
}

.anim-term-1 {-webkit-animation-delay:50ms;animation-delay:50ms;}

.anim-term-2 {-webkit-animation-delay:300ms;animation-delay:300ms;}

.anim-term-3 {-webkit-animation-delay:550ms;animation-delay:550ms;}

.anim-term-4 {-webkit-animation-delay:800ms;animation-delay:800ms;}

@keyframes type {
	0% { fill: black; fill-opacity:0; }
	100% { fill: black;  fill-opacity:1; }
}

@-webkit-keyframes type {
	0% { fill: black; fill-opacity:0; }
	100% { fill: black;  fill-opacity:1; }
}

/* holding page */
.hero {
	position: fixed;
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	max-width: 75%;
	z-index: 1;
}
.trailer-cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100vh;
}
.trailer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	font-size: 1.875rem;
	text-transform: uppercase;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    opacity: 0;
}
.trailer:hover {
	color: white;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
}
.trailer span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 100%;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    transition: all .1s ease-in-out;
    text-align: center;
}
.trailer:hover span {
	transform: scale(1.1) translate(0,-50%);
}
.trailer span svg {
	padding-top: .15em;
}
#Play {
	stroke-width: 1.5;
}
#slide-wrapper {
/*
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
*/
	opacity: 0;
	-webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-backface-visibility: hidden;
}
#slide-wrapper.active {
	opacity: 1;
	-webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: opacity .5s .25s,-webkit-filter 2s .25s;
    transition: opacity .5s .25s,-webkit-filter 2s .25s;
    -moz-transition: opacity .5s .25s,filter 2s .25s;
    transition: opacity .5s .25s,filter 2s .25s;
    transition: opacity .5s .25s,filter 2s .25s,-webkit-filter 2s .25s;
    
/* 	stop bounce */    
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform: translateZ(0);
	backface-visibility: hidden;
	perspective: 1000;
	transform: translate3d(0,0,0);
	transform: translateZ(0);
}
.no-touch {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.entry div {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.entry.active div {
	opacity: 1;
}
.page-template-holding header {
	display: none;
}

.page-template-holding .overview {
	padding-left: 75%;
}

.artist-details {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	width: 75%;
	text-align: center;
	color: white;
}

.home-v2 .artist-details {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	width: 65%;
	text-align: center;
	color: white;
}

.name_english, 
.name_chinese {
	display: block;
	width: 100%;
	opacity: 0;
	font-weight: normal;
	
}

.carousel-cell.is-selected .name_english, 
.carousel-cell.is-selected .name_chinese {
	animation: fadein 500ms;
    animation-delay: 1200ms;
    -moz-animation: fadein 500ms; /* Firefox */
    -moz-animation-delay:1200ms;
    -webkit-animation: fadein 500ms; /* Safari and Chrome */
    -webkit-animation-delay:1200ms;
    -o-animation: fadein 500ms; /* Opera */
    animation-fill-mode: forwards;
}

.slide-blog-category-wrapper, .slide-blog-title, .slide-blog-text {
	display: block;
	width: 100%;
	opacity: 0;
	font-weight: normal;
}

.carousel-cell.is-selected .slide-blog-title, .carousel-cell.is-selected .slide-blog-category-wrapper, .carousel-cell.is-selected .slide-blog-text {
	animation: fadein 500ms;
    animation-delay: 1200ms;
    -moz-animation: fadein 500ms; /* Firefox */
    -moz-animation-delay:1200ms;
    -webkit-animation: fadein 500ms; /* Safari and Chrome */
    -webkit-animation-delay:1200ms;
    -o-animation: fadein 500ms; /* Opera */
    animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slide-blog-link {
	position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.name_english {
	margin-bottom: 0;
}

.name_chinese {
	margin-top: 0;
}

.artist-details h2 {
	padding: 0;
	margin: 0;
	font-size: 5.4rem;
	line-height: 1.2;
	text-shadow: 0px 1px 10px RGBA(0,0,0,.2);
}

.home-v2 .artist-details h2 {
	padding: 0;
	margin: 0;
	text-transform: none;
	font-family: "DIN W01 Regular", Arial, sans-serif;
	font-size: 6.5rem;
	font-weight: normal;
	line-height: 1;
	text-shadow: 0px 1px 10px RGBA(0,0,0,.2);
}

.slide-blog-category-wrapper {
	text-transform: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-blog-category-wrapper p {
	border: 1px solid white;
    padding: 0 .875em .05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    min-width: 60px;
    border-radius: 2rem;
    font-size: 1.875rem;
    line-height: 1.25em;
    display: inline-block;
/*     margin-right: .5em; */
    list-style: none;
}

.slide-blog-text {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    min-width: 60px;
    border-radius: 2rem;
    font-size: 1.875rem;
    line-height: 1.25em;
    margin-top: 1rem;
    display: block;
    list-style: none;
}

.overview .entry {
	padding: 0 1rem;
	position: relative;
	background: white;
}

.overview .entry:before {
    height: 100%;
    display: block;
    width: 1px;
    border-left: 1px solid black;
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
}

.intro {
	position: relative;
	display: block;
	min-height: 100vh;
}

.intro h2, .intro h3 {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}

.intro .centered h3 {
	font-family: "DIN W01 Regular", Arial, sans-serif;
	font-weight: normal;
}

.intro h2 {
/* 	font-size: 2.8rem; */
	font-size: 3.8rem;
    line-height: 1;
    letter-spacing: -.5px;
}

.date {
	text-align: center;
	width: 100%;
	padding: .125em 0 0;
}

.soon {
	text-align: center;
	width: 100%;
	color: #999;
	text-transform: uppercase;
	padding: .25em 0 0;
}

.intro .top {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	border-top: 1em solid white;
	width: 100%;
	height: 115px;
	overflow: hidden;
}

.intro .top ul {
	margin: 0;
	padding: 0;
	background: transparent;
}

.intro .top ul.change {
    position: relative;
}

.intro .top ul li {
	list-style: none;
}

.intro .centered {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 1em 0;
	width: 100%;
}

.intro .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 0;
	width: 100%;
}

.trailer-link-wrap {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: .25em 0 1.125em 0;
	
	display: none;
}

.trailer-link-wrap svg {
    padding: 0.125em;
    width: 10px;
    margin-bottom: -2px;
}

.trailer-link-wrap svg g {
    stroke: black;
}

/*
.intro .bottom p {
	padding-bottom: 0;
}
*/

.scroll-for {
	width: 100%;
	position: relative;
	display: block;
	text-align: center;
}

.intro a {
	font-size: 1.875rem;
	color: black;
}

.scroll-for a {
	text-decoration: none;
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.scroll-for.fixed a {
	opacity: 0;
}

.intro a:hover {
	color: gray;
	text-decoration: underline
}

.overview-text, .artists, .location, .credits, .image-credits {
	margin: 16em 0;
}

.image-credits {
	padding-bottom: 6em;
}

.credits img.logo {
	width: 50%;
}

.overview-text h2, 
.artists h2, 
.location h2, 
.credits h2,
.image-credits h2 {
	font-family: "DIN W01 Regular", Arial, sans-serif;
	width: 100%;
	text-align: center;
	padding: 0;
}

.sticky-top {
	transition: all .75s;
    display: block;
    position: fixed;
    top: 100%;
    right: 0;
    transform: translate(0,200%);
    background: white;
}

.sticky-top.virtual-tour-mobile-stick {
	display: none;
}

.sticky-top.fixed {
	z-index: 1000;
    transform: translate(0, -40%);
}

.sticky-top.fixed.active {
	transform: translate(0, -100%);
}

.sticky-top a {
	font-size: 1.875rem;
    line-height: 1.19;
    color: black;
    width: 50%;
    text-align: center;
    display: inline-block;
    padding: 1em 0;
    border-top: 1px solid black;
    text-decoration: none;
}


.sticky-top a:hover {
	color: gray;
}

.share-home {
	display: block;
	width: 100%;
	position: relative;
	font-size: 1.875rem;
    line-height: 1em;
    text-align: center;
}

.sharing {
	border-top: 1px solid transparent;
	cursor: auto;
    position: relative;
    outline: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 0 0;
}

.share-home .sharing {
	min-height: inherit;
	display: none;
}

.share-home .sharer {
	text-transform: uppercase;
}

.share-home .sharer.active, .share-home .sharer.active span {
	text-decoration: none;
}

.share-home .sharer:hover, .share-home .sharer:hover span {
	text-decoration: underline;
}

.sharing ul {
	margin: 0;
	padding: 1em 4em;
}

.share-home .sharing ul {
	display: inline;	
	padding: 0;
	margin-left: 2rem;
}

.sharing ul li {
	font-size: 1.875rem;
    line-height: 1.19;
    list-style: none;
}

.share-home .sharing ul li {
	display: inline-block;
    line-height: 1;
    margin-right: 1rem;
}

.sticky-top .sharing ul li a {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	text-decoration: underline;
}

.share-home .sharing ul li a {
	display: inline;
}

.sharing.active {
	border-top: 1px solid black;
}

.share-home .sharing.active {
	border-top: none;
	display: inline;
}

.open {
	display: inline-block;
}

.close {
	display: none;
}

.sharer.active .close {
	display: inline-block;
}

body.page-template-trailer {
	background: black;
}

.page-template-trailer .content, 
.page-template-trailer section {
	width: 100%;
	padding-top: 0;
}

.page-template-trailer .video {
	margin: 0 auto;
    padding: 7% 15% 0;
    width: 70%;
    height: 86vh;
}

.trailer-modal .video {
	margin: 0 auto;
    padding: 4% 10% 0;
    width: 100%;
    min-height: 86vh;
}

.trailer-modal a {
	position: absolute;
	top: .25em;
	right: 1.25em;
	z-index: 10000;
	color: white;
	font-size: 1.875rem;
    line-height: 1.19;
    padding: .25em 0 1.125em 0;
    text-transform: uppercase;
    text-decoration: none;
}

.page-template-trailer footer {
	display: none;
}

.page-template-trailer header.fixed, 
.page-template-trailer nav {
	background: transparent;
}

.page-template-trailer .pattern {
	padding-top: 1em;
}

.page-template-trailer .pattern a {
	font-size: 1.875rem;
    line-height: 1.19;
    text-decoration: none;
    color: gray;
    text-transform: uppercase;
}

.page-template-trailer .pattern a:hover {
	color: white;
}

.temp-logo {
	font-weight: normal;
	letter-spacing: -.975px;
}

.back-home {
	float: right;
}

.blocker {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:1;
	padding:20px;
	box-sizing:border-box;
	background-color:#000;
	background-color:rgba(0,0,0,0.75);
	text-align:center;
}
.blocker:before{
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-0.05em;
}
.blocker.behind{
	background-color:transparent;
}
.modal {
	display:none;
	vertical-align:middle;
/* 	position:relative; */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:2000;
	box-sizing:border-box;
	width:100%;
	height: 100%;
	height: 100vh;
	background: transparent;
/* 	padding:5%; */
	text-align:left;
	color: white;
	
	opacity: 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-backface-visibility: hidden;
}

.modal.in {
	opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: opacity .5s .25s,-webkit-filter 1s .25s;
    transition: opacity .5s .25s,-webkit-filter 1s .25s;
    -moz-transition: opacity .5s .25s,filter 1s .25s;
    transition: opacity .5s .25s,filter 1s .25s;
    transition: opacity .5s .25s,filter 1s .25s,-webkit-filter 1s .25s;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);
}

.modal.in .collapse {
    display: none;
}

.modal.in .collapse.in {
    display: block;
}

.modal .collapse {
	font-size: 1.875rem;
    line-height: 1.19;
}

.modal .transcripts {
	max-width: 50%;
    margin: 0 auto;
    padding: 0 0 2em 0;
}

.modal .transcripts .transcript-btn {
	border: 1px solid rgba(255,255,255,0.35);
    padding: .5rem 1.25rem .5rem 1.25rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: transparent;
    font-size: 1.875rem;
    line-height: 1.19;
    min-width: 110px;
    margin: 1.5rem auto 1rem;
}

.modal .transcripts .transcript-btn:hover {
	border: 1px solid rgba(255,255,255,1);
}

.modal .transcripts .transcript-btn .close-transcript {
	display: inline;
}

.modal .transcripts .transcript-btn.collapsed .close-transcript {
	display: none;
}

.modal .transcripts {
	text-align: center;
}

.modal .transcripts .collapse {
	text-align: left;
}

.modal-open .modal.in {
	display: block;
}

.transcripts strong {
    border-bottom: 1px dashed rgba(255,255,255,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: black;
}
.modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100);
 }
.modal .close {
	position:fixed;
	position: sticky;
	top: .25rem;
    right: .5rem;
	display:block;
	width:auto;
	height:30px;
	background: transparent;
    border: none;
    font-size: 1.875rem;
    line-height: 1.19;
    text-transform: uppercase;
    z-index: 10000;
}
.modal-spinner{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	padding:12px 16px;
	border-radius:5px;
	background-color:#111;
	height:20px;
}
.modal-spinner>div{
	border-radius:100px;
	background-color:#fff;
	height:20px;
	width:2px;
	margin:0 1px;
	display:inline-block;
	-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;
	animation:sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2{
	-webkit-animation-delay:-1.1s;
	animation-delay:-1.1s;
}
.modal-spinner .rect3{
	-webkit-animation-delay:-1.0s;
	animation-delay:-1.0s;
}
.modal-spinner .rect4{
	-webkit-animation-delay:-0.9s;
	animation-delay:-0.9s;
}
@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}

.visit-btn {
	position: fixed;
    z-index: 0;
    height: 48px;
    top: 100%;
    left: 50%;
    max-width: 360px;
    width: calc(100% - 15px * 2);
    -webkit-transform: translate(-50%,200%);
    transform: translate(-50%,200%);
    transition: all .75s;
    background-color: white;
    color: black;
    font-weight: normal;
    
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

.visit-btn .btn-wrap {
	width: 100%;
    height: 100%;
	background-color: black;
    color: white;
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 0 0 50px;
}

.visit-btn.fixed {
	z-index: 10;
	-webkit-transform: translate(-50%, -125%);
    transform: translate(-50%, -125%);
}

.visit-btn.fixed.active {
	-webkit-transform: translate(-50%, -380%);
	transform: translate(-50%, -380%);
}

.visit-btn.fixed.active .btn-wrap {
	background: #6e6e6e;
}

.visit-btn.fixed.toggle, .visit-btn.fixed.active.toggle {
	z-index: 0;
}

.visit-btn-text {
	text-transform: uppercase;
    font-size: 1.875rem;
    font-family: "DIN W01 Black", Arial, sans-serif;
	outline: none;
    border: none;
	background: transparent;
	-webkit-box-flex: 1;
    flex-grow: 1;
    padding-bottom: .125em;
}

.visit-btn-close {
	position: relative;
    width: 30px;
    height: 40px;
    outline: none;
    border: none;
    background: transparent;
    -webkit-appearance: none;
	border-radius: 0;
    cursor: pointer;
    opacity: 1;
}

.special-hours .visit-btn-close {
	position: absolute;
	top: 0;
	right: 0;
}

.special-hours #close-x-group {
	stroke: black;
}

.visit-btn.fixed .close-text {
	display: none;
}

.visit-btn.fixed.active .close-text {
	display: inline;
}

.visit-btn .visit-links {
	text-transform: uppercase;
    font-size: 1.875rem;
    font-family: "DIN W01 Black", Arial, sans-serif;
    margin: 1.25rem 0 0 0;
    padding: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.visit-btn.fixed.active .visit-links {
	opacity: 1;
} 

.visit-btn ul.visit-links li {
	list-style: none;
	width: 100%;
	height: 48px;
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 1.125rem;
}

.visit-btn ul.visit-links li a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	border: 1px solid black;
	background: white;
	padding-bottom: .125em;
}

.visit-btn.fixed.active ul.visit-links li a:hover {
	background: black;
	color: white;
}

.visit-btn.fixed.remove, .visit-btn.fixed.active.remove {
	-webkit-transform: translate(-50%, 200%);
	transform: translate(-50%, 200%);
}

.visit-btn.fixed.active.remove.hide {
	display: none !important;
}