/*
Theme Name: Rham--2024
Author: Leaky Studio
*/


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



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

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Playfair Display', serif;
font-weight: 400;
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%;
}
.gallery__info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    mix-blend-mode: difference;
}
.gallery__info h3, .gallery__info h4 {
color: #FFF;padding: 0 0rem 0;
margin: 0;
    font-size: 1.2rem;
    font-family: 'Public Sans', sans-serif;
    }
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;
}
.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;
}
.body--text p:last-child {
	margin-bottom: 0;
}
.body--text h3 {
  margin-bottom: 0;  
  font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 200;
}

p {
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 200;
    margin: 0 0 1.5rem;
}
ul.credit--list p {
    margin: 0;
}
ul.credit--list li {
    margin-bottom: 0.3rem;
}
.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;
}
 
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;
}

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

.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: #000;
    
    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;
}

.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;
    }
.ext--link {
	position: relative;
	padding-right: 20px;
}

.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;
  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: 'Playfair Display', serif;
font-weight: 400;
font-style: normal;
min-height: 100vh;
    color: #000;
    background-color: #000;
    -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;
}

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

.module--overlay a {
    border-bottom: solid thin #fff;
}
figcaption, figcaption p, .video-caption p, p.wp-caption-text{
	margin-top: 8px;
	font-size: 1.0rem;
	line-height: 1.2;
	margin-bottom: 0;
    opacity: 0.6;
}
.image-gallery {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 3;
}
.splash-bg-full-single {
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
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;
}
.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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search svg {
	fill: #FFF;
}
h1.site_title {
    margin: 0;
    line-height: 1.7;
    font-weight: 300;
    padding: 0 0.0rem 0;
    font-size: 1.2rem;
    font-family: 'Public Sans', sans-serif;
}
.file--block {
    position: fixed;
    z-index: 9;
    left: calc(25% + 10px);
    mix-blend-mode: difference;
    top: 3.5rem;
}
.file--block a {
    color: #FFF;}
.file--block p {
    font-size: 1.2rem;
    font-family: 'Public Sans', sans-serif;
    margin: 0 0 0.3rem;
    color: #FFF;
}
.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;
}
p.focus--label {
    line-height: 1.35;
    margin: 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;
}
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;
}
h1.page--title, h3.page--date {
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.0;
    }
.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;
}
.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 0rem;
    width: 100%;
}
ul.grid_list li {
    margin-bottom: 3em;
    display: inline-table;
    float: none;
    clear: none !important;
}

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

.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 {
    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: 55px;
    background-repeat: no-repeat;
    background-position: left 12px;
    background-size: 48px 20px;  
}
.next_post, .prev_post {
  font-size: 2.4rem;
  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 {
    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 {
    display: none;
}
.mob--only {
    display: flex;
}
.site--footer {
    
}

[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 {
    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;
}
.meta--panel--single {
    padding-top: 1.4rem;
    padding-bottom: 1rem;
}
.article__title__meta {
    margin-top: 1rem;
}
.article__title__meta p {
    margin-bottom: 0;
}
.intro--pad {
    padding-top: 70px;
}

h1.site_title {
    font-size: 1.1rem;
}
.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 #000;
}
.flex--wrap--100.reversewrap .item-col-50:first-child {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    border-bottom: solid 0px #000;
}
.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: #000;
}
.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: #000;
    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) {
    
.menu--panel.is-active {
z-index: 9;
    opacity: 1;
	}
.line--indent--list {
	padding-left: 15px;
}
.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;
}
a.underline--link {
	border-bottom: solid thin #000;
}
.menu--columns {
	padding: 20px 5px;
    width: 100%;
    display: flex;
}
.menu--column {
	width: 25%;
	padding: 0 15px;
}


.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: 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;
}
.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;
}
.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 {
	
}
.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 {
    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--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: 25%;
    }
.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;
}
figure.full--size--image--block figcaption{
	position: relative;
	left: 0%;
	bottom: 0rem;
	color: #000;
	font-size: 1.0rem;
    opacity: 0.4;
}
.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;
}
.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);
    }
    .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%;
}
.header__div a {
    color: #FFF;
}
.header__div p {
    color: #FFF;
    line-height: 1.7;
    font-weight: 300;
    padding: 0 0rem 0;
    margin: 0;
    font-size: 1.2rem;
    font-family: 'Public Sans', sans-serif;
}
.anchor--menu {
    margin-left: 25%;
    font-weight: 300;
    padding: 0 0rem 0;
    font-size: 1.2rem;
    font-family: 'Public Sans', sans-serif;
}
div.search {
	justify-content: flex-start;
    width: 50%;
    position: relative;
    display: flex;
}
.contact__div {
    justify-content: flex-end;
    width: 25%;
    position: relative;
    display: flex;
}
div.search svg {
width: 26px;
height: 26px;
margin-top: 3px;
}
div.search svg:hover {
	cursor: pointer;
	fill: #9c27b0;
}
.splash--image {
    margin-top: -3rem;
}
    
    
    .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);
    }
    

	}

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

}	