@charset "UTF-8";



 div#showMore
 {
    overflow: hidden;
    max-height: 16.5em;
    position: relative;
    margin-bottom: 6em;
    padding-bottom: 1em;
    padding-left: 30px;
    width: calc(100% - 42px);
    margin-left: -12px;
    border-left: 12px solid #FFDF00;
 }
 
 div#showMore p
 {
    max-width: 600px;
    margin-left: 0;
 }
 
 div#showMore ul
 {
    max-width: calc(600px - 2em);
    margin-left: 0;
    padding-left: 2em;
    margin-top: -0.75em;
 }
 
 div#showMore p span.subheading
{
   display: block;
   font-size: 18px;
   font-family: din-2014, sans-serif;
   color: #333333;
   font-weight: bold;
   margin-bottom: 0.25em;
   margin-top: 0.75em;
}
 
 div#showMore a#readMore,
 div#showMore a#readLess
 {
	  position: absolute; 
	  bottom: 0; 
	  left: 0;
	  width: 100%;
	  padding-left: 30px;
	  max-width: 600px; 
	  text-align: center; 
	  margin: 0; 
	  padding-top: 4em; 
	  display: block;
	  z-index: 0;
 }
 
 div#showMore a#readMore
 {
	  background-image: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  color-stop(0, rgba(255, 255, 255, 0)),
	  color-stop(1, rgba(255, 255, 255, 100)));
 }
 
 div#showMore a#readLess
 {
    margin-top: 3em;
    display: none;
 }
 
 div#showMore a#readMore img,
 div#showMore a#readLess img
 {
    width: 24px;
    height: 24px;
    z-index: 250;
    background-color: #FFFFFF;
    border-radius: 50%;
 }

div.titles h1
{
   color: #000000;
   font-family: HN57;
   line-height: 1.1em;
   margin-top: 0.5em;
}

div.titles h3
{
   font-family: HN57;
   color: #525252;
}

div.titles h4
{
   color: #989898;
}


div.mainSlide
{
   width: 100%;
}

div#imageGallery, div#previewGallery {
     text-align: left;
     background-color: #FFFFFF;
     overflow: hidden;
     position: relative;
 }
 
 div#imageGallery {
     width: 100%;
     z-index: 12;
 }

 div#previewGallery {
     width: 202.725%;
     z-index: 0;
 }
 
 div#previewGallery img#slideCover
 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
 }

div.previewSlide {
   display: none;
}


div#imageGallery div#slides,
div#previewGallery div#partialSlides {
     position: relative;
     margin: 0;
     padding: 0;
     font-size: 0;
     text-align: left;
     top: 0;
     left: 0;
     transition: left 1000ms ease;
}


div#imageGallery img.prev,
div#imageGallery img.next,
div#previewGallery img.next
{
  position: absolute;
  vertical-align: middle;
  top: 40%;
  z-index: 75;
  opacity: 0.75;
  width: 33px;
  height: auto;
  cursor: pointer;
}


div#imageGallery img.prev {
   left: 0;
   text-align: left;
}

div#previewGallery img.next,
div#imageGallery img.next {
    text-align: right;
}

div#imageGallery img.next {
   right: 0;
}

div#previewGallery img.next {
   right: 50.5%;
}






div#imageGallery div#slides img,
div#previewGallery div#partialSlides img {
	height: auto;
}


p#slideLabel {
  text-align: left;
  display: block;
  font-size: 15px;
  color: #989998;
   margin-top: -32px;
   width: calc(100% - 24px);
   margin-left: 12px;

}

p#slideLabel span.title {
  color: #7D7D7E;
  margin-right: 0.2em;
}
p#slideLabel span.subtitle {
  color: #989998;
}
p#slideLabel span.credit {
  color: #C8C9C8;
  margin-left: 0.25em;
  font-size: 13.5px;
}







p#slideNav {
   text-align: left;
   width: calc(100% - 24px);
   margin-left: 12px;
   margin-top: 12px;
}


p#slideNav span.filmstrip, p#slideNav span.selected {
     cursor: pointer;
}

p#slideNav span.filmstrip img, p#slideNav span.selected img {
     width: 28.5px;
     height: auto;
     margin-top: 3px;
     margin-right: 3px;
     border: 3px solid #FFFFFF;
}

p#slideNav span.selected img {
    border: 3px solid #EEC600;
}
div.withSlides, 
div.projectSidebar
{
   width: calc(100% - 24px);
   float: none;
   margin-left: 12px;
}

article.project div.titles
{
   margin-bottom: 30px;
}

div.projectSidebar
{
   margin-bottom: 4em;
}

div.projectSummary
{
   width: calc(100% - 30px);
   float: none;
   padding-left: 30px;
   margin-bottom: 4em;
}

div.projectSummary p.summary {
   margin-bottom: 1.5em;
   color: #7D7D7E;
   margin-left: 0;
   line-height: 1.1em;
}
div.projectSummary p.summary span {
   display: block;
   margin-bottom: 0.5em;
}
div.projectSummary p.summary span.heading {
   font-family: HN57;
   margin-bottom: 0.5em;
   color: #000000;
}


div.projectSidebar div.story {
   width: 100%;
   position: relative;
   text-align: left;
   margin-bottom: 3em;
}

div.projectSidebar div.story a.story {
   margin-bottom: 0.25em;
   margin-top: 0.25em;
   display: block;
}

div.projectSidebar div.video {
   margin-left: 0;
   margin-bottom: 3em;
}

div.projectVideo {
   margin-bottom: 48px;
}


article.project div#showMore p a
{
   position: relative;
   z-index: 30;
}


    
@media (min-width: 767px) {
    
    div#imageGallery nav a img {
	   width: 40px;
	}

}



@media (min-width: 849px) {
	
	div.mainSlide
	{
	   display: inline-block;
	   width: calc(67.3% - 12px);
	   vertical-align: top;
	   margin: 0;
	   margin-right: 12px;
	}
	
	div.previewSlide
	{
	   display: inline-block;
	   width: 32.7%;
	   vertical-align: top;
	   margin: 0;
	}
		
    div#imageGallery img.next {
       display: none;
    }
    
	p#slideNav, p#slideLabel {
	   text-align: left;
	   width: calc(100% - 80px);
	   margin-left: 80px;
	}


    div.withSlides
    {
       width: calc(60% - 80px);
       float: left;
       margin-left: 80px;
    }
    
    div.projectSidebar
    {
       float: right;
       width: calc(32% - 24px);
       margin-right: 24px;
       margin-top: 9.5em;
    }   
    

    div.projectVideo
    {
      width: 92%;
      margin-left: 2%;
      margin-bottom: 96px;
    }
    
    div.projectSummary
	{
	   width: 100%;
	   margin-left: 0;
	   padding-left: 0;
	}
}


@media (min-width: 1299px) {
    
	div.mainSlide
	{
	   width: calc(67.2% - 12px);
	}
	
	div.previewSlide
	{
	   width: 32.8%;
	}
    
}



@media (min-width: 1599px) {
	
	div.mainSlide
	{
	   width: calc(66% - 12px);  
	   margin-left: 12px;
	}
	
	div.previewSlide
	{
	   width: calc(33% - 12px);
	}
	
    p#slideNav {
      margin-left: 70px;
      padding-left: 0;
    }
    
    div.projectSidebar
    {
      margin-right: 20px;
    }
}
