/*
Theme Name: Or Gallery 2022
Author: Leaky Studio
*/


/**
 * Table of Contents
 *
 * 0.0 - Fonts
 * 1.0 - Normalize
 * 2.0 - Typography
 * 3.0 - JS Controllers
 * 4.0 - Structure
 * 5.0 - Header
 * 6.0 - Menus
 * 7.0 - Footer
 * 8.0 - Splash
 * 9.0 - Body 
 
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
  transition: opacity 0.15s;
  font-size: 62.5%;
  line-height: 1;
}

body {
  background: #FFF;
  font-family: 'Times New Roman', sans-serif;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    margin: 0;
    font-weight: bold;
    color: #0a0a0a;
    letter-spacing: -1px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
a {cursor: pointer;}

audio:not([controls]) {
	display: none;
	height: 0;
}
.multiplecur {
    margin-bottom: 2.5rem !important;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
.single-index-of-names ul.search--results--list li:last-child .search--line {
    border-bottom-width: 0.0em;
    
}
.single-index-of-names ul.search--results--list li:last-child {
  margin-bottom: 2.5rem;  
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}
button:focus {
	outline: none;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"]{
	-webkit-appearance: button;
    cursor: pointer;
    border: 0;
    color: #000;
    padding: 6px 6px 3px;
    margin-bottom: 10px;
}
.mp3_block {
    margin-bottom: 1.5rem;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
input[type="search"]::placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
input[type="search"]::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
input[type="search"]:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
input[type="search"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}
input[type="search"] {
	-webkit-appearance: textfield;
    font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
    line-height: 1;
    border: solid 2px #0a0a0a;
    background-color: transparent;
    padding: 0.3rem;
    color: #0a0a0a;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
    border: 0;
    padding: 0;
}
.search-form__fieldset {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.search-form__label, .search-form__legend {
    font-size: 0;
    line-height: 0;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    border: 0 none;
}
#search.is-active {
  width: 40%;
}
#search {
  position: fixed;
    top: 1.2rem;
    right: 3vw;
    z-index: 9;
    overflow: hidden;
    width: 2.5rem;
    transition: all 0.4s ease-in-out;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
.search-form__fieldset>div {
    position: relative;
    display: flex;
    align-items: center;
}
.search-icon:hover {
  cursor: pointer;
}
.search-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}
.search-form__icon {
    flex-shrink: 0;
    margin-right: 0.25em;
}
.search-icon>svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #0a0a0a;
}
.search-form__input-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  cursor: pointer;
  outline: none;
}
.search-form__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(255,255,255,0.9) !important;
    font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
    position: relative;
    width: 100%;
    margin-left: 0.2em;
    margin-right: 0.6rem;
    padding: 0.6rem;
    border: solid 2px;
    border-radius: 0;
    caret-color: #d62348;
}
img.center--mid {
    margin: 10px auto 1.5rem;
    width: 100%;
    max-width: 230px;
}
.triggers {
    z-index: 180;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.single--content--type ul.outreach--part-list li:before {
    content: none;
    padding: 0;
    width: 0;
    height: 0;
}
.single--content--type ul.outreach--part-list li {
    display: inline-block;
    padding: 0;
    margin-bottom: 0.2rem;
}
.fett, .single--content--type p.fett{
  font-weight: 600;
}
.search-form__button, input[type="submit"] {
    font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
    color: #FFF;
    margin: 0 0 0 0.5rem;
    background-color: #0a0a0a;
    border: solid 3px #0a0a0a;
    opacity: 1;
    padding: 0.6rem;
}
.directmail_sf input[type="submit"] {
  margin: 0.75rem 0 0 0;
  padding: 0.33em 0.5em;
  font-size: 1em;
  background-color: transparent;
  border: solid 2px #0a0a0a;
  transition: all 0.2s ease-in-out;
  opacity: 0.3;
  color: #0a0a0a;
}
.directmail_sf input[type="submit"]:hover {
  opacity: 1;
  border: solid 2px #0a0a0a;
  background-color: transparent;
}
.search-form__button {
    display: none;
    margin: 0 0.5em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

/**
* 2.0 - Typography / Colour
*/

.rttxt {
	text-align: right;
}
.op50 {
	opacity: 0.5;
}
.upperC {
    text-transform: uppercase;
}
.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

p {
	font-size: 1.15rem;
	line-height: 1.15;
  margin: 0 0 2rem;
}
figcaption p, p.wp-caption-text, .single--content--type figcaption p, .i--caption p, .single--content--type .audio--caption p{
  padding: 1rem 0;
  margin: 0;
  font-size: 1.5rem;
    font-style: normal;
    letter-spacing: -0.06rem;
    font-weight: 300;
}
.i--caption {
    width: 100%;
}
.overlay figcaption p.wp-caption-text {
    background: transparent !important;
}
p.wp-caption-text, .i--caption p {
  background: #FFF;
  width: 100%;
}
strong {
    font-weight: bold;
}
a {
	text-decoration: none;
  color: #0a0a0a;
  transition: all 0.2s ease-in-out;
}
.button--ghost {
border: solid 2px #000;
    opacity: 0.3;
    font-weight: 300;
}
.button--ghost:hover {
    opacity: 1;
}

.lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
}
.lazy.b-loaded {
    opacity: 1;
}

.hamburger {
 padding: 15px 0px 0;
  float: right;
  right: 1.3rem;
  top: 0;
  cursor: pointer;
  position: fixed;
    z-index: 9999;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #FFF;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
 background-color: #EF5645;
     }
.hamburger:hover .menu--label {
  color: #EF5645;  
}
a.readmore--link {
  padding-right: 2.5rem;
  font-weight: 600;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #260901;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.home__bg__landscape {
    position: fixed;
    mix-blend-mode: multiply;
    z-index: -1;
    width: 100%;
    height: 100vh;
    filter: grayscale(1);
    top: 0;
    background-position: center;
    background-size: cover;
    left: 0;
}
.home__bg__landscape:after {
content: "";
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
    }

/**
MEDIA
**/

[class*="block-grid-"] {
    display: block;
    padding: 0;
    text-align: center;
    margin: 0 -1.25vw;
}
.pdf--viewer--container {
     padding-bottom:100%;
     position: relative;
    height: 0;
    overflow: hidden;
}
.pdf--viewer--container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.grid_list li.ul-grid-item {
    margin-bottom: 3em;
    display: inline-table;
    float: none;
    clear: none !important;
    padding: 0 2rem 4.92308rem;
}
ul.grid_list li img {
    vertical-align: baseline;
    width: auto;
    max-width: -webkit-fill-available;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-height: 270px;
    margin-bottom: 0.75rem;
}
[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 1.25vw;
}
.work-title {
  text-align: left;
  display: table-row;
}
.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
	} 
.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container.pod {
   padding-bottom: 26.25%; 
}
.embed-container.pod iframe {
filter: grayscale(1);
    }

.en--dash {
  padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.map--link {
    margin-left: 25px;
}

ul.transition {
    display: flex;
    position: fixed;
    z-index: 98;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
ul.transition li {
    transform: scaleY(0);
    width: 20%;
}

/**
 * 4.0 - Structure
 */
 
 
body {
	overflow-x: hidden;
}
body.modal--open {
  overflow-y: hidden;
  height: 100vh;
  padding-right: 15px;
}
body.modal--open #search {
right: calc(2rem + 15px);
} 
body.modal--open .marquee {
  right: 15px;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 
.vbmargin {
margin-bottom: 2rem;
}
.section--divide {
  height: 2px;
  margin: 0 0 1.25vw;
}
.grid--margins.upcoming--block--archive {
  margin-bottom: 3rem;
}
.grid:after, .cf:after {
	content: "";
	display: table;
	clear: both;	
}

[class*='grid-item-'] {
  
  float: left;
}
img {
	    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}
.grid-item-15 {
	width: 15%;	
}

.grid-item-20 {
	width: 25%;	
}

.grid-item-25 {
	width: 25% ;
}

.grid-item-30 {
	width: 30%;	
}
.grid-item-35 {
	width: 35%;	
}

.grid-item-33 {
	width: 33.333%;
}

.grid-item-50 {
	width: 50%;
}

.grid-item-66 {
	width: 66.666%;
}

.grid-item-70 {
	width: 70%;	
}

.grid-item-75 {
	width: 75%;	
}

.grid-item-100 {
	width: 100%;	
}

.file_size {
	font-size: 0.7em;
	opacity: 0.6;
    font-weight: 300;
}
.underline, .border--sep--block a {
  border-bottom: solid 2px;
}


/**
 * 5.0 - Header
 */


.site-header {
	display: block;
	position: fixed;
	height: auto;
  width: auto;
  line-height: calc(6.0rem + 16 * (100vw - 102.4rem)/ 416);
  left: 3vw;
  z-index: 99;
}

.slide--4 .rel--image--size {
  width: 100%;
}
.grid--tpadding {
    padding-top: 14rem;
}

.names--index li h3.letter .underline {
    font-weight: 600;
} 
.names--index li h3.letter {
    margin: 30px 0 12px 0;
}
/**
 * 6.0 - Menus
 */


.overlay__header .overlay__close {
    position: absolute;
    top: -2.7rem;
    height: 100%;
}
.overlay__close {
    font-size: 2.2rem;
    font-size: calc(2.2rem + 8 * (100vw - 102.4rem)/ 416);
}
.overlay--menu .overlay__header {
    padding-left: 0;
    padding-right: 0;
}
.overlay__header {
    z-index: 90;
    position: sticky;
    top: 0rem;
    left: 0;
    transform: translateZ(0);
    width: 100%;
    background: inherit;
    line-height: calc(6.0rem + 18 * (100vw - 102.4rem)/ 416);
  }
.overlay__close {
    z-index: 999;
    width: calc(100vw / 12);
    position: fixed;
    top: 2.2rem;
    left: 5.5rem;
}
.overlay__close>svg {
    position: absolute;
    left: 50%;
    width: 0.9em;
    top: -4px;
    fill: #0a0a0a;
    stroke: #0a0a0a;
    height: 0.9em;
    transform: translate(-50%,-0%);
}
[class*=grid__item] {
    float: left;
    min-height: 1em;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
}
.rel--image--size {
  width: 50%;
}
.gallery-info__title {
    margin: 1rem 0;
}
.overlay {
    opacity: 0;
    z-index: -4;
    transition: all 0.3s ease-in-out;
        position: fixed;
    top: 0;
    right: 0;
        scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    bottom: 0;
    left: 0;
    display: block;
    overflow: auto;
    color: #0a0a0a;
}
ul.social-menu {
  display: flex;
  flex-direction: column;
}
.post-type-archive-publications .post-type--label--grid p {
  text-align: left;
  font-weight: 300;
}
.overlay.is-active {
    z-index: 80;
        opacity: 1;

}
.wh-glow {
    text-shadow:1px 1px 10px #FFF, 1px 1px 10px #FFF;
}
.site-header__nav-icon>svg {
    display: none;
    width: 100%;
    height: 100%;
    fill: #0a0a0a;
}
.menu__header span {
    display: block;
    width: calc(100% - 2.5vw / 4);
    transition: transform .1s linear;
}
.menu__header--primary {
    font-size: 5rem;
    font-size: calc(5rem + 0 * (100vw - 102.4rem)/ 416);
    line-height: 0.9;
}
.button--bare {
    padding: 0;
    background: 0 0;
    border: 0;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button {
    position: relative;
    display: inline-block;
    margin: .3125em 0.5em 0.3125em 0;
    padding: 0.33em 0.5em;
    font-size: 1em;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
}
.menu__header--primary, .menu__header--secondary {
    border-style: solid;
}
.menu__header {
    padding-left: 0;
    padding-right: 0;
}
.menu__header {
    padding-top: 14px;
    padding-top: calc(14px + 10 * (100vw - 1024px)/ 416);
    padding-bottom: 14px;
    padding-bottom: calc(14px + 10 * (100vw - 1024px)/ 416);
    line-height: 0.9;
}
.virtual__tour_modal {
    border-bottom: none;
    font-weight: 600 !important;
    position: relative;
    padding-left: 26px;
}
.video__caption_small {
    margin-top: 0.6vw;
}
.virtual__tour_modal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:solid 2px;
}
.div--center--align {
    margin: 0 auto;
    float: none !important;
}
.menu__header {
    width: 100%;
    margin: 0;
    text-align: left;
}
.menu__header span {
    display: block;
    width: calc(100% - 2.5vw / 4);
    transition: transform .1s linear;
}
.button span {
    display: inline-block;
    height: 100%;
    line-height: inherit;
}
.social__item {
  margin-top: 0.7rem;
}
.li--label {
  font-weight: 300;
}
.social__item a {
    display: inline-block;
}
.social__item a>svg {
    width: 0.8em;
    height: 0.8em;
    margin-right: 1.5rem;
}
.social__item span {
    font-size: 0;
    line-height: 0;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    border: 0 none;
}
.meta--spacer--block.body--text p {
    margin-bottom: 1.5rem !important;
}
ul.grid--gallery {
    margin: 0 -0.75rem;
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    align-items: center;
}
ul.grid--gallery li {
    margin: 0 0.75rem 1.5rem;
    width: calc(50% - 1.5rem);
}
ul.text--table li {
  padding-bottom: 1rem;
    border-bottom: solid 2px #000;
    margin-bottom: 1.5rem;
}
/** 7.0 Footer
 */
.site--footer {
  position: relative;
  z-index: 1;
  border-top: solid 2px;
}
.footer--block {
  padding-left: calc(100vw / 12);
  padding-right: calc(100vw / 12);
  display: flex;
  padding-bottom: 1.5rem;
}
ul.footer--list {
  display: flex;
}
ul.footer--list li {
  font-weight: 300;
}

ul.funding--block {
  display: flex;
  justify-content: space-between;
}
ul.funding--block li:nth-child(1) img {
  margin: 0.5rem 0 0 1.25vw;
  max-width: calc(200px - 2.5vw);
}
ul.funding--block li:nth-child(2) img {
  margin: 0.5rem 0;
  max-width: calc(240px - 2.5vw);
}
ul.funding--block li:last-child img {
  margin: 0.5rem 0 0.5rem 0;
  max-width: calc(130px - 1.25vw);
}
.land--acknowledgment p {
font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
margin: 0;
padding: 1.5rem 0;
}
ul.footer--list li p, .work-title p {
  font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
margin: 0;
line-height: 1.05;
}
.land--acknowledgment {
  padding-left: 3vw;
  padding-right: 3vw;
}

/**
 * 8.0 - Lists
 */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
.schedule--item, .event--schedule--day {
  padding: 1rem 0;
}
.event--schedule--day {
border-bottom: solid 2px;
}
.single--content--type ul.video--gallery li:before {
    display: none;
}
.flickity-slider .single--content--type a {
    transition: all 0.2s ease-in-out;
    border-bottom: solid 2px #FFF;
}
.flickity-slider .single--content--type a:hover {
    border-bottom: solid 2px;
}
.single--content--type .video__caption_small p{
font-size: 2rem;
}

/**
 * 9.0 - Body
 */
 .slide--4 .body--indent {
  padding-left: 2.5rem;
  margin-top: -0.7rem;
 }
.grid-pack-item {
  margin-bottom: 3rem;
}
.video--thumbnails {
  position: relative;
}
.past-archive-bg svg, .video--thumbnails svg {
position: absolute;
width: 40px;
height: 40px;
top: 1rem;
right: 1rem;
z-index: 2;
fill: #FFF;
}
.border-bottom {
	border-bottom: solid thin;
	border-color: rgba(0,54,96,0.3);
}
.border-top {
	border-top: solid thin;
	border-color: rgba(0,54,96,0.3);
} 
.grid--no-hpadding {
    padding-left: 0;
    padding-right: 0;
}
.grid--with-hpadding {
  padding-left: 1.25vw;;
    padding-right: 1.25vw;;
}
.grid--no-vpadding-top {
    padding-top: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}

:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
.breadcrumb--list a span {
  border-bottom: solid 2px;
  border-color: transparent;
  transition: all 0.1s ease-in-out;
}
.navigation.pagination {
  margin-top: 4rem;
}
.nav-links {
  display: flex;
  justify-content: center;
}
.nav-links .page-numbers {
  padding: 0 0.75vw;
}
.next.page-numbers {
  margin-left: 0.75vw;
    padding-right: 0.8em;
}
.prev.page-numbers {
  margin-right: 0.75vw;
    padding-left: 0.8em;
}
.past-archive-bg div, .page--image a.close--overlay img {
  filter: grayscale(1);
  mix-blend-mode: multiply;
  z-index: 1;
  transition: 0.2s all ease-in-out;
}
.past-archive-bg:hover div, .page--image a.close--overlay:hover img {
  filter: grayscale(0);
  mix-blend-mode: inherit;
}
.past-archive-bg {
  position: relative;
  display: block;
  border-bottom: none !important;
}
.trigger-page-past-exhibitions a.past-archive-bg:after {
  content: "";
  width: 100%;
  height: calc(100% - 0.0vw);
}
a.past-archive-bg:after {
  content: "";
  width: 100%;
  height: calc(100% - 0.0vw);
  position: absolute;
  top: 0;
  z-index: 0;
}

.mob--only, .tab--hide {
    display: none;
}

.drop--shadow img {
    box-shadow: 9px 11px 20px -1px rgba(0,0,0,0.21);
-webkit-box-shadow: 9px 11px 20px -1px rgba(0,0,0,0.21);
-moz-box-shadow: 9px 11px 20px -1px rgba(0,0,0,0.21);
}
.comma--list:after {
    content: ", ";
}
.comma--list:last-child:after {
    content: "";
}

ul.breadcrumb--list {
  display: flex;
  width: 50%;
  padding-left: 9.0vw;
}
ul.breadcrumb--list.secondary {
  flex-direction: row-reverse;
  padding-left: 0vw;
  padding-right: 6.0vw;
}
.breadcrumb--list li.upcoming a {
  position: relative;
  padding-left: 0.8em;
}
.breadcrumb--list li.past a {
  padding-right: 2.6rem !important;
  position: relative;
  padding-left: 2.5vw;
}
p.anchor--link a {
  position: relative;
  padding: 0.5rem 1.5rem 0.6rem 2.4rem;
    display: inline-block;
    border-radius: 0px;
}
.breadcrumb--list li.past a::after, a.readmore--link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.7em;
    height: 2.7em;
    margin-left: 0.2em;
    transform: translateY(-50%) rotate(-90deg);
    background: url(images/arrow2-bc.svg) no-repeat 50% 50%;
    background-size: 0.65em auto;
}
p.anchor--link--expo a {
    padding-left: 25px;
}
p.anchor--link--expo a:before {
    content: '';
    width: 15px;
    height: 17px;
    position: absolute;
    left: 0vw;
    top: 20px;
    transform-origin: center;
    background: url(images/chevron-bc.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translateY(-50%);
    transform: translate3d(0,-50%,0);
}
p.anchor--link a::before {
 content: "";
    position: absolute;
    top: 50%;
    left: 0.5rem;
    width: 0.7em;
    height: 0.7em;
    margin-right: 0.2em;
    transform: translateY(-50%) rotate(0deg);
    background: url(images/chevron-bc.svg) no-repeat 50% 50%;
    background-size: 0.65em auto; 
}
.breadcrumb--list li.upcoming a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.7em;
    height: 0.7em;
    margin-right: 0.2em;
    transform: translateY(-50%) rotate(0deg);
    background: url(images/chevron-bc.svg) no-repeat 50% 50%;
    background-size: 0.65em auto;
}
.breadcrumb--link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.7em;
    height: 0.7em;
    margin-left: 0.2em;
    transform: translateY(-50%) rotate(-90deg);
    background: url(images/chevron-bc.svg) no-repeat 50% 50%;
    background-size: 0.65em auto;
}
.breadcrumb--list li:last-child .breadcrumb--link::after {
  background-image: none;
  width: 0;
    margin-left: 0;
}
.breadcrumb--list li:last-child a {
    padding-right: 0em;
}
.breadcrumb--link {
    position: relative;
    padding-right: 0.8em;
}
.grid--margins:after {
  content: "";
  clear: both;
  height: 0;
  display: table;
}
.address--block {
  padding-top: 1.6rem;
    padding-bottom: 6rem;
    padding-left: 9vw;
}
.internal-nav, .nav-links {
  line-height: 3;
}
a.prev {
  position: relative;
    padding-left: 0.8em;
}
a.prev::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.7em;
    height: 0.7em;
    margin-right: 0.2em;
    transform: translateY(-50%) rotate(90deg);
    background: url(images/chevron-bc.svg) no-repeat 50% 50%;
    background-size: 0.65em auto;
}
a.next {
  position: relative;
  padding-right: 0.8em;
}
a.next::after {
    content: "";
    position: absolute;
    top: 52%;
    right: 0;
    width: 0.7em;
    height: 0.7em;
    margin-left: 0.2em;
    transform: translateY(-50%) rotate(-90deg);
    background: url(images/chevron-bc.svg) no-repeat 50% 50%;
    background-size: 0.65em auto;
}
li.logo--block--item figure.logo--image {
  width: 100%;
}
figure.logo--image {
  filter: grayscale(1);
  width: 40%;
  display: block;
  margin: 1.0rem 0 0.5rem 0;
}
figure.logo--image.logo-landscape {
  width: 100%;
}
.single--content--type p.margin-bottom--para {
  margin-bottom: 2.5rem;  
}
.sold--out--sticker {
  position: absolute;
    top: 1rem;
    right: 0rem;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 5;
    text-align: center;
    transform: rotate(45deg);
}
.upcoming--event--people {
  margin-top: 1.25vw;
}
.shop--link {
  padding: 0.33em 0.5em;
    border: solid 2px;
    display: inline-block;
}
.single--content--type p.subheader {
  font-weight: 600;
}
.slide--4 p {
  max-width: calc(100% - 1.5rem);
}
p.subheader {
  margin: 0 0 1.0rem;
}
.title--block--archive, .upcoming--secondary--title--block {
  position: relative;
  margin: 1rem 0;
}
#select_filter {
    position: relative;
}
#select_filter .options {
    height: 50px;
    margin-left: 0em;
    width: calc(100% + 0em);
    position: absolute;
    top: 0em;
    overflow: hidden;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
button.menuact {
    padding: 0.8vw 1vw;
    margin: 0;
    line-height: 1;
    letter-spacing: -1px;
    margin-top: 0em;
    position: relative;
    text-align: left;
    width: calc(100% - 0em);
    background-color: #FFF;
    text-transform: none;
}
.menuact:before {
    right: 1.5em;
}
.menuact:before {
    content: '';
    width: 15px;
    height: 17px;
    position: absolute;
    right: 1.25vw;
    top: 25px;
    transform-origin: center;
    background: url(images/chevron-bc.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translateY(-50%);
    transform: translate3d(0,-50%,0);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
div.nav-filter {
    width: calc(100% + 0px);
    line-height: 1.1;
    margin-top: -4rem;
}
.filter-div div.nav-filter {
  margin-top: -1rem;
  }
div.nav-filter button {
    height: 0;
    overflow: hidden;
}
div.nav-filter button {
    padding: 0.8vw 1.25vw;
    position: relative;
    text-align: left;
    width: calc(100% - 0em);
    background-color: transparent;
}
.menuact.is-active:before {
    -webkit-transform: translate3d(0,-50%,0) rotate( 180deg );
    transform: translateY(-50%) rotate( 180deg );
    transform: translate3d(0,-50%,0) rotate( 180deg );
    top: 17px;
}
a.pdf--download {
  position: relative;
  padding-left: 26px;
}
a.pdf--download:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.file--block {
  margin-bottom: 2.5rem;
}
.gallery-info__title.underline--sub {
  font-weight: 600;
    border-bottom: solid 2px;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
}
a .underline--hover {
border-bottom: solid 2px;
border-color: transparent;
}
a:hover .underline--hover {
border-bottom: solid 2px;
}
.underline--hover {
  transition: all 0.2s ease-in-out;
}
.single--content--type .expo--agents p:nth-child(2) {
padding-left: 4rem;
margin-top: -0.8rem;
}

#select_filter .options.is-active div.nav-filter button {
    height: auto;
    margin: 0 0 0em 0;
    letter-spacing: -0.1rem;
}
div.nav-filter button {
    padding: 0.8vw 1vw;
}
#select_filter .options {
   height: 75px;
 }
#select_filter .options.is-active {
    overflow: visible;
    height: auto;
}
button.menuact {
    padding: 0.8vw 1.25vw;
}
div.nav-filter button{
padding: 0.8vw 1.25vw 0;
}
div.nav-filter button:last-child {
    padding-bottom: 1vw;
}
.filterdiv {
    position: absolute;
    right: 0rem;
    width: 100%;
    z-index: 3;
}
.filter-div li.filter {
  width: 100%;
  } 
.filter-div ul.breadcrumb--list.secondary {
  float: right;
  margin-top: -1rem;
}
li.filter {
  width: 70%;
  position: relative;
}
.trigger-page-event-archives li.past {
  width: 40%;
  text-align: right;
}
.gallery-info__item .post-type--label--grid p {
  font-size: 0.8em;
}
li .gallery-info__item p.overlay--feature--date, .page-id-156 .neg--margins--grid .gallery-info__item p.overlay--feature--date, .single-bookstore-blog .neg--margins--grid .gallery-info__item p.overlay--feature--date {
  font-weight: 600;
  padding-left: 2rem;
}
form.directmail_sf {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
form.directmail_sf.is-active {
  max-height: 50vh;
}
h2.widgettitle {
  position: relative;
}
h2.widgettitle:hover {
  cursor: pointer;
} 
h2.widgettitle:before {
    content: '';
    width: 15px;
    height: 17px;
    position: absolute;
    right: 0em;
    top: 50%;
    background: url(images/chevron-bc.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translateY(-50%);
    transform: translate3d(0,-50%,0);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.directmail_sf input {
  margin-top: 0.4rem;
  border: none;
  padding: 0.2rem 0.5rem;
  background-color: rgba(255,255,255,0.35);
}
.directmail_sf ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5; /* Firefox */
}
.directmail_sf input:focus {
  outline: none;
}
.archive--grid--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single--content--type .reg--block--item p {
  margin-bottom: 0;
}
.reg--block--item {
  margin-bottom: 1rem;
}
.flickity-button.flickity-counter.flickity-counter-disabled {
  background: transparent !important;
}
.carousel-cells .post-type--label--grid {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  z-index: 2;
  width: calc(100% - 1.2rem);
}
.carousel-cells .post-type--label--grid p {
  margin: 0;
}
.single-events .carousel-cells .post-type--label--grid {
    margin-top: 0rem;
}
.single--content--type .logo--block--item p {
  margin-bottom: 0;
}
.logo--block--item .portrait--image {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  filter: grayscale(1);
}
.ul-grid-item .post-type--label--grid,
.ul-grid-item .grid__pub {
display: table-row;
}
.bio--block {
  margin-bottom: 3rem;
}
body {
font-size: 2.3rem;
font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
}
.grid--margins {
  padding: 0 3vw;
  margin: 0 auto;
  width: 100%;
}
#bg-grid-green {
  position: fixed;
    left: 0vw;
    top: 0;
    transform: translate(-0%, -0%);
    width: calc(100vw - 0vw);
    z-index: -1;
}
#hero-lightpass {
  position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    width: 70%;
    height: 70%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.large--type p, .large--type h1 {
  font-size: calc(6rem + 0 * (100vw - 102.4rem)/ 416);
  margin: 0;
  line-height: 0.85;
  letter-spacing: -0.3rem;
}
.feature--block {
  margin-bottom: 5rem;
  max-width: 90%;
  padding-left: 9vw;
}
.rel__expo {
    margin-bottom: 2rem;
}
.single--content--type .rel__expo p {
    margin: 0;
}
.feature--block:last-child {
  margin-bottom: 8rem;
}
p.feature--indent, .feature--indent p {
  margin-left: calc(100vw / 20);
  transition: 0.2s all ease-in-out;
}
h1.page--title, .entry--header p, .title--block--archive p {
  font-size: 5rem;
  font-size: calc(5rem + 0 * (100vw - 102.4rem)/ 416);
  letter-spacing: -0.2rem;
  margin-top:0 ;
  margin-bottom: 0;
  line-height: 0.95;
}
ul.grid_list li {
width: 32.8%;
}
ul.grid_list li.ul-grid-item.wide--list {
width: 66%;
}
.menu.grid__item {
  padding-left: 0;
}
.overlay__header ul.service-menu {
  justify-content: end;
}
.overlay--menu .grid__item.grid__item--8 {
 padding-right: 0; 
}
.single--content--type .meta--spacer--block.body--text ul {
  margin: 2.5rem 0;
  font-weight: 300;
}
.single--content--type ul li {
  margin-bottom: 1rem;
}
.page-id-9 .single--content--type ul li {
  font-weight: 300;
  padding-left: 3rem;
}
.body--text a, .single--content--type a {
  border-bottom: 2px solid;
}
.schedule--item {
  font-weight: 300;
}
.search--line {
  scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    display: block;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
    text-decoration: none;
    border: 0 solid currentColor;
    border-bottom-width: 0.08em;
}
.search--line {
padding-top: 0.43em;
    padding-bottom: 0.43em;
overflow: hidden;
min-width: 100%;
}
.search--line {
font-size: calc(2.7rem + 10 * (100vw - 102.4rem)/ 416);
}
.search--label, .search--date {
font-size: 0.65em;
line-height: .95;
}
.search--title {
    line-height: .95;
    margin: 0;
}
.search--inner div {
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
}
.search--image {
  height: calc(0.85em + 0.18em * 2);
    margin-top: -0.18em;
    margin-bottom: -0.28em;
    line-height: .95;
    position: relative;
    max-width: none;
    width: auto;
}
.search--inner>div>:last-child {
    padding-right: 1.25vw;
}
.search--header, .search--image, .search--title--primary, .search--title--secondary, .search--image, .search--date, .search--label {
 display: inline-block;
    flex-shrink: 0;

}
ul.letter-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.names--index {
    column-count: 1;
    margin-top: 3.7rem;
}
.names--index li:first-child h3 {
    margin-top: 0;
}
.names--index li h3 {
    margin: 0 0 12px 0;
}

.search--title--primary, .search--title--secondary, .search--image, .search--date, .search--label {
    margin-right: 8px;
    margin-right: calc(8px + 0 * (100vw - 768px)/ 256);
}
.outreach--part-list {
    margin-bottom: 2rem;
}
.blog--item--block figure.page--image {
  margin-bottom: 1.5rem;
}
.news--date {
    font-weight: 600;
    font-size: 1.7em !important;
}
.page-id-9 .entry--header {
margin-bottom: 5rem;
}
p.subheading {
font-weight: 600 !important;
}
.list--style--member ul {
    margin: 0.5rem 0 2rem;
}
.list--style--member ul li, .single--content--type ul li {
    font-weight: 300;
    position: relative;
    padding: 0 0 0 2.5rem;
}
.list--style--member ul li:before,
.single--content--type ul li:before {
content: "";
position: absolute;
width: 15px;
height: 15px;
border-radius: 50%;
left: 0;
    top: 0.5rem;
    }

.single--content--type ul li.logo--block--item:before {
    content: none;
}
.single--content--type ul li.logo--block--item {
    padding: 0.5rem 0.5rem 0 0.5rem;
}
.single--content--type ul.sponsor--logo--block {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.past-archive-bg .post-type--label--grid {
    position: absolute;
    z-index: 2;
    top: 0.6vw;
    left: 0.6vw;
    margin-top: 0 !important;
}
.past-archive-bg .post-type--label--grid p {
font-weight: 300;
}
/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 14.1 - <= 600px
 */
@media screen and (max-width: 38em) {
.mob--hide {
    display: none;
}
.trigger-archive-archives-ephemera .list--table {margin-top: 2rem}
ul.letter-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
figure.logo--image.logo-landscape {
  width: 100%;
  max-width: 250px;
}
.single-archives-ephemera .slide--4 .post-type--label--grid {margin-top: 0}
.single-archives-ephemera .expo--content .page--image {margin: 15px 0}
ul.letter-menu li {
    padding-right: 10px;
}
.names--index {
    margin-top: 2rem;
}
.grid--tpadding {
    padding-top: 5rem;
}
.page-id-9 .entry--header {
    margin-bottom: 2rem;
}
.dt--only, .carousel-cell img.dt--only {
  display: none;
}
.trigger-page-event-archives li.past {
    width: 100%;
    text-align: right;
}
.ul-grid-item .post-type--label--grid p {
  margin-bottom: 0.2rem;
}
body {
    font-size: 2rem;
}
.upcoming--title--block h3.no--indent {
  font-size: 2.8rem;
    letter-spacing: -0.1rem;
    margin: 0 0 0 0;
    font-weight: 600;
}
.past-archive-bg svg, .video--thumbnails svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0.6rem;
    right: 0.6rem;
    z-index: 2;
}
[class*=grid__item] {
    float: none;
    min-height: 1em;
    padding-left: 0vw;
    padding-right: 0vw;
}
ul.funding--block li:nth-child(1) img, ul.funding--block li:nth-child(2) img, ul.funding--block li:last-child img {
    margin: 0.5rem 0.75rem;
    max-width: calc(100% - 1.5rem);
}
.upcoming--overlay--item {
  float: left;
  width: 50%;
}
.min--height--container {
  min-height: calc(100vh - 300px);
}
.page-id-194 .breadcrumb{
flex-direction: column;
}
.page-id-326 .breadcrumb--list li.past a {
    padding-right: 3rem;
    position: relative;
    padding-left: 0rem;
}
.registration--block {
    padding-top: 0rem;
    margin: 1.5rem 0 0;
}
.schedule--item {
  border-bottom: dotted 1px #CCC;
}
.schedule--item div {
  margin-bottom: 0.4rem;
}
.time--highlight {

}
.page-id-194 ul.breadcrumb--list.secondary {
    flex-direction: row-reverse;
    margin-top: 0.7rem;
}
ul.funding--block, .sponsor--logo--block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-events .mob--padding--border {
margin: 1rem 0 2rem;
}
ul.funding--block li {
  width: 50%;
  margin-bottom: 0.75rem;
}
.sponsor--logo--block li {
  width: 32%;
  margin-bottom: 0.75rem;
}
.bio--block.sponsor--logo--block li {
  width: 49%;
  margin-bottom: 0.75rem;
  padding-left: 0 !important;
}
.search--line {
    font-size: calc(4rem + 10 * (100vw - 102.4rem)/ 416);
}
.sponsor--logo--block li.logo--block--item.wide--block {
  width: 60%;
}
p.feature--indent--secondary {
    font-size: 2rem;
    line-height: 1.05;
    margin: -0.8rem 0 1.0rem 0rem;
}
.feature--indent--secondary, .indent--padding--left {
  padding-left: 1.5rem;
}
.overlay--footer {
  margin-top: 3rem;
}
.overlay--footer .grid__item--8 {
  margin-top: 1.5rem;
}
.overlay--feature--title {
  margin-top: 1rem;
}
.overlay--feature--title .gallery-info__title a, .overlay--feature--title .overlay--feature--date {
    margin-left: 0;
}
.past--block--archive {
  margin-top: 2rem;
}
#bg-grid-green {
  position: fixed;
    left: 50%;
    top: 0rem;
    transform: translate(-50%, -0%);
    width: auto;
    height: 100vh;
    z-index: -1;
}
.title--pad--indent, .upcoming--title--block .feature--date {
    padding-left: 3rem;
    transition: all 0.2s ease-in-out;
}
.outreach--title--image--block {
    padding: 0 1.5rem;
    margin: 0 auto;
    width: 100%;
}
.gallery-info__item .post-type--label--grid p {
    font-size: 1.3rem;
}
a.pdf--download {
    position: relative;
    padding-left: 20px;
}
a.pdf--download:before {
    top: 3px;
    width: 16px;
    height: 16px;
}
h3.secondary--header, .gallery-info__item .upcoming--secondary--title--block p {
    font-size: 2.8rem;
    letter-spacing: -0.1rem;
    margin: 0 0 0 0;
    font-weight: 600;
    line-height: 1;
}
img.center--mid {
    margin: 10px auto 1.5rem;
    width: 100%;
    max-width: 200px;
}
.slide--4.single--content--type p.body--indent {
    padding-left: 1.5rem;
}
.slide--4.single--content--type p {
    font-weight: 600;
}
.single--content--type p {
    font-size: 2rem;
    margin: 0 0 1rem;
    font-weight: 300;
}
.location--block, .registration--block, .people--block {
  margin-bottom: 1.5rem;
}
.single--content--type .location--block p, .people--block p:last-child {
  margin-bottom: 0;
}

.archive--grid--image {
    padding-bottom: 65%;
    }
.neg--margins--grid {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    display: flex;
    flex-wrap: wrap;
}
[class*="block-grid-"] {
    display: block;
    padding: 0;
    text-align: center;
    margin: 1rem -0.75rem;
}
ul.grid_list li.ul-grid-item.wide--list {
  width: 100%;
}
ul.grid_list li {
    margin-bottom: 1em;
    display: inline-table;
    width: calc(50% - 0.1em);
    }
[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.75rem;
}
.grid-pack {
  margin-right: -0.75rem;
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem);
    display: flex;
    flex-wrap: wrap;
}
.grid-pack-item {
    width: calc(50% - 1.5rem);
    padding: 0;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 2rem;
}
.neg--margins--grid .grid__item--3{
width: 50%;
padding: 0 0.75rem;
margin-bottom: 2.5rem;
}
.archive--grid--image {
    padding-bottom: 60%;
    position: relative;
    margin-bottom: 0.6vw;
}
.social__item a>svg {
    width: 1.8em;
    height: 1.8rem;
    }
#hero-lightpass {
    position: fixed;
    left: 10vw;
    bottom: 1.5rem;
    top: auto;
    transform: translate(0%, 0%);
    max-width: 80vw;
    max-height: 80vw;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.bg--image--pad {
    padding-bottom: 56.25%;
    position: relative;
}
p.subheader {
    margin: 2rem 0 0.5rem;
    line-height: 1;
}
.grid--with-hpadding {
    padding-left: 0vw;
    padding-right: 0vw;
}
.gallery-info .grid__item--4 {
  float: left;
  width: 50%;
}
.gallery-info .grid__item--4:last-child p {
  display: inline-block;
  margin-right: 0rem;
  width: 50%;
}
.image--gallery--block {
  margin: 1rem 0;
}
ul.funding--block {
  margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.site-header__nav-icon>svg {
  display: block;
}
.search-form__button, input[type="submit"] {
    font-size: 2.0rem;
    padding: calc(0.6rem - 3px);
    }
.search-form__input {
font-size: 2.0rem;
padding: calc(0.6rem - 3px);
  }
.site-header__nav-button {
  position: relative;
}
.site-header__nav-label {
  padding: 0.6rem 0.6rem 0.6rem 26px;
}
.site-header__nav-icon {
position: absolute;
    top: 9px;
    left: 0.6rem;
    width: 16px;
    height: 16px;
}
.site-header__nav-button {
  display: flex;
    flex-wrap: nowrap;
}
.meta--spacer--block {
    margin-top: 2rem;
}
.meta--spacer--block p {
  margin-bottom: 0 !important!;
}
.single--content--type .related--events p {
    margin: 0 0 0rem;
}
.single--content--type .related--events p.body--indent, .single--content--type.series--blocks p.body--indent, .rel--info--block .feature--indent--secondary, .work-title .feature--indent--secondary {
    margin: 0 0rem 0 2rem;
    padding: 0;
}
.internal-nav .grid__item--6 {
  width: 50%;
  float: left;
}
.related--events {
    margin-bottom: 1.5rem;
}
.gallery-info .grid__item--4 .button {
  font-size: 2rem;
  margin: 0;
  vertical-align: bottom;
}
.gallery-info .grid__item--4:last-child:before {
  content: "";
  display: table;
  height: 1.5rem;
  position: relative;
}
.gallery-info .grid__item--4:last-child {
  width: 100%;
  clear: both;
  display: block;
  float: none;
  margin-bottom: 1.5rem;
}
.gallery-info {
  margin-top: 2.5rem;
}
h2.widgettitle {
    position: relative;
}
ul.service-menu {
    text-align: right;
    margin-top: 0rem;
    padding-top: 2.4rem;
}
ul.service-menu li {
 font-size: 2rem; 
}
.gallery-info__title {
    font-size: 2.0rem;
    margin: 0 0 0.8rem;
}
.gallery-info__item p, h2.widgettitle, .directmail_sf {
    font-size: 2.0rem;
    margin: 0;
    font-weight: 300;
}
.menu__header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu__header--primary, .menu__header--secondary {
    border-top-width: 2px;
}
.menu__header--primary {
    font-size: 3.4rem;
    letter-spacing: -0.1rem;
}
.menu__header--secondary {
    font-size: 2.4rem;
    letter-spacing: -0.1rem;
    padding-bottom: 1.0rem;
}
.site-header {
  position: fixed;
    top: 1.5rem;
    left: 1.5rem;
    font-size: 2rem;
    width: auto;
    display: block;
    height: auto;
    line-height: 1;
}
.land--acknowledgment {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
p {
 font-size: 2rem;
 line-height: 1.1; 
}

.upcoming--secondary--title--block .feature--indent--secondary {
  padding-left: 3.5rem;
}
.search-icon {
    width: 1.7rem;
    height: 1.7rem;
}
#search.is-active {
    width: 63%;
}
.address--block {
    padding-top: 9rem;
    padding-bottom: 5rem;
    padding-left: 0;
}
.feature--block {
    margin-bottom: 3rem;
    padding-left: 0;
    max-width: 100%;
}
.overlay__close {
    z-index: 999;
    width: 20px;
    position: fixed;
    top: 1.7rem;
    left: 65px;
    font-size: 1.7rem;
}
.overlay__header {
  line-height: calc(4.6rem + 18 * (100vw - 102.4rem)/ 416);
}
.single-events .rel--info--block {
  margin-bottom: 1rem;
}
#search {
    position: fixed;
    top: 1.3rem;
    right: 1.5rem;
    z-index: 9;
    overflow: hidden;
    width: 2.0rem;
    transition: all 0.4s ease-in-out;
}
p.anchor--link {
  margin-top: -0.6rem;
}
.sold--out--sticker {
    bottom: 0rem;
    top: auto;
    right: 0rem;
    width: 80px;
    height: 80px;
    line-height: 4;
}
.social__item {
    display: flex;
}
p.anchor--link a {
    position: relative;
    padding: 0.5rem 0.6rem 0.6rem 2.4rem;
    }
.meta--spacer--block p {
  margin-bottom: 0.5rem;
}
.single-events .entry--header, .single-publications .entry--header, .single-archives-ephemera .entry--header {
  margin-top: 0rem;
}
.single-events .page--image {
margin: 1rem 0;
}
.single-events .post-type--label--grid p,
.single-archives-ephemera .post-type--label--grid p,
.single-publications .post-type--label--grid p {
  margin-bottom: 0;
}
.single-events .post-type--label--grid,
.single-archives-ephemera .post-type--label--grid,
.single-publications .post-type--label--grid {
margin-top: 4rem;
margin-bottom: 0.2rem;
display: flex;
overflow: visible;
}
.single-events .post-type--label--grid .grid__item--4:nth-child(1) {
  width: 70%;
}
.single-events .post-type--label--grid .grid__item--4:nth-child(2) {
  width: 30%;
}
.single-events .post-type--label--grid .grid__item--4:nth-child(2) p {
  float: right;
}
.outreach--content .entry--header {
    margin-bottom: 1.5rem;
}
.entry--header {
  margin-top: 4rem;
  position: relative;
}
.post-type-archive-exhibitions-projects .entry--header {
  margin-bottom: -1rem;
}
.grid__item--8 {
  width: 100%;
}
ul.video--gallery, ul.video--gallery.video--grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.video--gallery li, ul.video--gallery.video--grid li {
  width: 48%;
  margin-bottom: 1rem;
}
.flickity-button.flickity-counter {
  padding: 0.6rem;
  top: 0;
  left: 0;
  color: #0a0a0a;
}
.large--type p, .large--type h1 {
    font-size: calc(4.0rem + 0 * (100vw - 102.4rem)/ 416);
    margin: 0;
    line-height: 0.85;
    letter-spacing: -0.2rem;
}
.mob--padding--border {
  border-top: solid 2px;
    padding: 2rem 0 1rem;
    margin: 1rem 0 0;
}
.single--content--type .nomarg--indent {
  margin-left: 2rem;
    margin-top: -1rem;
}
.feature--block p.feature--indent,
.entry--header p.feature--indent,
.feature--indent p {
max-width: calc(100% - 3.5rem - 0rem);
  }
.post-type-archive-events .upcoming--title--block p.feature--indent {
  font-size: 2.8rem;
    letter-spacing: -0.1rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}
p.feature--indent, .feature--indent  p{
    margin-left: 3.5rem;
    transition: 0.2s all ease-in-out;
    max-width: calc(100% - 3.5rem - 0rem);
}
p.smaller--type, .large--type p.smaller--type {
    font-size: 2.5rem;
    line-height: 1.0;
    letter-spacing: -0.2rem;
}
.grid--margins {
  padding: 0 1.5rem;
}
.small--type, .small--type h1 {
    font-size: 2.0rem;
}
ul.breadcrumb--list {
    display: flex;
    width: auto;
    margin-top: 5.5rem;
    padding-left: 0;
}
ul.breadcrumb--list.secondary {
  padding-right: 0;
}
.post-type-archive-exhibitions-projects .past--block--archive {
margin-top: 0rem;
}
h1.page--title, .entry--header p, .title--block--archive p {
    font-size: 3.5rem;
    letter-spacing: -0.1rem;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 0.95;
}
.title--block--archive p.feature--indent {
max-width: calc(100% - 3.5rem - 0rem);
}
ul.breadcrumb--list h1 {
  margin: 0;
}
.blog--item--block p.post--date--archive {
margin: 0 0 1rem;
    }
.blog--item--block p {
    margin: 0 0 0rem;
    font-weight: 300;
}
.mob--cols {
    display: flex;
    flex-wrap: wrap;
}
.mob--cols .gallery-info__item {
margin: 0.75rem;
width: calc(50% - 1.5rem);
}
.breadcrumb {
    line-height: 1;
    display: flex;
    position: relative;
    z-index: 4;
    justify-content: space-between;
}
.breadcrumb--list li.past a {
    padding-right: 3rem;
    position: relative;
    padding-left: 1.5rem;
}
.breadcrumb--list li.past a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 2.7em;
    margin-left: 0.2em;
  }
.grid--margins.sticky--div--nav, .single--content--type.sticky--div--nav {
  position: sticky;
  top: 5.5rem;
  z-index: 3;
}
.page-id-156 .single--content--type.sticky--div--nav {
    position: relative;
    top: auto;
  }
a.readmore--link {
  position: relative;
  display: inline-block;
}
.blog--item--block {
  border-bottom: solid 2px;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.grid--for--sticky {
  position: relative;
}
.pbottomsmall {
  padding-bottom: 1.5rem;
}
.carousel-cell img.mob--only, .mob--only {
  display: block;
}
.slide--4 {
  width: 100%;
}
.carousel-cells .flickity-prev-next-button {
    width: 30px !important;
    height: 30px !important;
    top: calc(50% - 1.25rem) !important;
}
.carousel-cells .flickity-prev-next-button.next {
    right: 0 !important;
}
.carousel-cells .flickity-prev-next-button.previous {
    left: 0 !important;
}
.related--content {
margin-top: 3rem;
}
.splash--screen--expo {
  padding: 0 1.5rem;
}
.entry--header p.curator--label {
  font-size: 2rem;
  margin: 1rem 0;
}
.page-id-9 .single--content--type.sticky--div--nav {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  top: auto;
}
.single--content--type p.feature--date--upcoming--events {
    font-weight: 600;
    padding-left: 2rem;
    font-size: 2.8rem;
    letter-spacing: -0.1rem;
}
.outreach--banner.blog--item--block {
    border-bottom: none;
    padding-bottom: 0;
}
}
	
/**
Phone Landscape
*/
@media screen and (min-width: 38.1em) and (max-width: 47.000em) {

}

/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 38.1em) {
.grid__item--12 .page--image {
margin-bottom: 3rem;
}
.expodoc__anchor {
    position: absolute;
    top: 90vh;
    z-index: 9;
    left: calc(100vw / 12);
}
ul.grid--gallery li {
    margin: 0 0.75rem 1.5rem;
    width: calc(20% - 1.5rem);
}
.page-id-156 .entry--header {
  margin-bottom: 2.5rem;
}
.blog--item--block {
  margin-bottom: 4rem;
}
.blog--item--block p.post--date--archive {
margin: 0 0 1rem;
    }
.blog--item--block p {
    font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
    margin: 0 0 0rem;
    font-weight: 300;
}
.error404 .grid--for--sticky {
  margin-top: 3rem;
}
.single--content--type h2 {
margin: 0 0 1.5rem;
font-size: 3rem;
line-height: 1;
}
.meta--spacer--block p {
  margin-bottom: 0 !important;
}
.menu--sticky {
  position: sticky;
  top: 60px;
}
.marquee {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0.5;
    width: calc(100vw / 20);
    height: 100vh;
    z-index: 5;
}
.preheader--block ul.breadcrumb--list:first-child {
  width: 40%;
}
.preheader--block ul.breadcrumb--list:last-child {
  width: 60%;
}
#search {
    position: fixed;
    top: 0.6rem;
    }
p.anchor--link {
  float: right;
  margin-top: -0.4rem;
}
.carousel-cell img.mob--only {
  display: none;
}
.indent--padding--left {
  padding-left: 2.5rem;
}
.carousel-cells .slide--4 {
        width: 31%;
    margin-right: 2.33%;
        min-height: 25vh;
        display: block;
    }
.location--block, .registration--block, .people--block {
  margin-bottom: 2rem;
}
.location--block p {
  margin-bottom: 0 !important;
}
.upcoming--title--block:hover .feature--date {
padding-left: 0rem;
}
.upcoming--title--block:hover .indenthover {
  padding-left: 4rem;
}
.indenthover {
  transition: all 0.2s ease-in-out;
}

.title--pad--indent, .upcoming--title--block .feature--date {
  padding-left: 4rem;
  transition: all 0.2s ease-in-out;
}
.upcoming--title--block:hover .feature--date--upcoming--events {
    padding-left: 0;
}
.featured--overlay--content .grid-pack-item {
     width: 50%;
 }
.grid-pack-item {
  width: 33.33%;
  padding: 0 1.25vw;
}
.filter-div p {
  display: inline-block;
}
ul.grid-pack.menu--upcoming {
margin-left: 0vw;
}
.featured--overlay--content ul.grid-pack {
  margin-left: 0vw;
  margin-right: 0vw;
}
ul.grid-pack {
  margin-left: -1.25vw;
  margin-right: -1.25vw;
  display: flex;
  flex-wrap: wrap;
}
.overlay--footer h3.gallery-info__title {
  margin-top: 1.5rem;
}
.single--content--type p.feature--date--upcoming--events {
    transition: all 0.2s ease-in-out;
}
.documentation--container ul.video--gallery li p {
  font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
    line-height: 1.0;
    margin: 0.5rem 0 0rem 0rem;
    font-weight: 300;
}
p.feature--indent--secondary {
  font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
    line-height: 1.05;
    margin: -0.8rem 0 1.5rem 0rem;
}
p.overlay--feature--date {
  font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
}

.marquee-vertical {
    transform: rotate(
90deg
) translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5vw 0;
    overflow: hidden;
    transform-origin: top left;
    z-index: 1;
}
@keyframes f{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}
.marquee-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    animation-name: f;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    will-change: transform;
}
.marquee-wrapper ul {
    width: 100vh;
    justify-content: space-between;
}
.marquee-wrapper ul, .marquee-wrapper ul li {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.marquee-wrapper ul li {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 0.9;
    font-size: 5.7rem;
    letter-spacing: -0.2rem;
    font-weight: 600;
    width: auto;
    padding: 0 2vw;
}
.flickity-counter {
  top: 0;
    left: 0;
    color: #000 !important;
    width: auto;
    text-align: center;
}
.grid__item--2 {
    width: calc((2 * (100% / 12)) - 0px);
}   
.grid__item--6 {
    width: calc((6 * (100% / 12)) - 0px);
}	
.grid__item--12 {
    width: calc((12 * (100% / 12)) - 0px);
} 
ul.grid--list--4.series--listing {
  margin: 0 ;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(100% + 0rem);
}
.single--content--type .series--inline--item {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 0;
    line-height: 1;
}
.series--number {
  width: 10%;
}
.series--author {
  width: 20%;
}
.series--isbn {
  text-align: right;
  width: 30%;
}
.series--title {
  width: 40%;
}
.single--content--type .series--inline--item:last-child {
  margin-right: 0;
}
.single--content--type .series--inline--item p {
  margin-bottom: 0 !important;
}
ul.grid--list--4 {
  margin: 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
}
ul.grid--list--4.series--listing li {
padding: 0 0 1.5rem;
width: 100%;
    display: flex;
    border-bottom: solid 2px;
  }
ul.grid--list--4 li {
  padding: 0 0.5rem 0;
  margin: 0 0 1.5rem;
  width: calc((3 * (100% / 12)) - 0px);
}
ul.video--gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.75rem 0;
}
ul.video--gallery li {
  width: 100%;
  margin-bottom: 1.75rem;
  padding: 0;
}
.documentation--container ul.video--gallery li {
  width: 31%;
  margin-bottom: 2rem;
}
.grid-lpadding {
  padding-left: 1.5rem;
  padding-right: 0;
}
.grid-rpadding {
  padding-left: 0rem;
  padding-right: 1.5rem;
}
.grid-bpadding.grid--margins {
  padding-bottom: 3rem;
}
.grid__item--8 {
    width: calc((8 * (100% / 12)) - 0px);
}
.grid__item--4 {
    width: calc((4 * (100% / 12)) - 0px);
}
.grid__item--3 {
    width: calc((3 * (100% / 12)) - 0px);
}
ul.service-menu {
    display: flex;
}
.single--content--type .related--events p {
  margin: 0 0 0rem;
}
.single--content--type .related--events p.body--indent, .single--content--type.series--blocks p.body--indent, .rel--info--block .feature--indent--secondary, .work-title .feature--indent--secondary{
  margin: 0 0rem 0 3rem;
}
.related--events {
  margin-bottom: 1rem;
}

.meta--spacer--block {
  margin-top: 3rem;
}
.menu__header--primary {
    font-size: 3.3rem;
    font-size: calc(3.3rem + 0 * (100vw - 102.4rem)/ 416);
    letter-spacing: -0.1rem;
}
.image--gallery--block {
  margin-bottom: 5rem;
}

.gallery-info__title.septop-margin {
  margin-top: 3rem;
}
.overlay--feature--title .gallery-info__title a,
.overlay--feature--title .overlay--feature--date {
  margin-left: -1.5rem;
}

.breadcrumb {
  line-height: calc(6.0rem + 16 * (100vw - 102.4rem)/ 416);
  display: flex;
  position: relative;
    z-index: 4;
}
.overlay--footer.grid--margins {
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.overlay--footer:before {
  content: "";
  height: 2px;
  position: absolute;
  width: calc(100% - 6vw);
    background: #0a0a0a;
    margin-left: 0vw;
}
.breadcrumb h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
}
.gallery-info__item p, h2.widgettitle, .directmail_sf {
font-size: 2.3rem;
font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
margin: 0;
font-weight: 300;
}

.menu__header--primary, .menu__header--secondary {
    border-top-width: 2px;
    border-top-width: calc(2px + 0 * (100vw - 1024px)/ 416);
}
.gallery-info {
  margin-bottom: 3.5rem;
}
h3.secondary--header, .gallery-info__item .upcoming--secondary--title--block p, .single--content--type p.feature--date--upcoming--events {
font-size: calc(3.5rem + 0 * (100vw - 102.4rem)/ 416);
    letter-spacing: -0.1rem;
    margin: 0 0 0 0;
    font-weight: 600;
  }
.single--content--type .upcoming--title--block p.feature--indent {
  font-size: calc(3.5rem + 0 * (100vw - 102.4rem)/ 416);
    letter-spacing: -0.1rem;
    margin: 0 0 0 5rem;
    font-weight: 600;
}
.recent--expos--block p {
  font-weight: 600;
}
.recent--expos--block p.overlay--feature--date {
font-weight: 300;
}
.recent--expos--block div.feature--indent--secondary {
padding-left: 3rem;
font-weight: 300;
}
.upcoming--secondary--title--block div.feature--indent--secondary,  .single--content--type p.feature--date--upcoming--events {
padding-left: 4rem;
}
.single-events .post-type--label--grid,
.single-publications .post-type--label--grid,
.single-archives-ephemera .post-type--label--grid {
  margin-top: 3rem;
  overflow: visible;
}
.single-archives-ephemera .slide--4 .post-type--label--grid {
    margin-top: 0;
}
.single-events .entry--header,
.single-publications .entry--header,
.single-archives-ephemera .entry--header{
  margin-top: 0;
}
.entry--header {
  margin-bottom: 1rem;
  margin-top: 5rem;
}
.sticky--title {
position: fixed;
    z-index: 0;
    left: calc(100vw / 12);
  }
.sticky--title p {
  font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
    line-height: calc(9rem + 18 * (100vw - 102.4rem)/ 416);
}
.recent--expos--block {
  margin-bottom: 6rem;
}
.search-form__fieldset {
    font-size: 2.3rem;
    font-size: calc(2.3rem + 8 * (100vw - 102.4rem)/ 416);
}
.bg--image--pad {
  padding-bottom: 56.25%;
  position: relative;
}
.archive--grid--image {
  padding-bottom: 70%;
  position: relative;
  margin-bottom: 0.6vw;
}
.neg--margins--grid {
  margin-right: -1.25vw;
  margin-left: -1.25vw;
  display: flex;
  flex-wrap: wrap;
}
.neg--margins--grid .gallery-info__item {
  margin-bottom: 3rem;
}

ul.quote--cycle {
  width: 100%;
  position: absolute;
  height: 100%;
}
ul.quote--cycle li {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
ul.quote--cycle li.active {
z-index: 3;
}	
a.home--links:hover p.home--title, a.home--links:hover p.feature--date, .upcoming--title--block p.feature--date{
  margin-left: calc(100vw / 20);
  margin-right: calc(-10vw + 0px);
}

a.home--links:hover p.feature--indent, .upcoming--title--block:hover p.feature--indent, a.home--links:hover .feature--indent p {
  margin-left: 0;
  margin-right: calc(100vw / 20);
}
p.home--title, p.feature--date, a.menu--link span {
  transition: all 0.2s ease-in-out;
}
a.menu--link:hover span {
  padding-left: 1.5rem;
}
p.nomarg--indent, .single--content--type .nomarg--indent p {
  margin-top: -0.8rem !important;
  padding-left: 4rem;
  font-weight: 600;
}
.grid--margins.sticky--div--nav, .single--content--type.sticky--div--nav {
  position: sticky;
  top: 5rem;
  z-index: 3;
}
.grid--for--sticky, a.readmore--link {
  position: relative;
}
.pbottom {
  padding-bottom: 6rem;
}
.pbottomsmall {
  padding-bottom: 1rem;
}
.sticky--title--nav {
  position: sticky;
  top: 4rem;
}
li.search--item {
  display: flex;
}
ul.sponsor--logo--block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo--block--item {
  width: 45%;
}

.logo--block--item.wide--block {
  width: 100%;
}
.single--content--type .expo--agents p {
  font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.single--content--type .expo--agents {
  margin-bottom: 1.5rem;
}
.scrolling--content--overlay {
  position: relative;
  
  z-index: 1;
}
.wh--bg {
  background: #FFF;
}
.grid__item--12 .carousel-cell img {
    max-height: calc(100vh - 200px) !important;
}
.single-events .image--gallery--block {
position: relative;
top: auto;
left: auto;
transform: none;
margin: 2rem 0 4rem;
}
.single-publications .image--gallery--block {
  position: relative;
  top: auto;
  transform: none;
  left: auto;
  margin-bottom: 3rem;
}
.image--gallery--block {
  margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.intro--panel--content {
  position: fixed !important;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 0;
}

.expo--title--image--block {
  position: relative;
  padding-bottom: 200vh;
}
.outreach--title--image--block {
    position: relative;
}
.splash--image--outreach {
    background-size: contain;
    width: 100%;
    height: 80vh;
    top: 10vh;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed; 
}
.splash--image--outreach:after {
position: fixed;
z-index: 0;
mix-blend-mode: multiply;
content: "";
top: 0;
left: 0;
height: 100vh;
width: 100vw;
    }
.splash--image--title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
  opacity: 0.5;
  z-index: -1;
}
.splash--screen--expo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  mix-blend-mode: overlay;
  z-index: -1;
}
.splash--screen--expo .entry--header {
  margin-left: 3vw;
  margin-top: 18vh;
  z-index: 3;
  max-width: 85%;
}
.scroll--content--gradient {
  height: 15rem;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+70 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
position: relative;
}
.splash--screen--expo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 3;
}
.splash--screen--outreach {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;  
}
.fixed--breadcrumb {
  position: fixed !important;
  z-index: 5;
}
.splash--screen--expo h1.page--title, .splash--screen--expo .entry--header p,
.splash--screen--outreach h1.page--title, .splash--screen--outreach .entry--header p{
    font-size: calc(6.5rem + 0 * (100vw - 102.4rem)/ 416);
    }
.splash--screen--expo .entry--header p.curator--label,
.splash--screen--outreach .entry--header p.curator--label{
    font-size: calc(4rem + 0 * (100vw - 102.4rem)/ 416);
    max-width: 70%;
    margin-top: 1rem;
    }
p.wp-caption-text, .i--caption p {
  text-align: center;
}
.entry--header p.feature--indent,
.entry--header .curator--label {
    margin-left: calc(100vw / 11);
    }
.grid--margins {
    margin: 0 3vw;
    padding: 0;
    width: calc(100% - 6vw);
  }
#hero-lightpass {
  position: fixed;
    left: 84vw;
    top: auto;
    bottom: 2.6rem;
    transform: translate(-0%, -0%);
    width: 14vw;
    height: 14vw;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
#hero-lightpass.animate {
  bottom: 13.0rem;
}
}	

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {

  .address--block {
    margin-top: 0vw;
    margin-bottom: 3rem;
  }
  p.smaller--type, .large--type p.smaller--type  {
  font-size: 4rem;
    line-height: 1.2;
    letter-spacing: -0.2rem;
}
.menu__header--secondary {
    font-size: 2.3rem;
    font-size: calc(2.3rem + 6 * (100vw - 102.4rem)/ 416);
    letter-spacing: -0.1rem;
}
.single--content--type p {
 font-size: 2.3rem;
    font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
    margin: 0 0 1rem; 
    font-weight: 300;
}
.post-type--label--grid p {
  font-size: 2.3rem;
    font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
    margin-bottom: 0.4rem; 
}
.gallery-info__title {
  font-size: 2.3rem;
    font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
    margin: 0 0 0.8rem;
}
.small--type, .small--type h1 {
  font-size: 2.3rem;
font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
}
.outreach--banner {
    width: calc(100% - 0);
    margin-left: 22rem;
    margin-right: calc(100vw / 12);
}
.outreach--banner img {
    max-width: 1000px;
}
.trigger-single-outreach .outreach--banner figure.page--image {
  margin-bottom: 6rem;  
}
}

/**
 * 14.4 - >= 1100px
 */

@media screen and (min-width: 63em) {
 
body {
font-size: 2.2rem;
font-size: calc(2.2rem + 2 * (100vw - 102.4rem)/ 416);
}
ul.letter-menu {
margin-top: 4.5rem;
}

.trigger-page-event-archives li.past {
  width: 30%;
  text-align: right;
}
.trigger-single-outreach .sticky--title--nav {
  position: sticky;
  top: 3.5rem;
}
.sticky--title--nav {
  position: sticky;
  top: 7rem;
}
.menu__header {
  padding-bottom: calc(14px + 0 * (100vw - 1024px)/ 416);
  padding-top: calc(14px + 0 * (100vw - 1024px)/ 416);
}

h1.page--title {
  max-width: 80%;
	}
.large-block-grid-4 > li {
    width: 24.6%;
    list-style: none;
}
.large-block-grid-4 > li.wide--list {
  width: 49.2%;
}
}

/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
body {
font-size: 2.3rem;
font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
}
ul.grid_list li {
width: 24.2%;
    }
ul.grid--gallery li {
    margin: 0 0.75rem 1.5rem;
    width: calc(16.66% - 1.5rem);
}
ul.grid_list li.ul-grid-item.wide--list {
    width: 49.2%;
}
.names--index {
    column-count: 3;
    margin-top: 4rem;
}
.menu--sticky {
  position: sticky;
  top: 97px;
}
.location--block, .registration--block, .people--block {
    margin-bottom: 3rem;
}
.grid-lpadding {
  padding-left: 2rem;
  padding-right: 0;
}
.grid-rpadding {
  padding-left: 0rem;
  padding-right: 2rem;
}
.preheader--block ul.breadcrumb--list:first-child {
    width: 50%;
}
.preheader--block ul.breadcrumb--list:last-child {
    width: 50%;
}
#hero-lightpass {
  position: fixed;
    left: 1vw;
    top: auto;
    bottom: 2.6rem;
    transform: translate(-0%, -0%);
    width: calc(100vw / 14);
    height: calc(100vw / 14);
    z-index: 4;
    transition: all 0.3s ease-in-out;
}
body::before {
    top: 72px;
    top: calc(72px + 18 * (100vw - 1024px)/ 416);
}
.mob--only {
    display: none;
}
.tab--hide {
    display: block;
}
.overlay__header {
    line-height: calc(6.9rem + 18 * (100vw - 102.4rem)/ 416);
    }
.overlay__header ul.service-menu {
    justify-content: start;
}
.splash--screen--expo .entry--header, .splash--screen--outreach .entry--header {
  margin-left: calc(100vw / 12);
  }
.breadcrumb {
  line-height: calc(6.9rem + 16 * (100vw - 102.4rem)/ 416);
}
.title--pad--indent, .upcoming--title--block .feature--date {
    padding-left: 6rem;
    }
ul.breadcrumb--list.secondary {
  padding-right: 0;
}
ul.breadcrumb--list {
  padding-left: 0vw;
}
.grid--margins.sticky--div--nav, .single--content--type.sticky--div--nav {
  top: 3.7rem;
  }
.anchor--padding-top {
  padding-top: 7.4rem;  
}
.flickity-counter {
  top: 0;
    left: calc(-100vw / 12);
    color: #000 !important;
    width: calc(100vw / 12);
    text-align: center;
}
.post-type-archive-publications .entry--header {
  margin-bottom: 5rem;
  margin-top: 3rem;
}
.single-bookstore-blog .entry--header, .page-id-156 .entry--header, .page-id-594 .entry--header{
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.entry--header {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.address--block {
    margin-bottom: 7rem;
  }
.overlay--footer:before {
  content: "";
  height: 2px;
  position: absolute;
    width: calc(100% - 1.25vw);
    background: #0a0a0a;
  margin-left: 1.25vw;
}
.overlay__header {
    line-height: calc(8.9rem + 18 * (100vw - 102.4rem)/ 416);
  }
.menu.grid__item {
  padding-left: 1.25vw;
}
.overlay__close {
    top: 1.4rem;
    left: auto;
}
.menu__header--primary {
    font-size: 3.5rem;
    font-size: calc(3.5rem + 0 * (100vw - 102.4rem)/ 416);
}
.large--type p, .large--type h1 {
  font-size: calc(7rem + 0 * (100vw - 102.4rem)/ 416);
}
.search-icon {
    width: 0.8em;
    height: 0.8em;
}
.feature--block {
  margin-bottom: 5rem;
  max-width: 85%;
  padding-left: 0;
}
#search {
    top: 2.7rem;
    right: 2rem;
    width: 2.5rem;
}
.breadcrumb {
  line-height: 1;
  margin-top: 3.8rem;
}
.address--block {
  padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 0;
}
.site-header {
  display: flex;
  position: fixed;
  justify-content: center;
  height: auto;
  width: calc(100vw / 12);
  top: 0;
  z-index: 99;
  line-height: calc(9rem + 16 * (100vw - 102.4rem)/ 416);
  left: 0;
}
#bg-grid-green {
  position: fixed;
    left: calc(100vw / 20);
    top: 0;
    transform: translate(-0%, -0%);
    width: calc(100vw - 2 * (100vw / 20));
    z-index: -1;
}
.file--block {
    margin-bottom: 4.5rem;
}

.min--height--container {
  min-height: calc(100vh - 189px);
}
.menu--upcoming .grid-pack-item {
width: calc((4 * (100% / 12)) - 2.5vw);
  }
.grid-pack-item {
  width: calc(25% - 2.5vw);
    padding: 0;
    margin-left: 1.25vw;
    margin-right: 1.25vw;
}
.pbottomsmall {
    padding-bottom: 2.5rem;
}
.featured--overlay--content .list--table.grid-pack .grid-pack-item {
  width: calc(50% - 2.5vw);
}

#hero-lightpass.animate {
  bottom: 11rem;
}
.land--acknowledgment {
  padding-left: calc(100vw / 12);
  padding-right: calc(100vw / 12);
}
.grid--margins {
  width: calc(100% - 2 * (100vw / 12));
  margin-left: calc(100vw / 12);
  margin-right: calc(100vw / 12);
  position: relative;
  padding: 0;
}
.grid--margins.grid-bpadding {
  padding-bottom: 5rem;
}
.entry--header p {
  max-width: 50%;
}
.bio--block .logo--block--item {
    width: 48%;
    margin-bottom: 1rem;
}
.logo--block--item {
    width: 50%;
}
.logo--block--item.wide--block {
    width: 100%;
}
.entry--header p {
    max-width: 75%;
}
.carousel-cells .slide--4 {
    width: calc(25% - 1.6%);
    }
	
}
@media screen and (min-width: 85em) {
.grid--margins.sticky--div--nav, .single--content--type.sticky--div--nav {
    top: 3.9rem;
}
.menu--sticky {
    position: sticky;
    top: 102px;
}

}
@media screen and (min-width: 95em) {
body {
font-size: 3rem;
font-size: calc(3rem + 2 * (100vw - 102.4rem)/ 416);
}
.names--index {
    column-count: 4;
    margin-top: 6.7rem;
}
.logo--block--item {
    width: 31%;
}
.logo--block--item.wide--block {
    width: 62%;
}
ul.grid--gallery li {
    margin: 0 0.75rem 1.5rem;
    width: calc(14.28% - 1.5rem);
}
.menu--sticky {
    position: sticky;
    top: 114px;
}
.single--content--type .upcoming--title--block p.feature--indent {
    font-size: calc(5.5rem + 0 * (100vw - 102.4rem)/ 416);
    letter-spacing: -0.3rem;
}
ul.grid-pack.menu--upcoming {
    margin-left: -1.25vw;
}
.grid__item--12 .carousel-cell img {
    max-height: calc(100vh - 240px) !important;
}
.gallery-info .gallery-info__item {
  padding-left: 0 !important;
}
.splash--screen--expo .entry--header p.curator--label,
.splash--screen--outreach .entry--header p.curator--label {
    font-size: calc(5rem + 0 * (100vw - 102.4rem)/ 416);
    max-width: 70%;
    margin-top: 1rem;
}
.splash--screen--expo h1.page--title, .splash--screen--expo .entry--header p.feature--indent, .splash--screen--expo .entry--header p,
.splash--screen--outreach h1.page--title, .splash--screen--outreach .entry--header p.feature--indent, .splash--screen--outreach .entry--header p{
    font-size: calc(8rem + 0 * (100vw - 102.4rem)/ 416);
    letter-spacing: -0.4rem;
    }
.splash--screen--expo .entry--header,
.splash--screen--outreach .entry--header {
  margin-left: calc(100vw / 10);
}
.single--content--type .expo--agents p {
  font-size: calc(3rem + 2 * (100vw - 102.4rem)/ 416);
}

.marquee-wrapper ul li {
    line-height: 1.6;
    font-size: 7rem;
    letter-spacing: -0.2rem;
    }
p.wp-caption-text, .i--caption p{
  text-align: center;
  font-size: 2rem;
}
.marquee {
width: calc(100vw / 14);
}
.overlay--footer:before {
    width: calc(100% - 0vw);
    margin-left: 0vw;
}
ul.funding--block li:nth-child(1) img {
    max-width: calc(280px - 2.5vw);
    width: 100%;
}
ul.funding--block li:nth-child(2) img {
    max-width: calc(310px - 2.5vw);
}
ul.funding--block li:last-child img {
    margin: -0.5rem 0 0.5rem 0;
    max-width: calc(200px - 1.25vw);
}
.entry--header p.feature--indent, .entry--header .curator--label {
    margin-left: calc(100vw / 18);
}
.menu.grid__item, .overlay__header .grid__item--4, .featured--overlay--content .grid__item--8, .featured--overlay--content h3.grid--with-hpadding, 
.featured--overlay--content .grid__item--6.upcoming--overlay--item{
    padding-left: 0;
}
.slide--4 .body--indent {
    padding-left: 2.5rem;
    margin-top: -2.7rem;
}
p.nomarg--indent, .single--content--type .nomarg--indent p {
    margin-top: -2.7rem !important;
    padding-left: 4rem;
    }
.featured--overlay--content .grid .grid__item--4, .featured--overlay--content .grid__item--6.upcoming--overlay--item:last-child {
  padding-right: 0;
}
.featured--overlay--content .grid__item--6.upcoming--overlay--item:last-child {
  padding-left: 1.25vw;
}
.land--acknowledgment {
    padding-left: calc(100vw / 10);
    padding-right: calc(100vw / 10);
}
.overlay__close {
    width: calc(100vw / 10);
    font-size: calc(1.5rem + 8 * (100vw - 102.4rem)/ 416);
  }
.menu__header {
    padding-top: calc(5px + 10 * (100vw - 1024px)/ 416);
    padding-bottom: calc(5px + 10 * (100vw - 1024px)/ 416);
}
.menu__header--secondary {
    font-size: 3rem;
    font-size: calc(3.0rem + 6 * (100vw - 102.4rem)/ 416);
    }
.menu__header--primary {
    font-size: 5rem;
    font-size: calc(5rem + 0 * (100vw - 102.4rem)/ 416);
}
a.pdf--download:before {
    top: 8px;
    width: 24px;
    height: 24px;
    }
.large--type p, .large--type h1 {
    font-size: calc(10rem + 0 * (100vw - 102.4rem)/ 416);
    letter-spacing: -0.4rem;
}
.title--pad--indent, .upcoming--title--block .feature--date {
    padding-left: 8rem;
    }
.single--content--type p {
  margin-bottom: 3rem;
}
.menuact:before {
    content: '';
    width: 25px;
    height: 20px;
    position: absolute;
    right: 1.25vw;
    top: 30px;
    }
.grid-lpadding {
    padding-left: 2.5rem;
    padding-right: 0;
}
.grid-rpadding {
    padding-left: 0rem;
    padding-right: 2.5rem;
}
.schedule--content .grid__item--2 {
    width: calc((3 * (100% / 12)) - 0px);
}
.featured--overlay--content ul.grid-pack {
    margin-left: -1.25vw;
    margin-right: -1.25vw;
}
.schedule--content .grid__item--6 {
    width: calc((5 * (100% / 12)) - 0px);
}
.breadcrumb--list li.past a, a.readmore--link {
    padding-right: 3.4rem !important;
    }
.flickity-counter {
    left: calc(-100vw / 10) !important;
    width: calc(100vw / 10) !important;
  }
.gallery-info__item p, h2.widgettitle, .directmail_sf, .search-form__button, input[type="submit"], .search-form__fieldset, .single--content--type p, .gallery-info__title, .search-form__input,
ul.footer--list li p, .work-title p, p.feature--indent--secondary, p.overlay--feature--date {
    font-size: 3rem;
    font-size: calc(3rem + 2 * (100vw - 102.4rem)/ 416);
    }
h1.page--title, .entry--header .splash--screen--expo p, .title--block--archive p, .entry--header p.feature--indent, .entry--header p {
    font-size: 7rem;
    font-size: calc(7rem + 0 * (100vw - 102.4rem)/ 416);
    letter-spacing: -0.4rem;
    }
h3.secondary--header, .gallery-info__item .upcoming--secondary--title--block p, .single--content--type p.feature--date--upcoming--events {
    font-size: calc(5.5rem + 0 * (100vw - 102.4rem)/ 416);
    letter-spacing: -0.3rem;
  }
#search {
    right: 4rem;
    width: 3rem;
}
.entry--header {
    margin-bottom: 1rem;
    margin-top: 7rem;
}
.land--acknowledgment p {
    font-size: calc(3rem + 2 * (100vw - 102.4rem)/ 416);
  }
.small--type, .small--type h1 {
    font-size: 3rem;
    font-size: calc(3rem + 2 * (100vw - 102.4rem)/ 416);
}
.grid--margins {
    width: calc(100% - 2 * (100vw / 10));
    margin-left: calc(100vw / 10);
    margin-right: calc(100vw / 10);
    }
.site-header {
    width: calc(100vw / 10);
  }
#hero-lightpass {
    left: 0.5vw;
    bottom: 2.6rem;
    max-width: 9vw;
    max-height: 9vh;
}
}
@media screen and (min-width: 100em) {

}
@media screen and (min-width: 110em) {

    }
/**
 * 15.0 - Print
 */

@media print {

}	