ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #6e6e6e;
}
li {
  list-style-type: none;
}
p {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
}
.home-main {
  opacity: 0;
  transition: opacity 1s ease-in;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  color: #6e6e6e;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}
.title {
  font-style: italic;
}
#mainHeader {
  position: fixed;
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 10;
  padding-top: 11px;
}
#mainHeader h1 {
  color: #676767;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  display: inline-block;
}
#mainNav {
  font-size: 13.5px;
  width: auto;
  padding: 0;
  padding-right: 20px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  line-height: 26px;
}
#activeLink {
  font-weight: 700;
}
#mainHeader li {
  padding: 7px;
  display: inline;
}
a:hover {
  color: #000;
}
#indexPicturesGridContainer {
  padding: 37px 0;
  width: 1400vh;
  height: calc(100vh - 74px);
}
.indexpictureGridImg {
  margin: 0.2vh 0.4vh;
  border: 1px solid #a0a0a0;
  display: inline-block;
  display: inline;
  zoom: 1;
  padding: 0;
}
.indexpictureGridHoverContainer {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.1s ease-in;
}
@media (max-width: 700px) {
  .indexpictureGridHoverContainer {
    opacity: 1;
  }
}
.indexpictureGridHover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}

.indexpictureGridHoverContainer:hover,
.indexpictureGridHoverContainer.visible {
  opacity: 1;
}
.scrollLeft {
  overflow: auto;
  width: 500vh;
  height: 100vh;
  box-sizing: border-box;
}
.upperImages,
.lowerImages,
.indexPictureGridBlock {
  margin: 0;
  padding: 0;
  position: relative;
}
.upperImages--padding-left {
  padding-left: calc(20px + 0.2vh);
}
.upperImages,
.lowerImages {
  height: calc(50vh - 37px);
}
.upperImages {
  display: inline;
  vertical-align: bottom;
}
.lowerImages img {
  vertical-align: top;
}
.indexPictureGridBlock {
  display: inline-block;
}
.indexPictureGridBlock a {
  display: inline-block;
  position: relative;
}
.block {
  display: block !important;
  position: relative;
}
.rightALign {
  float: right;
  z-index: 2;
  position: relative;
}
.aboutContainer {
  width: 800px;
  margin-top: 37px;
  padding-top: 30px;
  float: left;
}
@media (max-width: 580px) {
  .aboutContainer {
    width: auto;
  }
}
.aboutColumn {
  width: 205px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 580px) {
  .aboutColumn {
    width: calc(100vw - 40px);
    float: none;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.aboutColumnImg {
  border: 1px solid #000;
  width: 205px;
}
@media (max-width: 580px) {
  .aboutColumnImg {
    width: calc(100vw - 40px);
  }
}
.aboutPhotoCredit {
  margin-top: 3px;
  font-size: 11px;
  text-align: right;
}
.aboutColumnText p {
  margin-bottom: 15px;
  margin-top: 15px;
  color: #000;
}
.publicationsImg {
  position: fixed;
  float: left;
  padding-top: 6%;
  margin-left: 5%;
}
.pressContainer,
.publicationsContainer {
  float: left;
  padding-top: 5%;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 3%;
  width: 50%;
}
.pressItem a {
  color: #000;
}
.pressItem,
.publicationsItem {
  padding: 10px 0;
}
.publicationsItem a {
  color: #000;
}
.pressListingSection {
  margin-bottom: 30px;
}
.contactContent {
  position: relative;
  top: 167px;
  display: inline;
}
.instIcon {
  display: block;
  padding: 1%;
}
.map {
  display: inline-block;
  position: fixed;
  left: 320px;
  width: 90vw;
  height: 80vh;
  top: 10vh;
  border: 0;
}
.contactBody {
  overflow-x: hidden;
}
#sidePanel {
  position: absolute;
  left: 0;
  top: 10vh;
  width: 280px;
  min-height: 80vh;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  background-color: #fff;
}
@media (max-width: 580px) {
  #sidePanel {
    position: relative;
    top: 0;
    width: 100vw;
    box-sizing: border-box;
    left: -20px;
    text-align: left;
    min-height: 0;
  }
}
.mainProjectTitle {
  text-align: center;
  color: #6e6e6e;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 580px) {
  .mainProjectTitle {
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }
}
#projectHeader {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 15px;
  background-color: #fff;
}
#projectHeader .onHoverShowCaptionContainer {
  width: 100%;
  display: flex;
  border: 1px solid #a0a0a0;
  justify-content: center;
}

.projectHeaderImg {
  height: 100%;
}
@media (max-width: 580px) {
  .projectHeaderImg {
    margin-top: 50px;
  }
}
.subProjectHeaderImg {
  opacity: 0.4;
}
@media (max-width: 580px) {
  .subProjectHeaderImg {
    display: none;
  }
}
#projectHeader .coverImgPlaceholder {
  width: 100%;
  height: 167px;
  display: inline-block;
}
@media (max-width: 580px) {
  #projectHeader .coverImgPlaceholder {
    height: 0;
  }
}
#aboutProject {
  padding-top: 20px;
  line-height: 22px;
}
.projectAuthor {
  padding-top: 30px;
}
.coverImgPlaceholder {
  position: relative;
}
#mainProjectGridContainer {
  width: 85vh;
  height: 80vh;
  display: inline-block;
  position: fixed;
  left: 320px;
  top: 10vh;
}
.mainProjectGridBlock {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 4%;
  margin-top: 0;
  width: 24%;
  height: 24%;
  border: 1px solid #a0a0a0;
  box-sizing: border-box;
}
.onHoverShowCaptionContainer {
  position: relative;
}
.onHoverShowCaptionImg {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  height: auto;
}
.onHoverShowCaptionCaption {
  background-color: rgba(110, 110, 110, 0.8);
  color: #fff;
  z-index: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: absolute;
  top: 0;
  text-align: left;
  opacity: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5%;
}
.noSidePadding {
  padding: 5% 0;
}
.onHoverShowCaptionCaption h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 100px;
  font-size: 20px;
}
.onHoverShowCaptionContainer:hover .onHoverShowCaptionCaption {
  opacity: 1;
}
#sub-project-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10vh;
  left: 320px;
  width: calc(100vw - 320px - 20px);
  height: 80vh;
}
@media (max-width: 580px) {
  #sub-project-container {
    display: none;
  }
}
#sub-project-container nav {
  width: 100%;
  height: 100%;
  display: inline;
  position: absolute;
}
#sub-project-container nav.with-video {
  z-index: -1;
}
#previous,
#next {
  position: absolute;
  width: 50%;
  height: 80vh;
}
#previous {
  cursor: url(../images/l-arrow.png), auto;
  left: 0;
}
#next {
  cursor: url(../images/r-arrow.png), auto;
  right: 0;
}
#sub-project-container .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
  max-height: 2000px;
  width: calc(95vw - 280px);
  display: block;
  margin: auto;
  border: none;
}
#sub-project-container .zoomImage {
  height: 80vh;
  width: auto;
  display: block;

  border: none;
}
#sub-project-container .zoomImage.landscape {
  height: auto;
  width: calc(100vw - 320px - 80px);
}
.sub-project-container-mobile {
  position: relative;
  display: none;
}
@media (max-width: 580px) {
  .sub-project-container-mobile {
    display: block;
    margin-left: -20px;
    padding-top: 50px;
  }
  .sub-project-container-mobile img {
    width: auto;
    max-height: 500px;
    max-width: 100vw;
    margin-left: 50vw;
    transform: translateX(-50%);
  }
  .sub-project-container-mobile video {
    width: auto;
    max-height: 500px;
    max-width: 100vw;
    margin-left: 50vw;
    transform: translateX(-50%);
  }
}
.zoomLens {
  background-position: 0 0;
  float: left;
  display: none;
  cursor: none;
  border: 1px solid #666;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  position: absolute;
}
.zoomContainer {
  -webkit-transform: translateZ(0);
  position: absolute;
  z-index: 10;
}
.zoomWindow {
  z-index: 999;
}
@media (max-width: 580px) {
  #mainNav {
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    padding-right: 0;
    padding-top: 30px;
    text-align: left;
    background-color: rgba(110, 110, 110, 0.9);
    z-index: 50;
    display: none;
  }
  #mainHeader li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45%;
    color: #fff;
  }
  #mainHeader a {
    color: #fff;
  }
  #mainHeader .logo a {
    color: #6e6e6e;
  }
  #hamburgerMenu {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block;
    background-color: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    z-index: 55;
    color: #000;
  }
  #hamburgerMenu.active {
    color: #fff;
  }
}
@media screen and (min-width: 580px) {
  #hamburgerMenu {
    display: none;
  }
}
@media (max-width: 580px) {
  #mainProjectGridContainer {
    width: 100vw;
    display: block;
    left: 0;
    top: 50px;
    margin-top: 10px;
    position: relative;
  }
  .mainProjectGridBlock {
    margin: 2vw;
    width: 40vw;
    height: 40vw;
  }
  .pressContainer,
  .publicationsContainer {
    margin-top: 50px;
    width: 100vw;
    position: relative;
    left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .publicationsImg {
    padding-top: 6%;
    margin-left: 0;
    width: 100vw;
    box-sizing: border-box;
    position: relative;
    left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
  }
  .map {
    display: block;
    position: relative;
    width: 100vw;
    height: 60vh;
    top: 50px;
    left: -20px;
  }
  .contactContent {
    top: 0;
    padding-top: 50px;
    display: block;
  }
}
.home-image-80 {
  width: calc((50vh - 0.2vh - 37px) * (80 / 373));
}
.home-image-xs {
  width: calc((50vh - 0.2vh - 37px) * (100 / 373));
}

.home-image-s {
  width: calc(
    (50vh - 0.2vh - 37px) * (150 / 373)
  ); /* headerHeight=37px; needleimagewidth=150px needleImageHeight=373px needle picture is the tallest */
}

.home-image-175 {
  width: calc((50vh - 0.2vh - 37px) * (175 / 373));
}

.home-image-185 {
  width: calc((50vh - 0.2vh - 37px) * (185 / 373));
}

.home-image-200 {
  width: calc((50vh - 0.2vh - 37px) * (200 / 373));
}

.home-image-240 {
  width: calc((50vh - 0.2vh - 37px) * (240 / 373));
}

.home-image-m {
  width: calc((50vh - 0.2vh - 37px) * (250 / 373));
}

.home-image-280 {
  width: calc((50vh - 0.2vh - 37px) * (280 / 373));
}

.home-image-l {
  width: calc((50vh - 0.2vh - 37px) * (350 / 373));
}

.home-image-xl {
  width: calc((50vh - 0.2vh - 37px) * (370 / 373));
}

.upperImages {
  display: flex;
  align-items: flex-end;
}

.lowerImages {
  display: flex;
  align-items: flex-start;
}

#indexPicturesGridContainer {
  display: flex;
}

.publicationUl {
  margin-bottom: 30px;
}

.center {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.projectHeaderImgWrap {
  border: 1px solid #a0a0a0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.loading {
  height: 80vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-grid {
  width: 180px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.lds-grid div {
  width: 50px;
  height: 50px;
  background: #000;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.mainProjectGridBlock {
  max-width: 25vh;
  max-height: 25vh;
}

.mainProjectGridBlock .onHoverShowCaptionImg {
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 100%;
  height: auto;
}

.mobileGallerNavAnchor {
  z-index: 100;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
}

.mobileGallerNavAnchor.next {
  right: 0;
}
.mobileGallerNavAnchor svg {
  fill: white;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 160px;
  height: 160px;
}
.loader {
  border-top: 10px solid rgba(100, 100, 100, 0.1);
  border-right: 10px solid rgba(100, 100, 100, 0.1);
  border-bottom: 10px solid rgba(100, 100, 100, 0.1);
  border-left: 10px solid #000;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.video-wrap {
  position: relative;
}
.video-loader,
.video-loader-mobile {
  opacity: 0;
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.button {
  cursor: pointer;
}

.unmute-button {
  text-align: right;
}
