/* styles for the Scenarios */

.single-scenario h1,
.single-scenario h2,
.single-scenario h3,
.single-scenario h4,
.single-scenario h5 {
	color: #008176;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 0;
}

.single-scenario h2,
.single-scenario h3,
.single-scenario h4,
.single-scenario h5 {
	margin-bottom: 0.5em;
}

.single-scenario h3,
.single-scenario h4,
.single-scenario h5 {
	text-transform: capitalize;
}

.single-scenario .gl-footer {
	position: relative;
	z-index: 1;
}

.single-scenario .sbscrb-frm h1 {
	line-height: 48px;
}

/**
 * Scenarios Landing Page
 */

.scenarios-cover.landing-page {
	height: 101vh;
	width: 100%;
	overflow: hidden;
	z-index: -10;
	position: fixed;
	top: 0;
}

.scenarios-cover-image.landing-page img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center top !important;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.scenarios-cover-text.landing-page {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.scenarios-cover-text.landing-page h1 {
	color: white;
	font-size: 6rem;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1.2em;
	margin-bottom: 3rem;
	text-align: center;
	text-transform: uppercase;
}

.scenarios-cover-text.landing-page p {
	color: white;
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.scenarios-cover-text.landing-page p.school {
	font-size: 24px;
}

.scenarios-sections.landing-page {
	background-color: white;
	text-align: center;
}

.scenarios-sections.landing-page .w-container {
	padding-bottom: 3em;
	padding-top: 5em;
}

.end-matter-buttons form {
	display: inline-block;
	margin: 1em;
}

.button--end-matter {
	background-color: #5b6e83;
	border: none;
	max-width: 500px;
	color: white;
	font-size: 18px;
	height: 60px;
	padding: 0.5em 4em;
}

.h1scenarios {
	color: black;
}

.scenarios-loop-section {
	background-color: #f4f4f4;
	padding-bottom: 4rem;
	padding-top: 4rem;
	z-index: 1;
}

.scenarios-loop-section h2,
.scenarios-loop-section p {
	text-align: center;
}

.scenarios-loop {
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 2rem;
	width: 100%;

	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.scenario-block {
	vertical-align: top;
	padding: 0 1.5em 3em;
	width: 33%;
}

.scenario-block:nth-of-type(3n+1) {
	padding-left: 0;
}

.scenario-block:last-of-type,
.scenario-block:nth-of-type(3n+3) {
	padding-right: 0;
}

.scenario-subtitle,
.scenario-block h3,
.read-more-link {
	text-align: left;
}

.scenario-block h3 {
	color: black;
	margin-top: 0.5em;
}

.scenario-block h3 a {
	text-decoration: none;
}

.scenario-block h3 a:hover {
	text-decoration: underline;
}

.scenario-block p {
	text-align: justify;
}

.scenario-block img {
	height: 200px;
	width: 100%;
	overflow: hidden;
}

.scenario-subtitle {
	font-size: 18px;
	padding-top: 2em;
	padding-bottom: 1.4em;
}

.read-more-link a {
	font-size: 18px;
	text-decoration: none;
}

.read-more-link a:hover {
	text-decoration: underline;
}

.license-container {
	background-color: white;
	padding: 0.5em 0;
}

.creative-commons-license {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	text-align: center;
}

/**
 * End Matter Pages
 */
.end-matter h2 {
	margin-top: 1.5em;
}

.end-matter h3 {
	color: #0a203e;
}

.end-matter img {
	height: auto;
}

.end-matter ol {
	margin-bottom: 3em;
	margin-top: 3em;
}

.end-matter ol li {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 18px;
}

.end-matter .scenario--buttons {
	margin-bottom: 6rem;
}

/**
 * Single Scenario Post
 */

/* Scenario cover image and title */
.scenarios-cover {
	height: 101vh;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	position: fixed;
	top: 0;
}

.scenarios-cover-image {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center top !important;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.scenarios-cover-text {
	position: absolute;
	color: white;
	font-size: 2rem;
	line-height: 1.2;
	z-index: 10;
	bottom: 40px;
	left: 50px;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.scenarios-number {
	text-transform: uppercase;
}

.scenarios-title,
.scenarios-title h1 {
	color: white;
	font-size: 108px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1.2em;
	text-transform: uppercase;
	word-break: break-word;
}

.scenarios-title.single h1 {
	text-align: left;
}

/* Scenario in page navigation */
.nav--scenarios.visible {
	display: block;
}

.nav--scenarios {
	display: none;
	margin-top: -100px;
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 10;
}

.nav--scenarios ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav--scenarios ul li {
	display: block;
	line-height: 2.75em;
	margin: 5px 0;
	opacity: 0.6;
	padding: 0;
	position: relative;
	text-align: right;
	width: 40px;
	height: 20px;
	overflow: hidden;
	float: right;
	clear: both;
}

.nav--scenarios ul li:after {
	background: #000000;
	border-radius: 10px;
	content: "";
	display: block;
	line-height: 2.75em;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 10px;
	width: 10px;
}

.nav--scenarios ul li:hover,
.nav--scenarios ul li:focus {
	opacity: 1;
	width: auto;
}

.nav--scenarios ul li:hover:after,
.nav--scenarios ul li:focus:after {
	background: #ffffff;
}

.nav--scenarios ul li:hover a,
.nav--scenarios ul li:focus a {
	color: #ffffff;
	opacity: 1;
	display: block;
}

.nav--scenarios ul li a {
	cursor: pointer;
	color: #000000;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.1em;
	opacity: 0;
	padding: 0 30px 0 12px;
	text-decoration: none;
	text-transform: uppercase;
	display: none;
}

.darken {
	/*background: rgba(0, 129, 118, 0.91);*/
	background: rgba(78, 161, 159, 0.91);
	display: none;
	opacity: 1;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

.darken.on {

}

/* Scenario Images with blazy load*/
.single-scenario article img {
	-webkit-transition: opacity 1000ms ease-in-out;
	-moz-transition: opacity 1000ms ease-in-out;
	-o-transition: opacity 1000ms ease-in-out;
	transition: opacity 1000ms ease-in-out;
	max-width: 100%;
	opacity: 0;
}

.single-scenario article img.b-loaded {
	opacity: 1;
}

/* Scenarios sections */
.scenarios-sections {
	position: relative;
	margin-top: 101vh;
	z-index: 1;
}

.section--scenario {
	background: #ffffff;
	position: relative;
	padding: 0 0 0;
}

.section--page-image + .section--content {
	padding-top: 3.5em;
}

/* Scenarios section */
.scenarios-section {
	/*background: rgba(0, 129, 118, 0.95);*/
	background: rgba(78, 161, 159, 0.95);
	color: white;
	display: block;
	min-height: 80vh;
	width: 100%;
	padding: 2em 0;
	margin: 0;
}

.scenarios-section + div {
	padding-top: 4.5em;
}

.scenarios-section:first-of-type {
	margin-top: 0;
}

.scenarios-section-text {
	display: table;
	height: 80vh;
	margin: 0 auto;
	max-width: 791px;
	width: 100%;
}

.scenarios-section-text p,
.scenarios-section-text h2 {
	font-size: 62px;
	font-weight: 800;
	line-height: 1.2;
	color: white;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* Scenarios column layouts */
.scenarios-one-column {
	clear: both;
	margin: 0 auto;
	max-width: 791px;
	padding: 0;
	width: 100%;
	padding: 0 0 3.5em;
}

.scenarios-two-column {
	clear: both;
	margin: 0 auto;
	max-width: 996px;
	overflow: hidden;
	padding: 0 0 3.5em;
	width: 100%;
}

.scenarios-three-column {
	padding: 0 0 3.5em;
}

/* Scenarios layouts content */
.scenarios-content {

}

.scenarios-content-left,
.scenarios-content-text-left,
.scenarios-content-image-left,
.scenarios-content-quote-left {
	float: left;
	width: 48%;
}

.scenarios-content-right,
.scenarios-content-text-right,
.scenarios-content-image-right,
.scenarios-content-quote-right {
	float: right;
	width: 48%;
}

.scenarios-content-quote-left p,
.scenarios-content-quote-right p {
	border-bottom: 8px solid #008176;
	border-top: 8px solid #008176;
	color: #008176;
	display: block;
	font-size: 41.9994px;
	font-weight: 800;
	line-height: 1.2em;
	margin-bottom: 40px;
	margin-top: 40%;
	padding: .5em 0;
	text-align: center;
}

.scenarios-content-left-third,
.scenarios-content-center-third,
.scenarios-content-right-third {

}

.scenarios-content-full-width-image {
	clear: both;
	height: auto;
	margin: 0 auto;
	max-width: 1200px;
	min-height: 200px;
	padding: 2em 0 3em;
	width: 100%;
}

.scenarios-content-full-page-image {
	background-color: #f4f4f4;
	clear: both;
	height: auto;
	margin: 0 auto;
	padding: 5em 0;
	width: 100%;
}

.scenarios-content-full-page-image img {
	display: block;
	margin: 0 auto;
	max-height: 200vh;
	max-width: 960px !important;
}

.scenarios-one-column ul,
.scenarios-two-column ul,
.scenarios-three-column ul {

}

.scenarios-one-column ul li,
.scenarios-two-column ul li,
.scenarios-three-column ul li {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 18px;
}

/* Scenarios implications */
.scenarios-implications-section {
	color: white;
	display: block;
	height: 100vh;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.implications-container {
	background-color: #f4f4f4;
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.implications {
	background-color: white;
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 2rem;
	width: 100%;
}

.scenarios-one-column-implications {

}

.scenarios-implications-content {
	clear: both;
	margin: 0 auto;
	max-width: 791px;
	padding: 2em 0;
	width: 100%;
	background-color: white;
}

.social-icons-list,
.scenarios-implications-list {
	clear: both;
	margin: 0 auto;
	max-width: 996px;
	overflow: hidden;
	padding: 2em 0;
	width: 100%;
}

.scenarios-implications-list ul {
	list-style: none;
}

.scenarios-implications-header {
	color: #008176;
	font-weight: 700;
	font-size: 28.00008px;
	line-height: 1.2em;
	margin-bottom: .5em;
}

.scenarios-implications-text {
	margin-bottom: 12px;
	font-family: Lato, sans-serif;
	color: #0a203e;
	font-size: 18px;
	line-height: 30px;
}

.scenarios-implications-list ul li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-bottom: 1em;
}

.scenarios-implications-list ul li:nth-of-type(even) {
	margin-left: 4%;
}

.scenarios-implications-list ul li:nth-child(odd):last-child {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Social icons */
div.sharedaddy h3.sd-title {
	color: white;
}


/* Buttons **/
.scenario--buttons {
	position: relative;
	max-width: 1200px;
	margin: 60px auto 0;
	width: 100%;

}
.scenario--buttons:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}

.btn--scenario {
	background: $fff;
	float: left;
	padding-right: 20px;
}
.btn--scenario:last-child {
	float: right;
	padding-right: 0;
}

.btn--scenario a {
	padding: 10px 15px;
	background: #0a203e;
	text-decoration: none;
	display: block;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	line-height: 20px;
}
.btn--scenario a:hover,
.btn--scenario a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.btn--icon a {
	padding-left: 45px;
	position: relative;
}

.icon-top {
	background: url(../images/cltc_button-top.png) no-repeat;
	background-size: 20px;
	width: 30px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	margin-bottom: auto;
	margin-top: auto;
	padding-right: 10px;
}

/* Read more section */
.read-more-box {
	display: inline-block;
	position: relative;
	margin: 0;
	float: left;
	width: 50%;
}

.read-more-box:nth-child(odd) {
	clear: left;
}

.read-more-box img {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 450px;
	display: block;
}

.read-more-box a {
	display: block;
	background: #fff;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.read-more-box a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	opacity: 1;
}

.read-more-box a:hover,
.read-more-box a:focus {
	opacity: 1;
}

.read-more-box a:hover img,
.read-more-box a:focus img {
	opacity: 0.9;

}

.read-more-text {
	position: absolute;
	color: deeppink;
	font-size: 1.4rem;
	font-weight: 700;
	z-index: 10;
	bottom: 5%;
	left: 2rem;
}

.read-more-scenario {
	color: white;
	text-align: left;
}

.read-more-number {
	color: white;
	text-transform: uppercase;
}

.read-more-title {
	color: white;
	font-size: 2.7rem;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-top: 0.4rem;
	text-transform: uppercase;
}

/**************************************
 * Media Queries
 * 991px and 767px and 600px and 400px
 *
 */
@media screen and (max-width: 991px) {

	/* Scenarios landing page */
	.scenarios-cover-text.landing-page h1 {
		font-size: 4rem;
	}

	.scenarios-cover-text.landing-page p {
		font-size: 1.5rem;
	}

	.scenarios-loop .scenario-block {
		width: 100%;
	}

	.scenario-block img {
		height: auto;
	}

	/* Single Scenario page */
	.scenarios-cover {
		margin-bottom: -2rem;
	}

	.scenarios-cover-text {
		left: 5%;
		font-size: 1.5rem;
	}

	.scenarios-title,
	.scenarios-title h1 {
		font-size: 72px;
	}

	.nav--scenarios,
	.nav--scenarios.visible {
		display: none;
	}

	.scenarios-section {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}

	.scenarios-section-text {
		padding: 10px 5%;
	}

	.scenarios-section-text h2 {
		font-size: 40px;
	}

	.scenarios-one-column,
	.scenarios-two-column,
	.scenarios-three-column {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.scenarios-content-left,
	.scenarios-content-text-left,
	.scenarios-content-image-left,
	.scenarios-content-quote-left,
	.scenarios-content-right,
	.scenarios-content-text-right,
	.scenarios-content-image-right,
	.scenarios-content-quote-right {
		float: none;
		width: 100%;
	}

	.scenarios-content-image-left,
	.scenarios-content-image-right {
		text-align: center;
	}

	.scenarios-content-image-left img,
	.scenarios-content-image-right img {
		margin-bottom: 1rem;
		margin-top: 1rem;
	}

	.scenarios-content-quote-left,
	.scenarios-content-quote-right {
		margin-top: 1em;
	}

	.scenarios-content-quote-left p,
	.scenarios-content-quote-right p {
		margin-top: 40px;
	}

	.implications-container {
		padding: 4rem 2rem;
	}

	.scenarios-implications-content {
		padding: 2em;
	}

	.social-icons-list {
		padding-left: 2rem;
	}
}

@media screen and (max-width: 767px) {
	/* Single Scenario page */
	.scenarios-section {
		min-height: 80vh;
		height: auto;
	}

	.scenarios-cover-text {
		font-size: 22px;
	}

	.scenarios-title,
	.scenarios-title h1 {
		font-size: 60px;
	}

	.scenarios-implications-list ul {
		padding-left: 2em;
		padding-right: 2em;
	}

	.scenarios-implications-list ul li:nth-of-type(even),
	.scenarios-implications-list ul li:nth-of-type(odd) {
		width: 100%;
	}

	.scenarios-implications-list ul li:nth-of-type(even) {
		margin-left: 0;
	}

	.btn--scenario {
		float: none;
		padding: 0;
		margin: 0 auto 10px;
		width: 220px;
	}
	.btn--scenario:last-child {
		float: none;
		padding: 0;
	}

	.read-more-text {
		font-size: 1.1rem;
	}

	.read-more-title {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	/* Scenarios landing page */
	.scenarios-cover-text.landing-page h1 {
		font-size: 3rem;
	}

	.scenarios-cover-text.landing-page p {
		font-size: 1.3rem;
	}

	/* Single Scenario page */
	.scenarios-cover-text {
		font-size: 20px;
	}

	.scenarios-title,
	.scenarios-title h1 {
		font-size: 46px;
	}

	.scenarios-content-quote-left p,
	.scenarios-content-quote-right p {
		font-size: 2.4em;
	}

	.read-more-box {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	/* Scenarios landing page */
	.scenarios-cover-text.landing-page h1 {
		font-size: 2rem;
	}

	.scenarios-cover-text.landing-page p {
		font-size: 1.2rem;
	}

	.button--end-matter {
		max-width: 400px;
		padding: 0.5em 2em;
	}

	/* Single Scenario page */
	.scenarios-cover-text {
		font-size: 16px;
	}

	.scenarios-title,
	.scenarios-title h1 {
		font-size: 32px;
	}

	.scenarios-content-quote-left p,
	.scenarios-content-quote-right p {
		font-size: 2em;
	}
}