html, body{
  margin: 0px;
  font-family: "PT Serif", serif;
}

body{
  background-color: white;
}

hr{
  border: none;
  border-bottom: solid 2px black;
}

blockquote{
  margin-left: 10px;
  border-left: solid 2px black;
  padding-left: 10px;
  font-weight: 800;
  font-size: 25px;
}

*{
  outline: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a{
  color: black;
}

h1{
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 5px;
}

h2{
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 2px;
}

h3{
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 2px;
}

h4,h5,h6{
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 2px;
}

h1, h2, h3, h4, h5, h6{
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  max-width: 100%;
  -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}

p{
  -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}

.site-footer{
  background-color: #ffff00;
  border-top: solid 2px #000000;
  padding: 10px;
  padding-left: 80px;
  padding-right: 80px;
  height: 50px;
  box-sizing: border-box;
}


.site-footer a{
  margin-left: 20px;
  text-decoration: none;
  transition: opacity .2s ease;
}

.site-footer a:hover{
  opacity: .6;
}

.header, main.content, .pre{
  max-width: 1500px;
  margin: auto;
}

.header-content{
  min-height: calc(100vh - 50px);
}

.contact-information-container{
  width: 100%;
  position: relative;
}

.contact-information-right{
  position: absolute;
  right: 0;
  width: 20%;
  overflow: hidden;
  text-align: left;
}

.header{
  padding: 80px;
  width: 100vw;
  box-sizing: border-box;
  padding-bottom: 0px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 30px;
}

#breadcrumbs{
  padding-left: 0px;
  margin-top: -10px;
  height: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}

#breadcrumbs a{
  color: black;
}

#breadcrumbs span{
  padding: 0px;
}

.logo{
  background: url("../images/logo.svg");
  width: 500px;
  height: 130px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.logo.mobile-logo{
  background-image: url("../images/mobile_logo.svg");
  display: none;
}

main.content{
  padding: 80px;
  box-sizing: border-box;
  padding-top: 0px;
  animation: main-fade-in;
  animation-duration: .3s;
}

@keyframes main-fade-in{
  0%{
    opacity: 0;
    transform: translateY(20px) scale(.99);
  }
  100%{
    opacity: 1;
    transform: none;
  }
}

article.post{
  position: relative;
  height: 180px;
  margin-top: 20px;
}

.post-content img{
  max-width: 800px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.presented-production{
  background: #ffff00;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-left: solid 2px black;
  position: relative
}

.presented-production .title{
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  font-weight: 800;
  font-size: 22px;
}

.presented-production .title-url{
  text-decoration: none;
}

.production_calendar .presented-production .short-description{
  max-height: 25px;
  min-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

article.post a{
  text-decoration: none;
  color: black;
}

.article-image{
  height: 180px;
  width: 20%;
  object-position: center;
  object-fit: cover;
  background-color: lightgray;
  border: none;
}

.article-preview{
  max-height: 66px;
  min-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-item{
  position: absolute;
  top: 0px;
  left: calc(20% + 20px);
  height: 100%;
  width: calc(80% - 20px);
  overflow: hidden;
}

.toggle{
  display: none;
}

.lbl-toggle {
  display: block;
  font-weight: bold;
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.4s ease-out;
}

.lbl-toggle::after {
  content: ' ';
  display: inline-block;

  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  vertical-align: middle;
  margin-left: 10px;
  transform: translateY(-3px);

  transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::after {
  transform: rotate(180deg) translateY(3px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .4s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 500px;
}


.page-filters{
  font-size: 0;
  position: relative;
  display: block;
}

.collapsible .page-filters{
  padding-top: 10px;
}

.page-filters span{
  width: 80%;
  float: right;
}

.page-filters .clearer{
  clear: both;
}

.categories-text{
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  font-weight: 800;
  width: 20%;
  text-decoration: none;
  display: inline-block;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.page-filter{
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  font-weight: 800;
  text-decoration: none;
  width: calc(100% / 4);
  display: inline-block;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.page-filters .page-filter{
  width: 25%;
}

.page-filter .text{
  width: calc(100% - 28px);
  display: inline-block;
  float: right;
}

.page-filter .box{
  width: 18px;
  height: 18px;
  border: solid 2px black;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 10px;
  transition: background-color .2s ease;
  bottom: 3px;
}

.page-filter:hover .box{
  background-color: #ffff00;
}

.page-filter .box span{
  width: 150%;
  height: 2px;
  left: -25%;
  position: absolute;
  top: calc(50% - 1px);
  background: black;
  display: none;
}

.page-filter.selected .box span, .page-filter.selected .box div{
  display: block;
}

.page-filter .box span:first-child{
  transform: rotate(45deg);
}

.page-filter .box span:last-child{
  transform: rotate(-45deg);
}

.page-filter .box div{
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  background: black;
  position: absolute;
  display: none;
}

.person-list .person-list-person{
  position: relative;
  margin-bottom: 20px;
}

.person-list-tiles .person-list-person{
  width: 25%;
  display: inline-block;
  border: solid 5px transparent;
  box-sizing: border-box;
  margin-bottom: 0px;
  position: relative;
}

.person-list-tiles .person-name-outer{
  bottom: 15px;
  left: 10px;
  position: absolute;
}

.person-list-tiles .person-name{
  background-color: black;
  color: white;
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  font-size: 15px;
  position: relative;
  padding: 10px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: background-color .2s ease, color .2s ease;
}

.person-list-tiles .person-list-person:hover .person-name{
  background-color: #ffff00;
  color: black;
}


.person-list-tiles{
  font-size: 0px;
}

.person-list-list .person-avatar{
  width: 20%;
  position: relative;
  overflow: hidden;
}

.person-list-person .person-avatar:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.person-list-person .person-avatar div{
  position:  absolute;
  overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.person-list{
  margin-top: 30px;
  margin-bottom: 30px;
}

.person-content{
  position: absolute;
  width: calc(80% - 20px);
  height: 100%;
  top: 0px;
  left: calc(20% + 20px);
}

.person-content .name{
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.person-content .name a{
  text-decoration: none;
}

.image-list-image{
  width: 220px;
  height: 120px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  max-width: 100%;
}

.image-list a{
  margin-right: 30px;
  text-decoration: none;
}

.post-title{
  margin-bottom: 10px;
  margin-top: 0px;
}

.post-meta{
  margin-top: 10px;
}

.pagination *{
  color: black;
}

@media screen and (max-width: 1500px) and (min-width: 1001px){
  .article-image{
    width: 30%;
  }
  .article-item{
    left: calc(30% + 20px) !important;
    width: calc(70% - 20px);
  }
  .person-list-tiles .person-list-person{
    width: 25%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 601px){
  .article-image{
    width: 40%;
  }
  .article-item{
    left: calc(40% + 20px) !important;
    width: calc(60% - 20px);
  }
  .person-list-list .person-avatar{
    width: 30%;
  }
  .person-list-tiles .person-list-person{
    width: 33%;
  }
  .person-content{
    width: calc(70% - 20px);
    left: calc(30% + 20px);
  }
}

.written-by, .published{
  font-style: italic;
  display: block;
  margin-bottom: 15px;
}

.pagination .older-posts, .pagination .newer-posts{
  color: gray;
  text-decoration: none;
}

p{
  margin: 0px;
}

section.social_media{
  display: inline-block;
}

.social_media i{
  font-size: 1em;
}

.table, .nav-button, .site-navigation > div{
  box-sizing:border-box;
}
.table {
  display:table;
  width:100%;
  margin:0 auto;
  position: relative;
}
.site-navigation, .table .right, .table .left {
  display:table-cell;
  vertical-align:middle;
 }
.table .right, .table .left {
  width: 0px;
}

.site-navigation{
  position: relative;
}

.nav-button{
  height:100%;
  width:100%;
  background: white;
  padding-top:9px;
  padding-bottom: 7px;
  line-height: 20px;
  font-size: 14px;
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  color: black;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease;
}

.nav-button.active{
  background-color: #ebebeb;
}

.nav-button:hover{
  background-color: yellow;
}

.tntsearch-results .row{
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0px;
  right: 0px;
}

.site-navigation > div a{
  text-decoration: none;
  text-align: center;
}

.site-navigation > div {
    text-align:left;
    font-size:20px;
    width: 20%;
    height: 100%;
    border-width: 2px;
    border-right-width: 0px;
    border-color: #000;
    border-style: solid;
    float:left;
}

.site-navigation > div:last-child{
  border-right-width: 2px;
}

.site-navigation .tntsearch-form{
  position: absolute;
  width: 100%;
  right: 0px;
  box-sizing: border-box;
  margin-top: -2px;
  padding: -4px;
  border: solid 2px black;
  transition: width .3s ease;
  height: 100%;
}

.site-navigation .tntsearch-form:not(.active){
  width: 20%;
  pointer-events: none;
  transition: width .2s ease;
}

.site-navigation .tntsearch-form #tntsearch-wrapper{
  transition: opacity .1s ease;
  background: white;
}

.site-navigation .tntsearch-form:not(.active) #tntsearch-wrapper{
  opacity: 0;
  transition-delay: .1s;
}

input.search-field{
  -webkit-appearance: none;
  border-radius: 0px;
  border: none;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  padding: 0px;
  outline: 0px;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-size: 16px;
  background: transparent;
}

#tntsearch-wrapper{
  width: 100%;
  height: 100%;
}

.search-results-wrapper{
  opacity: 1;
  position: absolute;
  top: 250px;
  width: calc(100% - 160px);
  background: white;
  transition: all .2s ease;
}

.search-results-wrapper:not(.visible){
  opacity: 0;
  height: 0px;
  transform: translateY(-50px);
  pointer-events: none;
  z-index: -1;
}

.search-results{
  position: relative;
}

.search-results *{
  opacity: 1;
}

.search-results .info{
  display: none;
}

.search-results .row{
  position: relative !important;
  overflow: visible;
  display: block;
  color: black;
}

.form-label{
  display: inline-block;
  width: 30%;
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  padding-top: 10px;
  float: left;
}


.form-data{
  display: inline-block;
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  font-weight: normal;
  width: 66.66%;
  box-sizing: border-box;
  float: right;
}

.form-field{
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: auto;
}

form{
  width: 60%;
}

form .buttons{
  width: 100%;
}


.form-field input, .form-field textarea{
  -webkit-appearance: none;
  border: solid 2px black;
  border-radius: none;
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-size: 16px;
  padding: 8px;
  line-height: 26px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.form-label{
  top: 0px;
}

.form-field textarea{
  resize: vertical;
}


.buttons button, .button{
  -webkit-appearance: none;
  appearance: none;
  float: right;
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  border: solid 2px black;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  width: 150px;
  margin-left: 10px;
  max-width: 100%;
  outline: none;
  transition: background-color .2s ease;
  background: white;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.button{
  float: none;
  margin: auto;
}

.notices{
  background: yellow;
  color: black;
  border-left: solid 10px black;
  padding: 5px;
}

.buttons button:hover, .button:hover{
  background-color: yellow;
}

img{
  width: 100%;
}

.featured{
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.featured .featured-post{
  position: absolute;
  overflow: hidden;
}

.featured .left{
  left: 0px;
}

.featured .top{
  top: 0px;
}

.featured .bottom{
  bottom: 0px;
}

.featured .right{
  right: 0px;
}

.featured .fullwidth{
  width: 100%;
}

.featured .fullheight{
  height: 100%;
}

.featured .halfwidth{
  width: 50%;
}

.featured .halfheight{
  height: 50%;
}

.featured .fourtywidth{
  width: 40%;
}

.featured .sixtywidth{
  width: 60%;
}

.featured .sixtywidth.fullheight.left{
  width: calc(60% - 4px);
}

.featured .fourtywidth.halfheight{
  width: calc(40% - 4px);
  height: calc(50% - 4px);
}

.featured_slider{
  height: 300px !important;
}

.featured_slider *{
  outline: 0;
}

.featured_slider .title-wrapper{
  transition: all .2s ease !important;
}

.featured_slider .title-wrapper.transition{
  transform: translateY(40px);
  opacity: 0;
}

.featured_slider .featured-post{
  width: 100%;
  height: 100%;
}

.featured .title{
  display: inline;
  color: white;
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  background: black;
  padding: 10px;
  font-size: 16px;
  overflow: hidden;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
  transition: all .3s ease, -webkit-clip-path .2s ease;
  font-weight: bold;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.featured .title-wrapper{
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 50%;
}

.featured-post:hover .title:not(.inverted){
  /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);*/
  /*clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);*/
  /*opacity: 0*/
  background-color: #ffff00;
  color: black
}

.featured .title.inverted{
  color: black;
  background-color: yellow;
  display: none;
}

.featured .featured-post .background{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 1s ease;
}

.featured-post:hover .background{
  transform: scale(1);
}

.post-content{
  margin-bottom: 15px;
}

.logo-link{
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.post-meta h1{
  padding-top: 0px;
  margin-top: 0px;
}

p{
  word-break: normal;
  white-space: pre-wrap;
}

table td{
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.burger_container {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  top: 38px;
  right: 20px;
  display: none;
}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 8px 0;
  transition: 0.4s;
}


.change .bar1 {
  -webkit-transform: rotate(45deg) translate(7px, 8px);
  transform: rotate(45deg) translate(7px, 8px);
}

.change .bar2 {transform: scaleX(0); opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(-45deg) translate(7px, -9px);
  transform: rotate(-45deg) translate(7px, -9px);
}

.pre{
  width: 100vw;
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
}

body.thin main > article{
  max-width: 60% !important;
  margin: auto;
}

.featured_slider{
  display: none;
}

.production-wrapper{
  background: #ffff00;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
  border-top: solid 2px black;
}

.production-slider{
  width: 100%;
  height: 400px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.production-slider .image{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.production-wrapper .dates, .production-wrapper .people{
  width: calc(50% - 10px);
  display: inline-block;
}

.production-wrapper hr{
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px black;
}

.production-wrapper .dates{
  float: left
}

.production-wrapper .people{
  float: right;
}

.production-wrapper .date{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: solid 1px black;
}

.production-wrapper .date-wrapper div:first-child{
  border-top: solid 1px black;
}

.production-wrapper .written-articles{
  padding-top: 10px;
}

.spacer{
  clear: both;
}

.account-avatar{
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
  float: left;
}

.account-avatar:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.account-avatar div{
  position: absolute;
  overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.account-title{
  margin-bottom: 10px;
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
}

.account-social-media{
  font-size: 30px;
}

.account-social-media a{
  margin-right: 5px;
  transition: opacity .2s ease;
}

.account-social-media a:hover{
  opacity: .5;
}

.account-bio{
  width: calc(100% / 3 * 2);
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
}

.calendar_date{
  width: 100px;
  height: 57px;
  top: calc((100% - 57px) / 2);
  position: absolute;
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  text-align: center;
  left: 10px;
}

.calendar_date .day{
  height: 45px;
  font-size: 45px;
  font-weight: 900;
}

.calendar_date .month{
  font-size: 12px;
  font-weight: 900;
}

.month_and_year_heading{
  font-family: "HelveticaNeueLT Com 53 Ex", sans-serif;
  font-weight: 900;
  font-size: 20px;
  background: white;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 20px;
  margin-bottom: -20px;
  top: 0;
  padding-top: 10px;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 76%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 76%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 76%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.production_calendar_content{
  z-index: 5;
}

.content_next_to_date{
  width: calc(100% - 100px);
  margin-left: 100px;
}


@media screen and (max-width: 800px){
  main.content{
    padding: 20px;
    padding-bottom: 60px;
  }

  .site-footer{
    padding: 20px;
  }

  .pre{
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo{
    width: 300px;
    height: 100px;
  }

  form{
    width: 100%;
  }

  .form-data, .form-label{
    width: 100%;
  }

  .burger_container{
    display: block;
  }
  .header{
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-information-right{
    position: relative;
    left: 0px;
    text-align: left;
    width: 100%;
  }

  .image-list-image{
    width: 180px;
    height: 80px;
  }

  .image-list a{
    margin-right: 20px;
    text-decoration: none;
  }
}

@media screen and (max-width: 1200px){
  body.thin main > article{
    max-width: 100% !important;
    margin: auto;
  }
}

@media screen and (min-width: 1199px){
  body.thin main > article .person-list-list .person-list-person .person-avatar{
    width: 30%;
  }
  body.thin main > article .person-list-tiles .person-list-person{
    width: 33%;
  }
  body.thin main > article .person-content{
    width: calc(70% - 20px);
    left: calc(30% + 20px);
  }
}

@media screen and (max-width: 800px) and (min-width: 601px){
  .site-navigation:not(.visible) *{
    height: 0px;
    overflow: hidden;
    opacity: 1;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
  }

  .site-navigation.visible{
    margin-bottom: 20px;
  }

  .site-navigation{
    transition: margin .2s ease;
  }

  .site-navigation *{
    transition: all .2s ease;
  }

  #breadcrumbs{
    margin-bottom: 0px;
  }

}

/* NAVIGATION */
@media screen and (max-width: 800px){

  .month_and_year_heading{
    top: 75px;
  }

  .site-navigation:not(.visible){
    transform: translateY(-200%);
  }

  .site-navigation{
    position: fixed;
    width: 100vw;
    left: 0px;
    z-index: -1;
    background: white;
    transition: all .3s ease;
    height: 230px;
    overflow: hidden;
  }

  .site-navigation div{
    width: 100vw;
    border-left: 0px;
    border-right: 0px;
    border-bottom-width: 0px;
    height: auto;
  }
  .site-navigation > div:last-child {
    border-bottom-width: 2px;
  }

  .nav-button{
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 10px;
  }
  .site-navigation div{
    height: 45px;
  }
  .site-navigation .tntsearch-form{
    height: auto;
    position: relative;
  }

  .logo{
    width: 230px;
    height: 75px;
  }

  .slider-button{
    width: 30px !important;
    height: 30px !important;
  }

  .site-navigation .search-trigger{
    border-bottom: 1px;
  }
  .site-navigation .tntsearch-form{
    width: 100%;
    position: absolute;
    pointer-events: all;
    transition: all .2s ease;
    border-left: 0px;
    border-right: 0px;
    top: 2px;
    height: 47px;
  }

  .site-navigation .tntsearch-form:not(.active){
    opacity: 0;
    pointer-events: none;
    width: 100%;
  }

  .site-navigation.search{
    height: 47px;
    overflow: hidden;
  }

  .logo, .burger_container, .header{
    transition: all .2s ease;
  }

  .header{
    padding: 20px;
    position: fixed;
    top: 0px;
    padding-bottom: 0px;
    margin-bottom: -10px;
    z-index: 100;
    background: white;
    overflow: visible;
  }

  .header.scroll, .site-navigation.visible{
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.2);
  }
  .header.scroll .logo{
    width: 150px;
    height: 40px;
  }

  .header.scroll .burger_container{
    top: 15px;
  }

  .mobile-header-placeholder{
    height: 110px;
  }

  h1{
    margin-top: 5px;
  }

  #breadcrumbs{
    margin-bottom: 0px;
    padding-left: 0px !important;
  }

  .site-navigation .tntsearch-form:not(.active) #tntsearch-wrapper{
    opacity: 1;
    transition: none;
  }

  .search-results-wrapper{
    transition: transform .3s ease;
    width: calc(100% - 40px);
  }

  .search-results-wrapper:not(.visible){
    transform: translateY(200px);
  }

  .nav-logo-wrapper{
    width: 100vw;
    margin-left: -20px;
    margin-top: -20px;
    margin-right: -20px;
    z-index: 100;
    background: white;
    padding: 20px;
    padding-bottom: 0px;
    box-sizing: border-box;
    position: relative;
  }
  .table{
    overflow: visible;
  }
  .mobile-nav-bg{
    width: 200vw;
    height: 200vh;
    position: fixed;
    left: -50vw;
    top: -50vh;
    background-color: rgba(255,255,255,.8);
    -webkit-backdrop-filter: blur(10px);
    z-index: 99;
    opacity: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }

  .search-results-wrapper{
    top: 168px;
  }

  .header.scroll .search-results-wrapper{
    top: 138px;
  }

  .mobile-nav-bg.visible{
    opacity: 1;
    pointer-events: all;
  }

  .featured{
    height: 200px;
  }

  .featured .title{
    font-size: 18px;
  }

  .logo{
    display: none;
  }

  .logo.mobile-logo{
    display: block;
  }

  .site-footer{
    height: auto;
  }

}

/* MOBILE */
@media screen and (max-width: 600px){

  article.post{
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .article-item{
    position: relative;
    width: 100%;
    left: 0px;
    margin-top: 10px;
  }

  .article-image{
    width: 100%;
    height: 50vw;
  }

  .person-list-list .person-avatar{
    width: 100%;
  }

  .person-list-tiles .person-list-person{
    width: 50%;
  }

  .person-content{
    width: 100%;
    position: relative;
    left: 0px;
    margin-top: 20px;
  }

  .featured{
    display: none;
  }

  .featured_slider{
    display: block;
  }

  .cf.frame{
    margin-top: 35px;
  }

  .production-wrapper .dates, .production-wrapper .people{
    float: none;
    width: 100%;
  }

  .production-slider{
    height: 200px;
  }

  .account-avatar{
    width: 100%;
    float: none;
  }

  .account-bio{
    padding: 0px;
    margin-top: 20px;
    width: 100%;
  }

  .page-filters span{
    width: 100%;
    display: block;
    float: none;
  }

  .page-filters .categories-text{
    width: 100%;
    float: none;
  }

  .page-filters .page-filter{
    width: 400%;
    display: block;
    padding: 0px;
    margin: 0px;
  }

  .categories-text{
    margin-bottom: 10px;
  }

  main.content{
    margin-top: 0px;
    padding-top: 0px;
  }

}
