/*
Theme Name: AST 2020
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/
 */

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=ab9f2d46-8b63-40a4-94cb-50491091397d&fontids=5664115");
    @font-face{
        font-family:"Helvetica Neue LT W05 85 Heavy";
        src:url("fonts/5664115/7e42a406-9133-48c0-a705-4264ac520b43.woff2") format("woff2"),url("fonts/5664115/837750e9-3227-455d-a04e-dc76764aefcf.woff") format("woff");
    }

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*cursor: none;*/
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 14px;
}

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

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;
}
.shadow {
  -webkit-filter: drop-shadow( 5px 5px 4px rgba(255, 0, 0, .7));
  filter: drop-shadow( 5px 5px 4px rgba(255, 0, 0, .7));
  /* Similar syntax to box-shadow */
}
.diagram--holder {
	position: fixed;
    width: 100%;
    height: calc(100vh - 60px);
    top: 60px;
    left: 0;
}
.diagram--holder svg {
max-height: 97%;
	}

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;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    background-color: #000;
    font-size: 1em;
    line-height: 1;
    padding: 7px 20px 7px;
    margin-bottom: 0px;
    margin-top: 0em;
}

input[type="text"],input[type="email"] {
	border-left: none;
	border-right: none;
	width: 100%;
	padding: 0.5em;
	border-top: none;
	border: solid 1px #000;
	color: #000;
}
input[type="text"]:focus,input[type="email"]:focus {
	outline: none;
	border: solid 1px #84ba8c;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.clearer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

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;
	width: 100%;
	margin-top: 0.8em;
	border: solid 1px #000;
	height: 8em;
	vertical-align: top;
}
textarea:focus {
	border: solid 1px #F0635D;
	outline: none;
}


optgroup {
	font-weight: bold;
}

/**
* 2.0 - Typography / Colour
*/
h1,h2,h3,h4,h5 {
	font-family:"Helvetica Neue LT W05 85 Heavy";;
}

.op50 {
	opacity: 0.5;
}

.ct_txt {
	text-align: center;
}
.rt_txt {
 text-align: right; 
 }

.gutter-sizer {
    width: 0;
    height: 0;
} 


h3 {
	font-size: 1.2em;
}
h4, h5 {
    font-size: 1.2em;
}
h5 {
	text-transform: uppercase;
}

p.read_link {
	margin: 0.5em 0 0;
}
a.read_more_link {
	color: #000;
	font-size: 1.15em;
	padding-right: 43px;
	background-image: url(images/read_more.svg);
	background-size: 40px 15px;
	background-repeat: no-repeat;
	background-position: right center;
}
a.search {
	padding-right: 30px;
    background-image: url(images/search_icon.svg);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: right center;
}


.up {
	text-transform: uppercase;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

strong {
	font-family:"Helvetica Neue LT W05 85 Heavy";;
}

/*LINKS*/


/**
 * 3.0 - JS Controllers
 */
#circle{
  width: 20px;
  height: 20px;
  background: #F00;
  position:fixed;
  border-radius:50%;
  z-index: 9999;
  mix-blend-mode: difference;
}
.meta--project--details {
	margin-top: 2rem;
border-top: solid 2px;
border-color: rgba(0,0,0,0.2);
padding-top: 1.5rem;
}
h1.home--title {
	position: fixed;
    z-index: 1;
    margin: 0;
    font-size: 25em;
    mix-blend-mode: exclusion;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

 @keyframes cloud1 {  
      from{transform: translate3d(0px,850px,0px)}  
      to{transform: translate3d(0px,-200px,0px)}  
  } 
@keyframes cloud2 {  
      from{transform: translate3d(0px,680px,0px)}  
      to{transform: translate3d(0px,-320px,0px)}  
  }
@keyframes cloud3 {  
      from{transform: translate3d(0px,680px,0px)}  
      to{transform: translate3d(0px,-320px,0px)}  
  }
@keyframes cloud4 {  
      from{transform: translate3d(0px,220px,0px)}  
      to{transform: translate3d(0px,-850px,0px)}  
  }
@keyframes cloud5 {  
      from{transform: translate3d(0px,180px,0px)}  
      to{transform: translate3d(0px,-920px,0px)}  
  }
.home--scroll--featured:first-child {
animation: cloud1 8s infinite linear;
left: 2em;
top: 2%;
} 

.home--scroll--featured:nth-child(2) {
animation: cloud2 10s infinite linear;
right: 2em;
top: 145px;
} 
.home--scroll--featured:nth-child(3) {
animation: cloud3 12s infinite linear;
left: 25%;
top: 129px;
} 
.home--scroll--featured:nth-child(4) {
animation: cloud4 12s infinite linear;
left: 55%;
top: 62%;
} 
.home--scroll--featured:nth-child(5) {
animation: cloud5 9s infinite linear;
left: 5%;
bottom: 12%;
} 

.home--scroll--featured {
	width: 15vw;
	mix-blend-mode: difference;
	position: absolute;
	will-change: transform;
    z-index: 10;
}
.home--scroll--featured:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.home--scroll--featured.homefeature {
	width: 25vw;
}
.upcoming-event--home {
	position: fixed;
	border-top: solid thin #000;
    width: 100%;
    background-color: #F00;
    z-index: 999;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    bottom: 0;
    height: 60px;
    font-size: 2em;
    line-height: 60px;
}
.header_col_site_title, .navigation-page-title {
	transition: all 0.3s ease-in-out;
}
.ha-header.is-active .header_col_site_title, .ha-header.is-active .navigation-page-title {
	z-index: -1;
	opacity: 0;
}
.search-form {
	position: relative;
}
.search--toggle {
	position: fixed;
    top: 0;
    width: 50%;
    z-index: -1;
    opacity: 0;
    height: 100vh;
    background-color: #000;
    padding: 1em;
    transition: all 0.4s ease-in-out;
    right: -10%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.2
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.2
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.2
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 0.2
}
.search--toggle input:focus {
	outline: none;
}
.search-close:hover {
	cursor: pointer;
}
.search-close {
	position: absolute;
    top: 10px;
    right: 10px;
}
.search--toggle input:focus + i {
	display: none;
}
@keyframes blink {
	from { opacity: 1; }
	to { opacity: 0; }
}
/*.search--toggle	i {
	position: absolute;
	width: 1px;
	height: 80%;
	background-color: white;
	left: 0px;
	top: 10%;
	animation-name: blink;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	opacity: 1;
}*/
.input-search {
	font-size: 2em;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    padding-left: 0.2em;
    color: #FFF;
    background-color: transparent;
    border-bottom: solid 2px #FFF;
    border-right: 0;
    width: calc(100% - 40px);
    border-left: 0;
    border-top: 0;
}
.search--toggle.is-active {
	opacity: 1;
	z-index:999;
	right: 0;
}
.menuact:before {
    content: '';
    width: 19px;
    height: 20px;
    position: absolute;
    right: 1.0em;
    top: 50%;
    background: url(images/dropdown_arrow2.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: translate3d(0,-50%,0) ;
    transform: translateY(-50%) ;
    transform: translate3d(0,-50%,0);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.menuact.is-active:before {
    -webkit-transform: translate3d(0,-50%,0) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    transform: translate3d(0,-50%,0) rotate(180deg);
}
#selected {
	font-size: 2em;
	text-transform: capitalize;
}
#select_filter .options {
    height: 55px;
    margin-left: 0em;
    width: calc(100% + 0em);
        
    position: absolute;
    top: 0em;
    overflow: hidden;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
#select_filter .options.is-active {
    overflow: visible;
    height: auto;
    background-color: red;
}
#select_filter .options.is-active div.nav-filter button {
height: auto;
margin: 0 0 0.0em 0;
}
#select_filter {
	position: relative;
}
div.nav-filter button.is-checked {
	height: auto;
	margin: 0 0 0.0em 0;
}
div.nav-filter button {
height: 0;
overflow: hidden;
}
div.nav-filter {
	border: solid thin #000;
    margin-top: 1px;
    margin-left: -1px;
    width: calc(100% + 2px);
}
button.menuact {
	padding: 1em 2.0rem 0.9em;
	margin: 0;
    font-size: 1.0em;
    margin-top: 0em;
    position: relative;
    text-align: left;
    width: calc(100% - 0em);
    background-color: transparent;
    color: #000;
    text-transform: none;
}
div.nav-filter button:last-child {
	border-bottom: none;
}
div.nav-filter button{
padding: 0.2em 1.0em;
text-transform: capitalize;
border-bottom: solid 1px #000;
font-size: 2.0em;
position: relative;
text-align: left;
width: calc(100% - 0em);
background-color: red;
color: #000;
	}
div.nav-filter button:last-child {
	margin-bottom: 0;
}

 ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.inactive {
	display: none !important;
} 

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

img.more_arrow {
	width: 25px;
    display: inline-block;
    text-align: right;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 
.lazy.b-loaded {
    opacity: 1;
}

.section_header {
	margin-bottom: 0.5em;
	font-size: 1.15em;
}

.page_transition {
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0%;
	top: 25%;
	height: 50%;
	opacity: 0;
	transition: all 0.3s ease-in-out; 
}
img.img_load {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	transform:translate(-50%,-50%);
}

.is-exiting .page_transition {
	opacity: 1;
	z-index: 9;
}
h3.ph--head {
	font-family: 'Helvetica Neue', 'Roboto', sans-serif;
	font-weight: 500;
}
/**
MEDIA
**/



/**
 * 4.0 - Structure
 */
 
 
body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', sans-serif;
	font-weight: 500;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    scrollbar-width: none;
}

[class*='trigger-'] {
  height: 100%;
  width: 100%;
}

a.ext_link {
	border-bottom: solid thin #ccc;
}
body {
	transition: all 0.3s ease-in-out;
}
a.prev:before {
	content: "";
	width: 25px;
	height: 14px;
	background-image: url(images/prev--arrow.svg);
	background-position: center;
	background-size: contain;
	position: absolute;
	background-repeat: no-repeat;
	top: 6px;
	left: 0;
}
a.next {
	padding-right: 30px;
}
a.prev {
	padding-left: 30px;
}
a.next:after {
	content: "";
	width: 25px;
	height: 14px;
	background-image: url(images/next--arrow.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	right: 0;
}
p.works_archive_title-rel {
	position: relative;
	text-align: center;
	font-size: 1.8em;
	font-family: "Helvetica Neue LT W05 85 Heavy";
    line-height: 1.1;
    margin: 0;
}
.next_post, .prev_post {
	line-height: 50px;
	padding: 0em;
	font-size: 1.55em;
}
.internal-nav .grid-item-50:last-child {
	text-align: right;
}
.next_post a, .prev_post a, a.inter-link{
	color: #000;
	position: relative;
}

.internal-nav {
	padding-top: 0px;
	position: absolute;
    width: calc(100% - 4em);
    bottom: 0;
    height: 60px;
}

.is-hidden {
	height: 0;
	overflow: hidden;
}



@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


button.close {
	padding: 0px;
    z-index: 9999;
    background: transparent;
    margin: -8px auto;
    width: 40px;
    height: 35px;
}
.close_box {
	width: 40px;
    height: 35px;
    margin: -12px 0;
    position: relative;
    display: inline-block;
}
.close_box_inner {
	display: block;
	height: 2px;
    width: 40px;
    background-color: #FFF;
	transform: rotate(45deg);
    top: 50%;
    margin-top: 0px;
    position: absolute;
}
.close_box_inner:after {
	bottom: 0;
    transform: rotate(-90deg);
}
.close_box_inner:before, .close_box_inner:after {
	background-color: #FFF;
	height: 2px;
    width: 40px;
	content: "";
    display: block;
}
.close_box_inner:before {
	top: 0;
    opacity: 0;
}
 
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 
.grid {
	position: relative;
}
.grid:after, .clearfix {
	content: "";
	display: table;
	clear: both;	
}

.main-wrapper {
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
}
.main-inner-wrapper {
   /* min-height: 100%;*/
}

img {
	width: 100%;
	max-width:100%;
	height: auto;
	display: block;
}
a {
	text-decoration: none;
}
[class*='grid-item-'] {
  float: left;
}
h3.meta--title {
	font-size: 1.55em;
	margin: 0 0 1em 0;
	font-family:"Helvetica Neue LT W05 85 Heavy";;
}
h2.meta--title {
	font-size: 2em;
	margin: 0 0 1em;
}
.metadata_block .table-item-50 p {
	margin: 0 0 1em 0;
	font-size: 1.55em;
	font-weight: 500;
}

/**
 * 5.0 - Header
 */

.mob_hide {
	display: none;
}
.center-wrap-single {
	min-height: calc(100vh - 60px);
	padding-bottom: 0px;
}
p.works_archive_code {
	position: absolute;
    top: 0.3rem;
    font-size: 1.2em;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    mix-blend-mode: difference;
    color: #F00;
    transform: rotate(
90deg
);
    transform-origin: left center;
    left: 1.1rem;
}
p.news_archive_date {
	width: 20%;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    -webkit-text-fill-color: transparent;
	overflow: hidden;
	display: inline-block;
	position: relative;
	font-size: 2em;
	padding-right: 1em;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    line-height: 1.15;
    vertical-align: top;
}
p.news_archive_title {
	display: inline-block;
	width: 60%;
		overflow: hidden;
		line-height: 1.15 !important;
	position: relative;
	vertical-align: top;
}
p.news_archive_type {
	display: inline-block;
	width: 19.0%;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	text-align: right;
	font-size: 2em;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    line-height: 1.15;
}

.title--splash--content {
	color: #FFF;
	mix-blend-mode: difference;
	text-align: left;
    position: absolute;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    width: calc(100% - 3.5em);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.metadata_block .table-item-50 p.paragraph-label {
	margin-bottom: 2em;
}
.pdf_block {
	width: 100%;
	padding: 4em 2em;
	background-color: #FFF;
	-moz-box-shadow:    inset 0 0 30px #0000ff;
   -webkit-box-shadow: inset 0 0 30px #0000ff;
   box-shadow:         inset 0 0 30px #0000ff;
}
.large--type {
	font-size: 4em;
	text-align: center;
	font-family:"Helvetica Neue LT W05 85 Heavy";;
}
.file_size {
	color: #000000;
	font-size: 0.5em;
	opacity: 0.3;
}
.large--type a {
border-bottom: solid 1px #0000ff;
color: #0000ff;
	}
.single--image--container {
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: calc(100vh - 135px);
	background-position: center;
}
.image--single_block {
	padding: 2em;
	background-color: #FFF;
	height: calc(100vh - 60px);
}
.splash--title--code, .splash--title--year {
    font-size: 2em;
    line-height: 1.0;
    font-weight: 600;
}
.splash--title--code {
	transform: rotate(90deg);
    transform-origin: center left;
    display: inline-block;
    mix-blend-mode: difference;
    position: absolute;
    color: #FFF;
    top: 0.6rem;
    z-index: 9;
    left: 2.6rem;
}
.splash--title--year {
transform: rotate(90deg);
    transform-origin: right center;
    display: inline-block;
    mix-blend-mode: difference;
    position: absolute;
    color: #FFF;
    bottom: 0.7rem;
    z-index: 9;
    right: 3rem;
	}
.splash--title--title {
    font-size: 8em;
    line-height: 0.9;
}
.splash--title--subtitle {
	font-size: 4em;
    line-height: 0.9;
}
.metadata_block .table-item-50 ul.expo--list li p {
	margin: 0;
}
.metadata_block .table-item-50 ul.expo--list li p a {
	border-bottom: solid 1px #000;
}
.metadata_block .table-item-50 ul.expo--list li {
	margin-bottom: 0.7em;
}
.metadata_block .table-item-50 ul.expo--list {
	margin-bottom: 2em;
}
ul.single--term--list li {
	padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    border-width: 1px;
    border-radius: 9999px;
    border-color: #191919;
    border-style: solid;
    font-size: 1.55em;
}
.header_col_site_menu:hover,
.header_col_site_search:hover {
	cursor: pointer;
}
.metadata_block h3 {
margin: 0 0 1em;
font-size: 1.55em;
font-weight: 500;
}
.metadata_block h3.download {
	margin-bottom: 0.3rem;
}

.metadata_block {
	padding: 4em 2em;
	position: relative;
	min-height: calc(100vh - 60px);
}
.large_video {
	padding-top: 3em;
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
}
.video_block.tax--page .large_video,
.protocol--feature .video_block .large_video{
	padding-top: 0em;	
}
.protocol--feature .video_block {
    padding: 0rem;
    width: calc(100% - 0em);
    min-height: auto;
    margin-bottom: 1.5rem;	
}
.video_block.tax--page {
    padding: 1.5rem;
    width: calc(100% - 0em);
    min-height: auto;
}
.large_video p {
	font-size: 1.55em;
	color: #FFF;
}
section {
    display: block;
    position: relative;
}
.protocol--bg {
	position: fixed;
	z-index: 0;
	top: 0px;
	height: calc(100vh - 0px);
	width: 100%;
	left: 0;
}
ul.protocol-pack {
	display: flex;
    flex-wrap: wrap;
}
.video_block {
	padding: 0 2.0em 4em;
	width: calc(100% - 0em);
	min-height: calc(100vh - 60px);
}
.image--gallery_block {
	padding: 0 2.0em 2em;
	background-color: #FFF;
	width: calc(100% - 0em);
	min-height: calc(100vh - 60px);
}
.carousel-status {
	position: absolute;
    top: 10px;
    margin: 0;
    font-size: 2em;
}
.header {
	width: 100vw;
	position: relative;
	z-index: 99;
	top: 0;
	background-color: rgba(255,255,255,0.9);
	left: 0;
	display: block;
}

.menu_trigger {
	position: fixed;
    width: calc(110px - 0px);
    background-color: rgba(255,255,255,0.9);
    height: 56px;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    z-index: 9999;
    right: 0;
    top: 0;
}

.scrolldiv {
overflow-y: scroll;
    overflow-x: hidden;
    height: 100% !important;
    scrollbar-width: none;
}


.mob--show {
	display: none;
}

::-moz-selection { /* Code for Firefox */
  color: #FFF;
  background: #000;
}

::selection {
  color: #FFF;
  background: #000;
}
p.wp-caption-text {
margin: 0.7em 0 0;
}
/**
 * 6.0 - Menus
 */
.works--archive--nav {
	border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    z-index: 30;
}
.protocols--home {
	position: relative;
	margin: 0vh 0 0;
	width: 100%;
	display: flex;
	overflow: hidden;
	align-content: flex-start;
    padding-top: 0px;
    flex-wrap: wrap;
	height: calc(100vh - 60px);;
	background-color: #F00;
	z-index: 11;
}
.close--protocol:hover {
	cursor: pointer;
}
.protocol-item.is-active .close--protocol {
opacity: 1;
z-index: 99;
}
.close--protocol {
	position: absolute;
	opacity: 0;
	transition: all 0.3s ease-in-out;
    top: 0px;
    z-index: -1;
    height: 60px;
    width: 60px;
    border-bottom: solid 1px #000;
    right: 0;
    background: #FFF;
    border-left: solid 1px #000;
}
.protocol-item .video_block {
	min-height: 50px;
}
.close--protocol svg {
margin: 21px auto;
    display: block;
}
img.title_separation {
	display: inline-block;
	width: 100%;
	max-width: 55px;
	height: 20px;
}
 
#main-menu {
	position: absolute;
    top: 1.2em;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}	
#main-menu.is-active {	
opacity: 1;
z-index: 1;
}

#main-menu-scroll {
	position: fixed;
    top: 1.2em;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}	
#main-menu-scroll.is-active {	
opacity: 1;
z-index: 9999;
}

a {
	color: #000;
}
.table-item-50 {
	width: 50%;
	vertical-align: top;
}
.ha-header {
	display: flex;
	justify-content: space-between;
	padding: 1.0rem 2.0rem 0.8rem;
	height: 60px;
}
.header_col_site_menu, .header_col_site_search, p.news_archive_title {
	font-size: 2em;
	font-family:"Helvetica Neue LT W05 85 Heavy";
	line-height: 1;
}

/**
 * 7.0 - Footer
 */
 .single_works_head {
 	transition: all 0.3s ease-in-out;
 	position: fixed;
 	z-index: 99;
 	padding: 1.2em 0 0;
 	background-color: rgba(255,255,255,0.95);
 	border-bottom: solid 1px #000;
 }
 .single_works_head.ha-header-show {
 	top: 0px;
 	opacity: 0;
 	z-index: -1;
 }
 .single_works_head.ha-header-subshow {
 	top: 0px;
 	opacity: 1;
 	z-index: 999;
 }
 .margin--title {
 	margin-top: calc(100vh - 60px);
 }
 .title--splash {
 	border-top: solid 1px #000;
    height: calc(100vh - 60px);
    width: 100%;
    padding: 2em;
    position: fixed;
    top: 60px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
 .trigger-single-protocols .title--splash {
 	border-top: solid 1px #000;
    height: calc(50vh - 30px);
    width: 100%;
    padding: 2em;
    position: fixed;
    top: 60px;
}
 .trigger-single-protocols .margin--title {
 	background-color: #FFF;
 	mix-blend-mode: difference;
 	margin-top: calc(50vh + 0px);
 }
/**
 * 8.0 - Splash Screens
 */
#scroll-indicator-bullets ul li {
    position: relative;
    display: block;
    padding-right: 0px;
    margin: 0 0.5em 0 0.5em;
}
#scroll-indicator-bullets ul {
	display: flex;
}
#scroll-indicator-bullets {
    display: block;
    margin: 0px auto 0;
    text-align: center;
    position: fixed;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    font-size: 1em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#scroll-indicator-bullets ul li .bullet-item-link .circle {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0px solid black;
    background: rgba(255, 0, 0, 1);
-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.68); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.68);
}
#scroll-indicator-bullets ul li .bullet-item-link.active .circle {
    background: rgba(0, 255, 0, 1);
}
.project--archive--image {
	background-size: cover;
	background-position: center;
	width: 100%;
	padding-top: 11rem;
	mix-blend-mode: difference;
}
.feature .project--archive--image {
padding-top: calc(26rem + 1px);
	}
.images-active {
	background: linear-gradient(to right, red 1px, transparent 1px);
    background-size: calc(33.33% - 0px);
    min-height: calc(100vh - 120px);
}
.trigger-search .images-active {
min-height: calc(100vh - 60px);
	}

.duotone { 
/*animation: colorchange 16s linear 1s infinite; 
-webkit-animation: colorchange 16s linear 0s infinite alternate; */
  display: flex;
  border-radius: 10px;
  flex: 1 1 100%;
  background-color: red;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.duotone img {
  flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  transition: all 0.2s ease-in-out;
  mix-blend-mode: difference;
  object-fit: cover;
  opacity: 1;
  position: relative;
  width: 100%;
}
.grid-pack-item:hover .duotone img {
mix-blend-mode: normal;
	}
.grid-pack-item:hover .works_archive_title a{
	color: #FFF;
	mix-blend-mode: difference;
}


 
/**
 * 9.0 - Body
 */
 #newsbg {
 	position: fixed;
    mix-blend-mode: darken;
    width: 100%;
    height: 100vh;
    z-index: 0;
    top: 0;
 }
 #main {
	 margin-left: 0px;
 }
.page_header {
	padding: 0em 2em 0.8em;
	width: calc(100vw - 0em);
} 
.trigger-home .header_col_site_title {
	display: none;
}
h1.page_title {
	font-size: 2em;
	line-height: 1.15;
	transition: all 0.2s ease-in-out;
	margin: 0;
	text-align: center;
}
h1.page_title.is-active {
	opacity: 0;
}
h2.subtitle {
	text-align: center;
    margin: -0em 0 0;
    font-size: 2em;
    font-weight: 500;
}
.table {
	display: flex;
} 
.table-item-15 {
	width: 15%;
}
.table-item-70 {
	width: 70%;
}
.project--code, .project-year {
	font-size: 2em;
	font-family:"Helvetica Neue LT W05 85 Heavy";
    line-height: 1;
}
.project-year {
	text-align: right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFF;
}

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

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

:-moz-placeholder { /* Firefox 18- */
	color: #FFF;
}

.title-home .typeloop {
    font-size: 2em;
    line-height: 45px;
    font-family:"Helvetica Neue LT W05 85 Heavy";
    text-transform: uppercase;
}
.typeloop {
    position: absolute;
    white-space: nowrap;
    overflow: visible;
}
.typeloop3 {
    -webkit-animation: typeloop-right infinite 20s linear;
    animation: typeloop-right infinite 20s linear;
}
@keyframes typeloop-right {
    from {
        right: 0%
    }
    to {
        right: -50%
    }
}
@-webkit-keyframes typeloop-right {
    from {
        right: 0%
    }
    to {
        right: -50%
    }
}
 .trigger-archive-projects .center-wrap-full {
 	z-index: 10;
 }
.trigger-archive-protocols .header,
.trigger-archive-projects .header,
.trigger-archive-news .header,
.trigger-single-news .header,
.trigger-page-about .header,
.trigger-taxonomy-media-type .header,
.trigger-taxonomy-protocol-relation .header,
.trigger-search .header{
	position: fixed;
	z-index: 99;
	background-color: #FFF;
	border-bottom: solid 1px #000;
}
.protocol--scroll_container {
	display: flex;
	padding: 0px 2rem 0;
	flex-wrap: nowrap;
}
/*.trigger-archive-projects,
.trigger-archive-projects .center-wrap-full{
	background-color: red;
}*/
#canvas {
	position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.is-exiting .trigger-home .header {
	background-color: #FFF;	
}
.trigger-home .header {
position: fixed;
	z-index: 99;
	background-color: red;	
	transition: all 0.1s ease-in-out;
	border-bottom: solid thin #000;
}
.header {
	transition: all 0.5s ease-in-out;
}
.trigger-single-protocols .header,
.trigger-taxonomy-protocol-relation .header {
position: fixed;
	z-index: 99;
	background-color: transparent;
}
.trigger-archive-projects .main-inner-wrapper,
.trigger-archive-protocols .main-inner-wrapper,
.trigger-archive-news .main-inner-wrapper,
.trigger-single-news .main-inner-wrapper,
.trigger-home .main-inner-wrapper,
.trigger-page-about .main-inner-wrapper,
.trigger-single-protocols .main-inner-wrapper,
.trigger-taxonomy-protocol-relation .main-inner-wrapper,
.trigger-taxonomy-media-type .main-inner-wrapper,
.trigger-search .main-inner-wrapper{
	position: relative;
	padding-top: 60px;
	z-index: 2;
}

.works--archive--nav {
	position: sticky;
	top: 0;
}
.trigger-archive-protocols .protocol_archive_title--container,
.trigger-taxonomy-protocol-relation .protocol_archive_title--container {
	top: 0px;
}
.protocol_archive_title--container {
	height: 60px;
    position: sticky;
    top: 60px;
    z-index: 9;
    background: #FFF;
}
.single-protocols .protocol_archive_title--container {
	height: 60px;
    position: sticky;
    border-top: solid 1px #000;
    top: 0px;
    z-index: 9;
    background: transparent;
}
.trigger-single-protocols .protocol_archive_title--container,
.trigger-taxonomy-protocol-relation .protocol_archive_title--container {
    font-size: 2em;
    line-height: 60px;
    border-bottom:  solid 1px #000;
    border-top:  solid 1px #000;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    -webkit-box-align: center;
    background: transparent;
    -ms-flex-align: center;
    color: #000;
    align-items: center;
    overflow: hidden;
}
.protocol_archive_title--container a {
position: relative;
    display: block;
    height: 60px;
    border-bottom:  solid 1px #000;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 2em;
    line-height: 60px;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #000;
    align-items: center;
    overflow: hidden;
    z-index: 200;
}
.trigger-home .title-home {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.title-home {
    position: fixed;
    display: none;
    height: 61px;
    top: 60px;
    border-top: solid 1px #000;
    border-bottom:  solid 1px #000;
    left: 0;
    bottom: 0;
    width: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #000;
    align-items: center;
    overflow: hidden;
    z-index: 200;
}
.typeloop span {
    white-space: nowrap;
    position: relative;

}
.view--toggle {
	font-size: 2em;
	line-height: 1;
	opacity: 0.3;
}
.view--toggle.is-active {
	opacity: 1;
}
.works_archive_title:hover {
	mix-blend-mode: difference;
}
.works_archive_title {
	font-size: 1.8em;
	position: absolute;
	top: 50%;
	color: #000;
	left: 50%;
	width: 80%;
	
	transform: translate(-50%,-50%);
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    line-height: 1.1;
    text-align: center;
    margin: 0em 0 0;
}
.works_archive_title a {
	color: #000;
}
.grid-pack.list-active .works_archive_title a {
	color: #000;
}
.grid-pack.list-active .grid_item_pad {
	padding: 0.8rem 2rem;
}
.grid-pack.list-active .works_archive_title,
.grid-pack.list-active .works_archive_code,
.grid-pack.list-active a.duotone,
.trigger-search .works_archive_code {
    display: none;
}
.grid-pack.images-active .works_archive_title_list {
    display: none;
}
.works--archive--nav .grid-item-50:nth-child(2) {
float: right;
text-align: right;
padding: 1.0em 2.0em 1em;
border-left: solid 1px #000;
}
ul.works_archive_title_list {
	display: flex;
	flex-wrap: nowrap;
	padding: 0.2em 0em;
	width: 100%;
}
ul.works_archive_title_list li {
font-size: 1.8em;
line-height: 1.1;
 font-family:"Helvetica Neue LT W05 85 Heavy";;
}
ul.works_archive_title_list li:first-child {
width:10%;
	}
ul.works_archive_title_list li:nth-child(2) {
width:80%;
	}
ul.works_archive_title_list li:last-child {
width:10%;
text-align: right;
	}

.scene_element {
    animation-duration: 0.8s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
  }
.scene_element--fadein {
    animation-name: fadeIn;
  }
.scene_element--fadeout {
    animation-name: fadeOut;
  }
.is-exiting .scene_element {
        animation-direction: alternate-reverse;
  }
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/** Custom Cursor **/
.custom-cursor {
     background: #F00;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 150ms cubic-bezier(1, 0, 0, 1);
    -o-transition: transform 150ms cubic-bezier(1, 0, 0, 1);
    transition: transform 150ms cubic-bezier(1, 0, 0, 1);
    transition: transform 150ms cubic-bezier(1, 0, 0, 1), -webkit-transform 150ms cubic-bezier(1, 0, 0, 1);
    -webkit-transform: scale(.05, .05);
    -ms-transform: scale(.05, .05);
    transform: scale(.05, .05);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    pointer-events: none;
    width: 30rem;
    height: 30rem;
    margin-top: -15rem;
    margin-left: -15rem;
    border-radius: 50%;
    display: block;
    position: fixed;
    z-index: 9999999;
    mix-blend-mode: difference;
}

.custom-cursor--link {
  -webkit-transform: scale(.1, .1);
    -ms-transform: scale(.1, .1);
    transform: scale(.1, .1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
}
.archive--subtitle {
	font-size: 0.7em;
}
.protocol-nav a.prev:before, .protocol-nav a.next:before {
	background-image: none;
}


/**
 * 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--show {
	display: block;
}
.protocol--header--bg {
	height: 110px;
	position: fixed;
	z-index: 3;
	width: 100%;
	top: 0;
}
.grid-pack.images-active .grid-pack-item {
    width: 100%;
    z-index: 2;
    border-bottom: solid thin #F00
}
.page--title--mobile {
	border-bottom: solid thin #000;
    line-height: 50px;
    text-align: center;
}
.page--title--mobile h1 {
	margin: 0;
	font-size: 1.6rem;
}
.title--splash--content {
    text-align: center;
    }
.grid-pack.images-active .grid-pack-item.feature {
    width: 100%;
}
.single-protocols .protocol_archive_title--container,
.trigger-taxonomy-protocol-relation .protocol_archive_title--container {
    top: 50px;
}

.margin--title {
    margin-top: calc(100vh - 0px);
}
.trigger-single-projects .header {
    position: fixed;
    z-index: 99;
    background-color: #FFF;
    border-bottom: solid 1px #000;
}
.video_block {
    padding: 1rem;
    width: calc(100% - 0em);
    min-height: calc(30vh - 0px);
}
.single_works_head {
	display: none !important;
}
.metadata_block h3 {
    margin: 0 0 1em;
    font-size: 1.2rem;
    font-weight: 600;
}
ul.single--term--list li {
	font-size: 1.2rem;
}
.metadata_block .table-item-50 p {
    margin: 0 0 1em 0;
    font-size: 1.2rem;
    line-height: 1.15;
    font-weight: 500;
}
.next_post, .prev_post {
    line-height: 50px;
    padding: 0em;
    font-size: 1.2rem;
}
.internal-nav .grid-item-50 {
	float: left;
	width: 50%;
}
.internal-nav {
    padding-top: 0px;
    position: absolute;
    width: calc(100% - 2rem);
    bottom: 2.5rem;
    height: 45px;
}
.metadata_block {
    padding: 2rem 1rem 5rem;
    position: relative;
    min-height: calc(100vh - 55px);
}
.metadata_block .table-item-50 {
    width: 100%;
    vertical-align: top;
}
.metadata_block .table {
    display: flex;
    flex-direction: column;
}
.metadata_block .table .table-item-50:last-child {
	border-top: solid thin #000;
	padding-top: 1rem;
}
.large_video {
	padding-top: 0;
}
.large_video p {
    font-size: 1.2rem;
    color: #FFF;
    line-height: 1.15;
    margin-top: 0.5rem;
}
.works_archive_title {
    font-size: 1.6rem;
    }
.grid_item_pad {
    padding: 1rem;
    position: relative;
}
.splash--title--code {
    top: 0.4rem;
    z-index: 9;
    left: 1.6rem;
}
.splash--title--year {
    right: 1.8rem;
}
.splash--title--title {
    font-size: 2.5rem;
    line-height: 1;
}
.splash--title--subtitle {
    font-size: 2.5rem;
    line-height: 1;
}
.splash--title--code, .splash--title--year {
    font-size: 1.6rem;
    }
.title--splash {
    height: calc(100vh - 55px);
    padding: 1rem;
    top: 55px;
    }
.header {
    width: 100vw;
    background-color: #FFF;
    height: auto;
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    display: block;
    border-right: solid 0px #000;
    border-bottom: solid 1px #000;
}
.grid-pack.images-active .grid-pack-item {
    -webkit-box-shadow: inset 0px 0px 41px 5px #ff0000;
    box-shadow: inset 0px 0px 41px 5px #ff0000;
    transition: all 0.2s ease-in-out;
}
.grid-pack.images-active .grid-pack-item.news {
    -webkit-box-shadow: inset 0px 0px 41px 5px #00ff00;
    box-shadow: inset 0px 0px 41px 5px #00ff00;
    transition: all 0.2s ease-in-out;
}
.header_col_site_menu {
	width: 80px;
}
.search--toggle {
    position: fixed;
    top: 0;
    width: 85%;
}
p.news_archive_type {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    text-align: left;
    color: #0F0;
    margin-top: 0.5rem;
    font-size: 1.6rem;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    line-height: 1.15;
}
.diagram--holder {
    position: fixed;
    width: calc(100vh - 55px);
    transform: rotate(
90deg
);
    transform-origin: center;
    height: calc(100vh - 0px);
    top: 1.7rem;
    left: -70%;
    z-index: 0;
    mix-blend-mode: color;
}
.protocol--feature {
	padding: 1rem;
}
.protocol--feature p {
	font-size: 1.2rem;
	line-height: 1.15;
	margin-bottom: 1em;
}
p.news_archive_date {
    width: 100%;
    font-size: 1.6rem;
    padding-right: 0em;
    }
p.news_archive_title {
    display: block;
    width: 100%;
}
.images-active {
    background-size: calc(50% - 0px);
    min-height: calc(100vh - 110px);
}
.flickity-prev-next-button {
    height: 45px !important;
    }
.gallery {
    padding-top: 45px !important;
}
.image--gallery_block {
    padding: 0 1.0rem 3em;
    min-height: calc(100vh - 55px);
}
.flickity-prev-next-button.next {
    background-size: 70px 30px !important;
}
.flickity-prev-next-button.previous {
    background-size: 70px 30px !important;
}
#selected {
    font-size: 1.6rem;
    }
div.nav-filter button {
    padding: 0.2em 1.0rem;
    font-size: 1.6rem;
    }
#main-menu-scroll {
    position: fixed;
    top: 51px;
    width: 100%;
    background: white;
    border-bottom: solid thin #000;
    left: 0rem;
    padding-bottom: 1rem;
    transform: translateX(0%);
    }
.trigger-home #main-menu-scroll, .trigger-archive-projects #main-menu-scroll{
    background: red;
}
.menu_items li a {
font-size: 1.6rem;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    line-height: 1.15;
}
.menu_items li {
	padding: 1rem 1rem 0;
}
button.menuact {
    padding: 1rem 1rem 0.9em;
    }
.filterdiv {
	width: 100%;
    float: none;
    height: 55px;
}
.dt_only, img.title_separation, .image--container--ig, .close--protocol {
	display: none;
}
.ha-header {
	padding: 0.9rem 1.0rem 0.7rem;
	height: 50px;
}
h1.home--title {
    font-size: 8em;
    width: 100%;
    text-align: center;
    }
.home--scroll--featured {
    width: 35vw;
}
.video_block.tax--page {
    padding: 1rem 0 0;
    }
.protocol--scroll_container .text_block {
    padding: 1rem 0;
}
.protocol--scroll_container {
    display: flex;
    padding: 0px 1rem 0;
    flex-wrap: wrap;
    flex-direction: column;
}
.home--scroll--featured:nth-child(2) {
    animation: cloud2 15s infinite linear;
    }
.home--scroll--featured:nth-child(3) {
    animation: cloud3 22s infinite linear;
}
.home--scroll--featured:nth-child(4) {
    animation: cloud4 18s infinite linear;
    }
.home--scroll--featured:nth-child(5) {
    animation: cloud5 15s infinite linear;
}
.home--scroll--featured.homefeature {
    width: 55vw;
}
.protocol--label--home {
    width: 50%;
    height: calc(30vh - 55px);
    padding: 1em 1rem;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: relative;
    z-index: 3;
}
.protocol--label--home a {
	font-size: 1.6rem;
	font-family:"Helvetica Neue LT W05 85 Heavy";;
}
.trigger-archive-projects .main-inner-wrapper, .trigger-archive-protocols .main-inner-wrapper, .trigger-archive-news .main-inner-wrapper, .trigger-home .main-inner-wrapper, .trigger-page-about .main-inner-wrapper, .trigger-single-protocols .main-inner-wrapper, .trigger-taxonomy-protocol-relation .main-inner-wrapper {
    position: relative;
    padding-top: 50px;
    }
.protocols--home {
    height: calc(100vh - 50px);
}
.header_col_site_menu, .header_col_site_search, p.news_archive_title, h1.site-title {
    font-size: 1.5rem;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    line-height: 1;
}
.text_block {
	padding: 1rem;
}
.protocol--project {
    position: relative;
    width: 100%;
    padding: 1rem;
}
.protocol-nav {
	width: 50%;
	
}

.protocol-nav.prev_post {
	padding-right: 1rem;
	float: right;
	text-align: right;
}
.protocol-nav.next_post {
	padding-left: 1rem;
	float: left;
}

.single-protocols .protocol_archive_title--container {
    height: 50px;
    }
.trigger-single-protocols .protocol_archive_title--container, .trigger-taxonomy-protocol-relation .protocol_archive_title--container {
    font-size: 1.5rem;
    line-height: 50px;
}
.scrolldiv {
    overflow-y: scroll;
   overflow-x: hidden;
    height: auto !important;
}
.grid-item-50.scrolldiv {
	float: none;
	display: block;
}
.text_block p {
	font-size: 1.2rem;
	line-height: 1.15;
	margin-bottom: 1em;
}
.protocol--feature .text_block {
	padding: 0;
}
.upcoming-event--home {
    bottom: 0;
    height: 55px;
    font-size: 1.6rem;
    line-height: 55px;
}
.protocol-item {
	position: relative;
}
.protocol_archive_title--container {
    height: 55px;
    }
.trigger-archive-protocols .scrolldiv {
    height: auto !important;
    float: none;
    border-bottom: solid thin #000;
}
.proto {
	padding: 1rem;
	font-size: 1.6rem;
	line-height: 1;
	font-family:"Helvetica Neue LT W05 85 Heavy";;
}
.protocol_archive_title--container a {
    position: relative;
    display: block;
    height: 55px;
    border-bottom: solid 1px #000;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1.6rem;
    line-height: 50px;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #000;
    align-items: center;
    overflow: hidden;
    z-index: 200;
}
.protocol--internal--nav {
	width: 100%;
}

	
	}
	
/**
Phone Landscape
*/
@media screen and (min-width: 35.439em) and (max-width: 47.000em) {


}

/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 47.01em) {
[class*="block-grid-"] {
    display: block;
    padding: 0;
    text-align: center;
    margin: 1.3em -2.6em;
}
.grid-pack-item--news .grid_item_pad {
	display: flex;
}
.grid-pack-item:hover, .page_header .project--code:hover {
	cursor: pointer;
}
body, html {
    height: 100vh;
    }
.protocol--feature .text_block {
	padding-bottom: 2rem;
}
.mob_only {
	display: none;
}
#current-issue-wrap.is-active {
	width: 0;
}
#right-col-wrap.is-active {
	width: 25% !important
}
.trigger-page-about .main-inner-wrapper,
.trigger-archive-protocols .main-inner-wrapper {
	max-height: calc(100vh - 0px);
	min-height: calc(100vh - 0px);
	overflow: hidden;
}

img.upcoming--sep {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
}
.header-link .event-overlay, .header-link .opacity {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.header-link {
    display: block;
    position: relative;
}
.trigger-single-protocols .grid-pack-item {
	width: 50%;
}
.grid-pack.images-active .grid-pack-item {
	width: 33.333%;
		border-bottom: solid thin #F00;
	-webkit-box-shadow: inset 0px 0px 41px 5px #FF0000; 
box-shadow: inset 0px 0px 41px 5px #FF0000;
transition: all 0.2s ease-in-out;
}
.grid-pack.images-active .grid-pack-item.news {
    -webkit-box-shadow: inset 0px 0px 41px 5px #00ff00;
    box-shadow: inset 0px 0px 41px 5px #00ff00;
    transition: all 0.2s ease-in-out;
}
.grid-pack.images-active .grid-pack-item.news:hover {
    -webkit-box-shadow: inset 0px 0px 10px 5px #00ff00;
    box-shadow: inset 0px 0px 10px 5px #00ff00;
}
.grid-pack.images-active .grid-pack-item:hover {
-webkit-box-shadow: inset 0px 0px 10px 5px #FF0000; 
box-shadow: inset 0px 0px 10px 5px #FF0000;	
}
.grid-pack.images-active .grid-pack-item:hover .project--archive--image {
	mix-blend-mode: normal;
}
.grid-pack.images-active .grid-pack-item.feature {
	width: 66.666%;
}
.grid-pack.list-active .grid-pack-item,
.grid-pack.list-active .grid-pack-item.feature {
	width: 100%;
	border-bottom: solid 1px #F00;
	z-index: 3;
	-webkit-box-shadow: inset 0px 0px 20px 5px #FF0000; 
box-shadow: inset 0px 0px 20px 5px #FF0000;	
}
.grid-pack.list-active img {
	display: none;
}
.grid_item_pad {
	padding: 2rem;
	position: relative;
}
.grid-pack-item--news .grid_item_pad {
	padding: 1em 2em 1em 2em;
}

ul.grid_list li {
    margin-bottom: 3em;
    display: inline-table;
    float: none;
    clear: none !important;
    padding: 0 1.3em 2.6em;
}
.large-block-grid-3 > li {
    width: 30.6%;
    list-style: none;
}

.close--panel:hover {
	cursor: pointer;
}
.close--panel {
	width: 36px;
    float: right;
    margin: 1rem 0.7rem 0 0;
}

ul.menu_items {
	width: auto;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.menu_items li {
	display: block;
	line-height: 1;
	font-family:"Helvetica Neue LT W05 85 Heavy";;
    padding: 0 0.5em;
	font-size: 2em;
}

.grid-item-16 {
	width: 16%;	
}
.grid-item-15 {
	width: 15%;	
}
.grid-item-8 {
	width: 8%;	
}
.grid-item-20 {
	width: 20%;	
}
.grid-item-60 {
	width: 60%;	
}
.grid-item-54 {
	width: 54%;	
}
.grid-item-84 {
	width: 84%;	
}
.grid-item-40 {
	width: 40%;	
}

.grid-item-25 {
	width: 25% ;
}
.grid-item-34 {
	width: calc(50% - 0px);	
}
.grid-item-30 {
	width: 30%;	
}
.grid-item-35 {
	width: 35%;	
}

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

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

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

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

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

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


.protocol--label--home {
	width: 25%;
	height: calc(50vh - 60px);
	position: relative;
	z-index: 2;
	padding: 1em 2em;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
}
.protocol--label--home a {
	font-size: 2em;
	font-family:"Helvetica Neue LT W05 85 Heavy";
}
.trigger-archive-protocols .center-wrap-full,
.trigger-page-about .center-wrap-full {
	height: calc(100vh - 60px);
    overflow: hidden;
}
.trigger-single-protocols .center-wrap-full {
	height: calc(100vh - 120px);
    overflow: hidden;
}
.trigger-taxonomy-protocol-relation .center-wrap-full {
	height: calc(100vh - 120px);
    overflow: hidden;
}
h1.site-title {
	margin: 0;
	display: inline-block;
	line-height: 1.15;
}
.navigation-page-title {
	display: inline-block;
	font-size: 2em;
	font-family:"Helvetica Neue LT W05 85 Heavy";;
	line-height: 1.15;
}
#right-col-wrap {
	border-left: solid 1px #000;
	position: relative;
	z-index: 2
}
#current-issue-wrap {
	position: relative;
	z-index: 2
}
#right-col-wrap.is-active .protocol--internal--nav {
flex-direction: column;
	}
#right-col-wrap.is-active .protocol--internal--nav li {
	width: 100%;
	height: calc(100vh / 8 - 7.5px);
	border-right: none !important;
}
.protocol--internal--nav {
	display: flex;
	transition: all 0.4s ease-in-out;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 9;
    position: sticky;
    top: 0;
    background-color: #FFF;
    padding: 0em;
    line-height: 40px;
    height: calc(100vh - 60px);
    width: 100%;
    text-align: left;
    align-content: flex-start;
    justify-content: space-between;
}
.protocol--feature {
	padding: 0.7rem 2rem;
}
.trigger-single-protocols .protocol--feature,
.trigger-taxonomy-protocol-relation .protocol--feature {
	padding: 1.5rem 1.5rem 0.7em 3.5rem;
}
.protocol--feature p:first-child {
margin-top: 0;
}
.protocol--archive--wrap {
	border-top: solid 1px #000;
	position: relative;
}
.protocol--feature, .text_block {
	width: 100%;
	max-width: 800px;
	margin: 0 auto; 
}
.protocol-item .text_block {
	padding: 2em;
	max-width: 1100px;
}
.protocol-item .text_block p,
.trigger-archive-protocols .protocol--feature p {
font-size: 1.55em;
	line-height: 1.35;
	}
.protocol--feature p, .text_block p {
	font-size: 1.55em;
	line-height: 1.35;
	margin-bottom: 1em;
}
.protocol--internal--nav li {
height: calc(100vh / 4 - 15px);
    width: 50%;
    font-family:"Helvetica Neue LT W05 85 Heavy";;
    border-bottom: solid 1px #000;
    padding: 1em 2em;
    color: #000;
}
.protocol--internal--nav li:nth-child(odd) {
	border-right: solid 1px #000;
}
.protocol--internal--nav li:nth-child(7),
.protocol--internal--nav li:last-child {
	border-bottom: none;
}
.protocol--internal--nav li [class*='protocol-'] {
	color: #000;
	display: block;
	line-height: 1;
	font-size: 2em;
}
.protocol--internal--nav li [class*='protocol-']:hover, .options button:hover, .view--toggle:hover {
	cursor: pointer;
}
.protocol-item.is-active {
	right: 0;
}
.protocol-item {
	border-left: solid 1px #000;
	width: 75%;
	position: fixed;
	transition: all 0.4s ease-in-out;
	z-index: 99;
	top: 60px;
	right: -75%;
	height: calc(100vh - 60px);
}
h3.protocol_archive_title {
	font-size: 2em;
	padding: 0 1em;
	margin: 0;
    line-height: 55px;
}
.trigger-archive-protocols .grid-item-50 {
	transition: all 0.5s ease-in-out;
}
.trigger-archive-protocols .scrolldiv {
	height: calc(100vh - 60px) !important;
}
#main-menu-scroll {
    position: fixed;
    top: 1.2em;
    }
}	

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



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

@media screen and (min-width: 56.875em) {
.dt_hide {
	display: none !important;
}
.protocol--project--container {
	display: flex;
	flex-wrap: wrap;
}
.protocol--project {
	position: relative;
	width: 50%;
	padding: 1.5rem;
}
.protocol-nav {
	position: fixed;
    width: 2rem;
    z-index: 9;
    writing-mode: tb-rl;
    top: 120px;
    height: calc(100vh - 120px);
    text-align: center;
    
}
ul.protocol-pack {
	margin-right: 2rem;
	padding-bottom: 5rem;
}
.protocol-pack-item .grid_item_pad {
	display: flex;
	flex-wrap: nowrap;
}
.rel-img {
	width: 50%;
}
.proto--list {
	width: 50%;
}
.proto--list p.protocol_archive_title {
	font-family:"Helvetica Neue LT W05 85 Heavy";;
}
.proto--list p {
	margin: 0 0 0 0.6em;
	font-size: 1.6em;
}
.protocol-nav.next_post {
border-right: solid 1px #000;
left: 0;
line-height: 30px;
	}
.protocol-nav.prev_post {
	right: 0;
	border-left: solid 1px #000;
	line-height: 30px;
}
.grid-pack--archive--news {
	padding: 0em;
	position: relative;
	z-index: 1;
}

/*.header_col_site_menu:hover, .header_col_site_search:hover, .project--code:hover {
cursor: pointer;
}*/

.header {
	width: 100vw;
	}



.transition--loader {
	position: absolute;
	top: calc(50% + 0px);
	left: 50%;
	transform: translate(-50%,-50%);
width: auto;
    height: calc(100vh - 60px);
}
.page_transition {
	width: calc(100vw - 0px);
    top: 60px;
    background-color: #FFF;
    position: fixed;
    border-right: solid 0px #000;
    border-bottom: none;
    border-top: none;
    z-index: 0;
    left: calc(0vw + 0px);
    height: calc(100vh - 60px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}


}	

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

@media screen and (min-width: 61.5625em) {
.metadata_block .table .table-item-50:first-child {
	padding-right: 1em;
}
.metadata_block .table .table-item-50:last-child {
	padding-left: 1em;
}

}

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

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

.grid-pack-item {
	width: 25%;
}
.images-active {
    background-size: calc(25% - 0px);
}
.grid-pack-item.feature {
	width: 50%;
}
.grid-pack.images-active .grid-pack-item {
	width: 25%;
	z-index: 2;

}
.grid-pack.images-active .grid-pack-item.feature {
	width: 50%;
}	
	}


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

@media screen and (min-width: 75em) {
p.news_archive_type {
	display: inline-block;
	width: 19.4%;
	
}
	
	
}
@media screen and (min-width: 85em) {



}

/**
 * 15.0 - Print
 */

@media print {

}	