/*
Theme Name: AHameed--2023
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: 'monument_groteskRgIt';
    src: url('fonts/monumentgrotesk-italic-webfont.woff2') format('woff2'),
         url('fonts/monumentgrotesk-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'monument_groteskregular';
    src: url('fonts/monumentgrotesk-regular-webfont.woff2') format('woff2'),
         url('fonts/monumentgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family: "Dutch 801 W03 Headline";
  src: url("fonts/1040fde659c150f227f47385793de455.eot"); /* IE9*/
  src: url("fonts/1040fde659c150f227f47385793de455.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/1040fde659c150f227f47385793de455.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/1040fde659c150f227f47385793de455.woff") format("woff"), /* chrome、firefox */
  url("fonts/1040fde659c150f227f47385793de455.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/1040fde659c150f227f47385793de455.svg#Dutch 801 W03 Headline") format("svg"); /* iOS 4.1- */
}

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

body {
	margin: 0;
	padding: 0;
	color: #222;
font-style: normal;
}



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: #222;
    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;
}
.op50 {
	opacity: 0.5;
}
.upperC {
    text-transform: uppercase;
}
.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.body--text p {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    line-height: 1.2;
}
.body--text p:last-child {
	margin-bottom: 0;
}


p {
	font-size: 1.2rem;
	line-height: 1.35;
	font-weight: 200;
    margin: 0 0 1.5rem;
}
.immersive--header h1, .immersive--header h3, .immersive--header ul.materials--title--panel li {
    color: #FFF;
}
.immersive--header h1,
.immersive--header h3.entry-title--home,
.standard--header h1 {
text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
 }
 h3.entry-title--home a, h4.entry-meta--home {
    color: #FFF;
 }
 .dark--text h3.entry-title--home a, .dark--text h4.entry-meta--home {
    color: #222;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.1);
 }
 h4.entry-meta--home {
    font-size: 1.2rem;
    margin: 0 0 7rem;
 }
.immersive--header h3, .immersive--header ul.materials--title--panel li, h4.entry-meta--home {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
figure.page--image {
    margin-bottom: 0rem;
}
.small--caption--margin {
    margin-top: 1.5rem;
}
#masthead {
    padding: 12px 20px;
    position: fixed;
    width: 100%;
    z-index: 9;
    mix-blend-mode: difference;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}
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;
    background-color: #F2F1E9;
    
    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;
}
.full--bleed figcaption {
    margin-left: 20px;
}
.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;
}


.ext--link {
	position: relative;
	padding-right: 0px;
    border-bottom: solid thin;
    border-color: rgba(0, 0, 0, 0.2);
}

.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;
}
.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;
  float: right;
  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: 'monument_groteskregular';
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;
}

.pad--left--1 {
    padding-left: 1.5rem;
}
p.marg-bottom--0 {
    margin-bottom: 0;
}
.intro--pad {
    padding-top: 60px;
}
.charcoal--bg {
    background-color: #262626;
}
.list--item--element--archive {
    width: 100%;
transition: all 0.4s ease-in-out;
}
.list--item--element--archive:hover {
    margin-left: -5%;
}
.list--item--element--archive.live--item:hover {
    margin-left: 5%;
}
.list--item--element--archive:hover .line--divide {
    background-color: #FFF;
}
.list--item--element--archive.live--item:hover .line--divide {
    background-color: #222;
}
.line--divide {
    transition: all 0.2s ease-in-out;
}
.list--toggle {
    margin-right: 15px;
    mix-blend-mode: difference;
    color: #fff;
}
.image--toggle {
   mix-blend-mode: difference;
    color: #fff; 
}
.archive--view--toggle {
    position: fixed;
    font-size: 1.2rem;
    display: flex;
    flex-wrap: nowrap;
    top: 0.8rem;
    left: 30.5%;
    width: 30%;
    z-index: 10;
}
.toggle-divide {
    width: 130px;
    height: 1px;
    margin: 15px 10px;
    background-color: #FFF;
}

/**
 * 5.0 - Header
 */
h3.label--home__page {
	font-size: 1.2rem;
    font-weight: 300;
    margin: 0px 0 10px 0;
    padding-right: 0px;
}
h3.section__label {
	font-size: 1.2rem;
    font-weight: 300;
    margin: 0px 0 10px 0;
    padding-right: 5px;
    top: 10px;
    position: absolute;
    background: #FFF;
    z-index: 2;
}
ul.review__list--table li:first-child {
	background-color: #74efff;
}
ul.review__list--table li:nth-child(2) {
	background-color: #de58ff;
}
ul.review__list--table li:nth-child(3) {
	background-color: #de9552;
}
ul.review__list--table li:nth-child(4) {
	background-color: #8cc352;
}
.bg--color {
	padding: 15px;
}
ul.expo__list--table, ul.review__list--table {
	padding-top: 1.5rem;
	display: flex;
    width: 100%;
    justify-content: space-between;
}
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%;
}
.prev--link a {
    background-image: url(images/prev__intnavigation_blk.svg);
        background-repeat: no-repeat;
    background-size: 25px;
    background-position: left 2px;
    padding-left: 30px;
}

ul.arrow--bullet li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(images/next__intnavigation_blk.svg);
    background-repeat: no-repeat;
    background-size: 25px;
}


.next--link a {
    background-image: url(images/next__intnavigation_blk.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: right 2px;
    padding-right: 30px;
}
ul.credit--list {
padding-left: 1.5rem;
}
ul.credit--list li {
   font-size: 1.17em;
    margin-bottom: 7px;
    position: relative;
    text-indent: -1.5rem; 
}
ul.arrow--bullet li {
    font-size: 1.17em;
    margin-bottom: 7px;
    position: relative;
    padding-left: 30px;
}
h4.meta--heading {
    font-size: 1.1rem;
    line-height: 1.22;
}
.archive--rounded {
    width: 100%;
    height: 30vh;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}
h4.date--heading {
    margin: 0.2rem 0 1.5rem;
}
.immersive-page-header figcaption {
    position: absolute;
    bottom: 0;
    left: 20px;
}
.module--overlay a {
    border-bottom: solid thin #fff;
}
figcaption, .video-caption p, p.wp-caption-text{
	margin-top: 8px;
	font-size: 1.1rem;
    font-style: italic;
	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: #222;
    width: 45px;
}
.item--label p.term {
    margin-bottom: 0.8rem;
    margin-top: -0.4rem;
}
.list--item--element {
    width: 100%;
    position: relative;
    padding-bottom: 0rem;
    padding-top: 0rem;
}
.media--anchor {
    margin-bottom: 2rem;
}
.media--anchor ul.media--anchor--list {
    width: 100%;
}
.text--align--center {
    text-align: center;
}
.wvpl-poster, .waveplayer.wvpl-skin-w2-legacy .wvpl-interface .wvpl-volume {
    display: none !important;
}
.waveplayer.wvpl-skin-w2-legacy .wvpl-play::before {
    content: "" !important;
    background-image: url(images/audio--play.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px !important;
    height: 40px !important;
}
.waveplayer.wvpl-skin-w2-legacy.playing .wvpl-play::before {
content: "" !important;
    background-image: url(images/audio--pause.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px !important;
    height: 40px !important;
    }
.waveplayer.wvpl-skin-w2-legacy .wvpl-position, .waveplayer.wvpl-skin-w2-legacy.wvpl-size-lg .wvpl-position, .waveplayer.wvpl-skin-w2-legacy .wvpl-duration, .waveplayer.wvpl-skin-w2-legacy.wvpl-size-lg .wvpl-duration {
    font-size: 1.2rem !important;
}
.waveplayer.wvpl-skin-w2-legacy .wvpl-interface:hover {
    background-color: transparent !important;
}
.waveplayer.wvpl-skin-w2-legacy .wvpl-right-box {
 height: 5em !important;
 }
 .waveplayer.wvpl-skin-w2-legacy .wvpl-interface {
    height: 90% !important;
}
.waveplayer.wvpl-skin-w2-legacy .wvpl-left-box {
    height: 5em !important;
    width: 2em !important;
}
.waveplayer .wvpl-waveform canvas {
    height: 5em !important;
}
.waveplayer.wvpl-size-lg {
    height: 7em !important;
    --height: 7em !important;
}

.waveplayer.wvpl-skin-w2-legacy {
    padding: 0em !important;
}

.waveplayer .wvpl-waveform canvas {
    transform: scaleY(2) !important;
    }
.waveplayer.wvpl-skin-info_n_wave .wvpl-playing-info,
.waveplayer.wvpl-skin-w2-evolution .wvpl-interface .wvpl-icon,
.waveplayer.wvpl-skin-w2-legacy .wvpl-info::before {
    display: none !important;
}
figcaption p, .additional--caption p {
    margin: 0;
    font-size: 1.1rem;
    font-style: italic;
}
.waveplayer.wvpl-skin-info_n_wave {
    height: 120px !important;
    --height: 120px !important;
    }
.waveplayer.wvpl-skin-w2-evolution div.wvpl-left-box,
.wvpl-left-box {
    background-image: none !important;
}
.center-align--div {
    margin: 0 auto;
}
.small_type__serif {
    white-space: nowrap;
}
.small_type__serif span div {
    display: inline-block;
    margin-right: 20px;
}
h3.no--marg {
    margin: 0;
}
.media--anchor ul.media--anchor--list li {
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 45px;
}
.section--margin--bottom {
    margin-bottom: 4rem;
}
.media--anchor ul.media--anchor--list li:before {
    background-image: url("images/anchor__intnavigationblk.svg");
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 3px;
    left: 0px;
    width: 20px;
    height: 24px;
}
.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: #222;
    transition: all 0.7s ease;
}
.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%;
}
.section--counter.charcoal--bg section,
.section--counter.charcoal--bg ul.topics--panel li .padding--text--archive,
.section--counter.white--text--trigger ul.topics--panel li .padding--text--archive{
    background-color: #262626;
}
.live--item .padding--text--archive {
    background-color: #F2F1E9;
}
.section--counter.charcoal--bg .ext--link, 
.section--counter.white--text--trigger{
    border-color: rgba(255, 255, 255, 0.2);
}

.section--counter.charcoal--bg section h1,
.section--counter.charcoal--bg section p,
.section--counter.charcoal--bg p,
.section--counter.charcoal--bg h4,
.section--counter.charcoal--bg a,
.section--counter.charcoal--bg section h3,
.section--counter.charcoal--bg h3,
.section--counter.charcoal--bg section li,
.section--counter.charcoal--bg section a,
.section--counter.charcoal--bg .site--footer,
.section--counter.charcoal--bg .site--footer a,
.section--counter.charcoal--bg .tax_term,
.section--counter.charcoal--bg .immersive-page-header figcaption,
.section--counter.charcoal--bg .standard-header-img figcaption,
.section--counter.white--text--trigger section h1,
.section--counter.white--text--trigger section p,
.section--counter.white--text--trigger section h3,
.section--counter.white--text--trigger section li,
.section--counter.white--text--trigger section a,
.section--counter.white--text--trigger .site--footer,
.section--counter.white--text--trigger .site--footer a,
.section--counter.white--text--trigger .tax_term,
.section--counter.white--text--trigger .immersive-page-header figcaption,
.section--counter.white--text--trigger .standard-header-img figcaption,
.section--counter.white--text--trigger .video-caption,
.section--counter.charcoal--bg .video-caption,
.section--counter.charcoal--bg figure.full--size--image--block figcaption,
.section--counter.white--text--trigger figure.full--size--image--block figcaption {
    color: #FFF;
}
.archive--list {
    width: 100%;
}
.gallery__info {
    background-position: left -5px bottom -4px;
    background-size: 22px;
}
.section--counter.charcoal--bg section figcaption p {
    opacity: 0.3;
}
.section--counter.charcoal--bg .prev--link a,
.section--counter.white--text--trigger .prev--link a {
    background-image: url(images/prev__intnavigation.svg);
}
.section--counter.charcoal--bg .media--anchor ul.media--anchor--list li:before,
.section--counter.white--text--trigger .media--anchor ul.media--anchor--list li:before,
.gallery__info {
    background-image: url("images/anchor__intnavigation.svg");
    background-repeat: no-repeat;
    }
.gallery__info.dark--text {
    background-image: url("images/anchor__intnavigationblk.svg");
}
.section--counter.charcoal--bg ul.arrow--bullet li:before,
.section--counter.white--text--trigger ul.arrow--bullet li:before {
    background-image: url(images/next__intnavigation.svg);
}
.section--counter.charcoal--bg .pull_quote__scroll,
.section--counter.white--text--trigger .pull_quote__scroll {
  color: rgba(255, 255, 255, 0.4);  
}
.section--counter.charcoal--bg .item__line,
.section--counter.white--text--trigger .item__line{
    background-color: rgba(255, 255, 255, 0.3);
}


.section--counter.charcoal--bg .next--link a,
.section--counter.white--text--trigger .next--link a {
    background-image: url(images/next__intnavigation.svg);
}
h3.archive--date, h3.archive--title, h3.live--title {
    margin: 0;
}
h3.live--title {
    font-size: 1.2rem;
    line-height: 1.25;
    font-family: "Dutch 801 W03 Headline";
    font-weight: normal;
}
.archive--list {
    margin-bottom: 2rem;
}
.heading--0-marg {
    margin: 0;
}
.lg--desc--text p {
    font-size: 1.2rem;
}
/**
 * 6.0 - Menus
 */


.site-header {
    width: calc(100% - 0vw);
    position: fixed;
    top: 0px;
    left: 0vw;
    z-index: 77;
}
.item-col-100 {
    width: 100%;
}
ul.main--menu li:last-child {
    text-align: right;
}
h1.site_title a {
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search svg {
	fill: #FFF;
}
ul.primary--menu li,
ul.secondary--menu li,
h3.meta--heading,
h3.archive--date,
.tax_term {
    font-size: 1.20rem;
}
ul.secondary--menu li {
    display: inline-block;
    margin-left: 1.2rem;
}
ul.primary--menu {
    width: 25%;
    padding-top: 3px;
}
ul.secondary--menu {
   padding-top: 3px; 
}
ul.primary--menu li a,
ul.secondary--menu li a{
    color: #FFF;
}
h3.archive--title {
  font-size: 2rem;  
}
img.teaching--image {
    max-width: 650px;
}
h1.site_title {
    margin: 0;
    line-height: 1.7;
    padding: 0 0.0rem 0;
    font-size: 1.2rem;
    font-family: "Dutch 801 W03 Headline";
    font-weight: normal;
}
h1.page--title--small, h3.page--title--small  {
   font-size: 1.2rem;
   margin: 0;
}
.padding--text--archive {
    padding: 0 10px;
}
h2 span div, .serif--paragraph p, .serif--font, .serif--paragraph li{
   font-family: "Dutch 801 W03 Headline"; 
}
.body--text ul li {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.25;
    position: relative;
    padding-left: 16px;
}
.body--text ul {margin-bottom: 1.5rem; max-width: 800px}
.body--text ul li:before {
    content: "";
    width: 8px;
    background-color: #222;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.item-col-75.quote--lg p{
   font-size: 2.5rem;
    line-height: 1;
    margin: 0;
    opacity: 0.3;
    max-width: 1200px;
}
.item-col-100.quote--lg p{
   font-size: 3.5rem;
    line-height: 1;
    margin: 0;
    opacity: 0.3;
    max-width: 100%;
}
.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;
}

p.focus--label {
    line-height: 1.30;
    margin: 0;
}

.section--counter section {
    position: relative;
    z-index: 1;
    padding-right: 0px;
    padding-left: 0px;
}
.section--counter section.intro--pad {
	padding-bottom: 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;
}
.ext--link--listen {
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1;
    padding: 10px;
    border: 1px solid;
    color: #222;
    margin-bottom: 1.5rem;
}
.episode--image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    width: calc(100% - 1em);
    min-height: 60vh;
}
ul.primary--menu li {
    display: inline-block;
}
h3.upcoming--date--label {
    margin-left: 20px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.3;
}
.upcoming--section {
   margin-top: -3.5rem;
    margin-bottom: 2.5rem;
    z-index: 9;
}
h3.entry-title--home {
   margin: 0 0 0rem 0;
   font-size: 3.5rem;
   max-width: 80%;
   line-height: 1.1;  
   font-weight: normal;
   font-family: "Dutch 801 W03 Headline";
}
h1.page--title {
   margin: 0 0 1rem 0;
   font-size: 3.5rem;
   max-width: 80%;
   line-height: 1.1;  
   font-weight: normal;
   font-family: "Dutch 801 W03 Headline";
}
h1.single--small--title {
      margin: 0 0 0rem 0;
   font-size: 2.9rem;
   max-width: 80%;
   line-height: 1.1;  
   font-weight: normal;
   font-family: "Dutch 801 W03 Headline"; 
}
ul.materials--title--panel li {
   margin: 0;
    font-size: 1.20rem;
    line-height: 1.2; 
}
.image-gallery--home {
    height: calc(100vh - 3.5rem);
    margin-top: 3.5rem;
}
.gallery-cell--home {
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.splash-bg-full-single {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}
h3.page--date {
    margin: 0;
    font-size: 1.20rem;
    line-height: 1.2;
    }
.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: #222;
}
.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;
}

/**
 * 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;
}
ul.topics--panel {
    margin: 1.5rem 0;
    font-size: 1.2rem;
}
ul.topics--panel li {
    padding: 0;
    position: relative;
}
ul.topics--panel li .line--divide {
    width: calc(100% - 0rem);
    height: 2px;
    top: 15px;
}
ul.topics--panel li .padding--text--archive {
    padding-left: 0;
    padding-right: 1.7rem;
    background-color: #F2F1E9;
}
ul.topics--panel li a {
    opacity: 0.4;
}
ul.topics--panel li a.active {
    opacity: 1;
}
.underline {
    border-bottom: solid thin;
}

/**
 * 9.0 - Body
 */
 

.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 0rem;
    width: 100%;
}
ul.grid_list li {
    margin-bottom: 3em;
    display: inline-table;
    float: none;
    clear: none !important;
}
.home--text--bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.home--text--bg p {
    font-size: 3.5rem;
    line-height: 1.15;
    margin: 0px 4rem;
    overflow: visible;
    position: relative;
    transform: translateY(-70%);
    top: 50%;
    max-width: 80%;
    background-color: #C6C4B9;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(244,243,228,0.9) 0px 2px 2px;
}

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


.chapter--meta {
    border-top: solid 1px #260901;
    padding-top: 0.55rem;
}
.gallery__info {
    position: absolute;
    left: calc(25% + 10px);
    bottom: 1.5rem;
    z-index: 9;
    width: 70%;
}
.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: 4rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 2px;
    margin-top: -3px;
    vertical-align: middle;
    background-color: #FFF;
    opacity: 0.5;
}
.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;
}
.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;
    }
.related--block p {
    font-size: 1.2rem;
    padding: 0 0.6rem;
    margin: 0 0 0.3rem;
}
.tax_term, .related--item {
    padding: 0.6rem 0;
    margin-top: 28px;
}
.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;
}
.padding-l_r {
    padding-left: 20px;
    padding-right: 20px;
}
.padding-r {
    padding-right: 20px;
}

a.back--arrow {
    background-image: url(images/arrow_right_prev.svg);
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: left 12px;
    background-size: 48px 20px;  
}
.next_post, .prev_post {
  font-size: 1.20rem;
  line-height: 1.1;  
}
a.term--full {
    background-image: url(images/arrow_right_next.svg);
    padding-right: 55px;
    background-repeat: no-repeat;
    background-position: right 12px;
    background-size: 48px 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 {
    width: 100%;
    display: block;
}
.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;
}
.top--arrow--footer {
    width: 100%;
    max-width: 18px;
    display: block;
    margin: 1.5rem 0;
}
.internal--nav {
    font-size: 1.2rem;
    line-height: 3.7;
}
.item-col-100 h3:first-child {
    margin-top: 0;
}
h3 {
    margin: 0.5rem 0;
}
.text--cover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(25% + 10px);
}
.text--cover p {
    font-size: 3.5rem;
    line-height: 1.15;
    margin: 0px 0 0 0;
    overflow: visible;
    position: relative;
    max-width: 100%;
    background-color: #C6C4B9;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(244,243,228,0.9) 0px 2px 2px;
}

.pub_data_block {
    margin-bottom: 2rem;
}
.pub_data_block li {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
/**
 * 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 {
    display: none;
}
.mob--only {
    display: flex;
}
.rba--circular {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
ul.primary--menu li {
    /* display: inline-block; */
    line-height: 2.5;
}
.search.is-active, .primary--menu.is-active {
    max-height:500px ;
}
.search {
position: fixed;
    width: 100%;
    top: 7rem;
    margin-left: -15px;
    }
ul.primary--menu {
    display: flex;
    position: fixed;
    top: 3.3rem;
    display: flex;
    width: 100%;
    z-index: 99;
    background-color: #FFF;
    margin-left: -15px;
}
.primary--menu, .search {
max-height: 0;
overflow: hidden;
transition: all 0.5s ease-in-out;
}

.home--text--bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.home--text--bg p {
    font-size: 2.0rem;
    line-height: 1.15;
    margin: 0px 15px;
    overflow: visible;
    position: relative;
    transform: translateY(-70%);
    top: 50%;
    max-width: calc(100% - 30px);
    background-color: #C6C4B9;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(244,243,228,0.9) 0px 2px 2px;
}

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

p, ul li, .pub--archive--meta p {
    font-size: 1.1rem;
    line-height: 1.35;
}
ul.research--focus li {
    position: relative;
    overflow: visible;
    font-size: 1.1rem;
    }
figure.page--image {
    margin-bottom: 1.5rem;
}
.item-col-25.pad--top--0 {
    width: 100%;
}
figure.page--image.block--image--thumb {
    margin: 0.5rem auto 1.5rem;
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
}
.pad--left--1 {
    padding-left: 0rem;
}
.research--focus--panel {
    margin: 15px 0 0;
    padding-left: 65px;
}
.block--image--right, .block--image--left {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
}

h2.panel--title, h1.panel--title {
    font-size: 3rem;
}
.item-col-33 {
    width: 100%;
}
.body--text p {
    font-size: 1.4rem;
    }
.
.body--text p {
    margin-bottom: 1rem;
}

h1.page-title, h3.entry-title--home {
    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;
}
.caption--margin--top.oversize--caption {
    margin-top: -0.5rem;
}
.mob--only.book--meta--group {
    display: block;
}
.item-col-20 {
    width: 50%;
}
.item-col-40, .item-col-60 {
    width: 100%;
}
.site-header .grid-pad, .frame--pad, .home--topscreen-bg {
    padding-left: 1rem;
    padding-right: 1rem;
}
.mobile--menu.is-active {
    max-height: 600px;
}
.mob--only.mobile--menu {
    flex-direction: column;
    width: calc(100% + 0rem);
    background-color: #fff;
    z-index: 9;
}

.upcoming--section {
    margin-top: -3rem;
    margin-bottom: 1.5rem;
    }
h3.upcoming--date--label {
    margin-left: 15px;
    color: #FFF;
    mix-blend-mode: difference;
    font-size: 1.1rem;
    line-height: 1.3;
}
.meta--panel--single {
    padding-top: 1.4rem;
    padding-bottom: 1rem;
}
.article__title__meta {
    margin-top: 1rem;
}
.article__title__meta p {
    margin-bottom: 0;
}
.image-gallery--home {
    height: calc(100vh - 3.3rem);
    margin-top: 3.3rem;
}
.intro--pad {
    padding-top: 70px;
}
h3.entry-title--home {
    width: 100%;
    font-size: 1.6rem;
}
.gallery__info {
    position: absolute;
    left: calc(0% + 15px);
    top: 1.0rem;
    bottom: auto;
    z-index: 9;
    width: 85%;
    background-image: none;
}
.flickity-counter {
    position: absolute;
    bottom: 20px;
    top: auto;
    left: auto;
    right: 20px;
    font-size: 1.2rem;
    color: #fff;
    mix-blend-mode: difference;
    line-height: 1;
}

h1.site_title {
    font-size: 1.1rem;
    width: 60%;
    float: left;
}
.internal-nav .flex-col-50 {
    margin-bottom: 0;
}
.quote--item {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: 15px;
    width: calc(100% - 30px);
}
.quote--item.mid_type__serif p {
    color: #FFF;
    font-size: 1.7rem;
    line-height: 1.15;
}
.quote--meta {
    position: absolute;
    bottom: 15px;
    left: 60px;
    width: calc(100% - 75px);
}
.item-col-85px {
    display: none!important;
}

.block--image--center {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 200px;
}
.flex--wrap--100 .item-col-50:first-child {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: solid 2px #222;
}
.flex--wrap--100.reversewrap .item-col-50:first-child {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    border-bottom: solid 0px #222;
}
.pub--archive {
    padding-top: 70px;
}
.meta--panel {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}
.top--arrow {
    width: 35px;
    height: 48px;
    position: fixed;
    bottom: 15px;
    left: 15px;
}
.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.1rem;
}
a.term--full {
    font-size: 1.1rem;
}
.mobile--menu li a {
    color: #222;
}
.link--arrow {
    float: right;
    margin-top: 0.5rem;
    margin-bottom: -0.3rem;
}

.article--panel--padding {
    padding: 1.5rem 0;
}
.meta--panel--single p {
    margin-bottom: 0;
}
.mobile--menu li:last-child {
    border-bottom: solid 2px;
    padding-bottom: 0.8rem;
}
.event--block p {
    margin: 0;
}
.event--block {
    padding-bottom: 1.5rem;
}
.mobile--menu {
    position: fixed;
    max-height: 0;
    top: 0px;
    left: 0;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.flex--wrap--100 .item-col-50, .flex--wrap--100 .item-col-33 {
    width: 100%;
}
.item--label.flex--link {
    display: flex;
}
.past--event p:nth-child(2) {
    font-size: 1.1rem;
    letter-spacing: inherit;
    line-height: 1.2;
}
.video--doc--label {
    bottom: 1rem;
    }
p.archive--block--35, p.archive--block--33.event--date--block {
    margin-top: 0.9rem;
    padding-bottom: 38px;
    margin-bottom: 0;
}
p.archive--block--15 {
    margin-bottom: 0.5rem;
}
.mid--scale--type {
    font-size: 2.0rem;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.1rem;
}
.link--arrow svg, p.archive--block--33 svg, p.archive--block--35 svg {
    width: 35px;
    height: 35px;
}
p.archive--block--35 svg, p.archive--block--33.event--date--block svg {
    position: absolute;
    right: 0;
    bottom: 1.4rem;
}

.label--separator {
    margin: 5px 7px 0;
    height: 2px;
    background-color: #222;
    width: 25px;
}
p.archive--block--33 {
    margin-bottom: 0.3rem;
}
#masthead {
    padding: 12px 15px;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: transparent;
}
.meta--panel {
    margin: 1rem 0 0;
}
.meta--panel p, .review--panel p {
    margin: 0;
}
.pull_quote__scroll {
    white-space: nowrap;
}
.review--panel {
    margin: 1.5rem 0 0;
}
.review--panel ul.review--list li {
    position: relative;
    margin-bottom: 0.3rem;
    padding-left: 15px;
}
ul.review--list li p {
    margin: 0;
}
.review--panel ul.review--list li:before {
left: 0px;
    }
.meta--info p {
    margin: 0;
}

.flex--wrap.reversewrap {
flex-flow: column-reverse;
}
.item--label.flex--link.mob--hide {
    display: none;
}
.meta--panel__content--author {
    position: relative;
    padding-left: 3rem;
    margin: -0.5rem 0 0;
}
.meta--panel__content--author:before {
    content: "—";
    position: absolute;
    top: 0rem;
    left: 1.6rem;
}

}


/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 36.01em) {
.content--container {
    padding-top:12rem;
}  
.additional--caption {
    width: calc(50% - 4em);
    margin-left: 4em;
}
.line--divide.live--archive--line {
       top: 20px; 
       left: -5%;
       background-color: rgba(200,200,200,1.0);
}
.publication--image {
    max-width: 50%;
    margin-bottom: 1.5rem;
}
.line--divide {
    width: calc(100% + 10%);
    height: 1px;
    background-color: #444;
    position: absolute;
    top: 60px;
    z-index: -1;
} 
.page--title--padding-bottom {
    padding-bottom:5rem
}
.page--title--padding-bottom--small{
    padding-bottom:1.5rem
}
.pull_quote__scroll {
    white-space: nowrap;
}
.pull_quote__scroll span div {
    display: inline-block;
    margin-right: 20px;
}

.line--indent--list {
	padding-left: 15px;
}
.list--item--element--archive .rba--circular {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease-in-out;
    filter: grayscale(1);
    margin-bottom: 0;
    margin-top: 10px;
}
.list--item--element--archive:hover .rba--circular {
    filter: grayscale(0);
}
.homerba .rba--circular {
width: 200px;
    height: 200px;
    filter: grayscale(100%);
    }
.rba--circular {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin: 0 auto 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.ep--number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 2.0rem;
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    color: #FFF;
}
a.underline--link {
	border-bottom: solid thin #222;
}
.main-wrapper.subpage {
    position: relative;
}
.main-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}
.main-wrapper--page {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    justify-content: space-between;
}
.center-align--div {

}
.header-img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 30px;
    z-index: 10;
    width: 100%;
    height: calc(100% - 30px);
    background-color: rgba(0,0,0,.1);
}
ul.materials--title--panel {
    max-width: 70%;
}
.video--block--center {
    width: 75%;
    margin: 5.5rem auto;
}
.header-100-vh, .header-standard-vh {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: flex-end;
    align-items: flex-end;
}
.immersive-header-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 30px;
    z-index: 3;
    width: 100%;
    height: calc(100% - 30px);
    -o-object-fit: cover;
    object-fit: cover;
}
.standard-header-img {
    position: relative;
    left: calc(25% + 10px);
    top: 7.5%;
    right: calc(0% + 20px);
    bottom: 7.5%;
    z-index: 3;
    width: calc(65% - 20px);
    height: 85%;
    transform: translate(0,-0%) scale(1.0);
    -o-object-fit: contain;
    object-fit: contain;
}
.standard-header-img figcaption {
    position: absolute;
    bottom: 0;
}
.standard-header-img img {
position: absolute;
top: 50%;
transform: translate(0, -50%);
}

.double-header-img {
    position: relative;
    left: 0;
    top: 7.5%;
    right: calc(0% + 20px);
    bottom: 7.5%;
    z-index: 3;
    width: calc(45% - 20px);
    height: 85%;
    transform: translate(0,-0%) scale(1.0);
    -o-object-fit: contain;
    object-fit: contain;
}
.double-header-img figcaption {
    position: absolute;
    bottom: 0;
}
.double-header-img img {
position: absolute;
top: 50%;
transform: translate(0, -50%);
}
.immersive-page-header {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 150vh;
    margin-bottom: 5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.standard-page-header {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 6rem;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.double-page-header {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 6rem;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.intro--panel {
    padding-top: 60px;
    padding-bottom: 60px;
}
/*.list--item--element {
    padding-bottom: 2.4rem;
    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 {
    position: relative;
    z-index: 1;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.review--panel {
    position: absolute;
    bottom: 1.2rem;
    width: 90%;
}
.review--panel p {
    margin: 0;
}
.flex--wrap .item-col-50.right--align {
    padding-right: 0 !important;
    margin-left: 50%;
}
.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;
}
.standard--header .materials--title--panel {
    width: 32%;
}

.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: #222;
    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;
}
.pub--list--block svg {
  position: absolute;
    bottom: -0.1rem;
    right: 0px;
    width: 35px;
    height: 35px;   
}
.pub--list--block {
  padding-bottom: 0.3rem;  
}
.event--date--block svg {
  position: absolute;
    bottom: -0.1rem;
    right: 0px;
    width: 35px;
    height: 35px;  
}
.entry-header .flex--wrap .item-col-25:nth-child(2),
.entry-header .flex--wrap .item-col-25:last-child {
	padding-top: 0.8rem;
}
.work-page-year-ofh {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-top: 0.1vw;
    padding-bottom: 0.2vw;
    padding-left: 0vw;
    padding-right: 2vw;
}
.works-page-year-text-holder {
    position: absolute;
    left: 3.5vw;
    bottom: 2.5vw;
    z-index: 2;
    overflow: visible;
    margin-bottom: -0.5vw;
}
.event--date--block {
    padding-bottom: 2.5rem;
}
.block--align--right .link--arrow {
right: 0;
    }
.block--align--left .link--arrow {
left: 0;
    }
.flex--wrap .item-col-50 {
    position: relative;
}
.entry-header {
	padding:0 20px 2.5rem;
}
.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%);
}
.meta--panel__content--author {
    position: relative;
    padding-left: 5rem;
}
.meta--panel__content--author:before {
    content: "—";
    position: absolute;
    top: 0rem;
    left: 3.6rem;
}
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,
.flex--wrap .item-col-25:first-child,
.flex--wrap .item-col-33: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.extra--cell--padding .item-col-50:last-child {
   padding-left: 2rem; 
}
.flex--wrap.extra--cell--padding .item-col-50:first-child {
   padding-right: 2rem; 
}
.flex--wrap .item-col-50:last-child,
.flex--wrap .item-col-25:last-child,
.flex--wrap.size--75--image--block .item-col-75:last-child,
.flex--wrap .item-col-33:last-child {
    padding-left: 1rem;
}
.flex--wrap .item-col-33:nth-child(2) {
   padding-left: 1rem; 
   padding-right: 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;
}
.scroll--quote--pub .pull_quote__scroll {
    white-space: nowrap;
    font-size: 1.2rem;
    }
.scroll--quote--pub {
    margin-top: -2rem;
    margin-bottom: 1.5rem;
}
.pull_quote__scroll {
    white-space: nowrap;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
    margin: 0.0rem 0;
}
.small_type__serif {
    font-size: 1.2rem;
    white-space: nowrap;
    font-weight: 300;
    line-height: 1;
    margin: 0.0rem 0;
}
.valign--bottom {
	align-items: end;
}
.valign--center {
   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: 25%;
}
.navigation {
    display: flex;
    flex-wrap: nowrap;
}
.tax_term, .related--item {
    width: 100%;
    }
.tax_term {
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.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;
    margin: 2.5rem 20px;
}
figure.full--size--image--block figcaption{
	position: relative;
	left: 0%;
	bottom: 0rem;
    font-style: italic;
	color: #222;
	font-size: 1.1rem;
}
.site--footer {
	margin-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
}
.pad--top--12 {
	padding-top: 1.3rem;
}
.site--footer .flex--wrap a {
	font-size: 1.2rem;
	line-height: 3.7;
}
.site--footer .flex--wrap a.footer-item-link {
        margin-left: 2rem;
}

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

    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);
    }
    .item-col-40 {
        width: calc(40% - 1.2rem);
    }
    .item-col-66 {
        width: calc(66.66% - 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%;
}
.search--panel {
	transition: all 0.3s ease-in-out;
	width: 0;
	overflow: hidden;
}
.search--panel.is-active {
	width: 50%;
}
div.search {
	justify-content: flex-end;
    width: 50%;
    position: relative;
    display: flex;
}
div.search svg {
width: 26px;
height: 26px;
margin-top: 3px;
}
div.search svg:hover {
	cursor: pointer;
	fill: #9c27b0;
}
    
    
    .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%;
    }
    ul.tax--item--img--grid {
        width: calc(100% + 1.2rem);
        display: flex;
        flex-wrap: wrap;
        margin-right: -0.6rem;
    margin-left: -0.6rem;
        justify-content: flex-start;
        align-items: center;
    }
    ul.tax--item--img--grid li {
        width: calc(21.6% - 1.2rem);
    margin-right: 0.6rem;
    margin-left: 0.6rem;
    margin-bottom: 1.2rem;
    }
    .min--height--content {
        min-height: calc(100vh - 13rem);
    }
   
    

.image--cont {
    display: flex;
} 
.image--cont .image-col-4 {
    width: 75%;
    padding: 0 0.6rem;
}
.image--cont .image-col-4 {
    width: 75%;
    padding: 0 0.6rem;
}
.marg-left-20.oversize--caption {
    margin-left: 24vw;
    margin-top: 2rem;
    width: calc(100% - 24vw);
}
.oversize--caption .figure--label {
    display: none;
}
.image--splash--block .flex-col-60 {
padding: 0 0.6rem;
}
	
}	


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

.mob--only {
    display: none !important;
}
.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;
}
.research--focus--panel {
    transition: none;
    transition-delay: 0ms;
    margin-bottom: 4px;
    min-width: 340px;
}

.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: 63em) {
    
    .grid-pack-item {
        margin-bottom: 3rem;
    }
    .research--panel--home {
        padding-bottom: 5rem;
    }
    .item-col-20 {
        width: calc(20% - 0.3rem);
    }
    .item-col-40 {
        width: calc(40% - 0.6rem);
    }
    .item-col-60 {
        width: calc(60% - 0.9rem);
    }
    .carousel {
        width: 75%;
        margin: 0 auto;
    }
    .flickity-viewport {
    overflow: visible !important;
    }
    .carousel-cell {
        transition: all 0.3s ease-in-out;
        opacity: 0.3;
    }
    .carousel-cell img {
        max-height: 800px;
    width: auto;
    margin: 0 auto;
    }
    .carousel-cell.is-selected {
        opacity: 1;
    }
    .flickity-counter {
    position: absolute;
    top: 17px;
    left: auto;
    right: 20px;
    font-size: 1.2rem;
    color: #fff;
    mix-blend-mode: difference;
    line-height: 1;
}
.flickity-prev-next-button.next {
    right: -5rem !important;
}
.flickity-prev-next-button.previous {
    left: -5rem !important;
}
.flickity-prev-next-button.next {
    background-position: right 15px top 17px !important;
    }
.flickity-prev-next-button.previous {
    background-position: left 15px top 17px !important;
}

	}

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

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

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

.research--focus--panel {
width: 36%;
padding-right: 60px;
align-self: flex-end;
}
.event-item {
    padding: 0;
}
#upcomimng--events {
    margin-top: 9rem;
}

}
@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 {

}	