/*
Theme Name: Laboria Cuboniks
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;
	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;
}

abbr[title] {
	border-bottom: 1px dotted;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}
button:focus {
	outline: none;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
    cursor: pointer;
    border: 0;
    text-transform: uppercase;
    color: #FFF;
    background-color: #000;
    font-size: 1em;
    padding: 12px 12px 8px;
    margin-bottom: 10px;
    margin-top: 1em;
}
.grecaptcha-badge {
  display: none !important;
}
input[type="text"],input[type="email"] {
	border-left: none;
	border-right: none;
  margin: 0 0 10px 0;
	width: 100%;
  font-size: 1em;
  padding: 5px;
  background: transparent;
	border-top: none;
	border-bottom: solid 1px #000;
	color: #000;
}
input[type="text"]:focus,input[type="email"]:focus {
	outline: none;
	border-bottom: solid 1px #0F0;
}

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


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;
}
.mob_only {
	display: none;
}
.dt_only {
	display: block;
}
.screen-reader-text {
  display: none !important;
}

optgroup {
	font-weight: bold;
}

/**
* 2.0 - Typography / Colour
*/
h1,h2,h3,h4,h5 {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
}
a {
	color: #000;
}
h1.site-title {
	font-size: 1.0em;
	margin: 0;
	display: block;
}
h1.site-title a {
	color: #ff00ff;
	height: 68px;
    width: 68px;
    background-color: #FFF;
    background-size: 50px 80px;
	padding: 10px 10px 10px 68px !important;
    background-image: url(images/home_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.close--label {
  height: 68px;
    width: 50px;
    background-size: 40px;
    padding: 10px 10px 10px 50px !important;
  background-image: url(images/close_menu_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
h1.archive-title {
	font-size: 1.5em;
	margin: 0 0 1em;	
}
h4.meta {
	margin: 0;
	font-size: 1.2em;
    padding-top: 0.4em;
}
.flex-grid-list h4.meta {
	font-size: 1.3em;
	padding-top: 0.3em;
}
.grid-item-70 .meta p {
margin: 0 0 -0.3em 0;
	font-size: 1.2em;
    padding-top: 0.4em;	
}
.rtl_text {
	direction: rtl;
}
.mani_title {
	text-align: center;
	font-size: 1.5em;
	color: #FFFF00;
	text-shadow: -1px -1px 5px #000, 1px 1px 2px #000;
	opacity: 1;
}
h3.text_title, h3.text_byline, h3.text_subtitle {
	margin:0;
	font-size: 1.5em; 
	line-height: 1.25;
}
.panel {
    float: none;
    height: calc(100% - 0px);
    padding-top: 0px;
}
.cell-menu {
    height: calc(100% - 0px);
    max-height: calc(100% - 0px);
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}
.cell-content {
    padding: 0px;
}
.grnbg {
	background: #d4ff00;
}
#space, .stars {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wrap {
  height: 100%;
  min-height: 100%;
  margin-top: calc(-5em - 100vh);
  position: relative;
  transform-style: preserve-3d;
  perspective: 500px;
}
.trigger-archive-resources .dataTables_wrapper .dataTables_filter input {
color: #00f;
    border: solid 2px #00f;
  }
.trigger-archive-resources .dataTables_wrapper .dataTables_filter label {
    color: #00f !important;
    width: 100%;
}
.trigger-archive-resources table.dataTable.no-footer,
.trigger-archive-resources .dataTable a {
    color: #00f;
}
.trigger-archive-resources table.dataTable thead th, .trigger-archive-resources table.dataTable thead td {
    border-bottom: 2px solid #00f;
}
.trigger-archive-resources table.dataTable.row-border tbody th, .trigger-archive-resources table.dataTable.row-border tbody td, .trigger-archive-resources table.dataTable.display tbody th, .trigger-archive-resources table.dataTable.display tbody td {
    border-top: 2px solid rgba(0,0,255,0.1);
}
.text_bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f47fff+0,ffffff+87 */
background: rgb(244,127,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,127,255,1) 0%, rgba(255,255,255,1) 87%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(244,127,255,1) 0%,rgba(255,255,255,1) 87%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(244,127,255,1) 0%,rgba(255,255,255,1) 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47fff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  position: fixed;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100vh; 
}
.resource_bg {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#798bf2+0,ffffff+87 */
background: rgb(121,139,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(121,139,242,1) 0%, rgba(255,255,255,1) 87%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(121,139,242,1) 0%,rgba(255,255,255,1) 87%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(121,139,242,1) 0%,rgba(255,255,255,1) 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798bf2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
position: fixed;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100vh; 
}
.xf_bg {
  background-image: linear-gradient(90deg, #ffff00, #ffff00), url(images/xf_bride.gif);
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
  position: fixed;
  background-position: center;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100vh;
  }
.intro--translation {
  min-height: 50vh;
  padding: 4em 0;
  margin: 0 auto;
  width:100%;
  max-width: 800px;
  text-align: left;
}
.intro--translation p {
  text-align: left;
  font-size: 1.5em;
  margin: 0 0 0.5em;
}
.intro--translation p a {
  border-bottom: solid 1px #000;
}
.stars {
  background-image: 
    radial-gradient(1px 1px at 20px 30px, #eee, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 40px 70px, #ff0, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 50px 160px, #ddd, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 90px 40px, #ff0, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 130px 80px, #ff0, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 160px 120px, #ddd, rgba(0,0,0,0));
  background-repeat: repeat;
  background-size: 200px 200px;
  animation: zoom 5s infinite;
  opacity: 0;
}

.stars:nth-child(1) {
  background-position: 50% 50%;
  animation-delay: 0s;
}
.stars:nth-child(2) {
  background-position: 20% 60%;
  animation-delay: 0.5s;
}
.stars:nth-child(3) {
  background-position: -20% -30%;
  animation-delay: 1s;
}
.stars:nth-child(4) {
  background-position: 40% -80%;
  animation-delay: 1.5s;
}
.stars:nth-child(5) {
  background-position: -20% 30%;
  animation-delay: 2s;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-in;
  } 
  85% {
    opacity: 1;
    transform: scale(2.8);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(3.5);
  }
}
h3.text_byline {
	font-style: italic;
}
.rel_items h4.title {
margin: 0 0 0.2em;
}
.excerpt p {
	font-size: 1.25em;
    line-height: 1.3;
    margin: 1em 0 0;
}
.description p{
	font-size: 1.3em;
    line-height: 1.4;
    margin: 0em 0 1em;	
}
.description p:last-child {
	margin-bottom: 0;
}
.meta {
 	font-family: 'Arimo', sans-serif; 
 }
.centeralign {
	text-align: center;
}

.work-grid-hover h3 {
	font-size: 1.5em;
    margin: 0;
    left: 50%;
    width: 100%;
    line-height: 1.2;
    top: 50%;
    text-align: center;
    position: absolute;
    padding: 0 1em;
    transform: translate(-50%,-50%);
}
.navigation-page-title {
	font-size: 1.5em;
	margin: 0;
	display: inline-block;
}
.flex-grid-list h3.work-title {
	margin: 0;
	padding-top: 0.2em;
	font-size: 1.5em;
}
.flex-grid-list .mat-col h4, .flex-grid-list .dim-col h4 {
	font-size: 1.3em;
	margin: 0;
	opacity: 0.4;
}
h1 {
  font-size: 2.8em;
}
ul.text_themes {
  width: 100%;
}
ul.text_themes li a {
  border-bottom: solid 1px #000;
}
.trigger-page-overflow input[type="text"], .trigger-page-overflow input[type="email"] {
  font-size: 1.5em;
  padding: 0 10px 10px;
}
ul.text_themes li {
  display: inline-block;
  font-size: 1.5em;
}
ul.text_themes li:after {
  content: ", ";
}
ul.text_themes li:last-child:after {
  content: "";
}
.body_text p {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.nf-form-title {
  display: none;
}
.field-wrap input[type=button] {
  margin: 0 !important;
  font-size: 1.5em !important;
  text-transform: none !important;
}
.field-wrap input[type=button]:focus {
  outline: none !important;
}
.field-wrap textarea {
    width: 100%;
    font-size: 1.5em;
    padding: 10px !important;
}
.ninja-forms-req-symbol {
    color: #0F0 !important;
}
.nf-field-label label {
    font-weight: normal !important;
    font-size: 1.5em;
    line-height: 1.4;
    margin: 0.3em 0 0.3em !important;
}
h1.article_title {
  margin-top:0.1em;
  line-height: 1.15;
  font-size: 2.8em;
  width: 95%;
  max-width: 650px;
  margin-bottom: 0.2em;
}
h3.author {
  margin-bottom: 0.0em;
}
h4.pub_info {
  margin-bottom: 0.5em;
}
h4 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.8em;
  margin: 0;
}
img.title_separation {
	display: inline-block;
	width: 100%;
	max-width: 85px;
	height: 30px;
}

.term-col h5 {
	margin:0;
	font-size: 0.9em;
	opacity: 0.4; 
}
h5 {
	text-transform: uppercase;
}
.tax_term {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1em;
}
h4.workdate {
	margin: 0;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.8em;
}
.up {
	text-transform: uppercase;
}
ul.rel_list li {
font-size: 1.5em;
margin-bottom: 0.5em;
border-bottom: 2px solid rgba(0,0,0,0.1);
padding-bottom: 0.5em;
}
.rgtal {
	text-align: right;
}

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

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

strong {
	font-weight: 700;
}
ul.texts_list li {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	position: relative;
	border-bottom: solid thin #CCC;
	transition: all 0.2s ease-in-out;
}
ul.texts_list li:before {
background-image: url(images/dropdown_arrow.svg);
background-repeat: no-repeat;	
position: absolute;
content: '';
width: 17px;
height: 17px;
left: -2.5em;
top: 0.4em;
}
.view-toggle {
	position: absolute;
    width: 56px;
    top: 1.6em;
    right: calc(50% - 100px);
}
.view-toggle ul li {
	display: inline-block;
	width: 26px;
	transition: all 0.2s ease-in-out;
	opacity: 0.4;
}
.view-toggle ul li:hover {
	cursor: pointer;
}
.view-toggle ul li.is-active {
	opacity: 1;
}

/*LINKS*/

a[href$=".pdf"]:before {
    content: '\f1c1' !important;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    padding-top: 0.15em;
    padding-right: 0.2em;
    font-size: 1em;
    vertical-align: top;
}
.postsnav {
  padding: 0px;
    position: absolute;
    width: calc(100% - 40px);
    bottom: 1em;
    
}

/**
 * 3.0 - JS Controllers
 */


#xf_nav_menu {
  position: fixed;
  bottom: 1em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  left: 1em;
  z-index: 99;
}
#xf_nav_menu li {
font-size: 1.5em;
margin-right: 0.5em;
background-color: #FFF;
padding: 10px;
}
#section0 {
  width: 100%;
  height: 100vh;
}
.slide {
 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important; 
}
.section {
  position: relative;
}
.slide .intro--splash {
  height: 100vh;
  position: relative;
background-blend-mode: multiply;
}
#section1 #slide2 {
background-image: linear-gradient(90deg, #ff0000, #ff0000), url(images/sec01--slide_02.png); 
background-blend-mode: multiply;
background-position: left;
}
#section1 #slide4 {
background-image: linear-gradient(90deg, #ff0000, #ff0000), url(images/sec01--slide_04.png); 
background-blend-mode: multiply;
background-position: left;
}
#section1 #slide6 {
background-image: linear-gradient(90deg, #ff0000, #ff0000), url(images/sec01--slide_06.png); 
background-blend-mode: multiply;
background-position: left;
}
#section1 #slide3 {
background-image: linear-gradient(90deg, #fff, #fff), url(images/sec01--slide_03.png); 
background-blend-mode: multiply;
background-position: left;
}
#section1 #slide5 {
background-image: linear-gradient(90deg, #fff, #fff), url(images/sec01--slide_05.png); 
background-blend-mode: multiply;
background-position: left;
}
#section1 #slide3 .intro p,
#section1 #slide3 h6,
#section1 #slide5 .intro p,
#section1 #slide5 h6 {
  color: #F00;
}
#section1 #slide3 .underline,
#section1 #slide5 .underline {
  border-color:#F00; 
}
#section0 {
    background-image: linear-gradient(90deg, #ffff00, #ffff00), url(images/camo_01_4.png); 
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-blend-mode: color-dodge;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}
.section .slide:last-child {
  padding-bottom: 0em;
}
#slide22 .intro--splash h1 {
  color: #FFF;
  text-shadow: 0 0 15px #33ccff;
}
#slide18 .intro--splash h1 {
  color: #FFF;
  text-shadow: 0 0 15px #33cc99;
}
#slide25 .intro--splash h1 {
  color: #FFF;
  text-shadow: 0 0 15px #990099;
}
#slide31 .intro--splash h1 {
  color: #FFF;
  text-shadow: 0 0 15px #3333cc;
}
#section1 .intro--splash {
background-image:linear-gradient(90deg, #ff0000, #ff0000), url(images/zero.png); 
background-size: cover;
}
#section2 .intro--splash {
background-image:linear-gradient(90deg, #ffffff, #ffffff), url(images/sec02--slide_7.png); 
background-size: cover;
}
#section2 #slide8 {
background-image: url(images/sec02--slide_08.png); 
background-position: left;
}
#section2 #slide9 {
background-image: url(images/sec02--slide_09.png); 
background-position: left;
}
#section2 #slide10 {
background-image: url(images/sec02--slide_10.png); 
background-position: left;
}
#section2 #slide11 {
background-image: url(images/sec02--slide_11.png); 
background-position: left;
}
#section3 #slide12 {
background-image: linear-gradient(90deg, #ccff00, #ccff00), url(images/sec03--slide_12.svg); 
background-position: right center;
background-blend-mode: hue;
}
#section3 #slide13 {
background-image: linear-gradient(90deg, #ccff00, #ccff00), url(images/sec03--slide_13.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section3 #slide14 {
background-image: linear-gradient(90deg, #ccff00, #ccff00), url(images/sec03--slide_14.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section3 #slide15 {
background-image: linear-gradient(90deg, #ccff00, #ccff00), url(images/sec03--slide_15.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section3 #slide16 {
background-image: linear-gradient(90deg, #ccff00, #ccff00), url(images/sec03--slide_16.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section3 #slide17 {
background-image: linear-gradient(90deg, #ccff00, #ccff00), url(images/sec03--slide_17.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section4 #slide18 {
background-image: linear-gradient(90deg, #33cc99, #33cc99), url(images/sec04--slide_18.svg); 
background-position: right center;
background-blend-mode: hue;
}
#section4 #slide19 {
background-image: linear-gradient(90deg, #33cc99, #33cc99), url(images/sec04--slide_19.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section4 #slide20 {
background-image: linear-gradient(90deg, #33cc99, #33cc99), url(images/sec04--slide_20.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section4 #slide21 {
background-image: linear-gradient(90deg, #33cc99, #33cc99), url(images/sec04--slide_21.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section5 #slide22 {
background-image: linear-gradient(90deg, #33ccff, #33ccff), url(images/sec05--slide_22.png); 
background-position: right center;
background-blend-mode: multiply;
}
#section5 #slide23 {
background-image: linear-gradient(90deg, #33ccff, #33ccff), url(images/sec05--slide_23.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section5 #slide24 {
background-image: linear-gradient(90deg, #33ccff, #33ccff), url(images/sec05--slide_24.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section6 #slide25 {
background-image: linear-gradient(90deg, #990099, #990099), url(images/sec06--slide_25.svg); 
background-position: center center;
background-blend-mode: hue;
}
#section6 #slide26 {
background-image: linear-gradient(90deg, #990099, #990099), url(images/sec06--slide_26.svg); 
background-position: right center;
background-blend-mode: hue;
}
#section6 #slide27 {
background-image: linear-gradient(90deg, #990099, #990099), url(images/sec06--slide_27.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section6 #slide28 {
background-image: linear-gradient(90deg, #990099, #990099), url(images/sec06--slide_28.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section6 #slide29 {
background-image: linear-gradient(90deg, #990099, #990099), url(images/sec06--slide_29.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section6 #slide30 {
background-image: linear-gradient(90deg, #990099, #990099), url(images/sec06--slide_30.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section7 #slide31 {
background-image: linear-gradient(90deg, #3333cc, #3333cc), url(images/sec07--slide_31.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section7 #slide32 {
background-image: linear-gradient(90deg, #3333cc, #3333cc), url(images/sec07--slide_32.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section7 #slide33 {
background-image: linear-gradient(90deg, #3333cc, #3333cc), url(images/sec07--slide_33.svg); 
background-position: left center;
background-blend-mode: hue;
}
#section7 #slide34 {
background-image: linear-gradient(90deg, #3333cc, #3333cc), url(images/sec07--slide_34.svg); 
background-position: left center;
background-blend-mode: hue;
}
.body_text {
  margin-top: 1.5em;
}
.slide .intro--splash h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
}
.object--fill {
  max-width: 100%;
    max-height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.intro--title {
  position: absolute;
  z-index: 5;
  transform: translate(-50%, -50%);
  height: auto;
  top: 50%;
  left: 50%;
  width: 100%;
}
.xf_title_splash {
  z-index: 1;
  position: relative;
  -o-object-fit: fill;
  object-fit: fill;
  top: 0;
  width: 100vw;
  height:100vh;
}
ul.main_menu li.xf_menu {
  display: none;
}
.trigger-single-manifesto ul.main_menu li.xf_menu {
  display: block;
  flex-grow: 0;
}
.trigger-single-manifesto ul.main_menu li.xf_menu .menu_trigger .close--label,
.trigger-single-manifesto ul.main_menu li.xf_menu .menu_trigger.is-active .menu--label {
  display: none;
}
.trigger-single-manifesto ul.main_menu li.xf_menu .menu_trigger.is-active .close--label {
  display: block;
}
.trigger-single-manifesto ul.sub_menu,
.trigger-single-manifesto ul.main_menu li.xfmanifesto,
.trigger-single-manifesto ul.main_menu li.texts,
.trigger-single-manifesto ul.main_menu li.books {
  height: 0;
  overflow: hidden;
}
.trigger-single-manifesto .site-header {
  height: 78px;
}
.trigger-single-manifesto .site-header.is-active {
  height: 156px;
}
.trigger-single-manifesto .site-header.is-active ul.sub_menu,
.trigger-single-manifesto .site-header.is-active ul.main_menu li.xfmanifesto,
.trigger-single-manifesto .site-header.is-active ul.main_menu li.texts, 
.trigger-single-manifesto .site-header.is-active ul.main_menu li.books {
  height: auto;
}
.right_sticky_col .slide {
    min-height: 100vh;
}
.intro {
  padding: 0em 0 2em;
}
.slide h6 {
  font-family: 'Source Code Pro', monospace;
  padding-top: 4em;
}
#section1 {
    background-color: #ff0000;
}
#section2 {
    background-color: #ffff00;
}
.section {
    text-align: center;
}
#section3 {
    background-color: #ccff00;
}
#section4 {
    background-color: #33cc99;
}
#section5 {
    background-color:#33ccff;
}
#section6 {
    background-color: #990099;
}
#section7 {
    background-color: #3333cc;
}
#section8 {
    background-color: #9999ff;
}


::-webkit-scrollbar-track
{
	border: 0px solid black;
	background-color: transparent;
}

::-webkit-scrollbar
{
	width: 0px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb
{
	background-color: transparent;	
}

#scroll-indicator-bullets {
	display: none;
}
.overflow_container {
height: 100vh;
overflow: hidden;
}
.section--overflow {
  padding-top: calc(156px + 1em + 1.5em);
    padding-left: 10px;
    min-height: calc(100vh - 0px + 2.5em);
    padding-right: 10px;
    background: #cdcdcd; 
}
.text_section {
	padding-top: calc(156px + 1em + 1.5em);
    padding-left: 10px;
    padding-right: 10px;
}
.scroll-section p.wp-caption-text {
	position: absolute;
    bottom: 1.2em;
    font-family: 'HKGroteskRegular';
    margin: 0;
}
.scroll_up:hover, .scroll_down:hover {
	cursor: pointer;
	opacity: 0.6;
}
.scroll_up {
	width: 16px;
    height: 17px;
    position: fixed;
    transition: all 0.2s ease-in-out;
    z-index: 9;
    top: 1.1em;
    left: calc(50% - 8px);
}
.scroll_down {
	width: 16px;
    height: 17px;
    position: fixed;
    transition: all 0.2s ease-in-out;
    z-index: 9;
    bottom: 1.1em;
    left: calc(50% - 8px);
}
.filtered-posts {
	padding-top: 4em;
}
#lang_types.is-hidden {
   display: none;
}
.select-style.active {
	background-color: transparent;
}
#select_filter .selected {
    width: 100%;
    font-size: 2.2em;
    text-align: left;
    padding: 10px;
    background: #fff;
    height: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.sc-ajax-filter .status {
	font-size: 1.5em;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9;
	transform: translate(-50%,-50%);
}
.page-99 #select_filter {
left: 10px;
right: auto;
  }
#select_filter {
    position: absolute;
    right: 10px;
    z-index: 99;
    width: 30%;
    top: 10px;
}
#select_filter .selected:before {
    content: '';
   width: 25px;
    height: 27px;
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(images/dropdown_arrow.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);
}
#lang_types.active .selected:before {
    -webkit-transform: translate3d(0,-50%,0) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    transform: translate3d(0,-50%,0) rotate(180deg);
}
#select_filter .options {
    height: 0px;
    margin-left: 0em;
    width: calc(100% + 0em);
    background-color: transparent;
    position: absolute;
    top: 3em;
    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: 180px;
    top: 5em;
}
.left_sticky_col, .right_sticky_col {
    width: 50%;
}
.left_sticky_col, .right_sticky_col {
    position: -webkit-sticky;
    position: sticky;
    top: calc(0em);
}
.flex-column--wrap {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
ul.lang_list li a {
  padding: 5px;
    font-size: 1.3em;
    text-align: center;
    transition: all 0.2s ease-in-out;
    text-align: center;
    display: block;
    line-height: 1.7;
    border: solid 0px #000;
    background-color: #FFF;
    color: #000;
  } 
ul.lang_list li:last-child {
  flex-grow: 0;
}
ul.lang_list li a:hover {
  background-color: #000;
    color: #FFF;
}

ul.lang_list li a:first-child{
font-size: 1.1em;
line-height: 1.95;
}
ul.lang_list li {
    display: block;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}
ul.lang_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
ul.lang_list li:nth-child(4n) {
  margin-right: 0;
}

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

.large_video_combine {
	width: 100%;
    max-width: 950px;
    margin: 1.5em auto 40px;
}
.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;
}



/**
MEDIA
**/
.hidden {
  position: absolute;
  top:0;
  left: 0;
  opacity: 0 !important;
  display: none !important;
}
.ajax-loader.expand {
    height: 100vh;
}
.ajax-loader {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#32ff39+0,ff00fa+100 */
background: rgb(50,255,57); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(50,255,57,1) 0%, rgba(255,0,250,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(50,255,57,1) 0%,rgba(255,0,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(50,255,57,1) 0%,rgba(255,0,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32ff39', endColorstr='#ff00fa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index: 3;
}

.ajax-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 80px;
  z-index: 99;
  height: 100px;
  transform: translateX(-50%) translateY(-50%);
  text-align: center; 
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #e3a8ab;
  z-index: 900;
  transition: opacity 800ms ease-in-out 0, transform 0 linear 1s;
}

.load-done {
  opacity: 0;
  transform: translateX(-100%);
}

.load-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 200px;
  z-index: 99;
  height: 200px;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.load-icon img {
  display: inline-block;
  float: left;
  height: 200px;
} 
.trigger-home {
  background-color: #00f;
}

@keyframes load-animation {
  0%   { transform: translateX(-50%) translateY(-50%) scale(1); }
  50% { transform: translateX(-50%) translateY(-50%) scale(.95); }
  100% { transform: translateX(-50%) translateY(-50%) scale(1); }
}
.manif-text-home {
  position: fixed;
    left: 10px;
    height: 5vh;
    overflow: hidden;
    z-index: 9;
    right: 10px;
}
.manif-text-home:first-child {
  top: 166px;
}
.manif-text-home:nth-child(2) {
  top: calc(166px + 5vh + 0.5em);
}
.manif-text-home:nth-child(3) {
  top: calc(166px + 10vh + 1em);
}
.manif-text-home:nth-child(4) {
  top: calc(166px + 15vh + 1.5em);
}
.manif-text-home:nth-child(5) {
  top: calc(166px + 20vh + 2em);
}
.manif-text-home:nth-child(6) {
  top: calc(166px + 25vh + 2.5em);
}
.manif-text-home:nth-child(7) {
  top: calc(166px + 30vh + 3em);
}
.manif-text-home:nth-child(8) {
  top: calc(166px + 35vh + 3.5em);
}
.manif-text-home:nth-child(9) {
  top: calc(166px + 40vh + 4em);
}
.manif-text-home:nth-child(10) {
  top: calc(166px + 45vh + 4.5em);
}
.manif-text-home:nth-child(11) {
  top: calc(166px + 50vh + 5em);
}
.manif-text-home:nth-child(12) {
  top: calc(166px + 55vh + 5.5em);
}
.manif-text-home:nth-child(13) {
  top: calc(166px + 60vh + 6em);
}
.manif-text-home:nth-child(14) {
  top: calc(166px + 65vh + 6.5em);
}
.manif-text-home:nth-child(15) {
  top: calc(166px + 70vh + 7em);
}
.manif-text-home:nth-child(16) {
  top: calc(166px + 75vh + 7.5em);
}
.manif-text-home:nth-child(17) {
  top: calc(166px + 80vh + 9em);
}
.manif-text-home:nth-child(18) {
  top: calc(166px + 85vh + 10.5em);
}
.manif-text-home:nth-child(19) {
  top: calc(166px + 90vh + 12em);
}
.manif-text-home.post-99 .typeloop {
  font-size: 4.2vh;  
  direction: rtl;
}
.search_header {
  background-color: #000;
    padding-left: 10px;
    color: #FFF;
    line-height: 68px;
}
.trigger-search .dataTable a {
    color: #000;
}
.trigger-search table.dataTable.no-footer {
    color: #000;
}
.trigger-search table.dataTable thead th, .trigger-search table.dataTable thead td {
    border-bottom: 2px solid #000;
}
.trigger-search .text_section, .trigger-404 .text_section {
padding-top: calc(130px + 1em + 1.5em);

}
.trigger-search .text_bg {
 background: #66ffcc; 
}
.trigger-search td.publisher {
    font-style: inherit;
}
.trigger-search #example_filter {
  display: none;
}
.manif-text-home.post-99 .typeloop span {
  font-family: 'IranianSansRegular' !important; 
  direction: rtl;

}
.manif-text-home .typeloop {
    font-size: 5vh;
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
    letter-spacing: -0.2vw;
    line-height: 5.7vh;
    text-transform: uppercase;
}
.manif-text-home .typeloop:hover {
  opacity: 1;
}
.typeloop {
    font-size: 14vh;
    letter-spacing: -.3vw;
    position: absolute;
    white-space: nowrap;
    overflow: visible;
}
.typeloop-1, .typeloop-5, .typeloop-7, .typeloop-11, .typeloop-13 {
    -webkit-animation: typeloop-left infinite 25s linear;
    animation: typeloop-left infinite 25s linear;
}
.typeloop-3, .typeloop-9, .typeloop-15 {
     -webkit-animation: typeloop-left infinite 30s linear;
    animation: typeloop-left infinite 30s linear;
}
.typeloop-2, .typeloop-4, .typeloop-6, .typeloop-8, .typeloop-10, .typeloop-12, .typeloop-14 {
    -webkit-animation: typeloop-right infinite 25s linear;
    animation: typeloop-right infinite 25s linear;
}
.typeloop span {
    white-space: nowrap;
    position: relative;
}
@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%
    }
}

img.x_bghome, img.f_bghome {
  height: calc(100vh - 156px);
  width: 50%;
  top: 156px;
  position: fixed;
  z-index: 0;
}
img.x_bghome  {
  left: 0;
}
img.f_bghome  {
  right: 0;
}


/**
 * 4.0 - Structure
 */
 
 
body {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden !important;
}
.trigger-taxonomy-theme .content_panel_left {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00edcd+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,237,205,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,237,205,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,237,205,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00edcd', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.trigger-taxonomy-theme .content_panel_right {
background-image: linear-gradient(90deg, #00edcd, #00B9F2), url(images/camo_01.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: color-dodge;
}
.trigger-page-concepts .text_bg {
  background-image: linear-gradient(180deg, #00edcd, #00B9F2), url(images/camo_01.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: color-dodge;
}

.trigger-single-resources .content_panel_left {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9891e2+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(242,182,142,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(242,182,142,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(242,182,142,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9891e2', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.trigger-single-resources .content_panel_right{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa575+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(189,244,225,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(189,244,225,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(189,244,225,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa575', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.content_panel_left.lecture {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9891e2+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(152,145,226,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(152,145,226,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(152,145,226,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9891e2', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.content_panel_right.lecture {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa575+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(255,165,117,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,165,117,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,165,117,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa575', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.content_panel_left.essay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0004+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(255,0,4,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,0,4,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,0,4,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.content_panel_left.interview {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#be54f7+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(190,84,247,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(190,84,247,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(190,84,247,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be54f7', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.content_panel_right.related.interview {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#82f45f+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(130,244,95,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(130,244,95,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(130,244,95,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82f45f', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.content_panel_left.blog-post {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fafb5+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(63,175,181,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(63,175,181,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(63,175,181,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fafb5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.content_panel_right.related.blog-post {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9ed64a+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(158,214,74,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(158,214,74,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(158,214,74,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ed64a', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.content_panel_right.related.essay {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffff00+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.content_scroll_wrap {
      overflow-x: scroll;
    overflow-y: hidden;
    box-sizing: border-box;
    min-height: 100%;
}

.content_wrapper {
	position: relative;
    height: 100vh;
    width: 100%;
    z-index: 2;
}
.article_cell_wrap {
margin-top: calc(158px + 0px + 1em);
    padding: 20px;
    min-height: calc(100vh - 158px - 1em);
    position: relative;
}
.archive_concepts {
	padding-top: calc(105px + 20px + 3em);
    padding-left: 5px;
    padding-right: 5px;
}
input[type=search] {
  border:none;
  padding-left: 10px;
}
input[type=search]:focus {
  outline: none;
}
.trigger-single-books ul.main_menu li,
.trigger-single-books ul.sub_menu li {
background-color: #ffff00; 
}
.trigger-single-books .content_panel_right {
background-image: url(images/books_mani_bg.png);
    background-repeat: repeat;
}
.trigger-archive-books {
    background-image: url(images/books_mani_bg.png);
    background-repeat: repeat;
}
.trigger-page-concepts {

}
.content_panel_left {
	width: 50%;
	height: 100vh;
	float: left;
}
.content_panel_left.home {
background-image:linear-gradient(180deg, #f9ed8f 40%, #00eb87 100%); 
	background-size:cover; background-position:0em 0em; background-repeat:no-repeat;background-blend-mode: multiply;
	}
.content_panel_right.home {
background-image:linear-gradient(90deg, #f9ed8f, #f8c8ca, #ff99ff), url(images/camo_01-p.png); 
	background-size:cover; background-position:center center; background-repeat:no-repeat;background-blend-mode: multiply;}

#home-result {
  min-height: 100vh;
  max-height: 4000px;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
#home-result.result_min {
  max-height: 0;
}
#page-result {
  min-height: 100vh;
  max-height: 4000px;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
#page-result.result_min {
  max-height: 0;
}
.content_panel_right {
	width: 50%;
	height: 100vh;
	float: right;
}

.site-header {
	display: flex;
    flex-wrap: wrap;
    position: fixed;
    width: calc(100% - 20px);
    height: 156px;
    top: 10px;
    z-index: 9;
    left: 10px;
    right: 10px;
    padding: 0em;

}
ul.grid_blox_list {
	display: flex;
	position: relative;
    z-index: 2;
	padding-top: calc(156px + 1em + 1.5em);
	flex-wrap: wrap;
	padding-left: 10px;
    padding-right: 10px;
	justify-content: flex-start;
	width: 100%;
}
.trigger-404 ul.grid_blox_list {
padding-top: 0;
}
.trigger-404 .lang_term {
    -moz-text-shadow: 0 0 20px #ba40c5;
    -webkit-text-shadow: 0 0 20px #ba40c5;
    text-shadow: 0px 0px 20px #ba40c5;
    color: #FFF;
}
.trigger-404 .mani_title {
    color: #FFF;
    text-shadow: -1px -1px 5px #ba40c5, 1px 1px 2px #ba40c5;
    opacity: 1;
}
.single_header h3 {
  padding: 10px;
    margin: 10px 0;
    background: #000;
    color: #FFF;
}
div.grid-thumb-wrapper {
    position: relative;
}
ul.grid_book_list li .work-title {
    margin-top: 0.2em;
    text-align: center;
    font-size: 1.5em;
}
ul.grid_book_list {
	display: block;
	position: relative;
    z-index: 2;
	padding-top: calc(156px + 1em + 1.5em);
	padding-left: 20px;
    padding-right: 20px;
	width: 100%;
}
ul.grid_book_list li img {
vertical-align: baseline;
width: 80%;
max-width: 80%;
margin: 0 auto 10px;
display: block;
-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 0, 0.87);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 0, 0.87);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 0, 0.87);
}
ul.grid_book_list li {
width: calc(33.33% - 0.3em);
    padding: 0.5em 0em;
    min-height: 10em;
    margin-bottom: 3em;
    display: inline-block;	
}
    
ul.grid_blox_list li {
	width: calc(33.33% - 0em);
    padding: 0.5em 1em;
    min-height: 10em;
    margin-bottom: 2em;
    display: block;
}
ul.nav-filter li {
	font-size: 1.5em;
}
.right-navigation-wrap {
	margin-left:auto;
}
.lang_term {
	text-align: center;
    font-size: 5em;
    word-break: break-all;
    -moz-text-shadow: 0 0 20px #000000;
    -webkit-text-shadow: 0 0 20px #000000;
    text-shadow: 0px 0px 20px #000000;
    color: #FFFF00;
}
.lang_term.post-126, .lang_term.post-99 {
   font-size: 4.2em;
 }
 
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 

.grid:after, .clearfix {
	content: "";
	display: table;
	clear: both;	
}
.grid-pad {
	padding-left:4.5em;
	padding-right:4.5em;
}
.pad-right {
	padding-right:4.5em;
}
.pad-right-narrow {
	padding-right:1.5em;
	}
.pad-left-narrow {
	padding-left:1.5em;
	}
.pad-left {
	padding-left:4.5em;
}

img {
	width: 100%;
	max-width:100%;
	height: auto;
	display: block;
}
a {
	text-decoration: none;
	transition: all 0.1s ease-in-out;
}
[class*='grid-item-'] {
  float: left;
}
.content, .loop-item {
	transition: all 0.3s ease-in-out;
}
.content.list-view article.loop-item {
	width: calc(100% - 4em);
	border-top: solid thin #000;
	padding-top: 1.3em;
	padding-bottom: 1.5em;
	transition: all 0.2s ease-in-out;
	margin: 0em 2em 0em;
}
.content.list-view article.loop-item:hover {
	background-color: #F2F2F2;
}
.content.list-view article.loop-item:first-child {
margin: 1.9em 2em 0em;
}
.content.list-view .loop-item .flex-grid-img {
	display: none;
}
.content .flex-grid-list {
	display: none;
}
.content.list-view .flex-grid-list {
	display: block;
}
.flex-grid-list {
	display: flex;
}
.year-col, .title-col, .mat-col, .dim-col, .term-col {
	display: inline-block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}


/**
 * 5.0 - Header
 */
 
section {
    display: block;
}



/**
 * 6.0 - Menus
 */
 .center-navigation {
 	width: 100%;
 }
ul.main_menu {
	margin: 0;
	padding: 0;
	line-height: 68px;
	width: 100%;
	font-size: 2.2em;
  flex-wrap: nowrap;
	text-transform: none;
	display: flex;
  transition: all 0.3s;
  justify-content: stretch;
}
ul.sub_menu {
  margin: 0;
  padding: 0;
  line-height: 68px;
  width: 100%;
  font-size: 2.2em;
  text-transform: none;
  display: flex;
  flex-wrap: nowrap;
  transition: all 0.3s;
 justify-content: stretch;
}
.trigger-archive-manifesto ul.main_menu,
.trigger-single-manifesto ul.main_menu {
 grid-template-columns: 1fr 18fr 16fr 10fr;
}
.trigger-archive-texts-interviews ul.main_menu li.texts,
.trigger-single-texts-interviews ul.main_menu li.texts{
flex-grow: 2;
}
.trigger-archive-books ul.main_menu li.books,
.trigger-single-books ul.main_menu li.books{
flex-grow: 2;
background: rgb(255,0,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,0,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,0,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,0,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

li.search {
  position: relative;
}
.icon-more {
  position: absolute;
    top: 59%;
    right: -1px;
    stroke-width: 0;
    width: 30px;
    height: 20px;
    stroke: #000000;
    fill: #000000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: fill 0.1s, stroke 0.1s;
    transition: fill 0.1s, stroke 0.1s;
}
.trigger-archive-manifesto ul.main_menu li.xfmanifesto,
.trigger-single-manifesto ul.main_menu li.xfmanifesto {
   flex-grow: 2;
   background: rgb(255,0,4); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,4,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,4,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,4,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.trigger-archive-texts-interviews li.texts,
.trigger-single-texts-interviews li.texts {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0004+0,ffffff+100 */
background: rgb(255,0,4); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,0,4,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,0,4,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,0,4,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


.trigger-taxonomy-theme li.concepts,
.trigger-page-concepts li.concepts {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009bef+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(0,155,239,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,155,239,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,155,239,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bef', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
flex-grow: 3;
}
.trigger-archive-resources li.resources,
.trigger-single-resources li.resources {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009bef+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(0,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bef', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
flex-grow: 3;
}
.trigger-page-overflow li.overflow {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009bef+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(0,255,0,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,255,0,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,255,0,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bef', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
flex-grow: 3;
}

.trigger-page-overflow .content_wrapper {
  background-color: #cdcdcd;
}

ul.main_menu li, ul.sub_menu li {
  background-color: #FFF;
  transition: all 0.4s ease-in-out;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: block;
margin: 0 0.25em 0.25em 0;
}
ul.main_menu li.logo {
flex-grow: 0.000001;
}
ul.sub_menu li.search {
 flex-grow: 0.000001;
 width: 21.8%; 
}
ul.main_menu li a, ul.sub_menu li a {
display: block;
padding-left: 10px;
padding-right: 10px;
border-radius: 0px;
}
ul.main_menu li:hover, ul.sub_menu li.concepts:hover, ul.sub_menu li.resources:hover,ul.sub_menu li.overflow:hover {
  flex-grow: 2;
}
ul.main_menu li.logo:hover {
  flex-grow: 0; 
}

ul.main_menu li:last-child, ul.sub_menu li:last-child {
  margin-right: 0;
}


ul.main_menu {
	text-align: left;
}

.hamburger {
  padding: 0px;
  display: block;
  cursor: pointer;
  position: relative;
  width: 70px;
  float: right;
    z-index: 9999;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #FFF;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; 
    background-color: #000;
  }
  .hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
   background-color: #FFF; 
  }

.hamburger-box {
  width: 50px;
  height: 57px;
  display: inline-block;
  position: relative; }

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

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


/**
 * 7.0 - Footer
 */
 
 .center-divide {
 	height: 100%;
 	position: fixed;
 	z-index: -1;
 	top: 0;
 	width: 1px;
 	background-color: #000;
 	opacity: 0.2;
 	left: 50%;
 }

  .body_text {
    margin-bottom: 4em;
  }

  .overflow_text p {
    font-size: 1.5em;
    line-height: 1.4;
    margin: 0 0 1em;
  }
  .overflow_text p a {
    border-bottom: solid 1px #0F0;
  }
   .overflow_text {
    margin-bottom: 1em;
   }
  .next_post {
  	float: left;
  	font-size: 1.5em;
  	width: 50%;
  }
  .prev_post {
  	float: right;
  	width: 50%;
    text-align: right;
  	font-size: 1.5em;
  }
 

/**
 * 8.0 - Splash Screens
 */
.splash_first_single {
	background-size: cover;
	background-position: center;
	width: calc(100% - 9em);
    margin: 0 auto;
    position: relative;
	height: calc(100vh - 175px);
}
.image_slide {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	left: 4em;
    right: 4em;
    top: 4em;
    bottom: 4em;
	position: absolute;
}
.splash {
	position: relative;
	height: calc(100vh - 0em);
	width: calc(100% - 0em);
	margin: 0 auto;
	padding: 4em;
}
.dkbg {
	background:#121212; 
}
.splash-info {
	position: relative;
	height: calc(100vh - 94px);
	width: calc(100% - 0em);
	margin: 0 auto;
	padding: 4em;
}
/**
 * 9.0 - Body
 */
 
 #main {
	 margin-left: 0px;
 }
 .table-info {
 	display: table;
 	position: absolute;
 	width: calc(100% - 8em);
 	height: auto;
 	top: 50%;
 	transform: translateY(-50%);
 }
 .trigger-single-works .start-headervh {
 	margin-top: 0em;
 	height: calc(100vh - 0em);
 	width: 100%;
 }
 .entry-header-singleworks {
 	margin-top: -1em;
 }
 .dkbg .counter, .scroll-section.dkbg p.wp-caption-text {
 	color: #FFF;
 }
 .works-single-text-nav {
 	position: absolute;
    width: 100%;
    bottom: 1.5em;
 }
  .works-single-text-nav a {
  	font-size: 1.2em;
  }
 .counter {
 	position: absolute;
    right: 1.1em;
    top: 1.5em;
    font-size: 1.2em;
 }
 .table_container {
 	display: table;
 	margin-top: 0em;
 	width: 100%;
 	height: 100%;
 }
 .table-info  .table-cell-50:first-child {
 	border-right: solid thin #ccc;
 }
 .table-info  .table-cell-50 {
 	padding-top:1.5em;
 	padding-bottom:1.5em; 
 }
 .table-cell-50 {
 	display: table-cell;
 	height: 100%;
 	width: 50%;
 	vertical-align: top;
 }
 .trigger-single-books li.rel_list-item .grid-item-20 {
  text-align: right;
 } 
 .main-wrapper, .main-inner-wrapper {
 	min-height: 100%;
 	overflow: hidden;
 	position: relative;
 }
 td.publisher {
 	font-style: italic;
 }
 .trigger-archive-resources td.publisher {
  font-style: normal;
 }
 .main-inner-wrapper {
 	padding-bottom: 0em;
 }
 .border-top-text {
  border-top: solid 2px #CCC;
 }
 .book_meta {
  margin: 1em 0;
 }
  .book_meta p {
    margin: 0;
    font-size: 1.5em;
  }
 .concept--list, .concept--rel--list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
 }
 .concept--rel--list li {
  margin: 0 5px 10px 5px;
  padding: 10px;
  font-size: 1.5em;
  background: #FFF;
 }

 .concept--list li {
  transition: all 0.3s ease-in-out;
  margin: 0 5px 10px 5px;
  padding: 10px 10px;
  background: rgba(0,0,0,0.8);
  font-size: 1.9em;
}
.concept--list li a {
  color: #FFF;
}
h1.page_title {
  margin-top: 0;
}

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

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

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

:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
.dataTable a {
	color: #ff0000;
}
.trigger-archive-texts-interviews {
	position:relative;
}
.trigger-archive-texts-interviews:before {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f097ff+0,ffffff+100 */
background: rgb(240,151,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,151,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(240,151,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(240,151,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f097ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
content: '';
  height:100vh;
  width:100%;
  position: fixed;
  top: 0;
  z-index:-1;
}

.intro p {
    width: 75%;
    margin: 0 auto;
    font-size: 1.3em;
    text-align: left;
}
.download__section {
  display: 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) {
#navigation {
  position: fixed;
  width: 100%;
  top: 79px;
  transition: 0.4s ease-in-out;
  left: -100%;
}
ul.main_menu li.xf_menu {
    display: none;
}
.trigger-single-manifesto ul.main_menu li.xf_menu {
    display: none;
}
.trigger-single-manifesto ul.sub_menu, .trigger-single-manifesto ul.main_menu li.xfmanifesto, .trigger-single-manifesto ul.main_menu li.texts, .trigger-single-manifesto ul.main_menu li.books {
    height: auto;
    overflow: visible;
}
.trigger-404 h1 {
    font-size: 2.1em;
}
.trigger-404 .text_section {
    padding-top: calc(77px + 0em + 0em);
}
.trigger-single-manifesto .site-header {
    height: 60px;
}
.content_scroll_wrap {
  overflow-y: scroll;
}
.cell-menu {
    height: auto;
    max-height: auto;
    margin-bottom: 0px;
    position: relative;
    overflow: scroll;
}
body, html {
    overflow-y: scroll !important;
}
.main-wrapper, .main-inner-wrapper {
    min-height: 100%;
    overflow: scroll;
    position: relative;
}
h1.article_title {
    font-size: 2.5em;
    }
h3 {
    font-size: 1.5em;
  }
.content_panel_left .grid .grid-item-50:first-child {
  width: 70%;
}
.content_panel_left .grid .grid-item-50:last-child {
  width: 30%;
}
.prev_post a, .next_post a {
  color: #FFF;
}
.next_post {
    float: left;
    width: calc(50% - 20px);
    padding: 20px 10px;
    text-align: left;
    font-size: 1.5em;
}
#xf_nav_menu {
  display: none;
}
.flex-column--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}
.left_sticky_col, .right_sticky_col {
    position: relative;
    top: calc(0em);
}
.left_sticky_col, .right_sticky_col {
    width: 100%;
}
.concept--list li {
    transition: all 0.3s ease-in-out;
    margin: 0 5px 10px 5px;
    padding: 15px 10px;
    background: rgba(0,0,0,0.8);
    font-size: 1.5em;
}
#lang_types {
  display: none;
}
.prev_post {
    float: right;
    width: calc(50% - 20px);
    padding: 20px 10px;
    text-align: right;
    font-size: 1.5em;
}
.postsnav {
    padding: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
    width: calc(100% - 0px);
    }
h3.author {
  margin-bottom: 0.5em;
}
table.dataTable tbody td.publisher {
  text-align: right;
}
.authpad {
  padding-top: 0.35em;
}
td.lang, td.author, th.lang, th.author {
  display: none;
}
#navigation.is-active {
  left: 0;
}
.main_menu li.logo, .sub_menu li.search {
  display: none !important;
}
ul.grid_blox_list {
    padding-top: calc(77px + 0em + 0em);
    }
ul.grid_blox_list li {
    width: calc(50% - 0em);
    padding: 0em;
    min-height: 8em;
    margin-bottom: 1em;
  }
.xf_bg {
  background-position: center;
}
.text_section {
    padding-top: calc(77px + 0em + 0em);
    }
#example_filter {
  display: none;
}
.mani_title {
    font-size: 1.3em;
    }
.site-header {
    height: auto;
    display: block;
    z-index: 999;
}
.rel_list-item .grid-item-15 {
  width:100%;
}
.rel_list-item .grid-item-65 {
  width:70%;
}
.rel_list-item .grid-item-20 {
  width:30%;
}
.archive_concepts {
    padding-top: calc(77px + 0px);
    }
ul.main_menu li a, ul.sub_menu li a {
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 1.4em;
    padding-right: 10px;
    border-radius: 0px;
    padding-bottom: 10px;
}
.content_panel_right .article_cell_wrap {
padding: 20px 10px 60px;
}

.article_cell_wrap {
    margin-top: calc(0px + 0px + 0em);
    padding: 97px 10px 60px;
    min-height: calc(100vh - 77px - 0em);
    }
ul.main_menu {
    line-height: 1;
    font-size: 1.5em;
    display: block;
    flex-wrap: wrap;
}	
ul.main_menu li:last-child, ul.sub_menu li:last-child {
    margin-right: 0.5em;
}
ul.main_menu li, ul.sub_menu li {
  margin: 0 10px 10px 10px;
}
.content_panel_left, .content_panel_right {
    width: 100%;
    height: auto;
    float: none;
}
ul.sub_menu {
    line-height: 1;
    width: 100%;
    font-size: 1.5em;
    display: block;
    transition: all 0.3s;
}
h1.site-title-mobile {
  display: block;
  float: left;
}
h2.site--label {
  display: block;
    margin: 0 0 0 0.4em;
    background: #FFF;
    padding: 4px 10px 4px;
    width: calc(100% - 156px);
    float: left;
    line-height: 1;
}
h2.site--label a {
  font-size: 2.5em;
}
h1.site-title-mobile a {
    height: 60px;
    display: block;
    width: 60px;
    background-image: url(images/home_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
    background-size: 50px 40px;
    padding: 15px 10px 15px 60px !important;
    }
.dt_only {
  display: none;
}	
.mob_only {
  display: block;
	}

.manif-text-home:first-child {
    top: 74px;
}
.manif-text-home:nth-child(2) {
    top: calc(74px + 4.5vh + 0.5em);
}
.manif-text-home:nth-child(3) {
    top: calc(74px + 9vh + 1em);
}
.manif-text-home:nth-child(4) {
    top: calc(74px + 13.5vh + 1.5em);
}
.manif-text-home:nth-child(5) {
    top: calc(74px + 18vh + 2em);
}
.manif-text-home:nth-child(6) {
    top: calc(74px + 22.5vh + 2.5em);
}
.manif-text-home:nth-child(7) {
    top: calc(74px + 27vh + 3em);
}
.manif-text-home:nth-child(8) {
    top: calc(74px + 31.5vh + 3.5em);
}
.manif-text-home:nth-child(9) {
    top: calc(74px + 36vh + 4em);
}
.manif-text-home:nth-child(10) {
    top: calc(74px + 40.5vh + 4.5em);
}
.manif-text-home:nth-child(11) {
    top: calc(74px + 45vh + 5em);
}
.manif-text-home:nth-child(12) {
    top: calc(74px + 49.5vh + 5.5em);
}
.manif-text-home:nth-child(13) {
    top: calc(74px + 54vh + 6em);
}
.manif-text-home:nth-child(14) {
    top: calc(74px + 58.5vh + 6.5em);
}
.manif-text-home:nth-child(15) {
    top: calc(74px + 63vh + 7em);
}
.manif-text-home:nth-child(16) {
    top: calc(74px + 67.5vh + 7.5em);
}
.manif-text-home:nth-child(17) {
    top: calc(74px + 72vh + 8em);
}
.manif-text-home:nth-child(18) {
    top: calc(74px + 76.5vh + 8.5em);
}
.manif-text-home:nth-child(19) {
    top: calc(74px + 81vh + 9em);
}
.manif-text-home:nth-child(20) {
    top: calc(74px + 85.5vh + 9.5em);
}
ul.grid_book_list {
    padding-top: calc(77px + 0em);
    padding-left: 10px;
    padding-right: 10px;
}
ul.grid_book_list li {
    width: calc(100% - 0.0em);
    padding: 0.5em 0em;
    min-height: 10em;
    margin-bottom: 2em;
    display: block;
}
img.x_bghome {
    height: calc(50vh - 66px);
    width: 100%;
    top: 75px;
    position: fixed;
    z-index: 0;
}
img.f_bghome {
  height: calc(50vh - 66px);
    width: 100%;
    top: auto;
    bottom: 1em;
    position: fixed;
    z-index: 0;
}
}
	
/**
Phone Landscape
*/
@media screen and (min-width: 35.439em) and (max-width: 47.000em) {
.dt_hide {
  display: none !important;
} 
#lang_types {
  display: none;
}
#xf_nav_menu {
  display: none;
}
ul.main_menu, ul.sub_menu {
    font-size: 2.0em;
    }	
.trigger-archive-texts-interviews td.lang, .trigger-archive-texts-interviews th.lang {
  display: none;
}
td.year {
  display: flex;
}
ul.sub_menu li.overflow {
margin: 0 0em 0.25em 0;
  }
ul.sub_menu li.search {
  display: none;
}
.grid-item-16 {
  width: 16.666%; 
}
td.year .dt_only, .grid-item-15 .dt_only {
  display: inline-block;
  padding-right: 0.3em;
}
.content_panel_left {
    width: 100%;
  }
.trigger-page-overflow .content_panel_left {
    width: 50%;
  }
.scrolldiv {
overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh !important;
}
.grid-item-15 {
  width: 15%; 
}

.grid-item-20 {
  width: 20%; 
}
.grid-item-60 {
  width: 60%; 
}
.grid-item-65 {
  width: 65%; 
}
.grid-item-40 {
  width: 40%; 
}


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

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

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

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

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

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

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

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


}

/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 47.01em) {
.dt_hide {
  display: none !important;
} 
.trigger-archive-texts-interviews td.lang, .trigger-archive-texts-interviews th.lang {
  display: none;
}

ul.sub_menu li.overflow {
margin: 0 0em 0.25em 0;
  }
ul.sub_menu li.search {
  display: none;
}
.grid-item-16 {
	width: 16.666%;	
}
td.year .dt_only, .grid-item-15 .dt_only {
  display: inline-block;
  padding-right: 0.25em;
}
.content_panel_left {
    width: 100%;
  }
.trigger-page-overflow .content_panel_left {
    width: 50%;
  }
.scrolldiv {
overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh !important;
}
.grid-item-15 {
  width: 15%; 
}

.grid-item-20 {
	width: 20%;	
}
.grid-item-60 {
	width: 60%;	
}
.grid-item-65 {
  width: 65%; 
}
.grid-item-40 {
	width: 40%;	
}


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

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

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

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

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

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

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

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

	
}	

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

@media screen and (min-width: 48.9375em) {
article.loop-item {
	width: calc(20% - 4em);
	margin: 2em;
	position: relative;
}
article.loop-item:hover .work-grid-hover {
	opacity: 1;
}
article.loop-item:hover img {
	transition: all 0.2s ease-in-out;
}
article.loop-item:hover img {
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
}	
article.loop-item.wide-col {
	width: calc(40% - 4em);
}
.work-grid-hover {
	position: absolute;
	transition: all 0.2s ease-in-out;
	background-color: rgba(255,255,255,0.9);
	top: 0;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
	

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

	#menu.mainmenu ul.menuleft li {
	    font-size: 1rem;
	}
  .trigger-archive-texts-interviews td.lang, .trigger-archive-texts-interviews th.lang {
  display: table-cell;
}
	
}

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

@media screen and (min-width: 56.875em) {
.content_panel_left {
    width: 50%;
  }
}	

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

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

}

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

@media screen and (min-width: 63em) {
ul.main_menu, ul.sub_menu {
  font-size: 2.8em;
}
.download__section {
  display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
   z-index: 99;
    position: absolute;
    text-align: left;
    right: calc(20% + 20px);
    width: auto;
    top: 10px;
}
.download__section.is-hidden {
  display: none;
}
.download__section p {
  font-size: 1.5em;
  margin: 0 0 0.2em;
}
.download__section a.inline-download {
  font-size: 1.5em;
    width: 60px;
    padding: 7px 10px;
    background-color: #000;
    text-align: center;
    margin-left: 10px;
    color: #FFF;
    display: block;
}

#select_filter {
    width: 20%;
    }
#select_filter .selected {
    font-size: 2.8em;
    }
ul.grid_book_list li {
width: calc(25% - 0.3em);
}
ul.grid_blox_list li {
  width: calc(25% - 0em);
  }
ul.sub_menu li.overflow {
margin: 0 0.25em 0.25em 0;
  }
ul.sub_menu li.search {
    flex-grow: 0.000001;
    width: 21.8%;
    display: block;
}
article.loop-item {
	width: calc(20% - 4em);
	margin: 2em;
	position: relative;
}	
.intro p {
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 1.5em;
    text-align: left;
}
article.loop-item.wide-col {
	width: calc(40% - 4em);
}	
.year-col {
	width: 6%;
}
.title-col {
	width: 44%;
}
.mat-col, .dim-col {
	width: calc(25% - 50px);
}
.term-col {
	width: 85px;
}

	}

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

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

@media screen and (min-width: 75em) {
ul.lang_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
ul.lang_list li:nth-child(5n) {
  margin-right: 0;
}

td.year {
    width:8%;
}	
td.author {width: 18%;}	
td.publisher {width: 22%;}	
	
	
}
@media screen and (min-width: 85em) {

	

}

/**
 * 15.0 - Print
 */

@media print {

}	