/* ==========================================================================
   HTML5 Boilerplate
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
line-height: 1;
color: inherit;
font-family: Oswald, sans-serif;
}

.decade h1, h3, h4, h5, h6{
color:#ff7800;
}

.decade h2{
	color: #ffffff;
}

h3.popover-title{
  
	text-transform: uppercase; 
    font-weight: 700;
    font-size: 14px;
    background: transparent;
    border-bottom: none;
    text-align: center; 
    color: #4c4d4f; 
}
.decade h3.popover-title{
    padding: 30px 20px 10px;
}
.popover-content{
	font-size: 14px;
	text-align: center;
	color: #959393;
	text-transform: uppercase;;
}
.decade .popover-content{
	padding: 9px 20px 30px;
}


.skrollr {
	height: 100%; 
}

.no-js-warning {
	width: 100%;
	padding: 1em 0;
	background: #f59d6e;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	font-weight: 600;
}

.app-wrap{
	position: relative;
	overflow: hidden; 
	min-height: 700px;
}

.front-page{
	text-align: center; 
	color: #4d4e52;
	z-index: 0;
	height: 100%;
	width: 100%; 
	top: 0; 
	left: 0;
	z-index: 1;
}
.js .hide-if-js{
	display: none; 
}

.no-js .front-page{
	position: relative; 
}

.brand{
	text-align: left; 
}
.brand a{
	display: block; 
}
.front-page .wrapper{
	max-width: 550px; 
	margin: 0 auto; 
}
.front-page h1{
	font-size: 35px; 
}
.front-page h1 span{
	font-size: 60px;
	line-height: 55px;
	margin-top: 10px;  
}

.decades{
	position: relative;
	display: block;
}

.decades > .decade .inner{
	position: relative; 
}
.skrollr .decades > .decade .inner{
	position: absolute; 
	min-height: 0px;
	bottom: 10px;
	width: 100%; 
	max-width: 1200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10; 
}

.decades > .decade header{
	text-align: center;
	color: #FFF;
	position: relative; 
	z-index: 10; 
	background: #8dddeb;
}
.skrollr.js .decades > .decade header{
	position: absolute;
	left: 0;
	right: 0;
	top: 10px; 
}

.decades > .decade header:before, 
.decades > .decade header:after{
	content: ' ';
	display: block;
	position: absolute;
	left: 50%;
	top: 0%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border: 5px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
	background: #8dddeb;
	z-index: 10;
}
.decades > .decade header:after{
	top: 95%;
	display: block!important; 
}
.decades > .decade header h2{
	font-size: 38px;
	margin: 0;
	padding: 38px 0 30px;
}
.decades > .decade header h2 span{
	font-size: 80px;
}


.decades .fact{
	color: #FFF; 
	max-width: 46%; 
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	z-index: 250;  
}
.decades .fact.bottom-right{
	top: 50%;
	margin-top: 200px;
	left: auto;
	right: 0;
	text-align: left; 
}
.decades .fact.top-right{
	left: auto;
	right: 0;
	text-align: left; 
}
.decades .fact.bottom-left{
	top: 50%;
	margin-top: 185px;
}
.decades .fact p{
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
}


.decades .decade1980 .fact.bottom-right{
	margin-top: 115px;
	max-width: 30%;
}
.decades .decade1960 .fact.bottom-right{
	margin-top: 150px;
}
.decades .decade1950 .fact.bottom-right{
	margin-top: 90px;
	padding-left: 200px;
}
.decades .decadepre1950 .fact{
	max-width: 100%;
	background: #f59364; 
}

.dot {
	width: 18px;
	height: 18px;
	background: #ff7800;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	z-index: 10;
	position: absolute;
	cursor: pointer; 
}
.dot:after {
	content: ' ';
	border: 10px solid rgba(255, 255, 255, 0.7);
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	-webkit-animation: pulse 3s ease-out;
	-moz-animation: pulse 3s ease-out;
	animation: pulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -16px;
	left: -16px;
	z-index: 1;
	opacity: 0;
}
.no-js .dot, .no-js-mode .dot{
	display: none; 
}
.dot#decade2010Right{
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: 320px;
}
.dot#decade2010Left{
	left: 50%;
	bottom: 50%;
	margin-left: -330px;
	margin-bottom: -85px;
}

.dot#decade2000Right{
	left: 50%;
	top: 50%;
	margin-top: -210px;
	margin-left: 285px;
}
.dot#decade2000Left{
	left: 50%;
	bottom: 50%;
	margin-left: -380px;
	margin-bottom: -90px;
}

.dot#decade1990Right{
	left: 50%;
	top: 50%;
	margin-top: -220px;
	margin-left: 355px;
}
.dot#decade1990Left{
	left: 50%;
	bottom: 50%;
	margin-left: -330px;
	margin-bottom: -80px;
}

.dot#decade1980Right{
	left: 50%;
	top: 50%;
	margin-top: -140px;
	margin-left: 325px;
}
.dot#decade1980Left{
	left: 50%;
	bottom: 50%;
	margin-left: -365px;
	margin-bottom: -145px;
}

.dot#decade1970Right{
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: 365px;
}
.dot#decade1970Left{
	left: 50%;
	bottom: 50%;
	margin-left: -325px;
	margin-bottom: -100px;
}

.dot#decade1960Right{
	left: 50%;
	top: 50%;
	margin-top: -160px;
	margin-left: 355px;
}
.dot#decade1960Left{
	left: 50%;
	bottom: 50%;
	margin-left: -340px;
	margin-bottom: -70px;
}

.dot#decade1950Right{
	left: 50%;
	top: 50%;
	margin-top: -22%;
	margin-left: 35%;
}
.dot#decade1950Left{
	left: 50%;
	bottom: 50%;
	margin-left: -395px;
	margin-bottom: -102px;
}
/*.dot#decadepre1950Right{
	left: 50%;
	top: 50%;
	margin-top: 0;
	margin-left: 350px;
	display: none; 
}
.dot#decadepre1950Left{
	left: 50%;
	bottom: 50%;
	margin-left: -33%;
	margin-bottom: -20%;
	display: none; 
}*/

.no-js .dot, .no-js-mode .dot{
	display: none;
}

.decade2010{
	background-color: #8dddeb;
	z-index: 10; 
}
.decades > .decade.decade2010 header:before, 
.decades > .decade.decade2010 header:after{
	background: #8dddeb;
}
.decades > .decade.decade2010 header {
	background: #8dddeb;
}

.decade2000 {
	background-color: #d7df5e;
	z-index: 20;
}
.decades > .decade.decade2000 header:before, 
.decades > .decade.decade2000 header:after{
	background: #d7df5e;
}
.decades > .decade.decade2000 header {
	background: #d7df5e;
}

.decade1990{
	background-color: #5edf64;
	z-index: 30; 
}
.decades > .decade.decade1990 header:before, 
.decades > .decade.decade1990 header:after{
	background: #5edf64;
}
.decades > .decade.decade1990 header {
	background: #5edf64;
}

.decade1980{
	background-color: #da5edf;
	z-index: 40; 
}
.decades > .decade.decade1980 header:before, 
.decades > .decade.decade1980 header:after{
	background: #da5edf;
}
.decades > .decade.decade1980 header {
	background: #da5edf;
}

.decade1970{
	background-color: #1d69a7;
	z-index: 50;
}
.decades > .decade.decade1970 header:before, 
.decades > .decade.decade1970 header:after{
	background: #1d69a7;
}
.decades > .decade.decade1970 header {
	background: #1d69a7;
}

.decade1960{
	background-color: #878ad1;
	z-index: 60;
}
.decades > .decade.decade1960 header:before, 
.decades > .decade.decade1960 header:after{
	background: #878ad1;
}
.decades > .decade.decade1960 header {
	background: #878ad1;
}

.decade1950{
	background-color: #99597b;
	z-index: 70;
}
.decades > .decade.decade1950 header:before, 
.decades > .decade.decade1950 header:after{
	background: #99597b;
}
.decades > .decade.decade1950 header {
	background: #99597b;
}

.decadepre1950{
	background-color: #f59364;
	z-index: 80; 
}
.decades > .decade.decadepre1950 header:before, 
.decades > .decade.decadepre1950 header:after{
	background: #f59364;
}
.decades > .decade.decadepre1950 header {
	background: #f59364;
}

.decade{
	overflow: hidden;
	height: 120%; 
	position: relative; 
}
.skrollr .decade{
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 700px;
	top: 100%; 
}

.decade .container:after{
	content: ' ';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #FFF;
	height: 100%;
	z-index: -1;
}	

.decade .inner img{
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	max-width: 100%;
}






.no-js .share-url,
.no-js-mode .share-url, 
.no-js .share-social,
.no-js-mode .share-social{
	display: none;
}

.popover{
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;  background: #fff;
  border-radius: 50px;
}

.popover{
	min-width: 400px;
	max-width: 400px;

}
.popover.top .arrow{
	border-top-color: #FFF;
}
.popover.left .arrow{
	border-left-color: #FFF;
}
.popover.bottom .arrow{
	border-bottom-color: #FFF;
}
.popover.right .arrow{
	border-right-color: #FFF;
}

.popover.top{
	margin-top: -20px;
}
.popover.right{
	margin-left: 20px;
}
.popover.bottom{
	margin-top: 20px;
}
.popover.left{
	margin-left: -20px;
}


.app-nav{
	display: none;
}
.app-nav ul{
	position: relative;
}
.app-nav li{
	display: inline-block; 
	margin-bottom: 7px;
}
.app-nav li a{
	display: block; 
	height: 16px;
	width: 16px;
	border: none;
	background: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0;
	position: relative; 
}
.app-nav li a span{
	display: none; 
	position: absolute; 
	color: #FFF; 
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	left: -110px; 
	text-align: right;
	top: -2px;
	width: 100px;
}
.app-nav li:hover a, 
.app-nav li.active a{
	border: 3px solid #FFF;
	padding: 0;
	background: transparent;
}
.app-nav li.active a span, 
.app-nav li:hover a span{
	top: -5px;
	left: -113px;
}
.app-nav li:hover a span{
	display: block;
}

.abs-centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.italic{
	font-family: 'Merriweather', serif;
	font-style: italic; 
	font-weight: 400;
}

.block{
	position: relative; 
	display: block; 
}

.no-animation {
    -webkit-transition: 0s !important;
	-moz-transition: 0s !important;
	-o-transition: 0s !important;
	transition: 0s !important;
}

.nopacity {
	opacity: 0 !important;
}
.mobile-only {
    display: none;
}

#scrollY {
    position: fixed;
    left: 4%;
    bottom: 64px;
    padding: 0.5em 1em;
    font-size: 2em;
    line-height: 1.2em;
    color: #111;
    background: rgba(255,255,255,0.3);
    z-index: 9999;

    display: none;
}


@-moz-keyframes pulse {
	 0% {
	   	-moz-transform: scale(0);
	   	opacity: 0.0;
	 }
	 25% {
	   	-moz-transform: scale(0);
	   	opacity: 0.1;
	 }
	 50% {
	   	-moz-transform: scale(0.1);
	   	opacity: 0.3;
	 }
	 75% {
	   	-moz-transform: scale(0.5);
	   	opacity: 0.5;
	 }
	 100% {
	   	-moz-transform: scale(1);
	   	opacity: 0.0;
	 }
	}
	@-webkit-keyframes "pulse" {
	 0% {
	    -webkit-transform: scale(0);
	   	opacity: 0.0;
	 }
	 25% {
	    -webkit-transform: scale(0);
	   	opacity: 0.1;
	 }
	 50% {
	    -webkit-transform: scale(0.1);
	   	opacity: 0.3;
	 }
	 75% {
	    -webkit-transform: scale(0.5);
	   	opacity: 0.5;
	 }
	 100% {
	    -webkit-transform: scale(1);
	   	opacity: 0.0;
	 }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-height: 550px) {
	.front-page .scroll-arrow{
		display: none; 
	}
}
@media only screen and (max-height: 800px) {
	body{
		font-size: 14px; 
	}
	.app-footer{
		display: none; 
	}
	
	.js.skrollr .front-page .wrapper {
		margin: -100px auto 0;
	}
	.front-page h1 {
		font-size: 30px;
	}
	.front-page h1 span {
		font-size: 45px;
		line-height: 38px;
	}
	.front-page p {
		padding: 20px;
	}
	.decades > .decade header:after{ 
		display: none;
		top: 110%;
display: block !important; 
	}
	.decades .fact p{
		font-size: 15px; 
	}
	.decades > .decade header h2 {
		font-size: 30px;
		margin: 0;
		padding: 30px 0 10px;
	}
	.decades > .decade header h2 span{
		font-size: 35px; 
	}


	.js.skrollr .decades > .decade .inner{
		top: 190px;
		max-height: 360px; 
	}
	.decade .inner img{
		width: 600px;
	}
	.decades .fact{
		max-width: 48%; 
	}
	.js.skrollr .decades .decade1980 .fact.top-left{
		max-width: 38%; 
	}
	.js.skrollr .decades .decade1970 .fact.top-left{
		max-width: 42%; 
	}
	.fact h3{
		margin-bottom: 0; 
	}
	.fact p{
		margin: 0.1em 0;
	}
	.js.skrollr .decades .fact.bottom-left, 
	.js.skrollr .decades .fact.bottom-right{
		margin-top: 105px;
	}
	.js.skrollr .decades .decade1980 .fact.bottom-left, 
	.js.skrollr .decades .decade1980 .fact.bottom-right{
		margin-top: 123px
	}
	.js.skrollr .decades .decade1950 .fact.bottom-left, 
	.js.skrollr .decades .decade1950 .fact.bottom-right{
		margin-top: 70px;
	}
	.js.skrollr .decades .decadepre1950 .fact{
		max-width: 22%;
	}
	.js.skrollr .decades .decadepre1950 .fact.bottom-right {
		margin-top: -50px;
	}
	.dot#decade2010Right{
		margin-top: 0;
		margin-left: 280px;
	}
	.dot#decade2010Left{
		margin-bottom: 0;
		margin-left: -330px;
	}
	.dot#decade2000Right{
		margin-left: 250px;
		margin-top: 0;
	}
	.dot#decade2000Left{
		margin-left: -230px;
		margin-bottom: -60px;
	}
	.dot#decade1990Right{
		margin-left: 200px;
		margin-top: -120px;
	}
	.dot#decade1990Left{
		margin-left: -220px;
		margin-bottom: -50px;
	}
	.dot#decade1980Right{
		margin-top: -100px;
		margin-left: 200px;
	}
	.dot#decade1980Left{
		margin-left: -300px;
		margin-bottom: 0px;
	}
	.dot#decade1970Right{
		margin-top: -120px;
		margin-left: 240px;
	}
	.dot#decade1970Left{
		margin-left: -250px;
		margin-bottom: -70px;
	}
	.dot#decade1960Right{
		margin-left: 300px;
		margin-top: -80px;
	}
	.dot#decade1960Left{
		margin-left: -250px;
		margin-bottom: -50px;
	}
	.dot#decade1950Right{
		margin-top: 0;
		margin-left: 250px;
	}
	.dot#decade1950Left{
		margin-bottom: -20px;
		margin-left: -310px;
	}
	.page-footer .references{
		margin: 30px 0; 
	}
	.page-footer .embed-share {
		margin: 20px 0;
	}
	.page-footer .footer-credits .credits {
		text-align: center;
	}
}

@media only screen and (max-width: 960px) {
	.decades .fact p{
		font-size: 16px; 
	}
	.decades .decade1960 .fact.bottom-left, 
	.decades .decade1960 .fact.bottom-right{
		margin-top: 120px;
	}
	.decades .decade1980 .fact.bottom-right{
		max-width: 48%; 
	}
	.decades .decade1970 .fact.bottom-left, 
	.decades .decade1970 .fact.bottom-right{
		margin-top: 20%;
	}
	.decades .decade1980 .fact.bottom-left, 
	.decades .decade1980 .fact.bottom-right{
		margin-top: 17%;
	}
	.decades .decade1950 .fact.bottom-left, 
	.decades .decade1950 .fact.bottom-right{
		margin-top: 29%;
		padding-left: 0px;
	}
	.decades .decadepre1950 .fact.top-left{
		margin-top: 20px;
	}
	.decades .decadepre1950 .fact.bottom-right{
		top: auto;
		bottom: 20px;
	}
	.decades .decadepre1950 .fact{
		background-color: #f59364;
		max-width: 100%; 
	}

}
@media only screen and (max-width: 700px) {
	.front-page {
		height: auto; 
	}
	.app-footer {
		display: none;
	}
	.front-page .scroll-arrow{
		position: relative;
		margin: 50px 0 0;
	}
	.decades > .decade .inner{
		min-height: 0px;
	}
	.decades > .decade header:after{ 
		display: none; 
	}
	.decades > .decade header h2{
		padding-bottom: 0px; 
	}
	.decades .decadepre1950 .fact,
	.decades .fact {
		max-width: 700px;
		position: relative;
		top: auto;
		left: auto;
		text-align: left;
		margin: 30px 0!important; /*Force overrule manual adjustments in one go */
	}
	.decades .decade1980 .fact.bottom-right{
		max-width: 100%; 
	}
	.decades .fact.bottom-right {
		top: auto;
		bottom: auto;
		right: auto;
	}
	.decade .inner img{
		position: relative;
		right: auto;
		left: auto;
		margin: auto;
		top: auto;
		bottom: auto;
	}
	.app-nav{
		display: none; 
	}
	.decade .container:before,
	.decade .container:after{
		display: none; 
	}
	.front-page .scroll-arrow{
		display: none; 
	}
	.page-footer .references ul{
		columns: auto 2;
		-webkit-columns: auto 2; 
		-moz-columns: auto 2;
	}
	.page-footer .embed-share .share, 
	.page-footer .embed-share .embed{
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
		float: none; 
	}
	.page-footer .footer-credits{
		text-align: center;
	}
	.page-footer .footer-credits a span{
		display: block;
		width: 100%;
		margin: 20px 0;
	}
	.page-footer .footer-credits .credits{
		float: left;
		width: 100%;
		margin: 10px 0;
	}
}

@media only screen and (max-width: 450px) {

.decades > .decade header:before, 
.decades > .decade header:after{

	width: 15px;
	height: 15px;
	
}

.decades > .decade header:before{
	top: 5%;
	display: block!important; 
}


.decades > .decade header:after{
	top: 105%;
	display: block!important; 
}


	.brand a{
		max-width: 25%;
		margin: 0 auto;
	}
	.front-page h1 {
		font-size: 30px;
	}
	.front-page h1 span {
		font-size: 40px;
		line-height: 39px;
		margin-top: 5px;
	}
	.decades > .decade header h2 {
		font-size: 20px;
		line-height: 1.1;
	}
	.decades > .decade header h2 span {
		font-size: 35px;
	}
	ul.social-icons li {
		padding: 0 1px;
	}
	.decades .fact p{
		font-size: 15px;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */
   
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}