html{
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {   
  font-family: "MetaPro-CondBold", "Helvetica Neue", "Helvetica", sans-serif; 
  font-weight: normal; 
  margin: 0 0 .15em; 
  color: inherit; 
  line-height: 1.2;
}

h2{
	 margin-top: 5rem !important;
}
a , .cke_editable a, .rich-text a { background-color: transparent;     color: #007dc2;}
a:hover, a:focus { text-decoration: none; }


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block;}
canvas, progress, video, iframe {
  display: inline-block;
  vertical-align: baseline;
}

article {
  position: relative;
  padding: 0;
  margin: 0 auto;
  z-index: 3;
}


/* header */

#header .container {   
  max-width: 1600px; 
  width: 100%; 
  padding: 0; 
}
#header {   
  width: 100%; 
  position: fixed; 
  top: 0; 
  left: 0; 
  text-transform: uppercase; 
  font-size: 14px; 
  letter-spacing: 2px; 
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif; 
  z-index: 10;
  pointer-events: none;
}
#header .logo {   
  width: 60px; 
  height: 60px; 
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: auto;
}
#header .logo img {   
  width: 100%; 
  height: 100%; 
  display: block; 
}

#header.shrink .has-drop-down {
  height: 40px;
}
#logo-mini {
  margin-top: 16px;
  margin-left: 14px;
  display: none;
}
.header-holder {   
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  width: 100%;
  pointer-events:none;        
}
.header-left-bar {   
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  font-size: 14px; 
  pointer-events:none;
}
.header-left-bar a {   
  text-transform: uppercase; 
  text-decoration: none; 
  color: #333; 
  pointer-events:auto;
}
.region {   
  margin: 0 20px; 
  display: none; 
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.region a {   
  text-transform: uppercase; 
  text-decoration: none; 
  color: #333; 
  -webkit-transition: opacity .3s; 
  transition: opacity .3s; 
  pointer-events:auto;
}
.region a:hover { opacity: .5; }
.header-right-bar {   
  font-size: 12px; 
  font-weight: 300; 
  margin-right: 17px; 
}
.header-right-bar i {   
  color: #666; 
  margin-right: 8px; 
  margin-left: 8px; 
  display: block; 
  float: left; 
  font-size: 14px; 
  -webkit-transition: opacity .3s; 
  transition: opacity .3s; 
  pointer-events:none;
}
.header-right-bar i:hover { opacity: .5; }
.header-right-bar a {   
  text-transform: uppercase; 
  text-decoration: none; 
  color: #666; 
  -webkit-transition: opacity .3s; 
  transition: opacity .3s; 
  pointer-events:auto;
}
.header-right-bar a:hover { opacity: .5; }

.share-box .social {   
  margin: 0; 
  padding: 4px 0;
  list-style: none; 
}

.popup-holder {   
  position: relative; 
  overflow: hidden; 
  height: 0; 
}
.has-drop-down {   
  z-index: 1; 
  overflow: hidden; 
  height: 80px;
   -webkit-transition: height 0.4s ease;
   transition: height 0.4s ease;
}
.share-box {   
  background: #fff; 
  opacity: .94; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  color: #333; 
  padding: 14px; 
  width: 100%; 
  max-width: 1280px; 
  position: absolute; 
  top: 0; 
  left: 50%; 
  -webkit-transform: translateX(-50%); 
  -ms-transform: translateX(-50%); 
  transform: translateX(-50%); 
  letter-spacing: .14em; 
  padding: 14px 10px 11px 14px; 
  overflow: hidden;
  z-index: 10;
  pointer-events: auto;
}
.share-box .social {   
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
}
.share-box .social li { margin-right: 5px; }
.share-box .social li:last-child { margin-right: 0; }
.share-box a {   
  display: inline-block; 
  -webkit-transition: opacity .3s; 
  transition: opacity .3s; 
}
.share-box a:hover { opacity: .5; }
.share-box i {   
  font-size: 18px; 
  color: #333; 
}
.share-box .blue-box {   
  width: 18px; 
  height: 18px; 
  background: #007bc6; 
  margin-right: 14px; 
}
.share-box .left-bar {   
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  color: #333; 
}

/*override site settings*/
li:nth-child(n+2) {
    margin-top: 0 !important;
}


.scrolly figure { margin: 1em 40px; }

.scrolly figure {
  position: fixed; /* for IE */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100vh;
  overflow: hidden;
  position: 0;
  z-index: 0;
}


.scrolly figure .posterCaption{
padding-left: 2.25rem;
position: absolute;
bottom: 1rem;
left: 0;
font-family: "MetaPro-Norm";
font-size: 20px;
line-height: 1.4;
opacity: 0.8;
max-width: 50rem;
width: 100%;
z-index: 100;
color: #fff;
	}


.scrolly .poster {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  pointer-events: auto;
  overflow: hidden;
  /*z-index:3;*/
}



.scrolly figure .posterCaption{
padding-left: 2.25rem;
position: absolute;
bottom: 1rem;
left: 0;
font-family: "MetaPro-Norm";
font-size: 20px;
line-height: 1.4;
opacity: 0.8;
max-width: 50rem;
width: 100%;
z-index: 100;
color: #fff;
	}

.scrolly .poster.active {
  z-index: 4;
}

	.scrolly .realignMobile.poster {

  background-position: 40% center;
}


.scrolly .step {
 	color:#fff;
font-family: "MetaPro-CondXbold", "Helvetica Neue", "Helvetica", sans-serif;
	text-shadow: 0px 0px 8px rgba(0,0,0,.5);
	text-align: center;
	position: relative;
	z-index: 10;
  padding-top: 1px;
  padding-bottom: 2rem;
  background: none;
  background-position: center center;
  background-size: cover;
  overflow-x: hidden;
}

.scrolly .step.first{
margin-top: -62vh;
	margin-bottom: 62vh;
}

.scrolly .step:last-child {
  margin-bottom: 0;
}
.scrolly h1:before{
	    background-color: rgba(0, 0, 0, 0)!important;
}
.scrolly .step h1 {
	font-family: "MetaPro-CondXbold", "Helvetica Neue", "Helvetica", sans-serif;
font-size: 4em;
line-height: 1;
font-weight: regular;
border-top-width: 0px !important;
}

.scrolly .step h2 {
font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif;
margin-top: 80vh;
font-size: 2em;
line-height: 1;
	font-size: 3em;
line-height: 1.2;
font-weight: regular;
}
.scrolly .step h2:before { 
  font-size: 30px;
  position: relative;
  top: 6px;
}
.scrolly h5, .step h2, .step p, .step h4, .step .attribution {
  padding: 0 1rem;
}

.scrolly .step h4, .step .bg-box {
    margin-top: 80vh;
    color: #fff;
    font: 20px/30px "MetaPro-Medi", "Helvetica Neue", "Helvetica", sans-serif;
    text-shadow: 0 0 15px #000;
    line-height: 30px;
    text-align: left;
}

.bg-box {
      max-width: 900px;
    background-color: rgb(0 0 0 / 80%);
    margin: auto;
    padding: 20px 30px;
	 margin-bottom: 90vh;
}
.step h4.hidden, .step p.hidden {
opacity:0
}
body[dir="rtl"] .step h4 {
  padding-left: 25px;
  padding-right: 45px;
}
.step h4:before,.step p:before { 
 font-size: 75px;
  position: relative;
  top: 25px;
}
body[dir="rtl"] .step h4:before { 
 
}
.step .attribution {
  margin-top: 1rem;
  font: 24px/28px 'MetaPro-Norm';  
  text-indent: -15px;
  color: #fff;
  margin-bottom: 90vh;
  padding-left: 40px;
}
.scrolly .portrait span.date.date-before {
    top: 5vh;
    left: 5vw;
}
.scrolly .portrait span.date.date-after{
    top: 55vh;
	left:5vw;
}
.scrolly .landscape span.date.date-before{
    left: 3vw;
    top: 5vh;
}
.scrolly .landscape span.date.date-after{
    left: 53vw;
	top: 5vh;
}

.scrolly span.date {
	    font-weight: bold;
    font-size: 1.65rem;
    font-family: "FF Meta W03",Helvetica Neue,Helvetica,Arial,sans-serif;
    color: white;
    position: absolute;
    z-index: 1000;
}



.figure__expand{
	display:none;
}

.spacer{
  margin-top: 3rem;
    margin-bottom: 3rem;
}
.photo-text {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 2rem;
    margin-top: 0;
    font-family: 'MetaPro-CondBold';
    color: #787878;
}



/* tablet */
@media (min-width: 720px) {  
.scrolly .step h1 {
	font-size: 6em;
	}
	
	.scrolly .realignMobile.poster {

  background-position: center center;
}
	.spacer {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
	.step h4 {
    font: 36px/45px 'MetaPro-CondMedi'; 
  }
	
}