﻿@charset "utf-8";
/* ARC Scenerio Tool */


/* RESET */

img {
	border: none;
}

html, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, fieldset, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
	font-weight: normal;
	font-style: normal;
}
/* HTML5 DISPLAY RULE */
header, nav, footer, article, aside, canvas, details, figcaption, figure, hgroup, menu, summary, section, figure {
	display: block;
}

a {
	outline: medium none;
	text-decoration: none;
}

/*-------------------- UNIVERSAL------------------ */

a:link {
	color: #e95032;
}

a:visited {
	color: #e95032;
}

a:hover {
	color: #BC523D;
}

body {
	background-color: #b3c5aa;
	margin: 0;
	padding: 0;
	font-family: "futura-pt", sans-serif;
	overflow-y: auto;
	overflow-x: hidden;
}

select {
	font-family: "futura-pt", sans-serif;
	/*background-color: #f6f6f6;
	border-color: #e2e2e2;*/
	padding-left: 4px;
	padding-right: 4px;
}

hr.highlight {
	color: #e95032;
	background-color: #e95032;
	height: 1px;
	border: none;
}

body, #page-outer {
	background: #b3c5aa url(/images/background.png) no-repeat left top;
	background-size: cover;
}

#page-outer {
	min-height: 900px;
	height: auto;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
}

#page-outer.intro {
	background: #b3c5aa url(/images/background.png) repeat-y left top;
	background-size: cover;
}

#page-outer.child {
	background: #b3c5aa url(/images/child_page_bg.png) no-repeat left top;
	background-size: cover;
}

/*#page-outer.complete {
	background: #b3c5aa url(/images/child_page_bg.png) no-repeat left top;
	background-size: cover;
}*/

#page-inner {
	width: 1440px;
	margin: 0 auto;
}

#column-wrapper {
	font-family: "futura-pt", sans-serif;
	width: 100%;
	float: left;
	display: inline;
	/*background-color:#FFF;*/
	/*min-height: 700px;*/
	position: relative;
}

.left-column {
	width: 50%;
	float: left;
	display: inline;
	min-height: 700px;
}

.right-column {
	width: 50%;
	float: left;
	display: inline;
	min-height: 700px;
	/*background-color:transparent;*/
}

#social-column {
	width: 35px;
	height: auto;
	background-color: #69F;
	float: left;
	display: inline;
}

/* WRAPPERS */

.full-width-wrapper {
	width: 100%;
	float: left;
}

.center-set-max-width {
	margin: 0 auto;
	width: 100%;
}

/* HEADER */

.logo img {
	height: auto;
	float: left;
	margin: 0.6em;
}

header {
	width: 100%;
	height: auto;
	padding: 0 0 20px 0;
}

.logo-title {
	/*width: 60%;*/
	font-family: "futura-pt", sans-serif;
	color: #000000;
	font-size: 2.5em;
	font-weight: 400;
	padding: 30px 15px 0 0;
}

.logo-title span {
	vertical-align: middle;
}

.logo-title em {
	font-weight: 700;
	font-style: normal;
}

.logo-title span.logo-subtitle {
	color: #FFFFFF;
	font-size: 0.6em;
	letter-spacing: 0.2em;
}

.logo-title span.divider {
	font-family: Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: .675em;
}

.intro-logo-title {
	height: 2%;
	font-family: "futura-pt", sans-serif;
	color: #000000;
	font-size: 4.5em;
	font-weight: 400;
	padding: 40px 0 0 0px;
}

.intro-logo-title em {
	font-weight: 700;
	font-style: normal;
}

.intro-logo-title span {
}

.intro-logo-subtitle {
	height: 2%;
	font-family: "futura-pt", sans-serif;
	color: #ffffff;
	font-size: 2em;
	padding: 5px 0 0 280px;
	letter-spacing: 0.4em;
}

/* FOOTER */
footer {
	width: 100%;
	clear: both;
}

footer a:link {
	color: #000000;
}

footer a:visited {
	color: #000000;
}

footer a:hover {
	color: #747474;
}


/* GLOBAL NAVIGATION */

.global-navigation {
	float: right;
	font-size: 1em;
	padding: 30px 15px 30px 0;
	height: 0.8%;
	font-family: "futura-pt", sans-serif;
	color: #000000;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
}

.global-navigation a:link {
	color: #000000;
}

.global-navigation a:visited {
	color: #000000;
}

.global-navigation a:hover {
	color: #ffecc7;
}

.global-navigation a.share-button-sm {
	vertical-align: bottom;
}


/* SHARE */
a.share-button-sm {
	background: url("/images/sprite_share.png") no-repeat 0px 0px transparent;
	width: 25px;
	height: 24px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

a.share-button-sm.facebook {
	background-position: 0px -26px;
}

a.share-button-sm.linkedin {
	background-position: -25px 0px;
}

a.share-button-sm.twitter {
	background-position: 0px 0px;
}

a.share-button-sm:hover {
	opacity: .9;
}

a.share-button-lg {
	background: url("/images/sprite_share.png") no-repeat 0px 0px transparent;
	width: 50px;
	height: 51px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

a.share-button-lg.facebook {
	background-position: 0px -155px;
}

a.share-button-lg.linkedin {
	background-position: 0px -103px;
}

a.share-button-lg.twitter {
	background-position: 0px -51px;
}

a.share-button-lg:hover {
	opacity: .9;
}

/* TYPE */

p {
	padding: 0 0 20px 0;
}

p.highlight {
	font-size: 1.5em;
}

p span.highlight, span.highlight {
	color: #e95032;
}

.error {
	background: #ffaa3c none repeat scroll 0 0;
	color: #ffffff;
	font-size: 17px;
	padding: 10px;
}


span.highlight-bold {
	color: #e95032;
	font-weight: 700;
}

p.note, span.note {
	color: #b5130d;
	font-size: .875em;
	text-align: center;
	padding: 10px;
}

.date {
	font-size: .85em;
	text-transform: uppercase;
	color: #4a4a4a;
}


h1 {
	font-size: 2em;
	font-weight: 700;
	color: #000000;
	padding: 10px 0 15px 0;
	margin: 0 0 10px 0;
	line-height: 1em;
	text-align: center;
	border: 1px #5d5d5d solid;
	border-style: inset;
	border-width: 0 0 1px 0;
}

h1 span.highlight {
	color: #e95032;
}

h2 {
	font-size: 1.65em;
	font-weight: 700;
	padding: 10px 0 5px 0;
	margin: 0 0 10px 0;
	line-height: 1.35em;
}

h3 {
	font-size: 1.25em;
	font-weight: 400;
	text-transform: uppercase;
	color: #e95032;
	padding: 10px 0 10px 0;
	line-height: 1.35em;
}

h4 {
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	line-height: 1.35em;
	color: #5d5d5d;
}

/* GENERAL DESIGN STYLES */

.float-left {
	float: left;
}


.float-right {
	float: right;
}

.clear-both {
	clear: both;
}

.center-text {
	text-align: center;
}

.margin-sides-30 {
	margin: 0 30px;
}

/* IMAGES AND GRAPHICS */


img.responsive {
	height: auto;
	width: 100%;
}

.image-right {
	float: right;
	margin: 20px 0 25px 35px;
	/*border: 3px #E7E7E7 solid;*/
	width: 50%;
	max-width: 300px;
}

.image-right img {
	height: auto;
	width: 100%;
	float: right;
}

.graphic-right {
	float: right;
	margin: 0 0 25px 25px;
	width: 50%;
	max-width: 300px;
}

.graphic-right img {
	height: auto;
	width: 100%;
}

/* INFO PANELS */

.info-panel {
	margin: .1em .5em;
	position: relative;
}

.info-panel .content:before {
	background: url("/images/short_bracket_left.png");
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	content: " ";
	width: 18px;
	height: 94%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 1.5%;
}

.info-panel .content:after {
	background: url("/images/short_bracket_right.png");
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	content: " ";
	width: 18px;
	height: 94%;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 1.5%;
}

.info-panel .content.short:before {
	background-image: url("/images/short_bracket_left.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.info-panel .content.short:after {
	background-image: url("/images/short_bracket_right.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.info-panel .content.long:before {
	background: url("/images/long_bracket_left.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.info-panel .content.long:after {
	background: url("/images/long_bracket_right.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.info-panel .content {
	margin: 20px;
	padding: 1em;
	background-color: #ffffff;
	/*box-shadow: 0 10px 0 rgba(0, 0, 0, 0.15);*/
	box-shadow: -1px 14px 9.9px 0.1px rgba(0, 0, 0, 0.18);
}

.info-panel.narrow {
	margin-left: 20em;
	margin-right: 20em;
}

.info-panel .actions:before {
	padding-top: 46px;
}

.info-panel .actions {
	text-align: center;
	position: relative;
	height: 30px;
}

.info-panel .actions .button-container {
	position: absolute;
	margin: 0 auto;
	bottom: -63px;
	text-align: center;
	width: 100%;
}

.info-panel.center {
	margin: 0 auto;
}

.info-panel.center .content {
	text-align: center;
}

#introText {
	position: absolute;
	z-index: 10;
	top: 1em;
	width: 100%;
}

#introText .info-panel {
	margin: 0 auto;
	max-width: 35em;
}

#introText .info-panel .content:before {
	height: 100%;
	background-size: contain;
}

#introText .info-panel .content:after {
	height: 100%;
	background-size: contain;
}


/* LISTS */

.inline-list {
	line-height: 1.5em;
	margin: 0 0 25px 20px;
}

.inline-list li {
	background: url(/images/bullet.png) no-repeat 0 15px;
	padding: 6px 0 0 20px;
}

ol {
	line-height: 1.75em;
	margin: 1.25em 7% 1.55em 9%;
	padding: 0;
	color: #8cc63f;
}

/* BUTTONS */
button {
	background: url("/images/sprite_button_next.png") no-repeat 0px 0px transparent;
	border: 0;
	height: 94px;
	width: 94px;
	cursor: pointer;
}

button:hover {
	background-position: 0px -100px;
}

button:disabled {
	color: #5d5d5d;
	background-position: 0px 0px;
}

button[disabled]:hover {
	background-position: 0px 0px;
}

button span {
	font-family: "futura-pt", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

button.back {
	background: url("/images/sprite_button_back.png") no-repeat 0px 0px transparent;
	border: 0;
	height: 59px;
	width: 59px;
	cursor: pointer;
	margin-right: 20px;
}

button.back:hover {
	background-position: 0px -63px;
}

button.back span {
	font-family: "futura-pt", sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
/* INTRO */
div.intro {
	position: relative;
}

/* KEY DRIVER */
.driver-name {
	float: left;
	width: 80%;
}

.driver-image {
	max-width: 80px;
	float: left;
	width: 20%;
}

.driver-statements {
	font-size: .875em;
	clear: both;
	padding: 3% 0;
}

.driver-statements .title {
	font-size: 1.5em;
	float: left;
	padding: 1% 2%;
}

.driver-statements .radio-labels {
	padding: 1% 2%;
	float: left;
	width: 20%;
	background-color: #EFEFEF;
	text-transform: uppercase;
}

.driver-statements .radio-labels div.left {
	float: left;
	padding: 2%;
	font-weight: 700;
}

.driver-statements .radio-labels div.right {
	float: right;
	padding: 2%;
	font-weight: 700;
}

.driver-statements ul.statement-list {
	list-style: outside none none;
	margin: 0;
	overflow: auto;
	clear: both;
	background-color: #efefef;
}

.driver-statements ul.statement-list li {
	margin: 0;
	padding: .7em 1em .7em 1em;
}

.driver-statements ul.statement-list .left {
	background-color: #EFEFEF;
	float: left;
	width: 20%;
	padding: 2% 0 0;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
.driver-statements ul.statement-list .left > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.driver-statements ul.statement-list .right {
	float: left;
	width: 72%;
	padding: 1% 2%;
	border-bottom: 1px solid #747474;
}

.driver-statements ul.statement-list li:last-child .right {
	border-bottom: none;
}

.driver-statements .k-slider-horizontal, .driver-statements .noUi-horizontal {
	width: 80px !important;
	background-color: #efefef !important;
}

.driver-statements .k-slider-buttons .k-slider-track:before, .explore-alternatives ul.charting-display .k-slider-buttons .k-slider-track:before {
	background: url("/images/sprite_slider.png") no-repeat 0px -26px transparent;
	width: 16px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
	content: " ";
	z-index: 2;
}

.driver-statements .k-slider-buttons .k-slider-track:after, .explore-alternatives ul.charting-display .k-slider-buttons .k-slider-track:after {
	background: url("/images/sprite_slider.png") no-repeat -17px -26px transparent;
	width: 16px;
	height: 25px;
	position: absolute;
	content: " ";
	top: 0px;
	right: 0px;
	z-index: 2;
}

.driver-statements .k-slider-horizontal .k-slider-buttons .k-slider-track, .explore-alternatives ul.charting-display .k-slider-horizontal .k-slider-buttons .k-slider-track {
	left: 0px !important;
	background: url("/images/sprite_slider.png") no-repeat 0px 0px transparent;
	height: 25px;
	z-index: 1;
	border-radius: 15px !important;
}

.driver-statements .k-slider .k-slider-selection, .driver-statements .k-slider .k-draghandle:hover, .explore-alternatives ul.charting-display .k-slider .k-draghandle:hover {
	background-color: none !important;
	border-color: none !important;
}

.driver-statements .k-slider .k-draghandle, .explore-alternatives ul.charting-display .k-slider .k-draghandle {
	background: url("/images/sprite_slider.png") no-repeat -63px -25px transparent;
	border: 0;
	border-radius: 0 !important;
	width: 28px;
	height: 30px;
	top: -3px !important;
	z-index: 10;
}

/* YOUR SCENARIO */
div.scenarios .k-dropdown {
	width: auto !important;
	border-radius: 0 !important;
}

div.scenarios .scenario-image {
	float: left;
	text-align: center;
	margin: 0px 20px 20px 0px;
	color: #878787;
	display: block;
	width: 225px;
	height: 236px;
}

div.scenarios .scenario-image > div {
	background: url("/images/sprite_scenario_icons_lg.png") no-repeat -235px 0px transparent;
	width: 235px;
	height: 225px;
}

div.scenarios .scenario-image.active > div {
	display: block;
	width: 235px;
	height: 226px;
}

div.scenarios .scenario-image .name {
	padding-top: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

div.scenarios .scenario-image .percent {
	clear: both;
	padding-top: 121px;
	font-size: 2em;
}

div.scenarios .scenario-image .tip {
	clear: both;
	text-align: right;
	padding-right: 27px;
	margin-top: -14px;
}

div.scenarios .scenario-image.active .tip span.inline-tooltip {
	background: transparent url("/images/tooltip_icon_lg_grey.png") no-repeat top right;
}

div.scenarios .scenario-image .tip span.inline-tooltip {
	background: transparent url("/images/tooltip_icon_lg_grey.png") no-repeat top right;
}

/*div.scenarios .scenario-image.active .name, div.scenarios .scenario-image.active .percent {
	color: #ffffff;
}*/

div.scenarios .scenario-image .ecotopia {
	background-position: -235px 0px;
}

div.scenarios .scenario-image.active .ecotopia {
	background-position: 0px 0px;
}

div.scenarios .scenario-image .fierce-headwinds {
	background-position: -235px -240px;
}

div.scenarios .scenario-image.active .fierce-headwinds {
	background-position: 0px -240px;
}

div.scenarios .scenario-image .full-steam-ahead {
	background-position: -235px -480px;
}

div.scenarios .scenario-image.active .full-steam-ahead {
	background-position: 0px -480px;
}

div.scenarios .scenario-image .technology-reigns {
	background-position: -235px -720px;
}

div.scenarios .scenario-image.active .technology-reigns {
	background-position: 0px -720px;
}

div.scenarios ul.your-scenario {
	list-style: outside none none;
	margin: 0;
}

div.scenarios ul.your-scenario li.left {
	float: left;
	width: 48%;
	padding: 2% 2% 2% 0;
	text-align: center;
}

div.scenarios ul.your-scenario li.left .name {
	clear: both;
	font-size: 1.5em;
	font-weight: bold;
}

div.scenarios ul.your-scenario li.right {
	float: left;
	width: 48%;
	padding: 2% 0% 2% 0;
}

div.scenarios ul.your-scenario li.right .demographic {
	float: left;
	padding-right: 1em;
}

div.scenarios ul.your-scenario li.right .demographic .k-dropdown {
	width: 115px !important;
}

div.scenarios .explore-content {
	text-align: center;
	clear: both;
	font-size: 1.25em;
	font-weight: bold;
	padding: 1em 0;
}

/* SHARING RESULTS */
.share-results .result-row {
	clear: both;
	padding-bottom: 10px;
}
.share-results .result-row .title {
	text-transform: uppercase;
	font-size: 1.125em;
	font-weight: bold;
	text-align: left;
	margin: .3em 0;
}

.share-results .result-row .scenario-image {
	float: left;
	text-align: center;
	margin: 0px 20px 20px 0px;
	color: #878787;
	display: block;
}

.share-results .result-row .scenario-image:nth-child(4) {
	margin-right: 0;
}

.share-results .result-row .scenario-image > div {
	background: url("/images/sprite_scenario_icons_md.png") no-repeat -235px 0px transparent;
	width: 137px;
	height: 113px;
}

.share-results .result-row .scenario-image.active > div {
	display: block;
	width: 137px;
	height: 113px;
}

.share-results .result-row .scenario-image .percent {
	padding-top: 85px;
	padding-right: 14px;
	text-align: right;
}


.share-results .result-row .scenario-image .tip {
	clear: both;
	text-align: left;
	padding-left: 12px;
	margin-top: -44px;
}

/*.share-results .result-row .scenario-image.active .name, .share-results .result-row .scenario-image.active .percent {
	color: #ffffff;
}*/

.share-results .result-row .scenario-image .name {
	padding-top: 8px;
	font-weight: 700;
}

.share-results .result-row.first .scenario-image {
	padding-bottom: 20px;
}


.share-results .result-row .scenario-image .ecotopia {
	background-position: -140px 0px;
}

.share-results .result-row .scenario-image.active .ecotopia {
	background-position: 0px 0px;
}

.share-results .result-row .scenario-image .fierce-headwinds {
	background-position: -140px -115px;
}

.share-results .result-row .scenario-image.active .fierce-headwinds {
	background-position: 0px -115px;
}

.share-results .result-row .scenario-image .full-steam-ahead {
	background-position: -140px -230px;
}

.share-results .result-row .scenario-image.active .full-steam-ahead {
	background-position: 0px -230px;
}

.share-results .result-row .scenario-image .technology-reigns {
	background-position: -140px -345px;
}

.share-results .result-row .scenario-image.active .technology-reigns {
	background-position: 0px -345px;
}

div.barrow #mapImage path#barrow,
div.bartow #mapImage path#bartow,
div.carroll #mapImage polygon#carroll,
div.cherokee #mapImage path#cherokee,
div.clayton #mapImage path#clayton,
div.cobb #mapImage polygon#cobb,
div.coweta #mapImage polygon#coweta,
div.dawson #mapImage path#dawson,
div.dekalb #mapImage path#dekalb,
div.douglas #mapImage polygon#douglas,
div.fayette #mapImage path#fayette,
div.forsyth #mapImage path#forsyth,
div.fulton #mapImage path#fulton,
div.gwinnett #mapImage path#gwinnett,
div.hall #mapImage polygon#hall,
div.henry #mapImage path#henry,
div.newton #mapImage path#newton,
div.paulding #mapImage polygon#paulding,
div.pike #mapImage path#pike,
div.rockdale #mapImage path#rockdale,
div.spalding #mapImage polygon#spalding,
div.walton #mapImage path#walton {
	fill: #97BC66;
}

div.share-results ul.your-demographic {
	list-style: outside none none;
	margin: 0;
	clear: both;
	min-height: 160px;
	font-size: 1.25em;
}

div.share-results ul.your-demographic li.left {
	float: left;
	width: 48%;
	padding: 2% 2% 2% 0;
	text-align: center;
}

div.share-results ul.your-demographic li.left svg {
	width: 200px;
}

div.share-results ul.your-demographic li.right {
	float: left;
	width: 48%;
	padding: 2% 0% 2% 0;
}

div.share-results ul.your-demographic li.right .county-name {
	font-weight: bold;
	text-transform: uppercase;
}

div.share-results ul.your-demographic li.right .total {
	color: #e95032;
	text-transform: uppercase;
}


/* EXPLORE ALTERNATIVE SCENARIOS */
.explore-alternatives {
	clear: both;
	padding-bottom: 10px;
}

.explore-alternatives ul.your-scenario {
	list-style: outside none none;
	margin: 0 1em 0em 1em;
	clear: both;
}

.explore-alternatives ul.your-scenario li.left {
	float: left;
	width: 30%;
	padding: 2% 2% 2% 0;
	text-align: center;
}

.explore-alternatives ul.your-scenario li.right {
	float: left;
	width: 68%;
	padding: 2% 0% 2% 0;
}

.explore-alternatives .title {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: .3em 0;
}

.explore-alternatives .scenario-image {
	float: left;
	text-align: center;
	margin: 0px 20px 20px 0px;
	color: #878787;
	display: block;
}

.explore-alternatives .scenario-image > a {
	background: url("/images/sprite_scenario_icons_sm.png") no-repeat -85px 0px transparent;
	width: 84px;
	height: 70px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.explore-alternatives .scenario-image > a:hover {
	opacity: .9;
}

.explore-alternatives .scenario-image.active > a {
	cursor: auto;
}

.explore-alternatives .scenario-image.active > a:hover {
	opacity: 1;
}

.explore-alternatives .scenario-image .name {
	color: #ffffff;
	font-size: .75em;
}

.explore-alternatives .scenario-image .ecotopia {
	background-position: -85px 0px;
}

.explore-alternatives .scenario-image.active .ecotopia {
	background-position: 0px 0px;
}

.explore-alternatives .scenario-image .fierce-headwinds {
	background-position: -85px -70px;
}

.explore-alternatives .scenario-image.active .fierce-headwinds {
	background-position: 0px -70px;
}

.explore-alternatives .scenario-image .full-steam-ahead {
	background-position: -85px -140px;
}

.explore-alternatives .scenario-image.active .full-steam-ahead {
	background-position: 0px -140px;
}

.explore-alternatives .scenario-image .technology-reigns {
	background-position: -85px -210px;
}

.explore-alternatives .scenario-image.active .technology-reigns {
	background-position: 0px -210px;
}


.explore-alternatives ul.charting-display {
	list-style: outside none none;
	margin: 0;
	display: inline-block;
}

.explore-alternatives ul.charting-display li.left {
	float: left;
	width: 40%;
	padding: 0% 2% 2% 0;
	text-align: center;
}

.explore-alternatives ul.charting-display li.right {
	float: left;
	width: 58%;
	padding: 1% 0% 2% 0;
}

.explore-alternatives ul.charting-display .slider-row {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}

.explore-alternatives ul.charting-display .metric-label {
	text-align: left;
	float: left;
	width: 32%;
	margin-right: 2%;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
}

.explore-alternatives ul.charting-display .slider-input {
	float: left;
	width: 66%;
}

/* FIX slider defaults */
.explore-alternatives ul.charting-display .slider-input > * {
	/*display: inline-block;*/
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}


.explore-alternatives ul.charting-display .slider-label {
	clear: both;
	padding: 10px 35px 0 10px;
}

.explore-alternatives ul.charting-display .slider-label > span {
	text-transform: uppercase;
	width: 33%;
	display: inline-block;
}

.explore-alternatives ul.charting-display .slider-label span.left {
	text-align: left;
}

.explore-alternatives ul.charting-display .slider-label span.right {
	text-align: right;
}

.explore-alternatives ul.charting-display .k-slider-horizontal, explore-alternatives ul.charting-display .noUi-horizontal {
	width: 310px !important;
	display: block;
	/*height: auto !important;*/
}

.explore-alternatives ul.charting-display .k-slider-horizontal .k-slider-buttons .k-slider-track {
	left: 32px !important;
}

.explore-alternatives ul.charting-display .k-slider .k-button {
	border: 0;
	cursor: pointer;
}

.explore-alternatives ul.charting-display .charts {
	text-align: center;
}

.explore-alternatives ul.charting-display .charts .chart {
	width: 18%;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 2%;
	max-height: 340px;
}

.explore-alternatives ul.charting-display .charts .chart-title {
	text-align: center;
	text-transform: uppercase;
	font-size: .75em;
}

.explore-alternatives ul.charting-display .charts .chart-subtitle {
	text-align: center;
}

.explore-alternatives ul.charting-display .charts .chart-amount {
	color: #9dbf66;
}

.explore-alternatives ul.charting-display .charts .chart-unit {
	color: #727272;
}

.explore-alternatives ul.charting-display .charts .k-chart:last-child {
	margin-right: 0;
}

.explore-alternatives ul.charting-display .right .baseline {
	float: right;
	margin-right: 2.5em;
}

.explore-alternatives ul.charting-display .right .baseline hr {
	display: inline-block;
	height: 1px;
	width: 35px;
	border: 0;
	border-top: 2px solid #e95032;
	margin: 0 0 .2em 0;
	padding: 0;
}

.explore-alternatives ul.charting-display .right .baseline span {
	display: inline-block;
	font-style: italic;
	color: #4a4a4a;
	font-size: .75em;
	text-transform: uppercase;
}

/* Define the stop colors */
#chartBaselineLeft stop, #chartBaselineRight stop {
	stop-color: rgb(255, 255, 255);
	stop-opacity: 0;
}

#chartBaselineLeft stop[offset="61%"], #chartBaselineRight stop[offset="61%"] {
	stop-color: rgb(255, 255, 255);
	stop-opacity: 0;
}

#chartBaselineLeft stop[offset="62%"], #chartBaselineRight stop[offset="62%"] {
	stop-color: rgb(233, 80, 50);
	stop-opacity: 1;
}

#chartBaselineLeft stop[offset="100%"], #chartBaselineRight stop[offset="100%"] {
	stop-color: rgb(233, 80, 50);
	stop-opacity: 1;
}



.highcharts-plot-line.baseline-left {
	stroke: url('/#chartBaselineLeft') !important;
}

.highcharts-plot-line.baseline-right {
	stroke: url('/#chartBaselineRight') !important;
}

/* FINISH */
.finish .your-scenario {
	display: table;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.finish .share {
	margin: 0 auto;
	width: 100%;
}

.finish .scenario-image {
	text-align: center;
	margin: 0px 30px 20px 0px;
	display: inline-block;
	width: 84px;
	vertical-align: top;
}

.finish .scenario-image > div {
	background: url("/images/sprite_scenario_icons_sm.png") no-repeat -85px 0px transparent;
	width: 84px;
	height: 70px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.finish .scenario-image .name {
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
}

.finish .scenario-image.active .name {
	color: #e95032;
}

.finish .scenario-image .ecotopia {
	background-position: -85px 0px;
}

.finish .scenario-image.active .ecotopia {
	background-position: 0px 0px;
}

.finish .scenario-image .fierce-headwinds {
	background-position: -85px -70px;
}

.finish .scenario-image.active .fierce-headwinds {
	background-position: 0px -70px;
}

.finish .scenario-image .full-steam-ahead {
	background-position: -85px -140px;
}

.finish .scenario-image.active .full-steam-ahead {
	background-position: 0px -140px;
}

.finish .scenario-image .technology-reigns {
	background-position: -85px -210px;
}

.finish .scenario-image.active .technology-reigns {
	background-position: 0px -210px;
}

/* SPINNER */
.spinner-container {
	/*display: none;*/
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.spinner {
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	border-color: #e95032 #e95032 #e95032 #f79030;
	border-style: solid;
	border-width: 2px;
	margin: 0 auto;
	position: relative;
}

.spinner, .spinner::after {
	border-radius: 50%;
	height: 36px;
	width: 36px;
}

@-webkit-keyframes load8 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* TOOLTIPS */

/* DRIVER SPECIFIC TOOLTIP */
.tooltip-driver {
	position: absolute;
	z-index: 1070;
	opacity: 0;
	display: none;
	filter: alpha(opacity=0);
	min-width: 15em;
	max-width: 25em;
	top: -9999px;
	left: -9999px;
}

.tooltip-driver .tooltip-inner {
	padding: 1em;
	color: #ffffff;
	background-color: #000000;
	box-shadow: -1px 14px 9.9px 0.1px rgba(0, 0, 0, 0.18);
}

.tooltip-driver p.title, .popover-content p.title {
	text-align: center;
	font-weight: bold;
}

.tooltip-driver.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip-driver.top {
	/*margin-top: -3px;
	padding: 5px 0;*/
}

.tooltip-driver.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip-driver.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip-driver.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-driver .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip-driver.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip-driver.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip-driver.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip-driver.right .tooltip-arrow {
	border-right-color: #000000;
	border-width: 40px 25px;
	left: -40px;
	margin: -5px 0 0;
	top: 20%;
}

.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}

.tooltip-driver.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip-driver.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip-driver.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

/* INLINE TOOLTIP */
a.inline-tooltip, span.inline-tooltip {
	background: transparent url("/images/tooltip_icon_blue.png") no-repeat top right;
	padding-top: 6px;
	padding-right: 20px;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

a.inline-tooltip-sm, span.inline-tooltip-sm {
	background: transparent url("/images/tooltip_icon_blue_sm.png") no-repeat top right;
	padding-top: 2px;
	padding-right: 14px;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
span.inline-tooltip-dark {
	background: transparent url("/images/tooltip_icon_lg_grey.png") no-repeat top right;
	margin-right: 6px;
	padding-top: 0px;
}

span.inline-tooltip-dark-sm {
	background: transparent url("/images/tooltip_icon_grey.png") no-repeat top right;
}

a.inline-tooltip:hover {
	text-decoration: none;
	color: #000000;
}

/* INLINE TOOLTIP BODY */
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	text-transform: none;
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip .tooltip-inner {
	max-width: 340px;
	padding: 6px 12px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border-radius: 4px;
}

.tooltip .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip .tooltip-wide-content {
	width: 340px;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}

.tooltip div.title {
	font-weight: bold;
	text-transform: none;
	margin-bottom: 15px;
	text-align: left;
}

.tooltip span.note, .popover-content span.note {
	font-size: .75em;
	color: #e95032;
}


.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 420px;
	padding: 1px;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	background-color: #000000;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 6px 12px;
	color: #ffffff;
}

.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top > .arrow {
	left: 50%;
	margin-left: -9px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}

.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #000000;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #000000;
}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}

.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #000000;
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #000000;
	bottom: -10px;
}

/* Windmill Tooltips */
#windmillTooltips {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

#windmillTooltips span {
	display: block;
	width: 96px;
	height: 96px;
	background-color: #e95032;
	border-radius: 45px;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
	position: absolute;
	opacity: 0;
}

#windmillTooltips span.inactive {
	display: none;
}

#windmillTooltips span.aging-population {
	left: 16px;
	top: 185px;
}

#windmillTooltips span.autonomous-vehicles {
	left: 398px;
	top: 322px;
}

#windmillTooltips span.climate-change {
	left: 87px;
	top: 60px;
}

#windmillTooltips span.intelligent-infrastructure {
	left: 290px;
	top: 413px;
}

#windmillTooltips span.port-traffic {
	left: 422px;
	top: 183px;
}

#windmillTooltips span.ride-hailing-carsharing {
	left: 218px;
	top: 13px;
}

#windmillTooltips span.economic-equity {
	left: 40px;
	top: 325px;
}

#windmillTooltips span.transportation-finance {
	left: 352px;
	top: 64px;
}

#windmillTooltips span.water-supply {
	left: 151px;
	top: 414px;
}


/* ANGULAR SPECIFIC */
div#column-wrapper > div.center-set-max-width > * {
	width: 100%;
	display: block;
	position: absolute;
}

/* SLIDER */
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
	/*padding-right: 32px;*/
	display: block;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	/* Fix 401 */
}


.noUi-origin {
	position: absolute;
	height: 0;
	width: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}

/* Styling;
 */
.noUi-target {
	background: url("/images/sprite_slider.png") no-repeat 0px 0px transparent;
	height: 25px;
	z-index: 1;
	border-radius: 15px !important;
}

.noUi-target:before {
	background: url("/images/sprite_slider.png") no-repeat 0px -26px transparent;
	width: 16px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
	content: " ";
}

.noUi-target:after {
	background: url("/images/sprite_slider.png") no-repeat -17px -26px transparent;
	width: 16px;
	height: 25px;
	position: absolute;
	content: " ";
	top: 0px;
	right: 0px;
}

.noUi-handle {
	/*width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;*/
	background: url("/images/sprite_slider.png") no-repeat -63px -25px transparent;
	border: 0;
	border-radius: 0 !important;
	width: 28px;
	/*left: -1px;*/
	left: -14px;
	height: 30px;
	top: -3px !important;
	cursor: pointer;
}