@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-Regular.eot');
    src: url('../fonts/ACaslonPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ACaslonPro-Regular.woff2') format('woff2'),
        url('../fonts/ACaslonPro-Regular.woff') format('woff'),
        url('../fonts/ACaslonPro-Regular.ttf') format('truetype'),
        url('../fonts/ACaslonPro-Regular.svg#ACaslonPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	font-family: 'Assistant', sans-serif;
	margin: 0;
	min-height: 100vh;
	position: relative;
	padding: 80px 0 214px;
}
header{
	position: fixed;
	z-index: 999;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
}
.menu{
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.wrapper{
	max-width: 1200px;
	margin: auto;
}
.left-menu{
	text-align: left;
}
.right-menu{
	text-align: right;
}
.logo{
	flex-basis: 120px;
}
.embed-wrapper{
	
	min-width: 600px;
}
#search{
	width: 18px;
	cursor: pointer;
	display: inline-block;
}
#mobile-logo{
	display: none;
	width: 140px;
	padding: 20px;
}
.item{
	display: inline-block;
	padding: 0 12px;
}

.item a{
	text-decoration: none;
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	transition: color 300ms;
}
.item.active a, .item:hover a{
	font-weight: 300;
	color: #1bef70;
}
#nav-icon{
	width: 35px;
	height: 40px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	left: 22px;
}
#nav-icon span{
	display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.white #nav-icon span{
	background: #ccc;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 2px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 2px;
}
.mobile-menu-overlay{
	width: 100vw;
	height: 100vh;
	top:0;
	left:0;
	background: #fff;
	position: fixed;
	z-index: 20;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	transition: opacity 400ms;
	text-transform: uppercase;
}
.mobile-menu-overlay.white{
	background: #000;
}
.mobile-menu-overlay.active{
	opacity: 1;
	pointer-events: initial;
}
.hamburger{
	position: absolute;
	display: none;
	right: 50px;
	top: 26px;
}
#home-slider .swiper-container{
	width: 100%;
	height: 600px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.slide{
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.swiper-pagination-bullet-active{
	background: #424242 !important;
}
footer{
	background: #f2f2f2;
	color: #3d3d3d;
	padding: 40px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer a{
	color: #3d3d3d;
}
.footer-title{
	font-weight: bold;
}
.luca-form input[type="text"]{
	border: 0;
	border-bottom: 1px solid #3d3d3d;
	background:  #f2f2f2;
	padding: 8px 0;
	width: 200px;
	font-size: 12px;
}
.luca-form input[type="submit"]{
	color: #3d3d3d;
	border: 1px solid #3d3d3d;
	padding: 6px 12px;
	display: inline-block;
	margin-top: 10px;
	background: #f2f2f2;
	font-size: 12px;
	margin-bottom: 40px;
}
.social-links{
	margin-top: 40px;
}
.social-links img{
	width: 26px;
	display: inline-block;
	margin: 8px 6px 0 0;
}
footer form{
	margin-top: 10px;
}
footer a{
	text-decoration: none;
}
.h-1{
	height: 215px;
	margin-bottom: 10px;
}
.h-2{
	height: 440px;
	margin-bottom: 10px;
}
.recent-publications{
	margin: 40px 0;
}
 .col-m{
	padding: 0 5px;
}
.container-fluid{
	padding: 0 20px;
}
.quote{
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #33ff99;
	padding: 40px;
}
.imaginario{
	height: 600px;
}
.related-title{
	font-family: 'Adobe Caslon Pro';
	font-size: 34px;
	margin: 80px 0 30px;
}
.related-posts .publication{
	height: 280px;
}
.related-posts{
	margin-bottom: 60px;
	position: relative;
}
.quote-author{
	font-size: 24px;
	font-family: 'Adobe Caslon Pro';
	margin-bottom: 10px;
}
.quote-text{
	font-weight: 300;
	font-size: 16px;
}
.publication-hover{
	opacity: 0;
	background: #ecff64;
	text-align: center;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 20px;
	flex-direction: column;
	justify-content: center;
	transition: opacity 300ms;
}
.publication-hover:hover{
	opacity: 1;
}
.imaginario .publication-hover{
	background: #ccccff;
}
.publication a{
	color: #000;
	text-decoration: none;
}
.publication-type{
	font-family: 'Adobe Caslon Pro';
	font-size: 22px;
}
.publication-title{
	font-family: 'Adobe Caslon Pro';
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 20px 0 20px;
}
.publication-author{
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.view-more{
	display: flex;
	justify-content: flex-end;
	text-align: right;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 50px;
	font-weight: 200;
	font-size: 20px;
}
.view-more a{
	color: #000;
	text-decoration: none;
}
.view-more img{
	display: inline-block;
	width: 20px;
	margin-left: 10px;
}
.section-title{
	font-family: 'Adobe Caslon Pro';
	margin-bottom: -30px;
	font-size: 40px;
	z-index: 100;
	position: relative;
	letter-spacing: 2px;
	margin-left: -10px;
}
.resonance-container{
	width: 100%;
	margin-bottom: 10px;
}
.resonance-container .resonance{
	height: 230px;
}
.swiper-wrapper {
  align-items: center; /* add this will all relevant prefixes */
  -webkit-backface-visibility: hidden;
}
.swiper-slide{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.publication-menu{
	border-bottom: 1px solid #000;
	text-align: center;
	margin:20px 0 30px;
}
.publication-menu a{
	display: inline-block;
	font-weight: 300;
	margin: 5px 20px 20px;
	text-decoration: none;
	color: #000;
	letter-spacing: 1px;
}

.publication-menu a.active, .publication-menu a:hover{
	text-decoration: line-through;
}
.publication-header{
	padding: 20px;
}
.header-footnote{
	color: #fff;
	font-weight: 300;
}
.n-wrapper{
	max-width: 600px;
	padding: 0 20px;
	margin: auto;
}
.m-wrapper{
	max-width: 780px;
	margin: 10px 0;
	margin: auto;
}
.p-type{
	margin-top: 240px;
	font-family: 'Adobe Caslon Pro';
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.p-title{
	font-family: 'Adobe Caslon Pro';
	text-align: center;
	font-size: 52px;
	color: #fff;
	margin: 20px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.p-subtitle{
	font-family: 'Adobe Caslon Pro';
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 20px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.p-author{
	font-weight: bold;
	margin: 30px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
}
.p-intro{
	margin: 30px 0;
	font-size: 22px;
}
.next-post{
	position: absolute;
	right: -20px;
	top: 68%;
	z-index: 999;
}
.next-post img{
	width: 40px;
}
img{
	max-width: 100%;
}
.big{
	position: relative;
}
.big img {
	max-width: 400px;
	width: 400px;
	position: absolute;
	top:0;
	transform: translateX(-30%);
	transition: width 600ms, top 600ms, transform 600ms;
	transition-delay: 1ms;
}

.big.small img{
	width: 120px;
	top: -18px;
	transform: translateX(0);
}

.image-block{
	text-align: center;
	margin: 30px 0;
}
.image-caption{
	margin: 15px 0;
	color: #999999;
}
.p-quote{
	color: #999999;
	font-size: 22px;
	position: relative;
	margin: 30px 0;
}
.decoration{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	z-index: -1;
}
.p-text{
	font-family: 'Adobe Caslon Pro';
	font-size: 18px;
	line-height: 30px;
}
.ima-text{
	font-family: 'Adobe Caslon Pro';
	font-size: 24px;
	line-height: 30px;
}
.p-footnote{
	font-family: 'Adobe Caslon Pro';
	font-size: 14px;
	line-height: 30px;
}
.embed-block{
	text-align: center;
	margin: 40px auto;
}
.p-h{
	height: 285px;
	margin-bottom: 10px;
}
.story-container{
	width: 100%;
	min-height: 80vh;
}
.i-type{
	color: #b3b3b3;
	font-family: 'Adobe Caslon Pro';
	font-size: 24px;
	margin-top: 40px;
}
.i-title{
	font-family: 'Adobe Caslon Pro';
	font-size: 34px;
	text-transform: uppercase;
	margin: 20px 0 5px;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
}
.i-subtitle{
	font-family: 'Adobe Caslon Pro';
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 20px;
	letter-spacing: 2px;
	position: relative;
}
.i-title:before{
	content: '';
	display: block;
	width: 110%;
	left: -5%;
	height: 40px;
	background: #ccccff;
	position: absolute;
	top: -5px;
	z-index: -1;
}
.i-author{
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0 30px;
	text-transform: uppercase;
}
.i-intro{
	font-family: 'Adobe Caslon Pro';
	font-size: 20px;
	margin-top: 30px;
}
.story-slide{
	max-width: 1200px;
	margin: auto;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.swiper-button-next:after, .swiper-button-prev:after{
	color: #000 !important;
	font-size: 30px;
}
.story-slide img{
	max-height: 70vh;
}
.story-slide.c{
	display: flex;
	justify-content: center;
	height: 100%;
}
.c .n-wrapper{
	flex-basis: 400px;
}
.search-form{
	display: inline-block;
	width: 0;
	transition: width 300ms;
	overflow: hidden;
}
.search-form.active{
	width: 132px;
}
.search-form input[type="text"]{
	border: 0;
	border-bottom: 1px solid #000;
	padding: 2px;
	font-size: 14px;
	font-family: 'Assistant', sans-serif;

}
.search-form input[type="text"]:focus{
	outline: 0;
}
.resonance-play{
	display: flex;
	align-items: center;
}
.resonance-play img{
	width: 36px;
	cursor: pointer;
}
.resonance-play .line{
	flex-grow: 1;
	border-bottom: 1px solid black;
	margin: 0 20px 0 10px;
}
.about-header{
	padding: 200px 0;
}
.about-container{
	max-width: 800px;
	margin: auto;
	display: flex;
	align-items: flex-end;
}
.about-logo{
	width: 340px;
	margin-right: 30px;
}
.about-tagline{
	color: #fff;
	font-family: 'Adobe Caslon Pro';
	font-size: 32px;
	flex-grow: 1;
}
.about-text{
	background: #33ff99;
	font-family: 'Adobe Caslon Pro';
	font-size: 22px;
	padding: 60px 0;
	line-height: 30px;
}
.header-footnote{
	font-size: 14px;
}
.collaborators{
	margin: 100px 0;
}
.collaborators a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 2px;
	transition: color 300ms;
}
.collaborators a:hover{
	color: #1bef70;
}
.collaborator-menu a{
	margin: 14px 6px;
	transition: color 300ms;
}
.collaborator-menu a:hover, .collaborator-menu a.active{

}
.collaborator-name{
	font-weight: 700;
	font-size: 38px;
	letter-spacing: 2px;
}
.collaborator-bio{
	margin: 20px 0 40px;
	font-family: 'Adobe Caslon Pro';
	font-size: 20px;
}
.c-category{
	font-family: 'Adobe Caslon Pro';
	font-size: 20px;
	color: #b3b3b3;
	margin-bottom: 20px;
}
.c-title{
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 40px;
	color: #000;
	transition: color 300ms;
}
.c-author{
	font-weight: bold;
	font-size:16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 80px;
	color: #000;
}
.c-feature-image{
	height: 200px;
}
.author-publication{
	padding: 30px 0 30px;
	border-bottom: 1px solid #424242;
}
.col-link{
	text-decoration: none;
}
.col-link:hover .c-title{
	color: #1bef70;
}
.slide-text div{
	color: #fff !important;
}
.slide a{
	text-decoration: none;
}
.imaginario{
	margin-bottom: 10px;
}
.slide-content{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: rgba(0,0,0,0.2);
	padding: 40px;
	box-sizing: border-box;
}
.slide .c-category{
	font-size: 22px;
}
.slide .c-title{
	font-size: 34px;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.slide .c-author{
	font-size: 16px;
}
.quote-simbiosis {
  width: 100%;
  overflow: hidden;
  min-height: 285px;
  margin-bottom: 10px;
  position: relative;
}
.quote-content{
	width: 100%;
	display: flex;
	padding: 10px;
	flex-direction: column;
	justify-content: space-between;
	min-height: 285px;
}
.sq-number{
	font-size: 16px;
	font-weight: 600;
}
.sq-text{
	font-family: 'Adobe Caslon Pro';
	font-size: 18px;
	text-align: center;
}
.sq-author{
	font-size: 14px;
	font-weight: 600;
}
.event .c-feature-image{
	height: auto;
	padding-bottom: 100%;
}
.event-info{
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 -15px;
	text-transform: uppercase;
}
.t-c{
	text-align: center;
}
.b{
	border-right: 2px solid #000;
}
.event-description{
	margin-top: 30px;
	font-family: 'Adobe Caslon Pro';
	font-size: 20px;
}
.event{
	margin-bottom: 40px;
}
.event .c-title{
	display: inline-block;
	padding: 4px 4px 0 ;
}
.event .c-category{
	margin-bottom: 8px;
}
.mobile-menu .item{
	display: block;
	margin: 10px 0;
}
.swiper-container-horizontal{
	max-width: 100vw;
	overflow: hidden;
}
.swiper-button-disabled{
	opacity: 0 !important;
}
.story-slide{
	padding-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
	.menu{
		display: none;
	}
	.hamburger{
		display: block;
	}
	#mobile-logo{
		display: block;

	}
	.p-title{
		font-size: 40px;
	}
	.p-subtitle{
		font-size: 15px;
	}
	.p-type{
		font-size: 24px;
	}
	.publication-menu a{
		margin: 5px 10px 20px;
	}
	.story-slide{
		padding: 0 50px 80px 50px;
	}
	.story-slide .container-fluid{
		padding: 0;
	}
	.about-text{
		padding: 60px 30px;
	}
	.embed-block{
		width: 100%;
	}
	.embed-wrapper{
		min-width: 100%;
	}
	body{
		padding-bottom: 0;
	}
	footer{
		position: relative;
	}
}