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

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

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

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%;
  background: #FFF;
}
#search {
  position: fixed;
    top: 2.7rem;
    right: 2rem;
    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: 0.8em;
    height: 0.8em;
    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.5) !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;
}
.triggers {
    z-index: 180;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.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.05;
  margin: 0 0 2rem;
}
figcaption p, p.wp-caption-text {
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1.5rem;
    font-style: italic;
    letter-spacing: -0.06rem;
    font-weight: 300;
}
p.wp-caption-text {
  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;  
}

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



/**
MEDIA
**/

[class*="block-grid-"] {
    display: block;
    padding: 0;
    text-align: center;
    margin: 0 -1.25vw;
}
ul.grid_list li {
    margin-bottom: 3em;
    display: inline-table;
    float: none;
    clear: none !important;
}
ul.grid_list li img {
    vertical-align: baseline;
    width: 100%;
    max-width: 100%;
    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%;}

.en--dash {
  padding-left: 0.2rem;
    padding-right: 0.2rem;
}
a.ext--link {
  font-weight: 300;
}
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;
}
.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: flex;
	position: fixed;
  justify-content: center;
	height: calc(100% - 3.8rem);
  width: calc(100vw / 12);
  top: 3.8rem;
  z-index: 99;
}




/**
 * 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(8.6rem + 18 * (100vw - 102.4rem)/ 416);
  }
.overlay__close {
    z-index: 999;
    width: calc(100vw / 12);
    position: fixed;
    top: 1.4rem;
}
.overlay__close>svg {
    position: absolute;
    left: 50%;
    width: 0.9em;
    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%;
}
.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;
}

.overlay.is-active {
    z-index: 80;
        opacity: 1;

}
.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);
}
.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: 10px;
    padding-top: calc(10px + 10 * (100vw - 1024px)/ 416);
}
.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;
}
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 1.25vw;
  max-width: calc(220px - 2.5vw);
}
ul.funding--block li:nth-child(2) img {
  margin: 0.5rem 1.25vw;
  max-width: calc(280px - 2.5vw);
}
ul.funding--block li:last-child img {
  margin: 0.5rem 0 0.5rem 1.25vw;
  max-width: calc(150px - 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: calc(100vw / 12);
  padding-right: calc(100vw / 12);
}

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

/**
 * 9.0 - Body
 */
 
.grid-pack-item {
  margin-bottom: 3rem;
}
.past-archive-bg svg {
position: absolute;
width: 40px;
height: 40px;
top: 1rem;
right: 1rem;
z-index: 2;
}
.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: #FFF;
  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;
}
.past-archive-bg div {
  filter: grayscale(1);
  mix-blend-mode: multiply;
  z-index: 1;
  transition: 0.2s all ease-in-out;
}
.past-archive-bg:hover div {
  filter: grayscale(0);
  mix-blend-mode: inherit;
}
.past-archive-bg {
  position: relative;
  display: block;
}
a.past-archive-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  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%;
}
ul.breadcrumb--list.secondary {
  flex-direction: row-reverse;
}
.breadcrumb--list li.upcoming a {
  position: relative;
  padding-left: 0.8em;
}
.breadcrumb--list li.past a {
  padding-right: 2.6rem;
  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: 10px;
}
.breadcrumb--list li.past a::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 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;
}
.breadcrumb--link {
    position: relative;
    padding-right: 0.8em;
}
.grid--margins:after {
  content: "";
  clear: both;
  height: 0;
  display: table;
}
.address--block {
  padding-top: 3rem;
    padding-bottom: 8rem;
}
.internal-nav {
  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: 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;
}
li.logo--block--item figure.logo--image {
  width: 100%;
}
figure.logo--image {
  filter: grayscale(1);
  width: 40%;
  display: block;
  margin: 1.5rem 0 0.5rem 0;
}
figure.logo--image.logo-landscape {
  width: 100%;
  max-width: 250px;
}
.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;
}
p.subheader {
  margin: 0 0 1.0rem;
}
.title--block--archive {
  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;
}
#select_filter .options.is-active div.nav-filter button {
    height: auto;
    margin: 0 0 0em 0;
}
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: 30%;
}
.gallery-info__item .post-type--label--grid p {
  font-size: 0.8em;
}
li .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-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.5);
}
.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;
}

/**
 * 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;
}
body {
    font-size: 2rem;
}
[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 - 350px);
}
.page-id-326 .breadcrumb, .page-id-194 .breadcrumb {
flex-direction: column;
}
.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-326 ul.breadcrumb--list.secondary, .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;
}
ul.funding--block li {
  width: 47%;
  margin-bottom: 0.75rem;
}
.sponsor--logo--block li {
  width: 32%;
  margin-bottom: 0.75rem;
}
.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 1.5rem;
}
.feature--indent--secondary {
  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;
}
.gallery-info__item .post-type--label--grid p {
    font-size: 1.3rem;
}
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;
}
.single--content--type p {
    font-size: 2rem;
    margin: 0 0 1rem;
    font-weight: 300;
}
.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;
    /* transform: translate(-50%, -50%); */
    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;
}
.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;
}
.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;
}
.single--content--type .related--events p {
    margin: 0 0 0rem;
}
.single--content--type .related--events 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: 0.0rem;
padding-top: 0.7rem;
  }
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;
}
.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;
}
.land--acknowledgment {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
p {
 font-size: 2rem;
 line-height: 1.1; 
}
.search-icon {
    width: 1.7rem;
    height: 1.7rem;
}
#search.is-active {
    width: 70%;
    background: #FFF;
}
.address--block {
    padding-top: 9rem;
    padding-bottom: 5rem;
}
.feature--block {
    margin-bottom: 3rem;
    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(6.6rem + 18 * (100vw - 102.4rem)/ 416);
}
#search {
    position: fixed;
    top: 1.3rem;
    right: 1.5rem;
    z-index: 9;
    overflow: hidden;
    width: 2.0rem;
    transition: all 0.4s ease-in-out;
}
.sold--out--sticker {
    bottom: 0rem;
    top: auto;
    right: 0rem;
    width: 80px;
    height: 80px;
    line-height: 4;
}
.meta--spacer--block p {
  margin-bottom: 0.5rem;
}
.single-events .entry--header {
  margin-top: 0rem;
}
.single-events .page--image {
margin: 1rem 0;
}
.single-events .post-type--label--grid p {
  margin-bottom: 0;
}
.single-events .post-type--label--grid {
margin-top: 4rem;
margin-bottom: 0.2rem;
}
.entry--header {
  margin-top: 4rem;
  position: relative;
}
.grid__item--8 {
  width: 100%;
}
ul.video--gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.video--gallery 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.5rem + 0 * (100vw - 102.4rem)/ 416);
    margin: 0;
    line-height: 0.85;
    letter-spacing: -0.3rem;
}
.mob--padding--border {
  border-top: solid 2px;
    border-bottom: solid 2px;
    padding: 2rem 0 1rem;
    margin: 1rem 0 0;
}
p.feature--indent {
    margin-left: 3.5rem;
    transition: 0.2s all ease-in-out;
}
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: 100%;
    margin-top: 5.5rem;
}
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;
}
ul.breadcrumb--list h1 {
  margin: 0;
}
.breadcrumb {
    line-height: 1;
    background-color: #FFF;
    display: flex;
    position: relative;
    z-index: 4;
}
.grid--margins.sticky--div--nav, .single--content--type.sticky--div--nav {
  position: sticky;
  top: 5.5rem;
  z-index: 3;
}
.grid--for--sticky {
  position: relative;
}
.pbottomsmall {
  padding-bottom: 1.5rem;
}
}
	
/**
Phone Landscape
*/
@media screen and (min-width: 38.1em) and (max-width: 47.000em) {

}

/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 47.01em) {
.marquee {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0.5;
    width: calc(100vw / 17);
    height: 100vh;
}
.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;
}
.grid-pack-item {
  width: 33.33%;
}
.filter-div p {
  display: inline-block;
}
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;
}
.documentation--container ul.video--gallery li p {
  font-size: calc(2.3rem + 0 * (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 + 0 * (100vw - 102.4rem)/ 416);
    line-height: 1.05;
    margin: -0.8rem 0 1.5rem 0rem;
}
p.overlay--feature--date {
  font-size: calc(2.3rem + 0 * (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: 1.2;
    font-size: 5.7rem;
    font-weight: 600;
    width: auto;
    padding: 0 2vw;
}
.flickity-counter {
  top: 0;
    left: calc(-100vw / 12);
    color: #000 !important;
    width: calc(100vw / 12);
    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 {
  margin: 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
}
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;
}
ul.video--gallery li {
  width: 47%;
  margin-bottom: 1.75rem;
}
.documentation--container ul.video--gallery li {
  width: 31%;
  margin-bottom: 2rem;
}
.grid-bpadding {
  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, .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.5rem;
    font-size: calc(3.5rem + 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(9rem + 18 * (100vw - 102.4rem)/ 416);
  background-color: #FFF;
  display: flex;
  position: relative;
    z-index: 4;
}
.overlay--footer {
  margin-top: 7rem;
  margin-bottom: 3rem;
}
.overlay--footer:before {
  content: "";
  height: 2px;
  position: absolute;
    width: calc(100% - 1.25vw);
    background: #0a0a0a;
  margin-left: 1.25vw;
}
.breadcrumb h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.gallery-info__item p, h2.widgettitle, .directmail_sf {
font-size: 2.3rem;
font-size: calc(2.3rem + 0 * (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 {
font-size: calc(3.5rem + 0 * (100vw - 102.4rem)/ 416);
    letter-spacing: -0.1rem;
    margin: 0 0 0 0;
    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 {
padding-left: 4rem;
}
.entry--header {
  margin-bottom: 3rem;
}
.sticky--title {
position: fixed;
    z-index: 0;
    left: calc(100vw / 12);
  }
.sticky--title p {
  font-size: calc(2.3rem + 0 * (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(-100vw + 150px);
}

a.home--links:hover p.feature--indent, .upcoming--title--block:hover p.feature--indent{
  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;
}
.grid--margins.sticky--div--nav, .single--content--type.sticky--div--nav {
  position: sticky;
  top: 3.8rem;
  z-index: 3;
}
.grid--for--sticky {
  position: relative;
}
.pbottom {
  padding-bottom: 6rem;
}
.pbottomsmall {
  padding-bottom: 1rem;
}

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 {
  width: 45%;
}
.logo--block--item.wide--block {
  width: 100%;
}

}	

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

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

  .address--block {
    margin-top: 2.4vw;
    margin-bottom: 9rem;
  }
  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;
    padding-bottom: 1.5rem;
}
.single--content--type p {
 font-size: 2.3rem;
    font-size: calc(2.3rem + 0 * (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 + 0 * (100vw - 102.4rem)/ 416);
    margin-bottom: 0.4rem; 
}
.gallery-info__title {
  font-size: 2.3rem;
    font-size: calc(2.3rem + 0 * (100vw - 102.4rem)/ 416);
    margin: 0 0 0.8rem;
}
.small--type, .small--type h1 {
  font-size: 2.3rem;
font-size: calc(2.3rem + 0 * (100vw - 102.4rem)/ 416);
}
#bg-grid-green {
  position: fixed;
    left: calc(100vw / 20);
    top: 0;
    transform: translate(-0%, -0%);
    width: calc(100vw - 2 * (100vw / 20));
    z-index: -1;
}
#hero-lightpass {
  position: fixed;
    left: 1vw;
    bottom: 2.6rem;
    /* transform: translate(-50%, -50%); */
    max-width: 11vw;
    max-height: 11vh;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

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

	
	
}

/**
 * 14.3 - >= 910px
 */

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


/**
 * 14.4 - >= 985px
 */

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

}

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

@media screen and (min-width: 63em) {
    
.mob--only, .tab--hide {
    display: block;
}
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%;
}
}

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

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

@media screen and (min-width: 75em) {
body {
font-size: 2rem;
font-size: calc(2.3rem + 2 * (100vw - 102.4rem)/ 416);
}
body::before {
    top: 72px;
    top: calc(72px + 18 * (100vw - 1024px)/ 416);
}
.min--height--container {
  min-height: calc(100vh - 189px);
}
.grid-pack-item {
  width: calc(25% - 2.5vw);
    padding: 0;
    margin-left: 1.25vw;
    margin-right: 1.25vw;
}

#hero-lightpass.animate {
  bottom: 11rem;
}
.grid--margins {
  width: calc(100% - 2 * (100vw / 12));
  margin-left: calc(100vw / 12);
  margin-right: calc(100vw / 12);
  position: relative;
}
.large--type p, .large--type h1 {
  font-size: calc(7rem + 0 * (100vw - 102.4rem)/ 416);
  margin: 0;
  line-height: 0.85;
  letter-spacing: -0.3rem;
}
.feature--block {
  margin-bottom: 5rem;
  max-width: 70%;
}
.feature--block:last-child {
  margin-bottom: 8rem;
}
p.feature--indent {
  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.1rem;
  margin-top:0 ;
  margin-bottom: 0;
  line-height: 0.95;
}
.entry--header p {
  max-width: 50%;
}
.logo--block--item {
    width: 31%;
}
.logo--block--item.wide--block {
    width: 62%;
}
	
}
@media screen and (min-width: 85em) {


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



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

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

    }
/**
 * 15.0 - Print
 */

@media print {

}	