/*
Theme Name: StudioShannonBool--2025
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
 */


    @font-face {
    font-family: '_.book';
    src: url('fonts/abcmonumentgrotesk-regular-webfont.woff2') format('woff2'),
         url('fonts/abcmonumentgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'times_nowsemilight_italic';
    src: url('fonts/times-now-semi-light-italic-webfont.woff2') format('woff2'),
         url('fonts/times-now-semi-light-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'times_nowsemilight';
    src: url('fonts/times-now-semi-light-webfont.woff2') format('woff2'),
         url('fonts/times-now-semi-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/**
 * 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;
}
.serif__body p {
font-family: 'source_serif_proregular';
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: '_.book',sans-serif;
font-style: normal;
}
html, body {
   width: 100vw;
   height: 100vh;
}

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"],
input[type="submit"] {
	-webkit-appearance: button;
    cursor: pointer;
    border: 0;
    color: #000;
    background-color: #cccc00;
    font-size: 0.65em;
    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: #CCC;
}
input[type="search"]::placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
input[type="search"]::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
}
input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  color: #CCC;
}
input[type="search"]:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
}
input[type="search"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: solid 2px #9c27b0;
}
input[type="search"] {
	-webkit-appearance: textfield;
    font-size: 1.2rem;
    line-height: 1;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 2px #FFF;
    background-color: transparent;
    padding: 0.3rem;
    width: calc(100% - 0rem);
    color: #FFF;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

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;
}
a.download__button {
    width: 130px;
    line-height: 1.7rem;
    font-size: 1.2rem;
    color: #FFF;
    background-color: #000;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
}

.op50 {
	opacity: 0.5;
}
.upperC {
    text-transform: uppercase;
}
.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rel--texts--list p {
    margin: 0;
}
.rel--texts--list p.list--indent {
    padding-left: 25px;
}
.body--text p {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
}
.body--text p:last-child {
	margin-bottom: 0;
}
.body--text h3, h3.subhead__underline {
  margin-bottom: 1.0rem;  
  margin-top: 0;
  font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 300;
}
.triple_images_block .item-col-33:first-child {
margin-right: 1rem;
width: calc(33.333% - 1rem);
}
.triple_images_block .item-col-33:nth-child(2) {
margin-right: 0.5rem;
margin-left: 0.5rem;
width: calc(33.333% - 1rem);
}
.triple_images_block .item-col-33:last-child {
margin-left: 1rem;
width: calc(33.333% - 1rem);
}
.overlay_image_year {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    max-width: calc(100% - 40px);
    padding: 8px;
    left: 10px;
    background-color: rgba(0,0,0,0.2);
}
.double_images_block .item-col-50:first-child .overlay_image {
    right: calc(10px + 1rem);
} 
.double_images_block .item-col-50:last-child .overlay_image_year {
    left: calc(10px + 1rem);
} 
.item-col-33 .overlay_image {
    left: 10px;
    max-width: calc(70% - 40px);
    right: auto;
}
.item-col-33 .overlay_image_year {
left: auto;
right: 10px;
top: 10px;
bottom: auto;
    }
.overlay_image {
    position: absolute;
    z-index: 3;
    top: 10px;
    max-width: calc(100% - 40px);
    padding: 8px;
    right: 10px;
    background-color: rgba(0,0,0,0.2);
}
.overlay_image p, .overlay_image p a, .overlay_image_year p, .overlay_image_year p a {
    color: #FFF;
    margin: 0;
    line-height: 1;
}
h3.subhead__underline {
    width: 100%;
    border-bottom: solid 1px #000;
}

p {
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 200;
    margin: 0 0 1.5rem;
}
ul.credit--list p {
    margin: 0;
}
h3.author--text {
    margin: 0;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1;
}
ul.credit--list li {
    margin-bottom: 0.8rem;
}
.padding--top--force {
    padding-top: 1.5rem;
}
.block--list {
    margin-bottom: 1.5rem;
}
.body--text p.no--marg {
    margin: 0;
} 
figure.publication--blockimage img{
    max-width: 400px;
    margin: 0 auto;
}
.ref__images {
    margin-bottom: 1.0rem;
    margin-top: 0.3rem;
}
.ref__images .item-col-30 {
    width: 110px;
}
.ref__images .item-col-70 {
    width: calc(100% - 110px);
}
.min__height_stretch {
    min-height: calc(100vh - 4.5rem);
}
.sticky {
    position: sticky;
    top: 4rem;
}
.template-archive-texts section.footer--section {
    background-color: rgba(254,218,252,1);
}
.section--counter .works__container.force__height section.footer--section {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-bottom: 0;
}
.works__container.force__height {
    padding-bottom: 57px;
}
.force__height {
    min-height: 100vh;
}
.template-page-biography, .template-archive-works, .template-page-privacy-policy {
    background-color: #EFEFEF;
}
.work-title {
    margin-top: 0.7rem;
}
.template-archive-texts, .template-single-texts {
   background-color: #dce8b3; 
}
.ap__block {
   background: rgb(220,232,179);
background: linear-gradient(180deg, rgb(248 145 226) 0%, rgba(220, 232, 179, 1) 100%); 
}
.essay__block {
   background: rgb(179,232,222);
background: linear-gradient(180deg, rgba(179,232,222,1) 0%, rgba(201,231,246,1) 100%);
}
.misc_page_bg {
background: rgb(252,255,161);
background: linear-gradient(180deg, rgba(252,255,161,1) 0%, rgba(140,255,0,1) 100%);
}
.interview__block {
    background: rgb(220,232,179);
background: linear-gradient(180deg, rgba(220,232,179,1) 0%, rgba(179,232,222,1) 100%); 
    
}
.review__block {
background: rgb(201,231,246);
background: linear-gradient(180deg, rgba(201,231,246,1) 0%, rgba(254,218,252,1) 100%);
}
.artists__publications {
background: rgb(220,232,179);
background: linear-gradient(180deg, rgb(248 145 226) 0%, rgba(220, 232, 179, 1) 100%); 
}
.ul-grid-table__item li.table__link p,
.ul-grid-table__item li.table__link a {
  transition: all 0.1s ease-in-out;  
}
.ul-grid-table__item li.table__link {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 0.6rem;
    padding-bottom: 0.6rem;
    border-bottom: solid thin;
    border-color: rgba(0, 0, 0, 0.1);
    
}
.essay__block .ul-grid-table__item li.table__link:hover p,
.essay__block .ul-grid-table__item li.table__link:hover a {
color: #8500ff;
} 

.interview__block .ul-grid-table__item li.table__link:hover p,
.interview__block .ul-grid-table__item li.table__link:hover a {
color: #3e00ff;
}
.review__block .ul-grid-table__item li.table__link:hover p,
.review__block .ul-grid-table__item li.table__link:hover a {
color: #ff0084;
}
a.underline--link {
    transition: all 0.1s ease-in-out;
    border-bottom: solid 2px;
    border-color: transparent;
}
a.underline--link:hover {
    border-bottom: solid 2px;
    border-color: #FFF;
}
.works__container__bg.light--text a.underline--link:hover,
.template-single-works .works__container__bg.light--text .navigation li.all--works a {
    border-color: #000;
}
.template-archive-texts .navigation li.all--writing a,
.template-single-texts .navigation li.all--writing a,
.template-single-works .navigation li.all--works a,
.template-archive-works .navigation li.all--works a {
    border-bottom: solid 2px;
    border-color: #FFF;
}
ul.expo__list--table li, ul.rel--texts--list li {
        width: 100%;
        display: flex;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: solid thin;
        border-color: rgba(0, 0, 0, 0.2);
    }
.works__container__bg.light--text ul.expo__list--table li,
.works__container__bg.light--text ul.rel--texts--list li {
   border-color: rgba(255, 255, 255, 0.2); 
}
ul.expo__list--table li:last-child, ul.rel--texts--list li:last-child, .ul-grid-table__item li.table__link:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.works__container__bg.light--text h1.page--title,
.works__container__bg.light--text .splash--front figcaption, 
.works__container__bg.light--text p, 
.works__container__bg.light--text, .works__container__bg.light--text .site--footer a, .works__container__bg.light--text .int--navigation a,
.works__container__bg.light--text .expo__list--table li a{
color: #FFF;
}
.works__container__bg.light--text .expo__list--table li a.showing__link {
    background-image: url(images/showlink_wh.svg);
}
.expo__list--table li a.showing__link {
    position: relative;
    padding-left: 20px;
    margin-left: -20px;
    background-image: url(images/showlink.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 16px;
}

.works__container__bg.light--text .int--navigation a.back--arrow {
    background-image: url(images/arrow_right_prev_wh.svg);
}
.works__container__bg.light--text .int--navigation a.term--full {
    background-image: url(images/arrow_right_next_wh.svg);
}
.works__container__bg.light--text .item__line {
    background: #FFF;
}
.works__container__bg.light--text .spacer {
    background-color: #FFF;
}
figure.page--image {
    margin-bottom: 0rem;
}
.small--caption--margin {
    margin-top: 1.5rem;
}
#masthead {
    padding: 12px 20px 12px;
    position: fixed;
    width: 100%;
    z-index: 9;
    mix-blend-mode: difference;
}

strong {
    font-weight: 400;
}
a {
	text-decoration: none;
	color: #222;
}

.has-scroll-smooth .o-scroll {
    position: relative;
}
.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}
.o-scroll {
    box-sizing: border-box;
    overflow: hidden;
    width: 100vw;
    visibility: visible!important;
}
.o-scroll {
    
}
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 1; }
  .c-scrollbar:hover {
    transform: scaleX(1.45); }
  .c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; }
  [data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1); }
    [data-scroll-direction="horizontal"] .c-scrollbar:hover {
      transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFF;
  mix-blend-mode: difference;
  opacity: 1;
  width: 5px;
  border-radius: 0px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  [data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0; 
}
.expo__list--table .ext--link:after {
	bottom: auto;
	top: 2px;
}
h3.announce {
    margin-bottom: 0;
}
.home_blurb__panel .item-col-50:last-child .body--text {
    padding-right: 0;
} 
.announcement__text p {
    font-size: 1.5rem;
    line-height: 1.1;
}
.section--counter section.footer--section {
        z-index: 9;
    }
.announcement__text p a {
border-bottom: solid 1px #000;
    }
.body--text.padding_t_line, .padding_t_line.flex--wrap {
    padding-top: 1.5rem;
}
.splash--front:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 0;
}
.ext--link:after {
content: " ";
width: 16px;
height: 16px;
background-image: url(images/ext--link2.svg);
background-size: contain;
background-repeat: no-repeat;
position: absolute;
right: 0;
bottom: 2px;
    }
.thumb--size--image--block {
    width: calc(30% - 2rem);
    margin-right: 2rem;
    margin-bottom: 2.5rem;
}
p.ref__label {
    padding-top: 1.4rem;
}
.text_double .text__meta {
    width: calc(70% - 0rem);
}
.text_double {
    flex-wrap: nowrap;
    display: flex;
}
.ext--link {
	position: relative;
	padding-right: 20px;
}

.lazy, .b-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.loaded, .b-loaded {
    opacity: 1;
}
.menu__label {
	font-size: 1.2rem;
	line-height: 1.7;
    font-weight: 300;
    padding: 0 0rem 0 0.5rem;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.more--marg {
	margin-top: 15px;
    display: inline-block;
}
.hamburger {
 padding: 0px 0px 0;
  top: 0;
  display: flex;
  cursor: pointer;
    z-index: 9999;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
 background-color: #FFF;
     }
.hamburger:hover .menu--label {
  color: #FFF;  
}

.hamburger-box {
  width: 44px;
  height: 20px;
  margin-top: 5px;
  display: block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 44px;
    height: 2px;
    background-color: #FFF;
    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: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.glowlink:hover {
background-size: 100% var(--bg-h);
  background-position-x: left;
}
.glowlink {transition: all 0.2s ease-in-out; 
background: linear-gradient(0deg, slateblue, slateblue) no-repeat right bottom /
    0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 100%;
  padding-bottom: 2px;
  --bg-h: 2px;}
/*
   * 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
**/
.module--overlay {
    position: fixed;
    width: 50%;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.3rem;
    z-index: -1;
    opacity: 0;
    display: none;
    transition: all 0.3s ease-in-out;
}



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

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

/**
 * 4.0 - Structure
 */
 
 
body {
	overflow-x: hidden;
	font-family: '_.book',sans-serif;
font-style: normal;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

 
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 

.grid:after, .cf:after {
	content: "";
	display: table;
	clear: both;	
}
.flex--wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.flex--wrap.event--flex {
    justify-content: inherit;
}
.intro--panel {
    padding-top: 70px;
    padding-bottom: 30px;
}
.home--page--name {
    margin-top: 14px;
    align-self: flex-end;
}

.footer--terms p {
    margin: 0;
    font-size: 1em;
}
[class*='grid-item-'] {
  
  float: left;
}
img {
	    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}
img.size-medium {
    max-width: 300px;
}
figure.page--image.block--image--thumb {
    margin: 0 auto 0rem;
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
}

.file_size {
	font-size: 0.7em;
	opacity: 0.6;
}
.item-col-75.center-align-block {
    padding-right: 0;
    margin: 0 auto;
    display: block;
}
.video--block figcaption {
    text-align: center;
}
.video--block figcaption p {
    margin-left: auto;
    margin-right: auto;
}
.pad--left--1 {
    padding-left: 1.5rem;
}
p.marg-bottom--0 {
    margin-bottom: 0;
}
.intro--pad {
    padding-top: 60px;
}

/**
 * 5.0 - Header
 */

.bg--color {
	padding: 15px;
}
ul.expo__list--table, ul.review__list--table {
	padding-top: 0rem;
    width: 100%;
}
ul.expo__list--table li {
	width: 100%;
}
.site-header .grid-pad {
	display: flex;
	padding-left: 0.6rem;
    padding-right: 0.6rem;
	height: 100%;
    width: 100%;
}

.module--overlay a {
    border-bottom: solid thin #fff;
}
figcaption, figcaption p, .video-caption p, p.wp-caption-text{
	margin-top: 8px;
	font-size: 0.9rem;
	line-height: 1.2;
	margin-bottom: 0;
}
p.table--text {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.2;
}
.label--separator {
    margin: 8px 10px 0;
    height: 2px;
    background-color: #000;
    width: 45px;
}
.item--label p.term {
    margin-bottom: 0.8rem;
    margin-top: -0.4rem;
}
.list--item--element {
    width: 100%;
    position: relative;
    padding-bottom: 1.4rem;
    padding-top: 1.3rem;
}
.list--item--element--single {
       width: 100%;
    position: relative;
    padding-bottom: 1rem;
    padding-top: 2rem; 
}
.list--item--element--single p {
    margin: 0;
}
.item__line {
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    z-index: 2;
    bottom: 0px;
    left: 0;
    background: #000;
    transition: all 0.7s ease;
}
h3.section__label {
    font-weight: normal;
    font-size: 1.2rem;
padding-top: 1.2rem;
}
.item__line.animateWidth {
    width: 100%;
}
.fade-leave {
    opacity: 1;
}
.fade-leave-active {
    transition: opacity 0.3s linear;
}
.fade-leave-to {
    opacity: 0;
}
 
/* Fade in the next container */
.fade-enter {
    opacity: 0;
}
.fade-enter-active {
    transition: opacity 0.3s linear;
}
.fade-enter-to {
    opacity: 1;
}
.quote--meta {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

/**
 * 6.0 - Menus
 */


.site-header {
    width: calc(100% - 0vw);
    position: fixed;
    top: 0px;
    left: 0vw;
    z-index: 77;
}
ul.main--menu li:last-child {
    text-align: right;
}
h1.site_title a {
    color: #FFF;
    font-family: 'times_nowsemilight';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search svg {
	fill: #FFF;
}
h1.site_title {
    margin: 0;
    line-height: 1.2;
    font-weight: 300;
    padding: 0 0.0rem 0;
    font-size: 1.2rem;
}
.title--header--display {
	margin: 0;
    line-height: 1.7;
    font-weight: 300;
    padding: 0 0rem 0;
    font-size: 1.2rem;
    position: fixed;
    top: 10px;
    z-index: 10;
    left: 50%;
    mix-blend-mode: difference;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    color: #FFF;
}
ul.research--focus li {
    position: relative;
    overflow: visible;
    font-size: 1.2rem;
    line-height: 1.35;
}
ul.text__meta {
margin-bottom:2.5rem;
}
ul.text__meta li {
    margin-bottom: 0.3rem;
}
p.focus--label {
    line-height: 1.35;
    margin: 0;
}
.body--text--ul ul {
    margin: 0;
    padding: 0;
}
.body--text--ul ul li {
    font-size: 1.2rem;
    line-height: 1.35;
    margin: 0 0 0.2rem;
}
.body--text--ul ul li a{
    border-bottom: solid thin #000;
    color: #000;
}
.section--counter section.no_b__padding {
    padding-bottom: 0;
}
.section--counter section.no_t__padding {
    padding-top: 0;
}
ul.research--focus li:before {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: -35px;
    top: 12px;
}
.section--counter section {
    position: relative;
    z-index: 1;
    padding-right: 15px;
    padding-left: 15px;
}
.section--counter section.intro--pad {
	padding-bottom: 0;
    min-height: calc(100vh - 20px);
    margin-bottom: 1.5rem;
}
ul.main--menu li {
font-size: 1.2rem; 
line-height: 1.7;
position: relative;
color: #000;
padding: 0;
}
.c-section {
    position: relative;
}
.review--panel ul.review--list li {
position: relative;
margin-bottom: 0.3rem;
}
.video--thumbnails {
    position: relative;
}
.review--panel ul.review--list li:before {
content: "";
position: absolute;
background-image: url(images/bullet--point.svg);
background-repeat: no-repeat;
left: -15px;
top: 6px;
    width: 12px;
    height: 12px;
    }
a.external--link {
    position: relative;
    padding-left: 19px;
}
a.external--link:before {
content: "";
background-image: url(images/link--arrow.svg);
background-repeat: no-repeat;
width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 7px;
    }
.about {
width: 33.33%;
font-size: 1.2rem; 
line-height: 1.7;
}
ul.main--menu li.pub,
ul.main--menu li.events,
ul.main--menu li.teaching {
    margin-right: 25px;
}
.section--counter .archive--pad {
    padding-top: 6.5rem;
    
    padding-right: 0px;
    padding-left: 20px;
}
h1.page--title {width: 100%}
h1.page--title, h3.page--date {
    margin: 0 0 0.5rem;
    font-size: 2.4rem;
    line-height: 1.0;
    padding: 0;
    font-weight: 400;
    letter-spacing: -0.04rem;
    }
h3.archive__title {
    margin: 0 0 0.2rem;
    font-size: 1.5rem;
    line-height: 1.0;
    padding: 0;
    font-weight: 400;
    letter-spacing: -0.04rem;
    width: 80%;
     display: inline-block;
    }
h4.archive__title {
    display: inline-block;
    letter-spacing: -0.04rem;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0 0 0.2rem;
    text-align: right;
    width: 20%;
}
.c-scrollbar {
    width: 5px;
    position: absolute;
    mix-blend-mode: difference;
    right: 0;
    z-index: 33;
    top: 0;
    height: 100vh;
    transform-origin: center right;
    transform: scaleX(1);
}
.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.loader-trans .loader {
    background: #000;
}
.loader-trans .loader {
    padding: 0;
}
.loader-trans .loader {
    transition-delay: 0ms;
}
.loader {
    height: 100%;
    overflow: hidden;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    padding: 25px 84px 0;
    background: #fff;
}
.loader__screen {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: none;
}
.anchor--header svg {
	display: inline-block;
	width: 16px;
	margin-right: 0px;
}
.under--title--image {
	margin-top: 2rem;
}
.flickity-counter {
	position: absolute;
    top: 20px;
    left: 20px;
    font-size: 2.4rem;
    color: #fff;
    mix-blend-mode: difference;
    line-height: 1;
}
.news--type--holder {
	position: relative;
	width: calc(100% + 40px);
	margin-left: -20px;
	height: 34px;
}
.news--type--holder:after {
	content: "";
	display: table;
	height: 0;
}
.typeloop span {
    white-space: nowrap;
    position: relative;
}
.typeloop img {
	display: inline-block;
	height: 6px;
	width: auto;
}
.circular__block {
    width: 90px;
    height: 90px;
    background-position: center;
    position: relative;
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    mix-blend-mode: multiply;
}
.circular__block:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: ;
}
.typeloop {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    white-space: nowrap;
    overflow: visible;
    transform: translateY(-50%);
}
.typeloop-1, .typeloop-5, .typeloop-7, .typeloop-11, .typeloop-13 {
    -webkit-animation: typeloop-left infinite 45s linear;
    animation: typeloop-left infinite 45s linear;
}
.typeloop-1:hover, .typeloop-2:hover, .typeloop-3:hover, .typeloop-4:hover, .typeloop-5:hover, .typeloop-6:hover, .typeloop-7:hover, .typeloop-8:hover, .typeloop-9:hover, .typeloop-10:hover, .typeloop-11:hover, .typeloop-12:hover {
    animation-play-state: paused;
  }
.typeloop-3, .typeloop-9, .typeloop-15 {
     -webkit-animation: typeloop-left infinite 40s linear;
    animation: typeloop-left infinite 40s linear;
}
.typeloop-2, .typeloop-4, .typeloop-6, .typeloop-8, .typeloop-10, .typeloop-12, .typeloop-14 {
    -webkit-animation: typeloop-right infinite 35s linear;
    animation: typeloop-right infinite 35s linear;
}
@keyframes typeloop-left {
    from {
        left: 0%
    }
    to {
        left: -50%
    }
}
@-webkit-keyframes typeloop-left {
    from {
        left: 0%
    }
    to {
        left: -50%
    }
}
@keyframes typeloop-right {
    from {
        right: 0%
    }
    to {
        right: -50%
    }
}
@-webkit-keyframes typeloop-right {
    from {
        right: 0%
    }
    to {
        right: -50%
    }
}
/**
 * 8.0 - Lists
 */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
.navigation {
    width: 100%;
}
.term_list {
    width: 100%;
    padding: 0 0.6rem;   
}
.figure--marg--bottom img {
    height: 100%;
    max-height: 600px;
    display: block;
    margin: 0 auto;
    width: auto;
}
.terms--nav {
    position: relative;
    z-index: 1;
    margin-top: 3.2rem;
}

.underline {
    border-bottom: solid thin;
}

/**
 * 9.0 - Body
 */
 
.post-type-archive-events li.events a,
.single-events li.events a,
.post-type-archive-publications li.pub a,
.single-publications li.pub a{
color: #000;
font-style: italic;
}
.video--doc--label {
    display: block;
    position: absolute;
    right: 45px;
    bottom: 0rem;
    font-size: 1.2rem;
    line-height: 1.35;
    font-weight: 200;
    letter-spacing: -0.01rem;
}
.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);
} 

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

.internal-nav {
    font-size: 1.2rem;
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    text-align: left;
    margin: 1.3rem -1rem 0;
    width: calc(100% + 2rem);
}
ul.grid_list li {
    margin-bottom: 3em;
    display: inline-table;
    float: none;
    clear: none !important;
}
ul.grid_list.large-block-grid-4 li {
    margin-bottom: 0em;
    width: calc(33.33% - 2rem);
    }

[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 1rem 1.3rem;
}


.chapter--meta {
    border-top: solid 1px #260901;
    padding-top: 0.55rem;
}
.chapter--meta p {
    font-size: 1.2rem;
    margin: 0 0 0rem;
    line-height: 1.2;
}
h1.tax-title {
    font-size: 1.4rem;
    font-family: 'Neuton', serif;
    width: 100%;
    padding-bottom: 0.75rem;
    margin: 0;
}
.sep--line {
    width: calc(100% - 2.4rem);
    margin-left: 1.2rem;
    height: 1px;
    background-color: #260901;
}
.cell--padding {
    padding: 1.2rem;
    position: relative;
}
.grey--multiply {
    position: relative;
}
.topformat {
    margin-top: 0.4rem;
}

.drop--shadow img,
.drop--shadow  {
    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: "";
}
.container--margin--bottom {
    margin-bottom: 3.5rem;
}
.flextable--contentblocks {
    border: solid thin;
    border-color: rgba(0,54,96,0.3);
    margin: 0.5rem 0 1.5rem;
    width: 100%;
}

.topics--block {
    margin-top: 1.5rem;
}
.works_post {
    text-align: center;
    font-size: 1.2rem;
}
.related--block {
    width: 100%;
    padding: 0.6rem 0;
}
.related--block h3 {
    margin: 0 0.6rem 0.6rem;
    font-size: 1.2rem;
    padding-top: 1rem;
}
.related--block p.related_title a, .related--block p.related_subtitle {
color: #f5d8ce;
    }
.spacer {
    margin: 1.5rem 0;
    width: 80px;
    height: 2px;
    background-color: #000;
}
.related--block p {
    font-size: 1.2rem;
    padding: 0 0.6rem;
    margin: 0 0 0.3rem;
}
.tax_term, .related--item {
    width: 20%;
    padding: 0.6rem 0;
}
.tax--archive--title.dunn {
    margin-top: 0;
    margin-bottom: 0;
}
.title--pad--left {
    padding-left: 0.6rem !important;
}
ul.term_list li.topic--archives--link a {
    opacity: 1;
}
a.back--arrow {
    background-image: url(images/arrow_right_prev.svg);
    padding-left: 48px;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 40px 20px;  
}
.next_post, .prev_post {
  font-size: 1.2rem;
  line-height: 1.1;  
}
a.term--full {
    background-image: url(images/arrow_right_next.svg);
    padding-right: 48px;
    background-repeat: no-repeat;
    background-position: right 2px;
    background-size: 40px 20px;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

img.lazy:after {
    content: '';
    width: 100%;
    background-color: #260901;
    height: 100%;
    position: absolute;
    opacity: 0.2;
}

.video--thumbnails {
    position: relative;
}
.video--thumbnails svg {
    position: absolute;
    left: 0.6rem;
    top: 0.6rem;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.pad--bottom--link {
    padding-bottom: 40px;
}
.flex--marg--bottom {
    margin-bottom: 1.5rem;
}
.anchor--link {
    border: solid 2px #000;
    width: 100%;
    display: block;
    padding: 12px;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 1.5rem;
}
.video--container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.top--arrow {
    width: 35px;
    height: 48px;
    position: fixed;
    bottom: 40px;
    left: 40px;
}
.line--container--full--width {
    width: 100%;
    position: relative;
}

/**
 * 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: 35.438em) {
.mob--hide, .column--right {
    display: none;
}
.template-home h3.archive__title,
.template-home h4.archive__title {
    font-size: 1.2rem;
    line-height: 1.1;
}
.home__content__container figure.page--image {
        margin-bottom: 0.5rem;
    }
figcaption, figcaption p, .video-caption p, p.wp-caption-text {
    font-size: 0.8rem;
    opacity: 0.7;
}
.flex--wrap.triple_images_block {
    flex-direction: row;
    flex-wrap: wrap;
}
.double_images_block .archive--title--container {
    flex-direction: column;
    align-items: start;
}
.double_images_block .archive--title--container h3.archive__title,
.double_images_block .archive--title--container h4.archive__title {
    width: 100%;
    text-align: left;
}
.triple_images_block .item-col-33:first-child,
.triple_images_block .item-col-33:nth-child(2) {
    margin-right: 0rem;
    margin-left: 0rem;
    width: calc(50% - 0rem);
}
.triple_images_block .item-col-33:last-child {
margin-right: 0rem;
margin-top: 1.5rem;
    margin-left: 0rem;
    width: calc(100% - 0rem);
}

.splash--front--mob {
    background-size: cover;
    background-position: center;
    padding-bottom: 54vh;
    position: relative;
    flex-direction: column;
}
.body--text.padding_t_line, .padding_t_line.flex--wrap {
    padding-top: 1.0rem;
}
.thumb--size--image--block {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 2.5rem;
}
.home__content__container .thumb--size--image--block {
margin-bottom: 0rem;
    }
.double_images_block .item-col-50:first-child .overlay_image,
.double_images_block .item-col-50:last-child .overlay_image {
    position: relative;
    background-color: transparent;
    color: #000;
    padding: 0;
    max-width: 100%;
    right: auto;
    top: 5px;
}
figure {
    position: relative;
}
.flex--wrap.double_images_block {
        flex-direction: row;
        flex-flow: nowrap;
    }
.flex--wrap.double_images_block .item-col-50 {
    width: 50%;
}
.home__content__container {
    padding-top: 30vh;
    position: relative;
    padding-bottom: 0vh;
    z-index: 2;
}
.section--counter section {
margin-bottom: 2.5rem;
    }
.item-col-75.center-align-block {
width: 100%;
}
.home_bio {
    position: fixed;
        mix-blend-mode: overlay;
        top: 60px;
        left: 15px;
        right: 15px;
        width: calc(100vw - 30px);
}
.home_bio p {
    font-size: 1.2rem;
    line-height: 1.1;
}
.section--counter section.intro--pad {
    padding-bottom: 0;
    min-height: calc(50vh - 20px);
    margin-bottom: 2.5rem;
}
.body--text--ul {
    margin-top: 1.5rem;
}
.body--text--ul a.download__button {
    width: 130px;
}
.site--footer .flex--wrap {
    flex-direction: row-reverse;
}
.flex--wrap {
    flex-direction: column;
}
ul.expo__list--table li {
    flex-wrap: wrap;
    position: relative;
}
.int--navigation .flex--wrap {
flex-direction: row;
flex-wrap: nowrap;
}
.template-archive-texts .works__container {
    padding-top: 0;
}
.template-archive-texts .works__container section:first-child {
    padding-top: 52px;
}
.template-archive-texts.section--counter section.footer--section {
    padding-bottom: 0;
}
.template-archive-texts.section--counter section.footer--section .site--footer {
    margin-top: 0;
}
.template-archive-texts.section--counter section {
    margin-bottom: 0;
    padding-bottom: 2rem;
}
.ul-grid-table__item li.table__link {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    }
.ul-grid-table__item li.table__link .item-col-15 {
    width: 50%;
}
.ul-grid-table__item li.table__link .item-col-40,
.ul-grid-table__item li.table__link .item-col-30 {
    width: calc(100% - 80px);
}
.ul-grid-table__item li.table__link .item-col-15.rttxt {
    position: absolute;
    top: 0;
    right: 0;
}
ul.grid_list.large-block-grid-4 li {
    margin-bottom: 0em;
    width: calc(100% - 0rem);
}
ul.grid_list.large-block-grid-4 li img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.int--navigation .flex--wrap .item-col-33 {
    width: 50%;
}
.section--counter section.int--navigation {
    margin-bottom: -1rem;
}

ul.expo__list--table li .item-col-15 {
    width: 50%;
}
ul.expo__list--table li .item-col-40 {
    width: 100%;
}
ul.expo__list--table li .item-col-30 {
    width: 100%;
    padding-left: 0%;
}
.expo__list--table li a.showing__link {
    position: relative;
    padding-left: 20px;
    margin-left: 0px;
    }
ul.expo__list--table li div:last-child {
   position: absolute;
   top: 0;
   right: 0;
}
.ref__images {
    margin-bottom: 1.5rem;
    margin-top: 1.0rem;
}
a.underline--link:hover {
    border-bottom: solid 0px;
    border-color: #FFF;
}
.template-archive-texts h1.mob__title {
padding: 0 15px 0 20px;
}
.template-archive-texts h1.mob__title:before {
left: 0px;
}
h1.mob__title {
    font-weight: 300;
    margin: 0;
    line-height: 1;
    font-size: 1.2rem;
    padding: 0 15px 0 34px;
    position: relative;
    opacity: 0.5;
}

h1.mob__title:before {
    content: "";
    width: 14px;
    top: 2px;
    position: absolute;
    left: 15px;
    height: 14px;
    border-radius: 50%;
    background-color: #000;
}
.works__container, .works__container__bg {
    position: relative;
    padding-top: 52px;
}
.section--counter .archive--pad {
    padding-top: 2.5rem;
    padding-right: 15px;
    padding-left: 15px;
}
.archive--title--container {
    display: flex;
    align-items: end;
}
h3.archive__title {
    margin: 0 0 0.2rem;
    font-size: 1.7rem;
    }
.archive__grid {
    margin-bottom: 3rem;
    padding: 0 15px;
    width: 100%;
}
.column--main--mob {
    position: fixed;
        z-index: 99;
        background: #000;
        top: 52px;
        left: 0px;
        padding: 7px 15px;
        width: calc(100vw - 0px);
}
.template-archive-texts .navigation li.all--writing a, .template-single-texts .navigation li.all--writing a, .template-single-works .navigation li.all--works a, .template-archive-works .navigation li.all--works a {
    border-bottom: none;
    border-color: #FFF;
}
a.underline--link {
   border-bottom: none; 
}

.column--main--mob.is-active {
display: block;
}
.column--main--mob ul li {
    font-size: 1.2rem;
    padding: 7px 0;
    border-bottom: solid 1px;
    border-color: rgba(255, 255, 255, 0.3);
}
.column--main--mob ul li:last-child {
    border-bottom: none;
}
.column--main--mob ul li a {
    color: #FFF;
}
.column--main--mob {
    display: none;
}
.mob--only {
    display: flex;
}
.mob_menu_trigger {
    position: fixed;
    top: 15px;
    font-size: 1.2rem;
    line-height: 1.2;
    right: 15px;
    color: #FFF;
}
.mob_menu_trigger #close_menu {
    display: none;
}
.mob_menu_trigger.is-active #close_menu {
    display: block;
}
.mob_menu_trigger.is-active #open_menu {
    display: none;
}

h1.page--title, h3.page--date {
    margin: 0 0 0.5rem;
    font-size: 2rem;
}
.desc_cred .flex--wrap .item-col-50:last-child {
    margin-top: 1.5rem;
}
.works__container__bg.light--text .int--navigation a.back--arrow {
    background-image: url(images/mob_arrow_right_prev_wh.svg);
}
a.back--arrow {
    background-image: url(images/mob_arrow_right_prev.svg);
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 24px 16px;
}
.works__container__bg.light--text .int--navigation a.term--full {
background-image: url(images/mob_arrow_right_next_wh.svg);
    }
a.term--full {
    background-image: url(images/mob_arrow_right_next.svg);
    padding-right: 28px;
    background-repeat: no-repeat;
    background-position: right 5px;
    background-size: 24px 16px;
}
.media__listing .spacer {
    margin: -0.5rem 0;
    }

[class*="block-grid-"] > li {
    padding: 0 0rem 1.3rem;
    width: 100%;
}
[class*="block-grid-"] {
    margin: 0rem 0rem 1rem;
    }
.flex-cols-container .flex-col-40 {
    width: 100%;
    margin-bottom: 1.5rem;
}
a.download__button {
    width: 75px;
    line-height: 1.5;
    padding-top: 2px;
    font-size: 1.2rem;
}
#masthead.is-active {
    background-color: #000;
}
ul.rel--texts--list {
    margin-bottom: 2.5rem;
}
ul.rel--texts--list li .flex--wrap.flex--wrap--100 {
    flex-direction: row;
}
ul.rel--texts--list li .item-col-75 {
    width: calc(100% - 80px);
    padding-right: 0.8rem;
}
ul.rel--texts--list li .item-col-25 {
    width: 80px;
}
ul.rel--texts--list li {
    display: block;
    width: 100%;
}
p, ul li, .pub--archive--meta p {
    font-size: 1.2rem;
    line-height: 1.2;
}

figure.page--image {
    margin-bottom: 1.5rem;
}

figure.page--image.block--image--thumb {
    margin: 0.5rem auto 1.5rem;
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
}


.item-col-33 {
    width: 100%;
}
.body--text p {
    font-size: 1.2rem;
    }
.
.body--text p {
    margin-bottom: 1rem;
}

h1.page-title {
    font-size: 2.1rem;
    }
.subtitle--scale {
    margin-top: -0.75rem;
}
.footer--block:before {
    background-color: transparent;
}
.grid-pack-item p {
    margin-bottom: 0.5rem;
}
.grid-pack-item {
    margin-bottom: 1rem;
}
.template-archive-works.section--counter .archive--pad {
        padding-top: 2.5rem;
        padding-right: 0px;
        padding-left: 0px;
    }
.item-col-20 {
    width: 50%;
}
.item-col-40, .item-col-60 {
    width: 100%;
}

.intro--pad {
    padding-top: 30px;
}

h1.site_title {
    font-size: 1.2rem;
    width: 60%;
}
.internal-nav .flex-col-50 {
    margin-bottom: 0;
}

.item-col-85px {
    display: none!important;
}

.site--footer .flex--wrap--100 .item-col-50 {
    width: 50%;
}
.site--footer {
    padding:0;
    margin-top: 2.0rem;
}
.site--footer a {
    font-size: 1.2rem;
}
.site--footer .flex--wrap {
    padding: 15px 0;
}

.flex-col-50 {
    width: 100%;
    margin-bottom: 1.5rem;
}
.flex-cols-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.next_post, .prev_post {
    font-size: 1.2rem;
}
a.term--full {
    font-size: 1.2rem;
}
.mobile--menu li a {
    color: #000;
}
.link--arrow {
    float: right;
    margin-top: 0.5rem;
    margin-bottom: -0.3rem;
}
.list--item--element {
    padding-top: 0rem;
}

.flex--wrap--100 .item-col-50, .flex--wrap--100 .item-col-33 {
    width: 100%;
}
.item--label.flex--link {
    display: flex;
}


p.archive--block--33 {
    margin-bottom: 0.3rem;
}

#masthead {
    padding: 15px 15px;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: transparent;
    mix-blend-mode: difference;
}


.flex--wrap.reversewrap {
flex-flow: column-reverse;
}


}


/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 36.01em) {
.mob--only {
    display: none !important;
}
.archive--title--container {
    display: flex;
    flex-wrap: nowrap;
    align-items: end;
} 
.partial__width {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.template-single-texts h1.page--title {
    max-width: 90%;
}
.home__content__container {
   top: 31vw;
   padding-bottom: 17vw;
    position: relative;
    z-index: 2;
}
.home_bio {
    position: fixed;
    width: calc(70% - 20px);
    left: 20px;
    top: 7rem;
    z-index: 1;
    mix-blend-mode: difference;
    color: #FFF;
}
.sub_nav__texts {
    mix-blend-mode: difference;
    position: fixed;
    width: calc(50% - 1rem);
    right: 0;
    top: 3rem;
    z-index: 999;
}
ul.subnav__items li {
    padding-right: 40px;
}
ul.subnav__items li a {
        color: #FFF;
        margin: 0;
        line-height: 1.2;
        font-weight: 300;
        padding: 0 0rem 0;
        font-size: 1.2rem;
    }
ul.subnav__items {
    display: flex;
    flex-wrap: nowrap;
}
 .archive__grid {
    width: calc(50% - 30px);
    margin-bottom: 4.5rem;
 }
 .grid-sizer {
    width: 50%;
 }
 .flex--grid {
    flex-wrap: wrap;
    display: flex;
 } 
.menu--panel.is-active {
z-index: 9;
    opacity: 1;
	}
.line--indent--list {
	padding-left: 15px;
}
.splash--front.sq--bg_ar {
height: calc(120vh - 10.5rem);
    }
.splash--front {
    width: 100%;
    height: calc(100vh - 10.5rem);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.splash--front figcaption {
    position: absolute;
    bottom: -1.4rem;
}
.menu--panel {
	position: fixed;
    top: 57px;
    width: 100%;
    height: calc(100vh - 57px);
    transition: all 0.6s ease-in-out;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(-45deg, #ffeb3b, #74efff, #9c27b0);
	background-size: 400% 400%;
	animation: gradient 25s ease infinite;
}
.menu--columns ul li {
	margin-bottom: 15px;
}
.menu--columns ul li a {
	font-size: 1.2rem;
	line-height: 1.2;
}

.menu--columns {
	padding: 20px 5px;
    width: 100%;
    display: flex;
}
.column--main ul, .column--right ul {
    display: flex;
    flex-wrap: nowrap;
}
.column--right ul {
    justify-content: end;
    width: 100%;
}

.column--main ul li a, .column--right ul li a{
    color: #FFF;
    margin: 0;
    line-height: 1.2;
    font-weight: 300;
    padding: 0 0rem 0;
    font-size: 1.2rem;
}
ul.expo__list--table li:first-child {
      padding-top: 0.8rem;
} 
ul.expo__list--table li {
    width: 100%;
    display: flex;
}
.column--main ul li {
    padding-right: 40px;
}
.column--right ul li {
    padding-left: 40px;
}
.column--main {
	width: 35%;
	padding: 0px 0 0 1rem;
}
.column--right {
    width: 15%;
    text-align: right;
    padding: 0px;
}


.intro--panel {
    padding-top: 60px;
    padding-bottom: 60px;
}
.list--item--element {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
}
.intro--pad .list--item--element {
    padding-bottom: 1.1rem;
    padding-top: 2.4rem;
}

.item-col-85px {
    width: 85px;
    margin: 0 1rem 0 0;
}
.item-col-85px img {
    width: 100%;
    max-width: 85px;
    display: block;
}
.section--counter section.footer--section {
    padding-bottom: 0rem;
    padding-top: 0rem;
}
.section--counter section {
    position: relative;
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.section--counter section.int--navigation {
    padding-bottom: 1.5rem;
}

.review--panel {
    position: absolute;
    bottom: 1.2rem;
    width: 90%;
}
.review--panel p {
    margin: 0;
}
.article--panel--padding {
    padding-bottom: 4rem;
}
.article--panel--padding .link--arrow {
    bottom: 2.4rem;
}
.link--arrow svg {
    transition: all 0.2s ease-in-out;
}
.link--arrow svg:hover {
transform: scale(1.2);
transform-origin: left bottom;
}


.item-col-66 .meta--panel--single {
    padding-top: 6rem;
    padding-bottom: 2rem;
}
.block--image--small {
    margin-right: 40px;
}
.scroll__creature {
	position: fixed;
	z-index: 5;
	bottom: 0;
	right: 0;
}
.sep-line {
    display: inline-block;
    height: 2px;
    vertical-align: middle;
    background-color: #000;
    width: 40px;
}
.article__title__meta {
    position: absolute;
    bottom: 0;
}
.article__title__meta p {
    margin: 0;
}

.link--arrow {
    position: absolute;
    bottom: 0rem;
    width: 35px;
    height: 35px;
}


.block--align--right .link--arrow {
right: 0;
    }
.block--align--left .link--arrow {
left: 0;
    }
.flex--wrap .item-col-50 {
    position: relative;
}
.entry-header {
	padding-top: 1.4rem;
}
.item-col-75 p {
    max-width: 700px;
}

.flex--wrap .item-col-25.pad--top--0 {
    padding-top: 0rem;
    position: relative;
}
.meta--panel {
    margin-top: 2rem;
    margin-bottom: 3.5rem;
}
.meta--info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

figure.page--image.figure--marg--bottom {
    margin-bottom: 1.5rem;
}
.flex--wrap .item-col-50.pad--top--1 {
    padding-top: 1rem;
}
.flex--wrap .item-col-50.pad--top--0 {
    padding-top: 0rem;
}
.meta--panel--single {
    padding-top: 2rem;
    padding-bottom: 1.0rem;
}
.meta--panel p, .meta--panel--single p, .meta--panel__content p, .meta--info p, .event--block p.meta--panel__content {
    margin: 0;
}
.flex--reverse--textimage {
	flex-direction: row-reverse;
}
.flex--wrap.flex--reverse--textimage .item-col-50:first-child,
.flex--wrap.flex--reverse--textimage .item-col-75:first-child {
    padding-left: 1rem;
    padding-right: 0;
}
.flex--wrap.flex--reverse--textimage .item-col-50:last-child,
.flex--wrap.flex--reverse--textimage .item-col-25:last-child {
    padding-right: 1rem;
    padding-left: 0;
}

.flex--wrap .item-col-50:first-child,
.flex--wrap .item-col-75:first-child {
    padding-right: 1rem;
}
.flex--wrap .item-col-50:first-child .link--arrow {
right: 2rem;
left: auto;
    }
.block--align--left.article--panel--padding .link--arrow {
  right: 0rem;
left: auto;  
}
.flex--wrap .item-col-50:last-child,
.flex--wrap .item-col-25:last-child {
    padding-left: 1rem;
}

.block--image--left {
    margin-right: 30px;
}
.block--image--right {
    margin-left: 30px;
    margin-right: 30px;
}
.block--image--center {
    margin-left: 5rem;
    margin-right: 5rem;
}
.pull_quote__scroll {
    white-space: nowrap;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1;
}
.valign--bottom {
	align-items: end;
}
.valign--middle {
    align-items: center;
}
.valign--bottom .body--text {
	margin-bottom: 1.7rem;
}

.topics--block.flex-cols-container {
    display: flex;
    flex-wrap: wrap;
}
h1.site_title {
   width: 50%;
}
.navigation {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.flex-cols-container.internal-nav {
    display: flex;
}

.mob--only.mobile--menu {
    flex-direction: column;
    width: calc(100% + 0rem);
    background-color: #f5d8ce;
    z-index: 9;
}
.mobile--menu li:last-child {
    border-bottom: solid 2px ;
}
.mobile--menu li {
  font-size: 2.3rem;
    line-height: 1.4;
    padding: 0.2rem 1.2rem 0;
    margin: 0rem 0 0;
    border-top: solid 2px;
}
figure.full--size--image--block {
	position: relative;
}
figure.full--size--image--block.force__half {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
figure.full--size--image--block figcaption{
	position: relative;
	left: 0%;
	bottom: 0rem;
	color: #000;
	font-size: 1.0rem;
}
.site--footer {
	margin-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
}
.pad--top--12 {
	padding-top: 1.3rem;
}
.site--footer .flex--wrap a {
	font-size: 1.2rem;
	line-height: 2.5;
}
.block--50--centre {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.mobile--menu {
    position: fixed;
    max-height: 0;
    top: 55px;
    left: 0;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

    h2.subtitle--scale {
        margin-top: -0.75rem;
    }

    .grid-pack-item {
        margin-bottom: 2rem;
    }
    .item-col-10 {
        width: calc(10% - 0rem);
    }
    .item-col-15 {
        width: calc(15% - 0rem);
    }
    .item-col-20 {
        width: calc(20% - 0.6rem);
    }
    .item-col-25 {
        width: calc(25% - 0.0rem);
    }
    .item-col-35 {
        width: calc(35% - 0.0rem);
    }
    .ref__images .item-col-30 {
        padding-left: 0rem;
    }
    .item-col-30 {
        width: calc(30% - 0.0rem);
        padding-left: 1rem;
    }
    .item-col-40 {
        width: calc(40% - 0rem);
    }
    .item-col-66 {
        width: calc(66.66% - 0rem);
        position: relative;   
         }
    .item-col-70 {
        width: calc(70% - 0rem);
        position: relative;   
         }
    .item-col-75 {
        width: calc(75% - 0rem);
        position: relative;   
         }
    .item-col-33 {
        width: calc(33.33% - 0rem);
        position: relative; 
    }
    .item-col-50 {
        width: calc(50% - 0rem);
    }
    .item-col-80 {
        width: calc(80% - 0rem);
    }
    .item-col-85 {
        width: calc(85% - 0rem);
    }
    .hamburger {
    padding: 0px 0px 0;
    width: 25%;
}

    
    .reverse--dir--flex {
        flex-direction: row-reverse;
    }
    .oversize--caption p{
        font-size: 1.4rem;
    }
    
    
    .frame--pad {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
	.grid-item-20 {
		width: 20%;	
	}
	
	.grid-item-30 {
		width: 30%;	
	}
	
	.grid-item-33 {
		width: 33.333%;
	}
	
	.grid-item-50 {
		width: 50%;
	}
	.grid-item-40 {
		width: 40%;
	}
	
	.grid-item-66 {
		width: 66.666%;
	}
	.grid-item-60 {
		width: 60%;
	}
	
	.grid-item-70 {
		width: 70%;	
	}
	
	.grid-item-75 {
		width: 75%;	
	}
	.grid-item-80 {
	width: 80%;		
	}
    .flex--split {
        display: flex;
        flex-wrap: nowrap;
    }

.dt--only {
   display: none; 
}

.body--text {
    padding: 0rem;
}
.home--topscreen-bg .flex-col-20 {
    padding: 2rem 1.2rem 0;
}
ul.block-grid-5 li {
        width: 25%;
    }
   
    .min--height--content {
        min-height: calc(100vh - 13rem);
    }
   
.page--minimum {
    min-height: calc(100vh - 4rem);
}    


	
}	


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

.mob--only {
    display: none !important;
}
.home__content__container {
   top: 13vw;
}
figcaption, figcaption p, .video-caption p, p.wp-caption-text {
    font-size: 1rem;
}
.home_bio {
    width: calc(50% - 20px);
    top: 5rem;
}
ul.grid_list.large-block-grid-4 li {
    margin-bottom: 0em;
    width: calc(25.00% - 0.2rem);
}
.body--text, .credit--list {
    padding-right: 3rem;
}
.partial__width {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.media__listing p {
    max-width: 50%;
}
.dt--only {
   display: block; 
}
.archive--block--33 {
    width: 33.33%;
}
.archive--block--15 {
    width: 15%;
}
.archive--block--55 {
    width: 55%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.archive--block--35 {
   width: 35%; 
}
.mid--scale--type {
    font-size: 2.5rem;
    line-height: 1;
    margin: 0;
    letter-spacing: -0.1rem;
}

.flex-cols-container {
        display: flex;
        flex-wrap: nowrap;
    }
    
    .flex-col-20, .image-col-1, .text-col-1 {
        width: calc(20% - 0rem);
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .flex-col-40 {
        width: calc(40% - 0rem);
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .flex-col-50 {
        width: calc(50% - 0rem);
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .flex-col-80 , .image-col-4, .text-col-4{
        width: calc(80% - 0rem);
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .flex-col-60.oversize--caption {
        padding: 0;
    }
    .flex-col-60, .image-col-3, .text-col-3 {
        width: calc(60% - 0rem);
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    

.cell--padding {
	padding: 1.1rem;
}

ul.main--menu {
    display: flex;
    width: 100%;
}
.event-item {
    padding: 0;
    position: relative;
    display: block;
}
.line-bottom-marg {
    margin-bottom: 2px;
}
.flex--link, .flex--wrap {
    display: flex;
    width: 100%;
}

}	


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

@media screen and (min-width: 65em) {
    
    .grid-pack-item {
        margin-bottom: 3rem;
    }
    
    .item-col-20 {
        width: calc(20% - 0.3rem);
    }
    .item-col-40 {
        width: calc(40% - 0.6rem);
    }
    .item-col-60 {
        width: calc(60% - 0.9rem);
    }
    .archive__grid {
    width: calc(33.33% - 30px);
    margin-bottom: 4.5rem;
 }
 .grid-sizer {
    width: 33.33%;
 }
 
    

	}

@media screen and (min-width: 70em) {		
h3.archive__title {
    font-size: 1.8rem;
}
}
/**
 * 14.5 - >= 1200px
 */

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

.overlay_image_year {
    max-width: calc(50% - 40px);
}

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


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

#masthead {
    padding: 2rem 4rem;
    }
    .home_bio {
        position: fixed;
        width: calc(50% - 4rem);
        left: 4rem;
        top: 8rem;
    }
.body--text.announcement__text p {
    font-size: 1.7rem;
}
.splash--front figcaption {
        position: absolute;
        bottom: -2rem;
    }
.ap__block .list--item--element--single {
    padding-top: 6rem;
}
.sub_nav__texts {
        top: 4.5rem;
        }
a.download__button {
    padding: 7px 0 4px;
    margin-bottom: 0.7rem;
    width: 150px;
}
a.term--full {
    background-position: right 4px;
}
a.back--arrow {
    background-position: left 4px;
    }
h1.site_title, .column--main ul li a, .column--right ul li a, p.table--text, p, a.download__button, .site--footer .flex--wrap a, h4.archive__title, .body--text p, .body--text h3, h3.subhead__underline, h3.section__label,
.next_post, .prev_post, .works_post, ul.subnav__items li a, .body--text--ul ul li  {
    font-size: 1.45rem;
}
    figcaption, figcaption p, .video-caption p, p.wp-caption-text {
        font-size: 1.15rem;
    }
.section--counter section {
    padding-right: 4rem;
        padding-left: 4rem;
}
h3.archive__title {
        font-size: 2rem;
    }
.section--counter section.intro--pad {
    padding-top: 5.5rem;
}
.grid-sizer {
        width: 33.333%;
    }
    .archive__grid {
        width: calc(33.333% - 62px);
        margin-bottom: 4.5rem;
    }
.section--counter .archive--pad {
    padding-top: 8.5rem;
    padding-right: 2rem;
    padding-left: 4rem;
}

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

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

    }
/**
 * 15.0 - Print
 */

@media print {

}	