@font-face{font-family:GT-Maru-Regular;src:url(assets/fonts/GT-Maru-Regular.otf) format("opentype");}
@font-face{font-family:GT-Maru-Medium;src:url(assets/fonts/GT-Maru-Medium.otf) format("opentype");}
@font-face{font-family:GT-Maru-Light-Oblique;src:url(assets/fonts/GT-Maru-Light-Oblique.otf) format("opentype");}

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0; }

body,
.sidenav .main-nav-list li div {
  	font-family: GT-Maru-Regular;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none; }

ul {
  line-height: 1.3em; }

h1,
h2,
h3,
h4 {
  font-weight: normal; }

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h1 + .section,
h2 + .section,
h3 + .section {
  margin-top: 1em; }

/*
So if I wanted my font-size to be 16px on a screen at 320px wide, and 22px on a screen 1600px wide my declaration would be
font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1600 - 320)));
*/
h1,
h2,
.main-nav-list > li,
.main-nav-list > li > span {
}

h2, h3, h4, h5 {
  font-weight: normal; }

h2.about-PQ {
  font-weight: normal; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }
  .clearfix:after {
    clear: both; }

.hidden {
  display: none;
  visibility: hidden; }

.mobile-hide {
  display: none;
  visibility: hidden; }
  @media screen and (min-width: 64.1rem) {
    .mobile-hide {
      display: block;
      visibility: visible; } }

.desktop-hide {
  display: block;
  visibility: visible; }
  @media screen and (min-width: 64.1rem) {
    .desktop-hide {
      display: none;
      visibility: hidden; } }

.list-none > li {
  list-style: none; }

.floating-li > li {
  display: inline; }

.taR {
  text-align: right; }

.taC {
  text-align: center; }

.taL {
  text-align: left; }

.w100 {
  width: 100%; }

.h100 {
  height: 100%; }

.abs {
  position: absolute; }

.fix {
  position: fixed; }

.rel {
  position: relative; }

.caps {
  text-transform: uppercase;
  letter-spacing: 0.015em; }

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.flex-end {
  justify-content: flex-end; }

.padded-bottom {
  padding-bottom: 1em; }

.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1; }

.lazyload {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.svg-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }
  .svg-container svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.double-w {
  padding-bottom: 50%; }

.logo-custom-w {
  padding-bottom: 35.967302%; }

.video-container {
  position: relative;
  background-color: #000; }
  .video-container iframe,
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.youtube {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.youtube img,
.play-button {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.youtube img {
  min-width: 100%;
  min-height:100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 1; 
}

.play-button {
  width: 72px;
  height: 72px;
  background-color: #333;
  z-index: 1;
  opacity: 0.8;
  border-radius: 50%; }

.play-button:before {
  content: "";
  border-style: solid;
  margin-left: 3.9px;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff; }

.youtube:hover img {
  opacity: 0.75; }
.youtube:hover .play-button {
  opacity: 1; }

.youtube img,
.play-button {
  cursor: pointer; }

.youtube img,
.youtube iframe,
.play-button,
.play-button:before {
  position: absolute; }

.play-button,
.play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  height: 138px;
  display: flex;
  padding: 0 20px 0 35px;
  justify-content: space-between;
  align-items: center;
  overflow: hidden; }
  .header h1 {
    font-family: GT-Maru-Regular;
	  font-style: normal;
	  font-weight: 400;
	  font-size: 64px;
	  line-height: 54px;
	  letter-spacing: -5px;
  }
  .header .curr-category::before {
    content: "";
    display: inline-block;
    width: 2.25rem;
    height:1em;
    margin: 0 40px 0 0;
    font-size: 64px;
    line-height: 54px;
    transform: translateY(0.12em);
    background: url(images/arrow-slide-in.svg) center left no-repeat; }
  .header .timeline-slider {
    background-color: #fff; }
    .header .timeline-slider .filter-selection {
      display: none; }
  .header .item-circ {
    background-color: #c2c2c2;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-48%);
    border-radius: 50%; }
  .header .slide-in-hotspot {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 10;
    transform: scale(1); }

.content {
  display: flex;
  justify-content: space-between;
  justify-content: flex-end; }

.tag-container {
  width: calc(21% - 18px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 138px;
  left: 0;
  padding: 0 0.5rem; }
  .tag-container .tag {
    font-family: GT-Maru-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 0.375rem 0 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #c2c2c2;
    color: #c2c2c2;
    border-radius: 1rem;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    max-width: 150px;
    margin: auto; }
    .tag-container .tag:not(:last-child) {
      margin-bottom: 9px; }
  .tag-container .tag:hover,
  .tag-container .is-checked {
    cursor: pointer;
    background-color: #000;
    border-color: #000;
    color: #fff; }

.sidenav {
  position: fixed;
  z-index: 505;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  .sidenav .main-nav-list-container {
    padding: 35px 20px;
    width: 75vw;
    min-height: 100vh;
    background-color: #000000;
    position: relative; }
  .sidenav .slide-sidenav-back::before {
    content: "";
    position: absolute;
    display: block;
    width: 2.25rem;
    font-size: 2.25rem;
    height: 1em;
    line-height: 1em;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    background: url(images/arrow-slide-out.svg) center left no-repeat; }
  .sidenav .fill-rest-of-screen {
    position: absolute;
    width: 25vw;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75vw;
    cursor: pointer; }
  .sidenav .main-nav-list {
    list-style-type: decimal;
    margin: 0 0 0 4rem;
    color: #888; }
    .sidenav .main-nav-list li {
      list-style-type: decimal;
      font-weight: 400;
      font-size: 24px;
      line-height: 34px;
    }
      .sidenav .main-nav-list li span {
        display: block;
        -webkit-transition: 1 0.25s ease;
        -moz-transition: 1 0.25s ease;
        -ms-transition: 1 0.25s ease;
        -o-transition: 1 0.25s ease;
        transition: 1 0.25s ease; }
      .sidenav .main-nav-list li > div {
        font-size: 18px;
        line-height: 27px;
        max-width: 40em;
        margin: 0 0 0 35px;
        height: 0;
        opacity: 0;
        color: #888;
        -webkit-transition: 1 0.25s ease;
        -moz-transition: 1 0.25s ease;
        -ms-transition: 1 0.25s ease;
        -o-transition: 1 0.25s ease;
        transition: 1 0.25s ease;
        transform: scaleY(0);
        transform-origin: 50% 0; }
    .sidenav .main-nav-list li:hover,
    .sidenav .main-nav-list li > span:hover,
    .sidenav .main-nav-list .highlight,
    .sidenav .main-nav-list .highlight span {
      color: #fff;
      cursor: pointer; }
    .sidenav .main-nav-list .active > div {
      height: auto;
      margin: 1rem 0 3rem 35px;
      transform: scaleY(1);
      opacity: 1; }

/* --------------------------------------- */
/* Isotope Grid */
/* --------------------------------------- */
.grid-container {
  align-self: flex-end;
  width: 79%;
  position: relative;
  z-index: 1; }

.top-z {
  z-index: 500;
  width: 100%; }

/* clear fix */
/* --------------------------------------- */
/* Isotope item */
/* --------------------------------------- */
.gallery-item-container {
  margin: 0 0 20px;
  width: calc(38% - (20px / 2));
  width: 50%;
  padding-right: 20px;
  float: right;
  background-color: transparent;
  -webkit-transition: background-color 550ms ease;
  -moz-transition: background-color 550ms ease;
  -ms-transition: background-color 550ms ease;
  -o-transition: background-color 550ms ease;
  transition: background-color 550ms ease; }
  .gallery-item-container .video-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .gallery-item-container .video-container:hover {
      cursor: pointer; }
  .gallery-item-container .video-caption {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    font-family: GT-Maru-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
    .gallery-item-container .video-caption .title {
      flex-grow: 2; }
    .gallery-item-container .video-caption .year {
      align-self: flex-end; }
    .gallery-item-container .video-caption .author {
      width: 100%;
      color: #888; }

/**/
.sidenav {
  transform: translateX(-100vw);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .sidenav .main-nav-list li {
    -webkit-transition: color 500ms ease;
    -moz-transition: color 500ms ease;
    -ms-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease; }
    .sidenav .main-nav-list li span {
      -webkit-transition: color 500ms ease;
      -moz-transition: color 500ms ease;
      -ms-transition: color 500ms ease;
      -o-transition: color 500ms ease;
      transition: color 500ms ease; }
    .sidenav .main-nav-list li > div {
      transition: opacity 450ms 0s, height 450ms 0s, margin 450ms 0s; }
  .sidenav .main-nav-list .active > div {
    transition: opacity 450ms 0.225s, height 450ms 0s, margin 450ms 0s; }

.slide-out {
  z-index: 10000;
  transform: translateX(0); }
  .slide-out .slide-btn {
    transform: scale(1);
    transition: transform		450ms	0.5s; }

.slide-btn,
.close-btn {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transform: scale(0); }

.slider {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 55%;
  right: 100px;
  transform: translateY(-55%); }

.slider.slider-horizontal {
  width: calc(45% - 80px);
  height: 30px; }

.slider.slider-horizontal .slider-track {
  height: 2px;
  width: calc(100% + 80px);
  margin-top: -2px;
  top: 50%;
  left: 0; }

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0; }

.slider.slider-disabled .slider-handle {
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0); }

.slider.slider-disabled .slider-track {
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed; }

.slider input {
  display: none; }

.slider .tooltip {
  position: absolute;
  top: 0;
  font-size: 0.75rem;
  margin-top: -1px;
  color: #FFF;
  width: 80px;
  line-height: 30px;
  text-align: center;
  cursor: pointer; }

.slider .tooltip-main {
  display: none; }

.slider .tooltip-inner {
  max-width: 100%;
  margin: 0;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
font-family: GT-Maru-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;}

.slider .hide {
  display: none; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background: #c2c2c2;
  border-radius: none; }

.slider-selection {
  position: absolute;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px; }

.slider-selection.tick-slider-selection {
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0); }

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px; }

.slider-handle {
  position: absolute;
  top: 0;
  width: 80px;
  height: 30px;
  cursor: pointer;
  background: #000;
  border: 0px solid transparent; }

.slider-handle.round {
  border-radius: 1rem; }

html {
  overflow-y: scroll; }

.sidenav {
  overflow-x: hidden; }

.wrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 138px; }

.slide-btn,
.close-btn {
  transform-origin: center center;
  position: absolute;
  cursor: pointer; }

.slide-btn {
  width: 138px;
  height: 138px;
  top: 0;
  right: 0; }

.close-btn {
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 100; }
  .close-btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 2.25rem;
    font-size: 2.25rem;
    height: 1em;
    line-height: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../../images/icn-cross.svg) center left no-repeat; }

/* --------------------------------------- */
/* Bootstrap Slider */
/* --------------------------------------- */
.bootstrap-slider .slider-selection {
  background: #000; }

.bootstrap-slider {
  background: #c2c2c2; }

.filter-min,
.filter-max {
  display: none; }

/* --------------------------------------- */
/* Isotope Grid */
/* --------------------------------------- */

#info_popup{
  background-color: rgba(0, 0, 0, 0.7);
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  z-index:10001;
}
#info_popup>div{
  background-color: rgba(0, 0, 0, 1);
  /*width:100%;
  max-width: 40em;
  height:auto;
  max-height:100vh;*/
  width:100%;
  height:100vh;
  overflow-y:auto;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate3d(-50%, -50%, 0);
  color: white;
  padding: 35px 50px;
}
#info_popup>div h1{
    font-family: GT-Maru-Regular;
	  font-style: normal;
	  font-weight: 400;
	  font-size: 64px;
	  line-height: 54px;
	  letter-spacing: -5px;
    margin-bottom: 27px;
}
#info_popup>div p{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 27px;
    max-width:40em;
    color: #888;
}
#info_popup>div p:nth-child(n+5){
  display:none;
}
#info_popup>div p.read_more:nth-child(n+5){
  display:block;
}
#info_popup>div p.read_more{
  cursor:pointer;
  color: white;
}
#close_info{
  width:20px;
  height:20px;
  position:absolute;
  top:35px;
  right:50px;
  cursor:pointer;
}
#show_info{
  margin-top:24px;
  color: white;
  cursor:pointer;
}
#show_info::marker{
    font-size: 0;
}

@media screen and (max-width: 1800px) {
  .header h1{
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: unset;
  }
  .header .curr-category::before{
    width: 2.25rem;
    height: 1em;
    margin: 0 24px 0 0;
    font-size: 24px;
    line-height: 34px;
  }
} 

@media screen and (max-width: 870px) {
  .slider{
    display:none;
  }
} 

@media screen and (max-width: 700px) {
  .slider{
    display:none;
  }
  .gallery-item-container{
    width:100%;
  }
} 

@media screen and (max-width: 600px) {
  .content{
    display:block;
  }
  .tag-container{
    display:block;
    width:100%;
    position:relative;
    top: 0;
    left: 0;
    padding:0px 20px;
    white-space: nowrap;
    overflow-x:scroll;
  }
  .grid-container{
    width:100%;
    display:block;
  }
  .wrapper{
    padding-top:60px;
  }
  .header{
    height:60px;
    padding:0px 20px;
  }
  .gallery-item-container{
    padding:0px 20px;
  }
  .tag-container .tag{
    display:inline-block;
    padding:6px 10px 8px;
    margin-right:10px;
    margin-bottom:10px;
  }
  .sidenav .main-nav-list-container{
    width:100%;
  }
  .sidenav .main-nav-list{
    margin-left:30px;
  }
  .sidenav .main-nav-list .active > div{
    margin: 1rem 0px 3rem;
  }
  .slide-btn{
    height:100px;
  }
  #info_popup>div{
    width:100%;
    height:100%;
  }
  #info_popup>div h1{
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: unset;
  }
} 