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

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

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

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

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

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

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

body {
    background: white;
    color: black;
    font-family: 'SuisseIntl Regular', Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;

/*     height: 20000px; */
}

h1, h2, h3, h4, h5, h6 {
    /* font-size: 4.25vw;
    line-height: 4.125vw; */
    font-size: 3.5vw;
    line-height: 3.55vw;
    font-family: 'SuisseIntl Regular', Arial, sans-serif;
    font-weight: normal;
    padding: 2em 0 1em 0;
    display: inline-block;
    text-transform: uppercase;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-family: 'SuisseIntl Regular Italic', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}

h2.center {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

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

.exhibitions-template .container-fluid {
	padding: 0;
}

.skip-link {
    margin: 0;
    padding: 0;
}

.skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

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

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

.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus, .screen-reader-shortcut:focus, .nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: normal;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    text-decoration: none;
/*     box-shadow: 0 0 2px 2px rgba(0,0,0,.6); */
    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);
    z-index: 100000;
}

.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%;
}
									}

.exhibitions-template-single-exhibitions-2020 .container-fluid {
	padding: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #bbb !important;
    font-size: 2.125rem;

}
::-moz-placeholder { /* Firefox 19+ */
  	color: #bbb !important;
    font-size: 2.125rem;
}
:-ms-input-placeholder { /* IE 10+ */
  	color: #bbb !important;
    font-size: 2.125rem;
}
:-moz-placeholder { /* Firefox 18- */
  	color: #bbb !important;
    font-size: 2.125rem;
}

.screen-reader-text:focus, .screen-reader-shortcut:focus, .widget_search input[type="submit"]:focus {
/*
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: none;
*/
    z-index: 100000;
}

img {
    height: auto;
}

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

input[type=text]:focus, textarea:focus, a:focus, button:focus, button.js-accordion__header:focus, section:focus {
/*     outline: none !important; */
    outline-color: #000;
    border-color: transparent;
    box-shadow: white;
    border-radius: 0 !important;
    text-decoration: none;
}

section:focus, div:focus {
    outline-color: #fff;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {

    -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -ms-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
 /*   transition: all 0.4s ease-in-out;*/
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn-primary {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.125vw;
    line-height: 2.25vw;
    display: inline-block;
    border-radius: 10rem;
    border: transparent;
    background: #fff;
    padding: 1rem 2rem .7rem;
    cursor: pointer;
    color: #000;
    box-shadow: 2px 6px 40px rgba(0,0,0,.2);
    text-decoration: none;

    width: auto;
    margin: 0 auto;
    display: block;
    border: 1px solid;
    border-color: white;
}

.btn-primary:hover {
    background-color: black;
    border-color: black;
    color: white;
    box-shadow: 2px 6px 40px rgba(0,0,0,.6);
}

.btn-press, .btn-news {
	margin-top: 2em;
}

/* .btn-press {
	display: none;
} */

/*
div:focus, section:focus {
    box-sizing: border-box;
    outline: none;
}
*/

section.gallery:focus, div.carousel-cell:focus, div.flickity-viewport:focus {
/*
    box-sizing: inherit !important;
    outline: none !important;
*/
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flickity-enabled:focus {
    outline: none !important;
}

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

a:hover, a:focus {
	color: black;
}

a.back {
  left: 0;
}

a.forward {
  right: 0;
}

b, strong {
    font-family: 'SuisseIntl Bold', Arial, Sans-serif;
    font-weight: bold;
}

p {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    padding: .25em 0 1.125em 0;
    margin: 0;
}

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;
}

/*
section {
    float: left;
}
*/

header {
    position: relative;
	background: transparent;
}

.home header {
    z-index: 1000;
}

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

#nav-secondary {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1060;
    background: white;
    border-radius: 0;
}

.exhibitions-template-single-exhibitions-2020 #nav-secondary {
	background: transparent;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transition-delay: .25s;
}

.exhibitions-template-single-exhibitions-2020 #nav-secondary:hover {
	background: white;
}

.brand {
    float: left;
    margin-right: 16%;
    text-align: center;
    box-sizing: border-box;
    width: 20%;
    padding: .25em;

/*
    position: absolute;
    top: 0;
    left: 64%;
*/
}

.sticky-brand {
    float: left;
    margin-right: 0px;
    text-align: center;
    box-sizing: border-box;
    width: 16.6667%;
    padding: .25em;
}

.brand .brand-lockup_logo {
    width: 100%;
    height: auto;
}

.sticky-brand a, .brand a {
/* font-size: 1.55rem; */
    font-size: 1.075vw;
    letter-spacing: -.01em;
    line-height: 1.55rem;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.sticky-brand a:hover {
    border-bottom: 1px solid black;
}

.brand a:hover {
    border-bottom: 1px solid transparent;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.brand-lockup_logo {
/*     background: url(../../m2/images/) 100% 50%/auto 100% no-repeat; */
    display: block;
    height: 32px;
    margin-right: 16px;
    width: 32px;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.wrightwood-659_logo {
    fill:#231f20;
}

/*
.home .sticky-brand, .home .sticky-nav {
    display: none;
}
*/

.sticky-nav {
    transition: top .5s cubic-bezier(.645,.045,.355,1);
    position: fixed;
    top: -30px;
    left: 0;
    width: 100%;
    background: white;
    z-index: 10;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sticky-nav.slide {
    top: 0;
}

.static-nav {
    position: absolute;
    top: .5em;
/*     left: 62.5%; */
        left: 55.5%;
    width: 44%;
    float: left;
    min-height: 1px;
}

.sticky-mail {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    line-height: 1.4em;
    position: fixed;
    margin: 0;
    top: 49%;
    right: -2.125em;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    /* font-size: 1.55rem; */
    font-size: 1.075vw;
    letter-spacing: -.01em;
    line-height: 1.55rem;
    border-bottom: 1px solid transparent;
    opacity: 1;
    z-index: 100;
    padding: 0;
/*     min-width: 100px; */
    width: auto;
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 2.5s;
}

.sticky-mail:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

#wrightwood-navigation-static-left, #wrightwood-navigation-static-right {
/*     width: 30%; */
    width: 60%;
    float: left;
    display: flex;
    flex-wrap: wrap;
/*
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 1.25s;
*/
}

nav {
	padding-top: 0.25em;
	background: white;
}

nav.on-page {
    padding: 3.875em 0 4rem 0;
}

.navbar {
    min-height: auto;
    margin: 0;
}

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

#menu-global-fixed-menu {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#menu-home-two-column {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
}

.nav ul>li {
    float: left;
    padding: .25em;

    margin-right: 0px;
    text-align: center;
    box-sizing: border-box;
/*     width: 16.6667%; */
    width: 20%;
}

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

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

.nav .home, .list .home {
    display: none;
}

.nav ul>li>a {
    position: relative;
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    /* font-size: 1.55rem; */
    font-size: 1.075vw;
    letter-spacing: -.01em;
    line-height: 1.55rem;
    border-bottom: 1px solid transparent;
/*     z-index: 1001; */
}

.nav ul>li.active>a, .page-template-exhibition .nav ul>li.exhibitions a, .page-template-program .nav ul>li.programs a, .page-template-building .nav ul>li.about a, .page-template-FAQs .nav ul>li.about a {
    border-bottom: 1px dotted;
}

.nav ul>li.open>a, .nav ul>li>a:hover {
    border-bottom: 1px solid black;
}

.menu-item-has-children {

}

.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;
    font-size: 14px;
    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;
    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;
    color: black;
    white-space: nowrap;
}

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

.collapse {
    display: none;
}

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

.navbar-collapse.collapse.in {
    display: block !important;
}

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

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

/* search in nav */
.menu-item.menu-item-search {
/* 	width:auto;  */
/* 	padding: .125em .25em; */
}

.sticky-nav .menu-item.menu-item-search {
	padding: .25em;
}

.menu-search-form {
	float:right;
	width:auto;
}

form.menu-search-form {
	width:100%;
	z-index: 1001;
	position: relative;
}

form.menu-search-form p {
	padding: 0;
	width: 100%;
}

form.menu-search-form #s {
	/* background:#fff; */
    background:transparent;
/* 	border:1px solid transparent; */
	border: none;
	margin:2px 2px 0 0;
/* 	margin:0 2px 0 0;  */
	padding:0;
/* 	width: 4.5em; */
    width: 100%;
	float:left;
    /* font-size: 1.55rem; */
    font-size: 1.075vw;
    letter-spacing: -.01em;
    line-height: 1.55rem;
	text-transform: uppercase;
	text-align: center;
}

.exhibitions-template-single-exhibitions-2020 form.menu-search-form #s {
    background: transparent;
}

.sticky-nav form.menu-search-form #s {
	padding-top: .25em;
}

.nav .static-nav ul>li form.menu-search-form #s {
    text-align: left;
}

.menu-search-form {
    float: left;
}

form.menu-search-form #s:focus {
	border-bottom:1px solid black;
	width: 100%;
	text-transform: none;
	padding:0;
	text-align: left;
    outline-color: white !important;
}

.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-size: 2.25rem;
    line-height: 1.4;
    letter-spacing: 0px;
    display: none;
}

/*
.menu-search-form input#searchsubmit.btn-search.active {
	display: block;
}
*/

.search .mailing-list {
    display: none;
}

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

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

.dt {
  display: inline-block;
}

.mo {
  display: none;
}

.col-0 {
    width: 19.985714%;
    float: left;
}

.col-1 {
    width: 24.285714285714286%;
    float: left;
}

.col-2 {
    width: 49.571428571428572%;
    float: left;
}

/*

.col-2.tour-overview {
	float: right;
}
*/


/*
.col-2.col-exh {
	float: right;
}
*/

.col-2.exhibition-hashtag-sidebar-text {
	position: -webkit-sticky;
    position: sticky;
    top: 20rem;
/* 	top: 10rem; */
    right: 0;
    background: white;
    box-shadow: 0 10px 20px rgba(255,255,255,1);
}

.active-reserve .col-2.exhibition-hashtag-sidebar-text {
	top: 20rem;
}

.active-reserve {
	position: -webkit-sticky;
    position: sticky;
    /* top: 20rem; */
    top: 0;
    right: 0;
    float: right;
}

.col-3 {
/*     width: 25%; */
    width: 64.714286%;
    float: left;
}

#resources-tours .col-1 {
	width: 35%;
    float: left;
}

.col-4 {
    width: 100%;
    float: left;
}
/*
.col-4 {
	width: calc(71% - 7.5em);
}
*/

.fade-1 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 1s;
}

.fade-1-5 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 1.5s;
}

.fade-2 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 2s;
}

.fade-2-5 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 2.5s;
}

.fade-3 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 3s;
}

.fade-3-5 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 3.5s;
}

.fade-4 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 4s;
}

.fade-4-5 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 4.5s;
}

.fade-5 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 5s;
}

.fade-5-5 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 5.5s;
}

.fade-6 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 6s;
}

/* carousel height */

.gallery {
    height: 400px;
    max-height: 700px;
    position: relative;
    display: block;
}


/* cell inherit height from carousel */

.gallery.visible {
    max-height: 700px;
}

.gallery img {
  height: 100%;
  max-width: none;
  width: auto;
}

img.gallery-cell-image {
  padding: 0 1.5em;
}

.gallery img:first-child {
/*   padding-left: 1.5em; */
}

.gallery .flickity-slider:first-child {
		max-width: 65%;
}

.gallery-wrapper {
    height: 500px;
/*     max-height: 760px; */
    max-height: 700px;
	margin-bottom: 4em;
	position: relative;
	float: left;
    width: 100%;
}

.carousel {
    height: 100%;

}

body:not(.home) .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

body:not(.home) .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;
}

body:not(.home) .flickity-prev-next-button svg {
    display: none;
}
/*

.flickity-prev-next-button.previous {
    width: auto;
    margin-left: 1.5em;
}

.flickity-prev-next-button.previous::before {
    content: "Prev";
    font-family: 'Custom-font-replace', Arial, sans-serif;
}

.flickity-prev-next-button.previous::after {
    content: "/";
    font-family: 'Custom-font-replace', Arial, sans-serif;
}

.flickity-prev-next-button.next {
    width: auto;
}

.flickity-prev-next-button.next::after {
    content: "Next";
    font-family: 'Custom-font-replace', Arial, sans-serif;
}
*/

body:not(.home) .flickity-prev-next-button.previous {
    top: 0 !important;
    bottom: inherit !important;
    right: inherit !important;
    left: 0 !important;
/*     cursor: w-resize !important; */
    cursor: url('../images/Left-Arrow-Light.png'), pointer !important;
    position: absolute;
    text-indent: -9999px;
    margin: 0 !important;
    width: 50%;
    height: 100%;
    border: none;
    border-radius:0;
    background: transparent !important;
    background: hsla(0,0%,100%,0);
    cursor: pointer;
    -webkit-transform: inherit;
    transform: inherit;
}

body:not(.home) .flickity-prev-next-button.next {
    top: 0 !important;
    bottom: inherit !important;
    right: 0 !important;
    left: inherit !important;
/*     cursor: e-resize !important; */
    cursor: url('../images/Right-Arrow-Light.png'), pointer !important;
    position: absolute;
    text-indent: -9999px;
    margin: 0 !important;
    width: 50%;
    height: 100%;
    border: none;
    border-radius:0;
    background: transparent !important;
    background: hsla(0,0%,100%,0);
    -webkit-transform: inherit;
    transform: inherit;
}

body:not(.home) .flickity-prev-next-button:disabled {
    opacity: 1;
    cursor: default !important;
}

body:not(.home) .carousel-cell {
    display: block;
	height: 90%;
/*     padding: 0 0 .5em 1.5em; */
    padding: 0 0 0 1.5em;
    margin: 0;
    margin-right: 15rem;
    vertical-align: top;
    opacity: 0;

/*     long caption hack */
    height: 85%;
}

/* cell number */
body:not(.home) .carousel-cell img {
  display: block;
/*   cursor: pointer; */
    height: 100%;
}

body:not(.home) p.caption {
    font-size: 1.075vw;
/*     long caption hack */
	font-size: 1vw;
    letter-spacing: .01em;
    line-height: 1.55rem;
    padding-top: .55rem;
    padding-left: 4rem;
    max-width: 90%;
/*   display: none; */
}

body:not(.home) .carousel-counter {
    font-size: 1.075vw;
    letter-spacing: -.01em;
    line-height: 1.55rem;
    position: absolute;
/*     bottom: 2.5rem; */
    top: 90%;
    left: 2rem;

/*     long caption hack */
	top: 85.25%;
	font-size: 1vw;
}

body:not(.home) .flickity-enabled.is-draggable .flickity-viewport{
    touch-action: pan-y !important;
/*     long caption hack */
    overflow-y: visible;
}

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

.marquee3k {
	padding: 0.75rem 0 0.25rem;
	margin: 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.35s;
	transition-delay: 1s;
	background: #2727e6;
	z-index: 10000;
/* 	width: 100vw; */
	height: auto;
}

.marquee3k h4 {
    color: white;
    font-weight: normal;
    font-size: 1.75vw;
    letter-spacing: -.01em;
    line-height: 1.85rem;
    padding: 0;
    padding-right: 2rem;
    padding-bottom: 0;
    vertical-align: baseline;
}

.marquee3k:before, .marquee3k:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .25s;
}

.marquee3k h4 p {
    margin: 0 !important;
    padding: 0 !important;
}

.marquee3k h4 p a {
	color: white;
}

.marquee3k.is-init {
	opacity: 1;
}

.hero {
    border-bottom: 1px solid;
    position: relative;
/*     trying to keep hero container close to max-height of image which is relative to the js */
    max-height: calc(56vw - 0rem);
    overflow: hidden;
}

.hero-image {
	position: relative;
    height: 98.5%;
/*         height: calc(52vw - 0rem); */
    width: auto;
    max-width: 100%;
    padding: 0;
    margin-left: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;

    max-width: calc(864px - 3rem);
    width: calc(55% - 2.875rem);
/*     width: calc(55% - 2rem); */
/*         width: calc(52vw - 0rem); */
    overflow: hidden;

    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 1s;
}

.hero-image img {
    z-index: 9;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover; object-position: 50% 50%;

/*
    -webkit-transition: opacity 0.3s ease-out !important;
    -moz-transition: opacity 0.3s ease-out !important;
    -o-transition: opacity 0.3s ease-out !important;
    transition: opacity 0.3s ease-out !important;
*/
}

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

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

.hero-info {
    position: absolute;
    bottom: 1.5rem;
    /* left: 62.5%; */
    left: 55.5%;
    width: 44%;
    float: left;
    min-height: 1px;

    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 2s;
}


.hero-info h2, .hero-info h3 {
/*
    font-size: 5.25rem;
    line-height: 5.25rem;
    padding-right: 1.5em;
*/
    /* font-size: 4.25vw;
    line-height: 4.125vw; */
    font-size: 3.5vw;
    line-height: 3.55vw;
    padding-right: 3.5rem;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
}

.home .current-exhibitions .info-text h4 a, .home .current-exhibitions .info-text span.exhibition-time {
    /* font-size: 4.25vw;
    line-height: 4.125vw; */
    font-size: 3.5vw;
    line-height: 3.55vw;
    padding-right: 3.5rem;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
}

.hero-info h2.upcoming:before {
    content: 'Upcoming';
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 2.125vw;
    line-height: 2.25vw;
    margin-bottom: 2rem;
    padding-right: 2rem;
}

/*
.hero-info h2 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 1.5s;
}

.hero-info h3 {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 2s;
}
*/

.hero-info h2 a {
    text-decoration: none;
}

.hero-info h2 a:hover {
    text-decoration: underline;
}

.hero-info h3 {
    padding-top: 0;
}

.hero-reserve {
    width: 90%;
    text-align: center;
    /* padding: 4rem 0 0; */
    padding: 2rem 0 0;
}

.btn-reserve {
    text-transform: uppercase;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /* font-size: 4.25vw;
    line-height: 4.125vw; */
    font-size: 3.5vw;
    line-height: 3.125vw;
    /* padding: .9rem 2rem .6rem; */
    /* padding: .7rem 3rem; */
    padding: 1rem 3rem .5rem;
    display: inline-block;
    border-radius: 10rem;
    border: transparent;
    background: #fff;
    cursor: pointer;
    color: #000;

    box-shadow: 2px 6px 40px rgba(0,0,0,.2);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-reserve.animate-text {
	position: relative;
	min-width: 60%;
	min-height: 72px;
	height: auto;
	overflow: hidden;
	box-shadow: 2px 6px 40px rgba(0,0,0,.2);
}

.home .current-exhibitions .info-text h4 a:hover {
    text-decoration: underline;
}

.info-text a.btn-reserve.animate-text {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
	min-width: 60%;
	width: auto;
    min-height: 68px;
}

.info-text a.btn-reserve.animate-text, .info-text a.btn-reserve.animate-text span {
    /* font-size: 4.25vw;
    line-height: 4.125vw; */
    font-size: 3.5vw;
    line-height: 3.55vw;
}

@-webkit-keyframes blackWhite {
	0% { opacity: 0; }
	50% { opacity: 0; }
	51% { opacity: 1; }
	100% { opacity: 1; }
}
@keyframes blackWhite {
	0% { opacity: 0; }
	50% { opacity: 0; }
	51% { opacity: 1; }
	100% { opacity: 1; }
}
@-moz-keyframes blackWhite {
	0% { opacity: 0; }
	50% { opacity: 0; }
	51% { opacity: 1; }
	100% { opacity: 1; }
}
@-o-keyframes blackWhite {
	0% { opacity: 0; }
	50% { opacity: 0; }
	51% { opacity: 1; }
	100% { opacity: 1; }
}

@-webkit-keyframes whiteBlack {
	0% { opacity: 1; }
	50% { opacity: 1; }
	51% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes whiteBlack {
	0% { opacity: 1; }
	50% { opacity: 1; }
	51% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes whiteBlack {
	0% { opacity: 1; }
	50% { opacity: 1; }
	51% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes whiteBlack {
	0% { opacity: 1; }
	50% { opacity: 1; }
	51% { opacity: 0; }
	100% { opacity: 0; }
}
/*
.btn-reserve.animate-text:after {
	content:"";
	animation: swap 3s linear infinite;
	-webkit-animation: swap 3s linear infinite;
	-moz-animation: swap 3s linear infinite;
	-o-animation: swap 3s linear infinite;
}
*/
@-webkit-keyframes swap {
	0% { content:"Reserve"; }
	100% { content:"Tickets"; }
}
@keyframes swap {
	0% { content:"Reserve"; }
	50% { content: "Tickets"; }
	100% { content:"Reserve"; }
}
@-moz-keyframes swap {
	0% { content:"Reserve"; }
	50% { content: "Tickets"; }
	100% { content:"Reserve"; }
}
@-o-keyframes swap {
	0% { content:"Reserve"; }
	50% { content: "Tickets"; }
	100% { content:"Reserve"; }
}

.reserve-btn {
	display: block;
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);

	opacity: 0;
    overflow: hidden;

  	animation: blackWhite ease 3s;
	-webkit-animation: blackWhite ease infinite 3s;
	-moz-animation: blackWhite ease infinite 3s;
	-o-animation: blackWhite ease infinite 3s;
	-ms-animation: blackWhite ease infinite 3s;

/*
    -webkit-animation: animateReserve 2s normal infinite 0s;
    -ms-animation: animateReserve 2s normal infinite 0s;
    animation: animateReserve 2s normal infinite 0s;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-timing-function:steps(1, end);
*/
/*
	-webkit-animation-name: animateReserve;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-timing-function:steps(1, end);
*/
}

.tickets-btn {
	display: block;
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);

	opacity: 0;
    overflow: hidden;

  	animation: whiteBlack ease 3s;
	-webkit-animation: whiteBlack ease infinite 3s;
	-moz-animation: whiteBlack ease infinite 3s;
	-o-animation: whiteBlack ease infinite 3s;
	-ms-animation: whiteBlack ease infinite 3s;

/*
    -webkit-animation: animateTickets 2s normal infinite 0s;
    -ms-animation: animateTickets 2s normal infinite 0s;
    animation: animateTickets 2s normal infinite 0s;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-timing-function:steps(1, end);
*/
/*
	-webkit-animation-name: animateTickets;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-timing-function:steps(1, end);
    -webkit-animation-delay: 1s;
*/
}

.bang {
	opacity: 0;
}

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

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

.hero:hover .btn-reserve {
    box-shadow: 2px 6px 40px rgba(0,0,0,.2);
}

.btn-reserve:hover {
    background: black;
    text-decoration: none;
    color: white;
    box-shadow: 2px 6px 40px rgba(0,0,0,1) !important;
}

.social-hash {
    margin-top: 4rem;
    position: relative;
    display: block;
}

.hash {
    /* font-size: 4.25vw;
    line-height: 4.125vw; */
    font-size: 3.5vw;
    line-height: 3.55vw;
    text-decoration: none;
}

.hash:hover {
    text-decoration: underline;
        cursor: alias;
/*     border-bottom: 2px solid; */
}

.list-link {
    display: none;
}

.list-link.active {
    display: block;
}

.upcoming-programs, .featured-content, .related-programs, .press-page, .press-page-items, .in-the-news {
    border-bottom: 1px solid;
/*     padding-bottom: 10rem;  */
    position: relative;
    background: white;
    float: left;
    width: 100%;
}

.related-programs {
	border-top: 1px solid;
	border-bottom: none;
}

.press-page, .in-the-news {
	border-bottom: none;
}

.upcoming-programs:focus, .featured-content:focus, .related-programs:focus, .current-programs-landing:focus, .current-programs-landing:focus, .press:focus, .in-the-news:focus {
    outline: none;
}

.page-template-programs-landing .hero-info {
    bottom: inherit;
    top: 0;
}

.page-template-programs-landing .hero-info h2 {
    padding-top: 0;
}

.current-exhibitions h3, .upcoming-programs h3, .upcoming-exhibitions h3, .featured-content h3, .related-video h3, .related-programs h3, .upcoming-programs-landing h3, .single-exhibitions h3, .past-exhibitions h3, .in-the-news h3, .page-press .page-description .in-the-news h2 {
    width: 100%;
    text-align: center;
    /* padding: 10rem 0 12rem; */
    padding: 6rem 0;
    text-transform: uppercase;
}

.home .current-exhibitions h3 {
	padding: 10rem 0 0;
}

.upcoming-programs ul, .related-programs ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.upcoming-programs ul li.program-item, .related-programs ul li.program-item {
    width: 31.075vw;
    width: calc(31.333333vw);
    list-style: none;
        padding-bottom: 10rem;
}

.program-item-wrapper {
    min-height: 40rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.program-item-wrapper a {
    font-size: 2.125vw;
    line-height: 2.25vw;
    padding-right: .25rem;
}

.program-item-wrapper a.program-item-title-link {
	padding-right: 0.5em;
}

.program-item-wrapper a:hover {
    color: #2727e6;
}

.program-item-wrapper .program-time {
    font-size: 2.125vw;
    line-height: 2.25vw;
    margin-bottom: .25em;
}

.program-item-wrapper .program-image {
    text-align: center;
    width: 100%;
    /* margin-top: auto; */
    margin-top: 1rem;
}

.program-item-wrapper .program-image img {
    width: auto;
    max-height: 80vh;
    max-width: 26rem;
}

.page-template-exhibitions-landing .hero-info {
    position: absolute;
    bottom: inherit;
    /* left: 62.5%; */
    left: 55.5%;
    width: 44%;
    float: left;
    min-height: 1px;
    top: 50%;
    transform: translate(0%, -50%);
}

.page-template-exhibitions-landing .entry-content .entry-content .hero {
	padding-top: .75%;
}

.page-template-exhibitions-landing .hero-info h2 {
    padding-top: 0;
}

.current-programs-landing, .current-exhibitions-landing {
    padding-top: 2.5rem;
}

.current-programs-landing.no-current-program {
	padding-top: 0;
}

.current-exhibitions, .upcoming-exhibitions, .current-programs-landing, .upcoming-programs-landing, .past-exhibitions {
    border-bottom: 1px solid;
}

.home .current-exhibitions {
	position: relative;
}

p.no-current {
	text-align: center;
	padding: 10rem 0 16rem;
	font-size: 2.5vw;
    line-height: 2.15vw;
}

.current-exhibitions ul, .upcoming-exhibitions ul, .current-programs-landing ul, .upcoming-programs-landing ul, .past-exhibitions ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

.current-exhibitions ul li.exhibition-item, .upcoming-exhibitions ul li.exhibition-item, .past-exhibitions ul li.exhibition-item {
    width: 100%;
    list-style: none;
    padding-bottom: 10rem;
}

.home .current-exhibitions ul {
	padding: .875rem 0 0;
}

.home .current-exhibitions ul li.exhibition-item {
	padding-bottom: .875rem;
}

.upcoming-exhibitions.hide-hero ul li:first-child {
	display: none;
}

.current-exhibitions.hide-hero ul li:first-child {
	display: none;
}

.current-programs-landing ul li.program-landing-item {
    width: 50%;
    list-style: none;
    padding-bottom: 10rem;
    padding-bottom: 10rem;
}

.current-programs-landing ul li.program-landing-item:nth-child(1) {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 1s;
}

.current-programs-landing ul li.program-landing-item:nth-child(2) {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 1.5s;
}

.current-programs-landing ul li.program-landing-item:nth-child(3) {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 2s;
}

.current-programs-landing ul li.program-landing-item:nth-child(4) {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 2.5s;
}

.current-programs-landing ul li.program-landing-item:nth-child(5) {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 3s;
}

.current-programs-landing ul li.program-landing-item:nth-child(6) {
    opacity: 0;
	-webkit-animation: fadeIn 0.25s ease forwards;
	animation: fadeIn 0.25s ease forwards;
	animation-delay: 3.5s;
}

.program-landing-wrapper {
    min-height: 60rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.program-landing-wrapper .info-text a:hover {
    color: #2727e6;
}

.exhibition-info, .exhibition-image {
    width: 50%;
    float: left;
    min-height: 40rem;
    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;
    height: 100%;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.current-exhibitions .exhibition-info {
	-webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.home .current-exhibitions .exhibition-info {
    position: absolute;
    bottom: 1.5rem;
    /* left: 62.5%; */
    left: 55.5%;
    width: 44%;
    float: left;
    min-height: 1px;
    opacity: 0;
    -webkit-animation: fadeIn 0.25s ease forwards;
    animation: fadeIn 0.25s ease forwards;
    animation-delay: 2s;
}

.past-exhibitions .exhibition-image a {
    background-color: white;
    background-blend-mode: multiply;
}

.past-exhibitions .exhibition-image a:hover {
    cursor: alias;
}

.past-exhibitions .exhibition-image a img {
    opacity: 1;
    mix-blend-mode: multiply;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.past-exhibitions .exhibition-image a img.active {
    opacity: 1;
    mix-blend-mode: normal;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.program-landing-wrapper .program-landing-image {
    text-align: center;
    width: 100%;
    margin-top: auto;
}

.info-text, .program-landing-text {
    text-align: left;
    width: 92%;
    display: block;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 6%;
}

.current-exhibitions .info-text {
	padding-left: 0;
	width: 96%;
}

.info-text a, .info-text span {
    width: 100%;
    display: block;
    font-size: 3.125vw;
    line-height: 3.25vw;
}

.current-exhibitions .info-text h4 {
	margin: 0;
	padding: 0;
}

.current-exhibitions .info-text a, .upcoming-exhibitions .info-text a {
    text-decoration: none;
    font-family: 'SuisseIntl Regular Italic', Arial, sans-serif;
    font-style: normal;
}

.past-exhibitions .info-text a {
    text-decoration: none;
    font-style: normal;
}

.past-exhibitions .info-text a:hover {
    cursor: alias;
    text-decoration: underline;
}

.external-exhibition {
    cursor: alias;
}

.past-exhibitions .info-text a em {
    font-family: 'SuisseIntl Regular Italic', Arial, sans-serif;
}

.upcoming-exhibitions .info-text a:hover {
    text-decoration: underline;
}

.upcoming-exhibitions .hero-info .info-text a:hover {
    text-decoration: underline;
}

.exhibition-image img {
    width: auto;
    max-height: 80vh;
    max-width: 35vw;
}

.program-landing-image img {
    width: auto;
    max-height: 80vh;
    max-width: 30vw;
}

.featured-content {
/*     background: black; */
}

.featured-content h3, .featured-content p {
    color: black;
/*     color: white;     */
}

.featured-content ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.featured-content ul li.featured-item {
    width: 100%;
    list-style: none;
    padding-bottom: 10rem;
    padding-top: 10rem;
}

.featured-content h3 {
	padding-bottom: 2rem;
}

.featured-info, .featured-image {
    width: 50%;
    float: left;
        min-height: 40rem;
    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;
    height: 100%;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured-info p, .featured-info a {
    font-size: 2.125vw;
    line-height: 2.25vw;
}

.featured-info p {
/*     text-align: center; */
    text-align: left;
    padding-right: 6%;
}

.featured-info a {
    color: inherit;
    display: inline;
}

.featured-image img {
    width: auto;
    max-height: 80vh;
    max-width: 40vw;
}

.featured-info a:hover {
	text-decoration: none;
}

.featured-content-header {
    display: block;
}



/* exhibition landing */
h2.page-title, h2.entry-title {
    width: 100%;
    text-align: center;
    color: #999;
    padding: 1.875em 0 .25em 0;
}

h2.page-title a {
    text-decoration: none;
    color: #999;
}

h2.page-title a:hover {
    text-decoration: underline;
    color: black;
}

h2.page-title a.active, h2.entry-title {
    color: black;
}

ul.page-title {
    width: 100%;
    text-align: center;
    color: #999;
    padding: 1.875em 0 1em 0;
}

ul.page-title li {
    display: inline;
    /* font-size: 4.25vw;
    line-height: 4.125vw; */
    font-size: 3.5vw;
    line-height: 3.55vw;
    text-transform: uppercase;
}

h1.default-faq {
    width: 100%;
    text-align: center;
    color: black;
    padding: 1.875em 0 .25em 0;
    margin: 0;

    display: block;
    /* font-size: 4.25vw;
    line-height: 4.125vw; */
    font-size: 3.5vw;
    line-height: 3.55vw;
    text-transform: uppercase;
}

ul.page-title li.current_page_item a {
    color: black;
}

ul.page-title li:after {
    content: '/';
}

ul.page-title li:last-child:after {
    content: '';
}

.page-press .page-description .in-the-news h2 {
    /* font-size: 4.25vw;
    line-height: 4.125vw; */
    font-size: 3.5vw;
    line-height: 3.55vw;
}

ul.page-title li a {
    text-decoration: none;
    padding: 0 .875rem;
    color: #999;
}

.disabled-link {
    pointer-events: none;
}

.disabled-link:hover {
    cursor: not-allowed !important;
}

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

ul.page-title li a.active {
    color: black;
}

/* exhibition page  */
.page-template-program header, .page-template-exhibition header, .single-exhibitions header, .single-programs header {
    float: left;
    width: 100%;
}
.page-template-program .gallery, .page-template-exhibition .gallery, .page-template-about .gallery, .page-template-building .gallery, .single-exhibitions .gallery, .single-programs .gallery {
    float: left;
    width: 100%;
    background: white;
    padding: 4rem 0;
    height: 400px;
    box-shadow: 0 10px 20px rgba(255,255,255,1);
}

.exh-slider-module {
    border-top: 1px solid;
    padding: 4rem 0 6rem;
}

.page-template-exhibition h1.page-title, .page-template-program h1.page-title, .single-exhibitions h1.page-title, .single-programs h1.page-title {
    font-family: 'SuisseIntl Regular Italic', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-align: left;
    width: 96%;
    text-transform: none;
    padding: 0 4%;
    margin-top: 8%;
    margin-bottom: 0;
}

.page-template-program h2, .page-template-exhibition h2, .page-description h2, .page-description h3, .single-exhibitions h2, .single-programs h2 {
    text-align: left;
    width: 96%;
    text-transform: none;
    padding: 0 0 0 4%;
}

.single-exhibitions h2.entry-title, .single h2.entry-title {
	width: 100%;
    text-align: center;
    padding: 1.875em 0 .25em 0;
    text-transform: uppercase;
}

.page-template-program .btn-reserve, .page-template-exhibition .btn-reserve, .single-exhibitions .btn-reserve, .single-programs .btn-reserve {
    margin-top: 6rem;
    box-shadow: 2px 6px 40px rgba(0,0,0,.2);

    position: fixed;
    top: 0;
    right: 14.5%;
    animation-delay: 1.25s;
}

.exhibition-description, .program-description, .about-description, .page-description {
    float: left;
    width: 100%;
    padding: 4rem 0 8rem;
    margin-top: 2rem;
    border-bottom: 1px solid;
}

.exhibition-description, .program-description {
	border-bottom: none;
	padding: 4rem 0 0;
/* 	long caption hack */
	margin-top: 6rem;
}

.page-template-press .page-description, .press-page-items {
	padding-bottom: 14rem;
}

/*
.about-description {
    padding-top: 0;
    margin-top: 0;
}
*/

.exhibition-description p, .program-description p, .about-description p, .page-description p {
    font-size: 1.75vw;
    line-height: 2.15vw;
    text-align: left;
/*     width: 88%; */
    width: 100%;
    display: block;
    padding: 0 4% 0 8%;
    margin-bottom: 1em;
}

.ticketing-answer-wrapper li, .general-answer-wrapper li, .section-3-wrapper li {
  font-size: 1.75vw;
  line-height: 2.15vw;
  text-align: left;
}

.section-3-wrapper .answer a {
  text-decoration: underline;
  cursor: pointer;
  color: black;
  font-family: 'SuisseIntl Regular', Arial, sans-serif;
  font-weight: normal;
  display: inline;
}

.attachment .attachment-wrapper {
	width: 100% !important;
    display: block;
    padding: 0 4% 0 8%;
    margin-bottom: 1em;
}

.on-page-nav-wrap {
	background: white;
/* 	padding-bottom: 4rem; */
}

.page-description .col-4 p {
	padding: 0 4%
}

.page-description .col-4 ul {
	padding: 0 6%
}

.page-description .col-4 p, .page-description .col-4 ul li {
	font-size: 1.75vw;
    line-height: 2.15vw;
    text-align: left;
}

.exhibition-description .panel-group, .program-description .panel-group {
	width: 100%;
    display: block;
    padding: 0 4% 0 8%;
    margin-bottom: 1em;
    text-align: left;
}

.exhibition-description .panel-group p, .program-description .panel-group p {
	padding: 1.5rem 2rem 1.5rem .25rem;
	margin-bottom: 1.5em;
}

.exhibition-description .panel-group .btn-primary, .program-description .panel-group .btn-primary {
	font-size: 1.75vw;
    line-height: 2.15vw;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	text-align: left;
	text-transform: none;
	    padding: 1rem 3.125rem 1rem .125rem;
    position: relative;
}
.exhibition-description .panel-group .btn-primary:focus, .program-description .panel-group .btn-primary:focus {
    outline-color: white;
}

.exhibition-description .panel-group .btn-primary:hover, .program-description .panel-group .btn-primary:hover {
/*     background: rgba(0,0,0,.01); */
	background: transparent;
    border-color: transparent;
    color: black;
    box-shadow: none;
}

.exhibition-description .panel-group .btn-primary:hover .fa-chevron-right, .exhibition-description .panel-group .btn-primary:hover .fa-chevron-down, .program-description .panel-group .btn-primary:hover .fa-chevron-right, .program-description .panel-group .btn-primary:hover .fa-chevron-down {
	color: black;
}

.exhibition-description .panel-group .collapsing, .program-description .panel-group .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.exhibition-description .panel, .program-description .panel {
/* 	border-top: 1px solid #e6e6e6; */
	border-bottom: 1px solid #e6e6e6;
}

.exhibition-description .panel h4, .program-description .panel h4 {
	font-size: 1.75vw;
    line-height: 2.15vw;
    text-align: left;
}
.panel .collapse p {
	-webkit-transition: color 1s ease-out;
	-moz-transition: color 1s ease-out;
	-o-transition: color 1s ease-out;
	transition: color 1s ease-out;
	transition-delay: 2s;
/* 	color: #e6e6e6; */
	color: black;
}
.panel-group .collapse.in, .panel .collapse.in {
    display: block;
}

.btn-hash.collapsed .fa-chevron-down,
.fa-chevron-right {
	font-style: normal;
	float: right;
	display: none;
	color: #e6e6e6;
}

.btn-hash.collapsed .fa-chevron-right,
.fa-chevron-down {
	font-style: normal;
	float: right;
	display: inline-block;
/* 	color: black; */
	position: absolute;
    top: 1rem;
    right: .5rem;
}
}

.exhibition-description a:hover, .program-description a:hover, .about-description a:hover, .page-description a:hover {
    color: #2727e6;
}

.exhibition-hashtag-sidebar-text .hashtag-sidebar a {
    cursor: alias;
}

.exhibition-hashtag-sidebar-text a:hover {
    color: #2727e6;
    text-decoration: none;
}

.exhibition-hashtag-sidebar-text .on-page-nav a {
	cursor: pointer;
}

.exhibition-hashtag-sidebar-text .on-page-nav a:after {
	content: ',';
}

.exhibition-hashtag-sidebar-text .on-page-nav a:last-child:after {
	content: '';
}

/*
.exhibition-description p, .page-description p {
    width: 100%;
}
*/

.exhibition-description .exhibition-funding {
	margin-bottom: 6%;
}

.exhibition-description .exhibition-funding p {
    padding-left: 4%;
    margin-top: 2rem;
    margin-bottom: 0;
/*     width: 42%; */
	width: 50%;
	font-size: 1.25vw;
    line-height: 1.65vw;
}

.page-template-press .page-description .press-page h2, .exhibition-description h2, .program-description h2, .about-description h2, .page-description h2, .page-description h3, .page-description h4, .search-results h3 {
    text-align: center;
    font-size: 2.125vw;
    line-height: 2.25vw;
    text-transform: uppercase;
    margin: 1em 0 1em;
    margin-bottom: 2rem;
}

.page-template-press .page-description .press-page h2 {
	text-align: left;
}

h2.collapsible-title {
	font-size: 1.75vw;
    line-height: 2.15vw;
	text-align: left;
	padding-left: 0;
	padding-bottom: 1rem;
	padding: 1rem 0 1rem 0;
	margin-top: 6rem;
	margin-bottom: 0;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
}

h3.result-count {
    margin-top: 0;
    margin-bottom: 4rem;
}

body.exhibitions-template {
	overflow-x: hidden;
}

.exhibitions-template-single-exhibitions-2020 .hero-wrapper {
	position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 105px);
    padding-top: 0;
    float: left;
    overflow: hidden;
 }

 .exhibitions-template-single-exhibitions-2020 .exh-hero {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
 }

.exhibitions-template-single-exhibitions-2020 .hero-image-2020 {
	position: absolute;
    width: 100%;
    height: 100%;
}

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

.exhibitions-template-single-exhibitions-2020 .hero-image-2020 .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;
}

.exhibitions-template-single-exhibitions-2020 h1.page-title {
	margin-top: 2.5%;
}

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

.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;
}

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

.header-clone {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
}

.exhibitions-template-single-exhibitions-2020 #nav-secondary.fixed {
    background: white;
}

.exhibitions-template-single-exhibitions-2020 .btn-reserve {
	top: inherit;
	right: inherit;
	margin-top: 1.5rem;
	position: relative;
}

.exhibitions-template-single-exhibitions-2020 .btn-reserve.fixed {
	position: fixed;
	margin-top: 0;
	top: 6rem;
}

.exhibitions-template-single-exhibitions-2020 .exhibition-description {
	padding: 0;
}

.single-exhibitions .on-page-nav-wrap h3, .single-exhibitions .on-page-nav-wrap ul li, .hashtag-sidebar h3, .hashtag-sidebar ul li {
	font-style: normal;
	text-transform: none;
	font-size: 1.75vw;
    line-height: 2.15vw;
    text-align: left;
    display: inline;
}

.single-exhibitions .on-page-nav-wrap h3, .hashtag-sidebar h3 {
	margin: 0;
	padding: 0;
}

.single-exhibitions .on-page-nav-wrap h3:after, .hashtag-sidebar h3:after {
	content: ':';
}

.single-exhibitions .on-page-nav-wrap, .exhibitions-template-single-exhibitions-2020 .hashtag-sidebar {
	width: 100%;
    display: block;
    padding: 0 4% 0 8%;
    margin-bottom: 1em;
}

.exhibitions-template-single-exhibitions-2020 .hashtag-sidebar {
    padding: 0 4% 10% 8%;
}

.single-exhibitions .on-page-nav-wrap ul, .hashtag-sidebar ul {
	margin: 0;
	padding: 0;
	display: inline;
}

.single-exhibitions .hashtag-sidebar hr {
    padding: 1rem 0 0;
}

.hashtag-sidebar ul {
    margin-bottom: 1em;
}

.single-exhibitions .on-page-nav-wrap a span:after, .hashtag-sidebar a:after {
    content: ',';
}

.single-exhibitions .on-page-nav-wrap ul li:last-child span:after, .hashtag-sidebar ul li:last-child a:after {
    content: '';
}

.hashtag-sidebar p {
	padding: 0;
	margin-top: 1em;
}




.object-theme, .tours {
	border-top: 1px solid black;
    border-bottom: 1px solid transparent;
    /* padding-bottom: 10rem; */
    background: white;
    position: relative;
    width: 100%;
    float: left;
    z-index: 10;
}

.object-theme h3, .tours h3 {
    width: 100%;
    text-align: center;
    padding: 10rem 0 12rem;
}

.tours-subhead {
    width: 60%;
    font-size: 2.125vw;
    line-height: 2.5vw;
    display: block;
    padding: 0 0 12rem;

}

.object-theme ul, .tours ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.object-theme ul.two-two , .tours ul.two-two {
	width: 100%;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.object-theme ul li.object-theme-item, .tours ul li.tour-item {
    width: 31.075vw;
    width: calc(32.333333vw - 0rem);
    list-style: none;
    padding-bottom: 10rem;
}

.object-theme ul.two-two li.object-theme-item, .tours ul.two-two li.tour-item {
	margin: 0 2%;
}

.object-theme-wrapper, .tour-wrapper {
    min-height: 40rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.object-theme-wrapper .object-theme-image, .tour-wrapper .tour-image {
/*     text-align: center; */
    width: 100%;
    margin-bottom: 3rem;
    margin-top: auto;
}

/*
.object-theme-wrapper a {
	text-decoration: none;
}

.object-theme-wrapper a:hover {
	text-decoration: underline;
}
*/

.tour-image div {
	width: 100%;
	min-height: 50vh;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.tours ul li.tour-item .tour-image div {
	height: calc(32.333333vw - 0rem);
}

.object-theme-wrapper .object-theme-image img {
/*     width: auto; */
	width: 100%;
	padding-right: 4%;
    max-height: 60vh;
/*     max-width: 22rem; */
}

.object-theme-wrapper .object-theme-image div {
    width: 100%;
    min-height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.object-theme-wrapper .object-theme-image div {
    height: calc(20.333333vw - 0rem);
}

.object-theme-wrapper a, .tour-wrapper a {
    font-size: 2.125vw;
    line-height: 2.25vw;
    /* margin-top: 4rem; */
}

.object-theme-wrapper .object-theme-desc, .tour-wrapper .tour-desc {
    font-size: 2.125vw;
    line-height: 2.25vw;
    padding-right: 4%;
}

hr.hr-2020 {
	display: none;
}

.exhibition-catalogue {
	width: 100%;
    float: left;
    border-top: 1px solid black;
    border-bottom: 1px solid transparent;
    padding-bottom: 10rem;
    position: relative;
    background: white;
}

.exhibition-catalogue .catalogue-image {
	text-align: left;
    width: 92%;
    height: auto;
    /* max-height: 80vh; */
    margin: 0 0 0 8%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    object-fit: contain;
    width: auto;
    max-width: 80%;
}

.exhibition-catalogue .catalogue-image img {
    max-height: 70vh;
    max-width: 100%;
    border: 1px solid RGBA(238, 238, 238, 1.00);
    object-fit: contain;
    display: block;
    position: relative;
}

.exhibition-catalogue .catalogue-image p.caption {
	padding: 2rem 0;
	font-size: 1.75vw;
    line-height: 2.15vw;
}

.catalogue-desc p {
	font-size: 1.75vw;
    line-height: 2.15vw;
    text-align: left;
    /* width: 88%; */
    width: 100%;
    display: block;
    padding: 0 4% 0 8%;
    margin-bottom: 1em;
}

.catalogue-desc ul {
    margin-bottom: 4rem;
    padding: 0 4% 0 12%;
}

.catalogue-desc ul li {
    font-size: 1.75vw;
    line-height: 2.15vw;
}

.catalogue-button {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 4rem;
}

.catalogue-button a {
	text-transform: uppercase;
	text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.125vw;
    line-height: 2.25vw;
    display: inline-block;
    border-radius: 10rem;
    border: 1px solid transparent;
    background: #fff;
    padding: 1rem 2rem .7rem;
    cursor: pointer;
    color: #000;
    box-shadow: 2px 6px 40px rgba(0,0,0,.2);
}

.catalogue-button a:hover {
    color: white;
    background: black;
    box-shadow: 2px 6px 40px rgba(0,0,0,1) !important;
    border-color: black;
}

.catalogue-button a:focus {
	outline-color: #000;
    border-color: transparent;
    border-radius: 0 !important;
    text-decoration: none;
}



/* Resources */
header .back-to-exhibition {
    font-family: 'SuisseIntl Regular Italic', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    font-size: 1.075vw;
    line-height: 1.55rem;
    text-align: left;
    width: auto;
    text-transform: none;
    padding: 0 4%;
    margin-bottom: 0;
    display: block;
    float: left;
    text-decoration: none;
}

header .back-to-exhibition:hover {
	text-decoration: underline;
}

header .back-to-exhibition span {
	position: relative;
	padding-left: 2.25rem;
}

header .back-to-exhibition span:before {
	content: '\2190';
	position: absolute;
	top: 2px;
	left: -.25rem;
}

.resources {
	border-bottom: none;
    padding: 8rem 0 0;
    float: left;
    width: 100%;
}

.resource-wrapper {
    border-bottom: none;
    padding: 2rem 0 4rem;
    float: left;
    width: 100%;
    border-bottom: 1px solid;
}

.resource-wrapper .full-width-header {
	width: 100%;
	padding: 0 4%;
	float: left;
}

.resource-wrapper .full-width-header h2 {
	text-transform: none;
	padding: 0 0 3rem;
}



.resource-wrapper p, #resources-tours .resource-wrapper p {
    font-size: 1.75vw;
    line-height: 2.15vw;
    text-align: left;
    /* width: 88%; */
    width: 100%;
    display: block;
    padding: 0 4% 0 8%;
    margin-bottom: 1em;
}

#resource-tour .resource-wrapper p {
	width: 100% !important;
	padding-right: 0;
	}

.img-wrapper {
	display: block;
	position: relative;
	margin-bottom: 2rem;
}

.resource-wrapper p.caption {
	font-size: 1.075vw;
    font-size: 1vw;
    letter-spacing: .01em;
    line-height: 1.25vw;
    padding-top: .55rem;
    padding-left: 0;
    max-width: 90%;
}

.resource-wrapper img, .vid-wrapper {
	width: 100%;
	height: auto;
	padding-right: 8%;
}



#resources-tours.resource-wrapper img, #resources-tours.resource-wrapper p.caption, #resources-tours.resource-wrapper .vid-wrapper {
    padding-right: 0;
    padding-left: 8%;
}

.object-theme-overview {
	margin-bottom: 4rem;
}

.tour-section-wrapper {
	display: flex;
}

.tour-overview h3 {
	padding:0 4% 2% 8%;
	font-size: 1.75vw;
    line-height: 2.15vw;
    }

.tour-media {
	position:sticky;
	top: 0;
	overflow: hidden;
height:100vh;
}

.tour-overview {
	overflow: auto;
}



.section-footer {
	padding: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid;
}

.section-footer .col-2 {
	float: left;
    min-height: 40rem;
    min-height: calc(100vh - 40px);
    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;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

.section-footer .col-2:first-child {
	border-right: 1px solid;
}

.section-footer .col-2 h3 {
	font-size: 1.75vw;
    line-height: 2.15vw;
    padding: 4rem;
    text-align: center;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-footer .col-2.exh-link a {
	font-size: 3.125vw;
    line-height: 3.25vw;
	-webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: center;
    padding: 4% 4% 0;
    text-decoration: none;
}

.section-footer .col-2.exh-link a:hover {
	text-decoration: underline;
}

.section-footer .col-2.exh-link .object-theme-item, .section-footer .col-2.exh-link .object-theme-wrapper a {
	display: none;
}

.section-footer .col-2.object-theme-link .exh-title-link {
	display: none;
}

.section-footer .object-theme-item {
	width: calc(32.333333vw - 0rem);
    list-style: none;
    padding-bottom: 1rem;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ekko-lightbox {
	background: white;
	z-index: 10000;
}

.ekko-lightbox .modal-header.hide {
/* 	display: block !important; */
	height: 10px;
    margin: 0;
    padding: 0;
    border: none;
}

.ekko-lightbox .close {
	position: fixed;
    top: 0;
    right: 1rem;
    padding: .5em .5em;
    z-index: 10000;
    background: white;
    border: none;
    text-transform: uppercase;
}

.ekko-lightbox .modal-title {
	display: none !important;
}

.ekko-lightbox .modal-content {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ekko-lightbox .modal-body {
	width: 100%;
}

.ekko-lightbox .modal-footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	border: none;
	text-align: center !important;
	background: white;
}

.ekko-lightbox .modal-dialog {
	margin: 0 auto;
}



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

.page-press .page-description h2 {
    margin-bottom: 0;
    font-style: normal;
}

.page-press .page-description h2, .page-press .page-description h3 {
    padding: 0 4% 0 8%;
    margin-top: 0;
    text-align: left;
    text-transform: none;
}

.page-press img, .page-press .wp-caption img {
    max-width: 60%;
    padding-right: 10%;
    padding-bottom: 2rem;
}

.page-press .wp-caption {
    text-align: center;
    padding: 0 4% 0 8%;
    width: 88% !important;
}

.page-press .wp-caption .wp-caption-text {
    font: 0/0 a !important;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.page-press ul.press-release, .page-press ul.the-news {
	margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
}

.press-release li, .the-news li {
	display:none;
}

.page-press ul.press-release li.slide, .page-press ul.the-news li.slide {
	list-style: none;
	padding: 2% 4%;
	border-bottom: 1px solid #e6e6e6;
}

.page-press ul.press-release li.slide:hover, .page-press ul.the-news li.slide:hover {
	background: rgba(0,0,0,.01);
}

.page-press ul.press-release li.slide:first-child, .page-press ul.the-news li.slide:first-child {
	border-top: 1px solid #e6e6e6;
}

.page-press a.press-link {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-decoration: none;

        -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: auto;
}

.page-press span.press-thumb {
	width: 10%;
	display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
	-ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 2em;
}

.page-press span.press-thumb img {
/*
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
*/
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    max-width: 100%;
}

.page-press .page-description a.press-link h3 {
    padding: 0 4em 0 .25em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    width: auto;
    text-transform: none;
}

span.press-date {
	display: block;
	color: #bbb;
}

.press-details {
	position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    min-height: 0;
    margin-top: 0;
    padding: 2em 0;
}

.related-video {
    background: black;
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    padding-bottom: 10rem;
    position: relative;
}

.related-video h3, .related-video p {
    color: white;
}

.video-text {
    padding: 4rem 0 8rem;
}

.related-video p {
    font-size: 2.125vw;
    line-height: 2.25vw;
}

.related-video ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.related-video ul li.video-item {
    width: 100%;
    list-style: none;
}

.featured-video {
    width: 100%;
    padding: 0 20%;
    float: left;
    margin: 0 auto;
    min-height: 40rem;
    height: 100%;
    min-height: 24em;
}

.related-reading {
    border-bottom: 1px solid;
/*     padding-bottom: 10rem;  */
    background: white;
    position: relative;
    float: left;
    z-index: 10;
}


.related-reading h3 {
    width: 100%;
    text-align: center;
    padding: 10rem 0 12rem;
}

.related-reading ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.related-reading ul li.reading-item {
    width: 31.075vw;
    width: calc(31.333333vw);
    list-style: none;
    padding-bottom: 10rem;
}

.reading-item-wrapper {
    min-height: 40rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reading-item-wrapper a {
    font-size: 2.125vw;
    line-height: 2.25vw;
/*     margin-top: 4rem; */
}

.reading-item-wrapper a:hover {
    cursor: alias;
}

.reading-item-wrapper .reading-author {
    font-size: 2.125vw;
    line-height: 2.25vw;
}

.reading-item-wrapper .reading-image {
    text-align: center;
    width: 100%;
    margin-bottom: 3rem;
    margin-top: auto;
}

.reading-item-wrapper .reading-image img {
    width: auto;
/*
    max-height: 60vh;
    max-width: 22rem;
*/
	height: 34vh;
    max-width: 64%;
}

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

.single-publication_posts .col-2.pub-img {
	min-height: 120vh;
}

.page-template-publications h1, .single-publication_posts h1, .single-publication_posts h2.page-title, .single-publication_posts h2 {
    width: 100%;
    text-align: center;
    color: black;
    padding: 1em 0;
}

.single-publication_posts h2 {
	padding: 1.7em 0 1em;
}

.page-template-publications .related-reading {
	border-bottom: none;
}

.page-template-publications .reading-item-wrapper {
    justify-content: flex-start;
    align-items: center;
}

.page-template-publications .reading-item-wrapper .reading-image {
    text-align: center;
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 0;
}

.page-template-publications .reading-item-wrapper a {
	text-align: center;
}

.page-template-publications .reading-item-wrapper a:hover {
    cursor: pointer;
}

.page-template-publications .reading-item-wrapper .reading-author {
	text-align: center;
}

.page-template-publications .reading-author p {
	margin: 0;
	padding: .25em;
}
.page-template-publications .reading-author p.price {
	padding-top: 0;
}
.publication-description {
	position: relative;
	float: left;
}

.exhibition-catalogue .col-2.pub-img {
	min-height: 120vh;
}

.pub-img-wrapper {
	border-bottom: none;
	min-height: 100%;
	width: 100%;
	position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    left: 0;
/*
    width: 100%;
    height: 100%;
*/
    float: left;
    text-align: center;
}

.pub-image-wrapper {
	position: relative;
	width: 100%;
	display: flex;
    flex-direction: column;
    min-height: 90vh;
    float: left;
    position: relative;
    padding: .125em;
    text-align: center;
}

.pub-image-wrapper 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(.9);
}

.pub-overview {
	padding: 0 4% 0 0;
	position: relative;
}
.pub-overview h3 {
	margin: 0;
	padding: 0;
	text-transform: none;
	text-align: left;
	padding-top: 2rem;
}
.author-artist {
	text-transform: uppercase;
}
.pub-overview p {
    font-size: 1.75vw;
    line-height: 2.15vw;
    text-align: left;
    /* width: 88%; */
    width: 100%;
    display: block;
    margin-bottom: 0;
}
.pub-overview p.author-artist, .pub-overview p.book-price {
	padding: .125em 0;
}

.add-to-cart {
	text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.125vw;
    line-height: 2.25vw;
    display: inline-block;
    border-radius: 10rem;
    /* border: transparent; */
    border: 1px solid transparent;
    background: #fff;
    padding: 1rem 2rem .7rem;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    margin: 0 auto;
    box-shadow: 2px 6px 40px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pub-overview .add-to-cart {
	margin: 3rem 0;
}

.add-to-cart:hover {
    background: black;
    text-decoration: none;
    color: white;
    box-shadow: 2px 6px 40px rgb(0 0 0) !important;
}

.contributions, .meta {
	padding: .25em 0 1.125em 0;
}

.contributions p, .meta p {
	margin: 0;
	padding: 0;
	margin-left: 4%;
    text-indent: -4%;
}

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

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

/* about page */
.ticketing-question-wrapper, .ticketing-answer-wrapper, .general-question-wrapper, .general-answer-wrapper, .section-3-wrapper {
    text-align: left;
    width: 100%;
    display: block;
    padding: 0 4% 0 8%;
    padding-top: 2rem;
    margin-bottom: 1em;
}

.ticketing-question-wrapper:focus, .general-question-wrapper:focus, .answer:focus {
    outline-color: #fff;
}

.ticketing-answer-wrapper {
    margin-top: 10rem;
}

.ticketing-question-wrapper h2, .ticketing-answer-wrapper h2, .general-question-wrapper h2, .general-answer-wrapper h2, .section-3-wrapper h2 {
    font-size: 2.125vw;
    line-height: 2.25vw;
    padding: 0;
    margin: 2rem 0 0;
}

.answer {
    position: relative;
    margin: 0 0 2.125em 0;
    padding-top: 2.125em;
}

.ticketing-question-wrapper a, .ticketing-answer-wrapper h3, .general-question-wrapper a, .general-answer-wrapper h3, .section-3-wrapper a, .section-3-wrapper h3 {
    text-transform: none;
    font-family: 'SuisseIntl Bold', Arial, sans-serif;
/*
    font-size: 2.125vw;
    line-height: 2.25vw;
*/
    font-size: 1.75vw;
    line-height: 2.15vw;
    display: block;
    margin: 2rem 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

a.arrow-up {
    position: absolute;
    top: 4.75rem;
    left: -3rem;
    opacity: 0;
    font-size: 2vw;
    line-height: 2.25vw;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transition-delay: .5s;
}

.answer.active a.arrow-up {
    color: black;
    opacity: 1;
}

a.arrow-up:hover {
    top:4.25rem;
}

.ticketing-question-wrapper p, .ticketing-answer-wrapper p, .general-question-wrapper p, .general-answer-wrapper p, .section-3-wrapper p {
    width: 98%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 2rem;
}

.ticketing-answer-wrapper ul, .general-answer-wrapper ul {
    margin-bottom: 4rem;
}

.ticketing-answer-wrapper ul li, .general-answer-wrapper ul li {
    font-size: 1.75vw;
    line-height: 2.15vw;
}

p.indent {
/*
    margin-left: 2.5em;
    text-indent: -2.5em;
*/
    text-indent: 2.5em;
}

p.indent-bold {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'SuisseIntl Bold', Arial, sans-serif;
    margin-left: 2.5em;
    text-indent: 0.0125em;
    width: 88%;
}

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

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

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


/* 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; }
}




@media screen and (max-width: 900px) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.grid li {
		width: 100%;
	}
}


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

/* images with captions */
.page-template-full-width .wp-caption img {
  padding: 0 4% 0 8%;
}
.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-family: 'SuisseIntl Regular', Arial, sans-serif;
    font-size: 1.275rem;
    margin-right: .5em;
    margin-bottom: 1.125em;
}

.photos .image p {
	text-align: left;
    font-family: 'SuisseIntl Regular', Arial, sans-serif;
	font-size: 1.275rem;
    margin-right: .5em;
}


/* search */

.post-meta {
	display: none;
}

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

.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 */
.toggle-field-active .hours {
	display: none;
}

.mailing-list:before {
    display: table;
    content: " ";
}

.mailing-list {
    position: relative;
    display: block;
    float: left;
    padding-bottom: 10rem;
    background: white;
    z-index: 10;
}

.single-exhibitions .mailing-list, .single-programs .mailing-list {
	border-top: 1px solid;
}

.single-exhibitions .mailing-list {
	display: none !important;
}

.single-exhibitions hr, .single-programs hr {
	background: white;
	padding-left: 0;
}

.mailing-list.w659 {
    border-top: 1px solid;
/*     margin-top: 4rem; */
}

.mailing-list .form-wrapper ::-webkit-input-placeholder {
    font-size: 2.125vw;
    line-height: 2.725vw;
}

.mailing-list .form-wrapper ::-moz-placeholder {
    font-size: 2.125vw;
    line-height: 2.725vw;
}

.mailing-list .form-wrapper :-ms-input-placeholder {
    font-size: 2.125vw;
    line-height: 2.725vw;
}

.mailing-list .form-wrapper :-moz-placeholder {
    font-size: 2.125vw;
    line-height: 2.725vw;
}

.mailing-list .list-info, .mailing-list .form-wrapper {
/*     padding: 14rem 0 4rem; */
	padding: 4rem 0;
}

.mailing-list .list-info .list-text {
	font-size: 1.75vw;
	line-height: 2.15vw;
    text-align: left;
/*     width: 82%; */
    width: 100%;
    display: block;
    padding: 0 10% 0 8%;
}

.mailing-list input, .mailing-list label, .mailing-list button, .mailing-list select, .mailing-list textarea {
    font-size: 2.125vw;
    line-height: 2.25vw;
    line-height: inherit;
}

.mailing-list input {
    border: 1px solid black;
    width: 90%;
    display: block;
    outline: none;
    margin-bottom: 2rem;
    padding-left: 1%;
}

.mailing-list input:focus {
/*     outline-color: #000; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
/*
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
*/
    border: 1px solid rgba(0, 0, 0, 1);
    border-color: inherit;
}

.mailing-list label {
    width: 90%;
    display: block;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: .5em;
    margin: .5em;
}

.mailing-list button {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.125vw;
    line-height: 2.25vw;
    display: inline-block;
    border-radius: 10rem;
/*     border: transparent; */
	border: 1px solid;
    background: #fff;
    padding: 1rem 2rem .7rem;
    cursor: pointer;
    color: #000;
    box-shadow: 2px 6px 40px rgba(0,0,0,.2);
}

.mailing-list button:hover {
    color: white;
    background: black;
    box-shadow: 2px 6px 40px rgba(0,0,0,1) !important;
    border-color: black;
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid;
}

footer:before {
    display: table;
    content: " ";
}

.footer {
    width:96%;
    float: left;
    position: relative;
    padding: 2%;
}

.footer .col-0 {
    font-size: 1.075vw;
    line-height: 1.875rem;
}

.footer .hours {
    padding-right: 1.5rem;
}

.footer-brand {
    text-align: center;
}

.footer .brand {
    margin-left: 4rem;
    margin-right: 0;
    width: 46%;
}

.footer h4 {
	font-size: 1.075vw;
    line-height: 1.875rem;
    padding-top: 0;
    padding-bottom: .5rem;
}

.footer .address a:hover, .footer .contact a:hover, .footer .footer-navigation a:hover {
    color: #2727e6;
}

.footer .hours p {
	padding-bottom: 0;
	   margin-left: 1em;
    text-indent: -1em;
}

.footer ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.footer .social-list {
    display: -ms-flexbox;
    display: flex;
}

.footer .social-link {
    display: inline-block;
    margin: .4rem 1rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100%;
    color: black;
    background: black;
}

.footer .social-link.instagram {
    background-image: url('../images/Instagram.svg');
    background-size: 90%;
    background-position: center center;
}

.footer .social-link.facebook {
    background-image: url('../images/Facebook.svg');
    background-size: 100%;
}

.footer .social-link.twitter {
    background-image: url('../images/Twitter.svg');
    background-size: 100%;
}

.footer .social-link.vimeo {
    background-image: url('../images/Vimeo.svg');
    background-size: 80%;
    background-position: center center;
}

.footer .social-link:hover {
    box-shadow: 0px 2px 10px rgba(0,0,0,.8) !important;
}

.footer ul li:first-child .social-link {
    margin-left: -.01rem;
}

.footer .social-icon {
    width: 2.4rem;
    height: 2.4rem;
    fill: white;
}

.address {
    margin-bottom: 2rem;
}

/*
.address a.directions {
    color: transparent;
    text-decoration: none;
}
*/

.address:hover a.directions {
    color: black;
    cursor: alias;
}

.address:hover a.directions span {
    text-decoration: underline;
}

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

.no-mobile {
	display: none;
}

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

.nav .pattern {
	display: none;
	position: relative;
    width: 92%;
    left: 4.25%;

    /* fix for logo in mobile nav*/
    position: fixed;
    width: 96%;
    z-index: 100;
    left: 2%;
    top: 1%;
}

.post-password-form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.post-password-form p:first-child {
	display: none;
}

.post-password-form p {
	font-size: 1.75vw;
    line-height: 2.15vw;
}

.post-password-form p input {
	background: white;
	display: inline-block;
    border-radius: 10rem;
    border: 1px solid;
    background: #fff;
    padding: 1rem 2rem .7rem;
    text-transform: uppercase;
}

.post-password-form p input:first-child {
	border-radius: 0px;
	text-transform: none;
}

/* --------------------------------------- General mobile -------------------------------------*/
/*
@media only screen and (min-width: 1800px) {
    iframe {
      min-height: 600px;
    }
}
@media only screen and (min-width: 1380px) {
    iframe {
      min-height: 400px;
    }
}
*/
@media only screen and (max-width: 1100px), screen and (max-height: 610px) {
    .row-02, .row-03, .row-04, .row-05, .row-06 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .list-link.active {
        display: none;
    }
	.btn-reserve.animate-text {
		min-width: 48%;
		min-height: inherit;
		padding: .25em 1em .125em;
	}
	.reserve-btn, .tickets-btn {
		display: block;
		position: absolute;
		top: .5rem;
	}
	.bkg-image {
		background-size: 160%;
		background-position: 40% 0%;
	}
	p.no-current {
		font-size: 2.5rem;
	}
	header.fixed {
        top: inherit;
        bottom: 0;
/*         width: auto; */
		width: 80px;
        background: transparent;
    }
    .col-4, .col-3 {
        width: 100%;
    }
    .content {
        padding-top: 2em;
    }
    button.js-accordion__header, h1, h2, h3, h4, h5, h6, h3 {
        font-size: 3.25rem;
        line-height: 3.25rem;
    }
    .page-template-about h2.section-title, .page-events h2:first-child, .page-contact h2:first-child {
	    padding-top: 0;
    }
    .photos .image p, .page-template p.wp-caption-text {
	    font-size: 3.875rem;
    }
    .dt {
        display: none;
    }
    .mo {
        display: block;
    }

	.affix, .navbar {
		background: transparent;
	}
	.gallery .flickity-slider, .gallery .flickity-slider:first-child {
		max-width: 100%;

	}

	.tour-media {
		position: relative;
		overflow: auto;
		height: inherit;
	}


	.home header {
/*
    	position: fixed;
    	top: 0;
    	left: 0;
*/
        min-height: 105px;
    	width: 100%;
	}

/*
	.static-nav {
        display: none;
    }

    .sticky-nav {
        top: 0;
    }
*/
    .static-nav {
/*         display: none; */
        top: .5em;
        left: 0.5%;
        width: 100%;
    }
    form.menu-search-form p {
	    margin: 1.125rem 0;
    }
    #nav-secondary {
        position: relative;
        top: inherit;
        right: inherit;
        left: inherit;
    }
    .sticky-nav {
        top: 0;
        display: none;
    }
	.nav-btn {
        height: 60px;
        width: 40%;
        display: inline-block;
        -webkit-backface-visibility: hidden;
/*         position: relative; */
        position: fixed;
        top: 0;
        right: 0;
        float: right;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 10rem;
        z-index: 100;
    }
    .nav .static-nav ul>li {
        padding: 0;
    }
    .nav li.home {
        display: block;
        margin-bottom: 2rem;
/*
        position: fixed;
        top: 0;
        left: 0;
*/
    }
    .navbar .brand {
        float: left;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        text-align: center;
        box-sizing: border-box;
        padding: 0.55rem 1.25rem;
        max-height: 90px;
    }
    .nav li.home .brand {
        background-image: url(../images/wrightwood-659-chicago_logo.svg);
        background-size: 80%;
        background-repeat: no-repeat;
        text-indent: -9999px;
        white-space: nowrap;
/*         background-position: 1.5rem 1.25rem; */
        height: auto;
        min-height: 80px;
        padding: 0;
    }
    .toggle-field-active {
		display: none;
	}
    .footer .brand {
        float: left;
        margin-right: 16%;
        text-align: center;
        box-sizing: border-box;
        width: 30%;
        padding: .25em;
    }
    .brand {
	    width:120px !important;
    }
    #wrightwood-navigation-static-left, #wrightwood-navigation-static-right{
        width: 100%;
        padding-top: 1.125rem;
        box-shadow: 2px 6px 40px rgba(0,0,0,.1);
        align-items: stretch;
        flex-direction: column;
    }

    .navbar-toggle {
        position: fixed;
        top: 1rem;
        right: .5rem;
        float: right;
        background-color: white;
        background-image: none;
        border: 1px solid transparent;
        z-index: 10000;
        font-size: 2.125rem;
        line-height: 2.25rem;
        padding: 1rem 2rem;
        border-radius: 10rem;
        box-shadow: 2px 6px 40px rgba(0,0,0,.2);
        margin: 0;
    }
    .navbar-toggle.active-nav .menu-text {
        display: none;
    }
    .navbar-toggle.active-nav .menu-text-close {
        display: block;
    }
    .navbar-toggle.active-nav {
        box-shadow: 2px 6px 40px rgba(255,255,255,.2);
    }
    .navbar-toggle:focus {
        border-radius: 10rem !important;
    }
    .navbar-toggle .icon-bar {
        background: white;
        display: none;
    }
    .navbar-toggle .menu-text {
        color: black;
        display: block;
    }
    .navbar-toggle .menu-text-close {
        display: none;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        height: 0;
        width: 100%;
        left: 0;
        background: white;
        padding-top: 5.5em;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        z-index: 10;
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
        transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
    }
    .collapse.navbar-collapse {
        height: 100% !important;
        padding-top: 1.125rem;
    }
    .collapse.navbar-collapse.right {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
    }
    #menu-global-fixed-menu {
	    display: block;
	    flex-direction: inherit;
	    flex-wrap: inherit;
	    justify-content: inherit;
	}
    .marquee3k h4 {
        color: white;
        font-weight: normal;
        font-size: 1.55rem;
        line-height: 2rem;
    }
/*
    .sticky-brand {
        float: left;
        margin-right: 0px;
        text-align: center;
        box-sizing: border-box;
        width: 60%;
        padding: .25em;
    }
*/
    .sticky-brand {
        float: left;
        margin-right: 0px;
        text-align: left;
        box-sizing: border-box;
        width: 60%;
        padding: 1.5rem 1.125rem;
        padding-right: 0;
    }
    .sticky-brand a, .brand a {
/*
        font-size: 2.55rem;
        line-height: 1.55;
*/
        font-size: 2.125rem;
        line-height: 2.25rem;
    }
    #menu-home-two-column {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
	navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1060;
    }

    .nav ul>li.open>a, .nav ul>li>a:hover {
        border-bottom: 2px solid black;
    }
    .nav ul>li>a{
        font-size: 3.25rem;
        line-height: 3.25rem;
/*         padding: 1.125rem 0; */
        margin: 1.125rem 0;
        padding: 0;
        width: auto;
        display: block;
        float: left;
        border-bottom: 2px solid transparent;
    }
    .nav ul>li.active>a, .page-template-exhibition .nav ul>li.exhibitions a, .page-template-program .nav ul>li.programs a, .page-template-building .nav ul>li.about a, .page-template-FAQs .nav ul>li.about a {
        border-bottom: 2px dotted;
    }

    form.menu-search-form #s,.menu-search-form input#searchsubmit.btn-search {
        font-size: 3.25rem;
        line-height: 3.25rem;
        margin-top: 0;
    }
    form.menu-search-form #s {
        text-align: left;
    }
    .nav ul>li{
        list-style: none;
        display: block;
        width: 100%;
        padding: 0;
    }
    .dropdown-menu>li {
	    padding: .25em;
	    padding-left: 0.85em !important;
    }
    .collapsing {
	    -webkit-transition: all .01s ease-out;
	    -o-transition: all .01s ease-out;
	    transition: all .01s ease-out;
	}
    .menu-item.menu-item-search {
        float: left;
        width: auto;
		padding: .125em 0;
    }
    .page-menus p.menu-item {
	    width: 96%;
	    padding-right: 2em;
    }
    p {
	    font-size: inherit;
    }
    .page-menus h2 {
        width: 96%;
    }
    .page-template-exhibition h1.page-title, .page-template-program h1.page-title, .single-exhibitions h1.page-title, .single-programs h1.page-title {
        margin-top: 2rem;
    }
    .nav ul>li:nth-child(2),.dropdown-menu>li:first-child {
        margin-left: 0;
    }
        footer, .footer {
	    width: auto;
    }
    .modal {
	    z-index: 10500;
    }
    .exhibitions-template-single-exhibitions-2020 .hero-wrapper {
	    height: calc(70vh - 105px);
    }
    .flickity-prev-next-button.previous::before {
		content: "Prev";
		font-size: 5.5rem;
		line-height: 1.19;
		font-family: 'SuisseIntl Regular', Arial, sans-serif;
	}

	.flickity-prev-next-button.previous::after {
		content: "/";
		font-size: 5.5rem;
		line-height: 1.19;
		font-family: 'SuisseIntl Regular', Arial, sans-serif;
	}

	.flickity-prev-next-button.next::after {
		content: "Next";
		font-size: 5.5rem;
		line-height: 1.19;
		font-family: 'SuisseIntl Regular', Arial, sans-serif;
	}
    .gallery-wrapper {
        height: 200px;
        max-height: 350px;
        margin-bottom: 0;
    }
    .page-template-program .gallery, .page-template-exhibition .gallery, .page-template-about .gallery, .page-template-building .gallery, .single-exhibitions .gallery, .single-programs .gallery {
        margin-top: 1rem;
        max-height: 360px;
        padding: 0;
    }

    .carousel-cell, body:not(.home) .carousel-cell {
        height: 80%;
	    padding: 0 0 .5em 0.5em;
	    margin-right: .125rem;
    }
    .flickity-prev-next-button.previous {
    	margin-left: .25em;
    }
    p.caption, body:not(.home) p.caption {
        font-size: 1rem;
        line-height: 1.5rem;
        /* max-width: 100%; */
        max-width: 94vw;
    }
    .carousel-counter, body:not(.home) .carousel-counter {
        top: 78.875%;
        left: 1rem;
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
/*     .exhibitions .col-1 */
    .col-1 {
        width: 99.285714%;
        float: left;
        position: relative;
        text-align: center;
    }

    #resources-tours .col-1 {
        width: 99.285714%;
        text-align: left;
    }
    #resources-tours.resource-wrapper .vid-wrapper {
	    padding: 0 4% 8% 8%;
    }
    .page-template-program .btn-reserve, .page-template-exhibition .btn-reserve, .single-exhibitions .btn-reserve, .single-programs .btn-reserve, .catalogue-button {
        position: relative;
        top: inherit;
        right: inherit;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .exhibitions-template-single-exhibitions-2020 .btn-reserve.fixed {
	    position: relative !important;
	    top: inherit !important;
	    margin-top: 2rem;
	    margin-bottom: 2rem;
	}
	.object-theme ul.two-two li.object-theme-item, .tours ul.two-two li.tour-item {
	    margin: 0 0 2rem;
	}
	.object-theme-wrapper .object-theme-image, .tour-wrapper .tour-image {
		margin-bottom: 1rem;
	}
    .single-exhibitions .on-page-nav-wrap {
        padding-top: 6%;
    }
	.single-exhibitions .on-page-nav-wrap h3, .single-exhibitions .on-page-nav-wrap ul li, .single-exhibitions .hashtag-sidebar h3, .single-exhibitions .hashtag-sidebar ul li {
		font-size: 2.125rem;
	    line-height: 2.25rem;
	    padding: 0;
	}
	.exhibition-description .hashtag-sidebar .exhibition-description p {
		padding: 0 8% 0 0;
	}
	.two-two {
		margin: 0;
		padding: 0;
	}
	.object-theme ul li.object-theme-item, .tours ul li.tour-item {
		width: 100%;
		padding: 0 8%;
	}
	.object-theme-wrapper, .tour-wrapper {
    	min-height: inherit;
    }
	.object-theme-wrapper p, .object-theme-wrapper a, .tour-wrapper a {
		font-size: 2.125rem;
	    line-height: 2.25rem;
	}
	.tour-wrapper a {
	    margin-bottom: 5rem;
	}
    nav.on-page {
        padding: 1rem 0 1rem 0;
    }
    .grid li {
    	display: block;
    	float: left;
    	padding: .75%;
    	width: 97%;
    	opacity: 0;
    }
    .sticky-mail {
        font-size: 1.55rem;
        line-height: 2rem;
        top: 74vh;
    }
    .hero {
        max-height: inherit;
        height: auto !important;
        padding-top: 1rem;
    }

    .hero:first-child {
        padding-top: 0;
    }

    .hero-image {
        height: auto;
        width: auto;
        max-width: 100%;
        padding: 0;
        margin-left: 1rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        -webkit-transition: opacity .1s;
        transition: opacity .1s;
        max-width: calc(864px - 3rem);
        width: calc(100% - 1.875rem);
        height: calc(45vh - 1rem);
        overflow: hidden;
        position: relative;
    }
    .hero-info h2.upcoming:before {
	    font-size: 1.55rem;
	}
    .hero-info, .page-template-exhibitions-landing .hero-info, .home .current-exhibitions .exhibition-info {
        position: relative;
        bottom: inherit;
        left: inherit;
        width: 100%;
        padding: 0 1.25rem;
        top: inherit;
        transform: none;
    }
    .hero-info h2, .hero-info h3  {
        padding-top: 1rem;
        font-size: 3.25rem;
        line-height: 3.25rem;
        padding-right: 0;
    }
    .home .current-exhibitions .info-text h4, .home .current-exhibitions .info-text h4 a, .home .current-exhibitions .info-text span.exhibition-time {
	    font-size: 3.25rem;
        line-height: 3.25rem;
    }
    .home .current-exhibitions .info-text {
	    padding-left: 0;
	    width: 100%;
	}
    .hero-info h3 {
        padding-top: 0;
    }
    .page-template-exhibitions-landing .hero-info h2 {
        padding-top: 1rem;
    }
    .hero-reserve {
        padding: 1rem 0 0;
        width: 100%;
    }
    .catalogue-button{
	    margin: 0 auto;
	    padding: 0 10%;
    }
    .btn-reserve, .catalogue-button a, .add-to-cart {
        font-size: 2.55rem;
        line-height: 3.55rem;
        padding: .25em 1em;
        border-radius: 10rem;
        box-shadow: 2px 6px 40px rgba(0,0,0,.2);
    }
    .info-text a.btn-reserve.animate-text, .info-text a.btn-reserve.animate-text span {
	    font-size: 2.55rem;
        line-height: 3.55rem;
        min-height: inherit;
	}
    .add-to-cart-wrap {
	    width: 100%;
	    text-align: center;
    }
    .catalogue-button a {
        font-size: 2.2rem;
        line-height: 2.65rem;    }
    .hash {
        font-size: 2.55rem;
        line-height: 2.55rem;
    }
    .social-hash {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .upcoming-programs ul li.program-item, .related-programs ul li.program-item, .related-reading ul li.reading-item {
        width: 50vw;
        padding-bottom: 2rem;
    }
    .current-exhibitions h3, .upcoming-programs h3, .upcoming-exhibitions h3, .featured-content h3, .related-video h3, .related-programs h3, .upcoming-programs-landing h3, .single-exhibitions h3, .past-exhibitions h3 {
        font-size: 3.25rem;
        line-height: 3.25rem;
        padding: 4rem 1.125rem 3rem;
    }
    .upcoming-programs ul, .related-programs ul, .related-reading ul {
        padding: 0;
    }
    .program-item-wrapper {
        min-height: 26rem;
    }
    .reading-item-wrapper {
        min-height: 26rem;
    }
    .program-item-wrapper a, .program-item-wrapper .program-time, .reading-item-wrapper a, .reading-item-wrapper .reading-author {
        font-size: 2.125rem;
        line-height: 2.25rem;
        padding-left: 1.125rem;
        padding-right: .125rem;
    }
    .program-item-wrapper .program-image {
        /* margin-top: 4rem; */
        margin-top: 1rem;
    }
    .program-item-wrapper .program-image img, .reading-item-wrapper .reading-image img  {
        width: auto;
/*
        max-height: 60vh;
        max-width: 40vw;
*/
		max-height: inherit;
	    max-width: 90%;
	    height: 16vh;
    }
    .featured-info, .featured-image {
        min-height: auto;
        height: auto;
        width: 100%;
    }
    .featured-image img {
        max-width: 80vw;
    }
    .featured-info p, .featured-info a, .featured-info p a {
        font-size: 2.125rem;
        line-height: 2.25rem;
        padding-right: 0;
    }
    .current-programs-landing ul li.program-landing-item {
        width: 100%;
    }
    .program-landing-wrapper {
        min-height: 14rem;
    }
    .col-0 {
        width: 49.985714%;
        padding-bottom: 3rem;
    }
    .col-2 {
        width: 100%;
    }
    .single-publication_posts .col-2.pub-img {
	    min-height: inherit;
	}
	.add-to-cart-wrap {
		width: 100%;
		text-align: center;
	}
	.publication-description {
		padding-bottom: 4rem;
	}
	.exhibition-catalogue .col-2.pub-img {
	    min-height: inherit;
	}
    .pub-img-wrapper {
	    position: relative;
	    top: inherit;
	    left: inherit;
    }
    .pub-image-wrapper {
	    min-height: 60vh;
    }
    hr {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
    }
    .mailing-list .list-info, .mailing-list .form-wrapper {
        padding: 2rem 0 0rem;
    }
    .mailing-list .form-wrapper {
        padding: 0 10% 0 8%;
    }
    .mailing-list .list-info .list-text {
        font-size: 2.125rem;
        line-height: 2.25rem;
    }
    .ticketing-question-wrapper h2, .ticketing-answer-wrapper h2, .general-question-wrapper h2, .general-answer-wrapper h2, .ticketing-question-wrapper a, .ticketing-answer-wrapper h3, .general-question-wrapper a, .general-answer-wrapper h3, .ticketing-answer-wrapper ul li, .general-answer-wrapper ul li, .section-3-wrapper h3 {
        font-size: 2.125rem;
        line-height: 2.25rem;
    }
    .ticketing-answer-wrapper ul li, .general-answer-wrapper ul li {
        padding-right: 2%;
    }
    a.arrow-up {
        top: 4.875rem;
        left: -2rem;
        font-size: 2.125rem;
        line-height: 2.25rem;
    }

    .mailing-list label, .mailing-list button, .mailing-list select {
        font-size: 2.125rem;
        line-height: 2.25rem;
    }

    .btn-primary {
	    font-size: 2.125rem;
        line-height: 2.25rem;
    }

    .mailing-list input {
        font-size: 2.125rem;
        padding: .675rem;
        line-height: 2.25rem;
        border-radius: 0;
    }

    .mailing-list .form-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      	font-size: 2.125rem;
        line-height: 2.125rem;
    }
    .mailing-list .form-wrapper  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
         font-size: 2.125rem;
         line-height: 2.125rem;
    	 vertical-align: middle;
	}
	.mailing-list .form-wrapper  :-ms-input-placeholder { /* Internet Explorer 10-11 */
         font-size: 2.125rem;
         line-height: 2.125rem;

	}
	.mailing-list .form-wrapper  ::-ms-input-placeholder { /* Microsoft Edge */
         font-size: 2.125rem;
         line-height: 2.125rem;
	}
	.current-exhibitions ul li.exhibition-item, .upcoming-exhibitions ul li.exhibition-item, .past-exhibitions ul li.exhibition-item {
		padding-bottom: 6rem;
	}
	.current-exhibitions .exhibition-info {
		-webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
    .exhibition-info, .exhibition-image {
        width: 100%;
        min-height: 14rem;
        height: auto;
    }
    .info-text, .program-landing-text {
		padding: 3% 3% 0 3%;
	}
    .current-exhibitions .info-text {
	    padding-left: 6%;
	    width: 100%;
	}
    .exhibition-image img, .program-landing-image img {
        max-width: 80vw;
    }
    .info-text a, .info-text span {
/*
        font-size: 1.55rem;
        line-height: 2rem;
*/
/*
        font-size: 2.125rem;
        line-height: 2.25rem;
*/
        font-size: 2.6515rem;
/*         line-height: 2.75rem; */
        line-height: 3.125rem;
    }
    .featured-content ul li.featured-item {
        padding-bottom: 6rem;
    }

    .mailing-list input {
        width: 100%;
    }
    ul.page-title {
        padding: 0;
    }
    ul.page-title li {
        font-size: 3.25rem;
        line-height: 3.25rem;
        display: block;
    }
    ul.page-title li:after {
        color: transparent;
        display: none;
    }
    h1.default-faq {
        font-size: 3.25rem;
        line-height: 3.25rem;
        display: block;
    }

	/* press */
	.page-press a.press-link {
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}
	.page-press span.press-thumb {
		width: 100%;
		margin-right: 0;
		margin-top: 1em;
	}

	.press-details {
		padding: 1em 0;
	}

	.page-press .page-description .in-the-news h2 {
		font-size: 3.25rem;
		line-height: 3.25rem;
		padding: 4rem 1.125rem 3rem;
	}

    /* exhibition and program pages */
    .exhibition-description, .program-description, .about-description, .page-description {
        padding: 2rem 0 6rem;
        margin-top: 0;
    }
    .exhibitions-template-single-exhibitions-2020 .exhibition-description {
	    padding: 2rem 0 0;
	}
    .page-template-full-width h2.entry-title {
	    padding: 1.875em .5em .25em;
	}
    .exhibition-description h2, .program-description h2, .about-description h2, .page-description h2, .page-description h3, .page-description h4, .search-results h3, .exhibition-description p, .program-description p, .about-description p, .page-description p, .related-video p, .page-description .col-4 p, .page-description .col-4 ul li, .catalogue-desc p, .catalogue-desc ul>li, #resources-tours .col-1 p, .object-theme-overview p, .section-footer .col-2.exh-link a, .pub-overview p, .page-template-press .page-description .press-page h2 {
        font-size: 2.125rem;
        line-height: 2.25rem;
        padding: 0 4%;
    }
    .pub-overview h3, .pub-overview p.author-artist, .pub-overview p.book-price {
	    padding: .125em 8%;
    }
    .catalogue-desc ul>li {
	    padding: 0;
    }

    .page-description .col-4 ul {
		padding: 0 14%;
	}
	.page-description .col-4 ul li {
		padding: 0;
	}
    .exhibition-description .panel-group .btn-primary, .program-description .panel-group .btn-primary {
	    font-size: 2.125rem;
        line-height: 2.25rem;
    }
    .exhibition-description h2.collapsible-title, .program-description h2.collapsible-title {
	    padding: 1rem 0 1rem 0;
    }
    .exhibition-description .exhibition-funding p, .program-description .exhibition-funding p, .exhibition-catalogue .catalogue-image p.caption, header .back-to-exhibition, .tour-overview h3, .resource-wrapper p.caption, .section-footer .col-2 h3 {
	    padding: 0 6%;
	    margin-top: 1rem;
	    margin-bottom: 2rem;
	    width: 100%;
	    font-size: 1.675rem;
	    line-height: 2rem;
    }
    .section-footer .col-2:first-child{
	    border-right: none;
	    border-bottom: 1px solid black;
    }
    .section-footer .col-2 {
	    min-height: calc(100vh - 200px);
	}
	.resource-wrapper img, .vid-wrapper {
		padding: 0 6%;
	}
	.resource-wrapper .full-width-header h2 {
		padding: 0 3% 3%;
	}
	.exhibition-catalogue .catalogue-image {
		margin: 0 0 4% 8%;
	}
    .section-footer .object-theme-item {
	    width: calc(72.333333vw - 0rem);
    }
    #resources-tours.resource-wrapper img {
	    padding: 0 4% 0 8%;
    }
    .resource-wrapper p.caption, .catalogue-image p.caption {
	    font-size: 1.25rem;
	    line-height: 1.65rem;    }
    .related-video {
        padding-bottom: 2rem;
    }
    .featured-video {
        width: 100%;
        padding: 0 5%;
    }
    .video-text {
        padding: 4rem 0 2rem;
    }
    .col-2.exhibition-hashtag-sidebar-text {
	    position: relative;
	    top: inherit;
		right: inherit;
		box-shadow: none;
	}
	.resources {
		padding: 2rem 0 0;
	}

	.single-exhibitions hr {
	    width: 100%;
	    float: right;
	    padding: 0 0 0 1.25em;
    }
    .single-exhibitions .hashtag-sidebar hr {
        float: none;
    }
    .home section.mailing-list {
        padding: 2.8rem 0 4rem;
    }
    .home .footer {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    .footer .brand {
        margin-left: 0;
        width: 60%;
    }
    .footer .col-0, .footer h4 {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    #lightbox .exit, #lightbox .prev, #lightbox .next {
	    font-size: 5.5rem;
    }
    .page-template-photos section.footer {
	    padding-top: 0;
    }
    .footer {
	    padding-left: .5em;
    }
}

@media only screen and (min-height: 900px) {
    .row-03 {
        display: block;
    }
}

@media (min-width: 768px) {

  .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;

    width: 83.3333%;
    float: left;
    padding: 0;
  }
  #menu-global-menu-right-1 {
    float: right!important;
  }

}

@media only screen and (min-width: 1348px), screen and (max-width: 1599px) {
	.static-nav form.menu-search-form #s {
		margin-top: 0;
		line-height: 1.85rem;
	}
}
