/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
  	background: #FFF;
	color: #313131;
	padding: 0;
	margin: 0;
	font-family: "BentonSans", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smooth: always;
	text-rendering: optimizeLegibility;
	position: relative;
}
strong{
	font-family: "BentonSansMedium", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
strong.bold{
	font-family: "BentonSansBold", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.center-text{
	text-align:center;	
}
.light{
	font-family: "BentonSansLight", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, legend, .h2, .h3, .text-40{
	font-weight:normal;
	font-family: "BentonSansLight", Helvetica, Arial, sans-serif;
	padding:0;
	margin:0;
}
h1{
	font-size:3.437em;
	line-height: 1em;
    padding: 0.2em 0;	
}
h2, .h2{
	font-size:2.25em;
	color:#666;	
}

.text-40{
	font-size:2.5em;
	color:#666;	
}
h3, legend, .h3{
	font-size:1.875em;
	color:#666;	
}
a{
	text-decoration:none;	
}
ul, li{
	margin:0;
	padding:0;
	list-style:none;	
}
label{
	display: block;	
}
input[type="text"] {
	background-color: transparent;
    border: 1px solid #CCC;
    color: #313131;
    padding: 3px 14px;
	width:304px;
	font-size:1.125em;
	height:2.9em;
	font-family:"BentonSans", Helvetica, Arial, sans-serif;
}
div.line{
    display: block;
    height: 1em;
    border: 0;
    border-bottom: 1px solid #de8a2e;
    margin: 0 0 1em 0;
    padding: 0;
}
div.line.invisible{
	margin-bottom:0;
}
.text, p{
	font-size:1.125em;
	line-height:1.5em;
}
.small-text{
	font-size:0.875em;	
}
.large-text{
	font-size:2.5em;
	line-height:1em;
}
.xlarge-text{
	font-size:4.5em;
	line-height:1.2em;
}
.h2 .xlarge-text{
	font-size:2em;
}
p .small-text{
	font-size:0.78em;	
}
.left {
  float: left; 
}
.right {
  float: right; 
}
.brown-bg{
	background:	#b34a2a;	
}
.orange-bg{
	background:	#d4652d;
}
.mid-orange-bg{
	background:	#de8a2e;	
}
.light-orange-bg{
	background:	#f0ab00;
}
.blue-bg{
	background:	#008fcc;
}
.dark-blue-bg{
	background:	#2b3f7b;
}
.orange-bg{
	background:	#d4652d;
}
.grey-bg{
	background:	#CCC;
}
.dark-grey-bg{
	background:	#808080;
}
.light-grey-bg{
	background:	#eeeeee;
}
.green-bg{
	background:	#b4ca48;
}
.white{
	color: #FFF;	
}
.orange{
	color:	#d4652d;
}
.mid-orange{
	color:	#de8a2e;	
}
.light-orange{
	color:	#f0ab00;
}
.blue{
	color: #008fcc;
}
.grey{
	color: #666;
}
.arrow-l-close{
	background:url(../img/arrow_l_close.png) no-repeat 0 8px;
	padding-left:40px;
}
.arrow-l-open{
	background:url(../img/arrow_l_open.png) no-repeat 0 8px;
	padding-left:40px;
}
section.scenario-results .arrow-l-open{
	background:url(../img/close_btn.png) no-repeat 14px 12px;
	padding-left:40px;
}
section.scenario-results .arrow-l-close{
	background:url(../img/arrow_l_close.png) no-repeat 7px 12px;
	padding-left:40px;
}
.h2.arrow-l-close, .h2.arrow-l-open{
	padding-left:40px;
}
.arrow-s-close{
	background:url(../img/arrow_s_close.png) no-repeat 0 8px;
	padding-left:34px;
}
.arrow-s-open{
	background:url(../img/arrow_s_open.png) no-repeat 0 8px;
	padding-left:34px;
}
a, .pointer{
	cursor:pointer;
}
a{
	outline: none !important;
}
.column-padding{
	padding-left: 28px;
	padding-right: 28px;
}
.columns-2{
	width: 138px;
	margin-right: 1.75em;
}
.columns-3{
	width: 221px;
	margin-right: 1.75em;
}
.content{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;	
}
header{
	width: 100%;	
}
header img{
	
}
header div div.center{
	padding-top: 0.9em;	
	padding-bottom: 1em;
}
header div.center{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;	
}
.header div{
	padding-top: 0.5em;	
	padding-bottom: 0.7em;	
}
header p {
    margin-top: 0.3em;
}
footer{
	width: 100%;
	min-height:80px;
	padding:0 14px;
}
footer li{
	padding:0 14px;
}
section{
	margin:0 0 0 28px;
}
section.scenario-values,
section.scenario-results{
	margin-left: 0;
}


section.scenarios,
section.scenario-results .inner,
section.scenario-values{
	margin-top: 56px;
}
section.scenarios ul{
	margin-top: 32px;
	list-style:none;
}
section.scenarios ul li a{
	display:block;
	min-height:70px;
	padding:10px 10px;
	line-height:1.3em;
}
section.scenarios ul li{
	margin-bottom: 28px;
}
section.scenarios ul li a:hover{
	background: #008fcc;
}
section.scenarios ul li a.selected{
	background: #008fcc;
}
section.scenarios ul li.dark-grey-bg a:hover,
section.scenarios ul li.dark-grey-bg a.selected{
	background: #b4ca48;
}
section.scenario-values.margin-bottom {
    margin-bottom: 72px;
}
section.scenarios.margin-bottom {
    margin-bottom: 56px;
}
section.scenario-values .toggle-content-l{
	overflow:hidden;
}
section.scenario-values .scenario-item .toggle-content{
	padding-top: 24px;
	overflow:hidden;
}
section.scenario-values label,
section.scenario-values .add-value{
	line-height:1em;
	min-height:76px;
	padding-top:1.1em;
}
section.scenario-values .add-value{
	margin-left: 0;
	width:55px;	
}
section.scenario-values .scenario-item{
	margin-left: 75px;
}
section.scenario-values h2{
	margin-left: 28px;
}
section.scenario-values .result-button{
	margin-left: 0;
}
section.scenario-values .scenario-item:first-of-type{
	margin-top: 28px;
}
section.scenario-values .input-row{
	padding: 12px 0;
	margin-left: 36px;
}
section.scenario-values input{
	margin-right:1.75em;
	margin-bottom: 1.3em;
}
section.scenario-values input[type="radio"]{
	margin:20px 10px 0 0;
}
section.scenario-values .radiovalue{
	margin:17px 56px 0 0;
}
section.scenario-values .error{
	width: 221px;
	padding:14px;
	line-height:1em;
}
section .result-button{
	min-height:6.25em;
	padding:0 14px;
	margin-bottom:70px;
}
section .result-button a{
	display:block;
	padding:28px 0;
	width:100%;
	background-position: right center;
	background-repeat:no-repeat;
}
section.scenario-results .result-button a{
	padding:22px 0;
}
section .result-button.mid-orange-bg a{
	background-image:url(../img/arrow_result.png);
}
section .result-button.blue-bg a{
	background-image:url(../img/arrow_result_1.png);
}
section.scenario-values .result-button div{
	width:50%;	
}
section.scenario-values .result-button div:last-of-type{
	width:304px;
	line-height:1.16em;
}
section .result-button div{
	padding-right:14px;
	padding-left:14px;
}
section.scenario-results .result-button div{
	padding-left:56px;
}

section.scenario-results .rectangle{
	height:250px;
	width:100%;
	padding-top:14px;
	line-height:1.4em;
}
section.scenario-results .rectangle.half{
	height:125px;
	width:100%;
}
section.scenario-results .inner{
	width:498px;
}
section.scenario-results .inner h2{
	margin-top:28px;
	margin-bottom:28px;
	margin-left:28px;
}
section.scenario-results .result-button {
    margin-bottom: 42px;
}
section.scenario-results .scenario-item{
	padding-left: 28px;
	min-width:316px;
}
section.scenario-results .slidercontent .slider-inner{
	width:387px;
}
section.scenario-results .slidercontent{
	margin-bottom:38px;
}
section.scenario-results .slider{
	margin:12px 0;
}
section.scenario-results .modify{
	overflow:hidden;
}
section.scenario-results{
	overflow:hidden;
}

#layer{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#layer .layer-bg{
	background: #FFF;
	opacity:0.8;
	width:100%;
	height:100%;
}
#layer .layer-content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#layer .layer-content .inner{
	max-width:800px;
	width:90%;
	margin:112px auto 0 auto;
	padding:28px;
}
#layer .layer-content .inner.mid-orange-bg,
#layer .layer-content .inner.error-bg{
	margin:0 auto;
	padding:8px 28px;
}
#layer .layer-content .inner.dark-blue-bg{
	margin:0 auto;
	padding:0 28px;
}
#layer h1{
	font-family: "BentonSansMedium", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.25em;
	margin:0;
	padding:0;
}
#layer h2{
	line-height:1em;
}
#layer p{
	margin:2px 0 48px 0;
}
#layer h2.margin-bottom{
	margin-bottom:40px;
}
#layer p.margin-bottom{
	margin-bottom:0;
}
#layer a.button{
	display:block;
	font-family: "BentonSansMedium", Helvetica, Arial, sans-serif;
	background-repeat:no-repeat;
	background-size:auto;
	background-position:left center;
	padding-left:42px;
	margin:28px 0;
}
#layer a.button.agree{
	background-image:url(../img/agree.png);
	color:#008fcc;
	margin-right:56px;
}
#layer a.button.agree:hover{
	background-image:url(../img/agree_over.png);
	color:#FFF;
}
#layer a.button.disagree{
	padding-left:52px;
	background-image:url(../img/disagree.png);
	color:#226ca9;
}
#layer a.button.disagree:hover{
	background-image:url(../img/disagree_over.png);
	color:#008fcc;
}
#layer-print{
	display:none;	
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl,
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.ui-widget-content {
    background: #d9d9d9;
    border: none;
}
.ui-slider-horizontal {
    height: 3px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background:url(../img/slider_handle.png) no-repeat;
    border: none;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -12px;
    top: -12px;
}
.ui-slider .ui-slider-handle {
    height: 27px;
    width: 27px;
	cursor:pointer;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 87.5em) {
	body{
		font-size:1.1em;
	}
	.content{
		max-width: 1400px;
	}
	header div.center{
		max-width: 1400px;
	}
	header div.center p{
		max-width: 1100px;
	}
    input[type="text"] {
    	width: 328px;
	}
	section.scenario-values .error {
		width: auto;
		padding:20px;
	}
	.columns-2 {
   		width: 197px;
	}
	section.scenarios ul li a {
		padding-right:50px;
		min-height:98px;
	}
	section.scenario-values .scenario-item {
    	margin-left: 100px;
	}section.scenario-values .result-button div {
    	width: 40%;
	}
	section .result-button a {
    	padding: 32px 0;
	}
	section.scenario-results .inner {
    	width: 683px;
	}
	section.scenario-results .slidercontent .slider-inner{
    	width: 424px;
	}
	section.scenario-results .arrow-l-open,
	section.scenario-results .arrow-l-close {
		background-position:14px 14px;
	}
	.arrow-l-close,
	.arrow-l-open {
		background-position:0 10px;
	}
	.arrow-s-close,
	.arrow-s-open {
		background-position:0 12px;
	}
	#layer .layer-content .inner {
		max-width: 1000px;
	}
}

@media only screen and (max-width: 47em) {
    input[type="text"] {
    	width: 359px;
	}
}

@media only screen and (max-width: 35em) {
    body{
		font-size:0.7em;
	}
	header img{
		max-width:100%;
		height:auto;	
	}
	.columns-2 {
   		width: 124px;
	}
	section.scenario-values .scenario-item {
		margin-left: 22px;
	}
	section.scenario-values .add-value {
		width:auto;
	}
	section.scenario-values label, section.scenario-values .add-value {
		min-height: auto;
		padding-bottom: 0.6em;
	}
	section.scenario-values input {
		width:70%;
	}
	section.scenario-values input[type="radio"] {
		width:auto;
		margin-top:0;
	}
	section.scenario-values .radiovalue {
		margin-top:0;
	}
	section.scenario-values label.radio-label{
		width:100%;
	}
	section.scenario-values .error{
		width: 70%;
	}
	
	.text, p, label, .add-value{
		font-size:1.2em;
	}
	.small-text{
		font-size:1.2em;
	}
	label .small-text{
		font-size:0.8em;
	}
	section.scenario-values label, section.scenario-values .add-value {
		min-height: 0;
		padding-top: 0;
		padding-bottom:16px;
	}
	section.scenario-values .add-value {
		padding-top: 1em;
	}
	section.scenario-results .inner {
		width: 100%;
	}
	section.scenario-results .slidercontent .slider-inner{
		width: 295px;
	}
	.text-40{
		font-size:2.2em;	
	}
	section.scenario-results .arrow-l-open,
	section.scenario-results .arrow-l-close {
		background-size:20px auto;
		background-position:14px 7px;
	}
	section.scenario-values .input-row{
		margin-left: 28px;
	}
	.arrow-l-close,
	.arrow-l-open {
		background-size:20px auto;
		background-position:14px 6px;
	}
	.arrow-s-close,
	.arrow-s-open {
		background-size:16px auto;
		background-position:0 6px;
		padding-left:26px;
	}
	.h2{
		line-height:1.2em;
	}
	section.scenario-values h2 {
		margin-left: 10px;
	}
	section.scenario-values .result-button div {
    	width: 80%;
	}
	section.scenario-values .result-button div,
	section.scenario-values .result-button div:last-of-type {
    	width: 90%;
	}
	section.scenario-results .slidercontent .slider-inner{
    	width: 90%;
	}
	#layer a.button{
		background-size:contain;
	}
	#layer a.agree{
		margin-bottom:0;
	}
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	
	* {
        background: transparent !important;
        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;
    }
	
	
	
	body{
		font-size: 0.75em;
		color:#000;
	}
	h1, h2, h3, legend, .white, .grey, .text, p{
		color:#000;	
	}
	.result-button.modify-ux,
	section.scenarios,
	footer{
		display:none;
	}
	.visuallyhidden {
		clip: auto;
    	height: auto;
    	margin: 0;
    	overflow: visible;
		overflow-y: visible;
   	 	position: static;
    	width: auto;
	}
	section.scenario-values,
	section.scenario-values .toggle-content-l,
	section.scenario-values .scenario-item .toggle-content,
	.modify{
		height:auto !important;
		overflow: visible !important;
	}
	.brown-bg{
		border: 2px solid #b34a2a;	
	}
	.light-grey-bg{
		border: 2px solid #808080;
		border-bottom:none;	
	}
	.green-bg{
		border: 2px solid #b4ca48;	
	}
	span.xlarge-text {
   		color:#f0ab00;
		font-size:2.4em;
	}
	header h1{
		color:#008fcc;	
	}
	.scenario-item .columns-2 {
    	width: 120px;
	}
	section.scenario-results .inner {
    	width: 330px;
	}
	h2, .h2{
		font-size:1.8em;	
	}
	section.scenario-results .scenario-item {
   	 	min-width: auto;
	}
	section.scenario-results .inner .rectangle,
	section.scenario-results .slidercontent,
	section.scenario-results .scenario-item .columns-2,
	#layer-print,
	h2,
	section.scenario-results .scenario-item {
    	page-break-inside: avoid;
  	}
	section.scenario-results .rectangle .small-text.visuallyhidden{
		display:none;	
	}
	section.scenario-values{
		margin-left: 28px;
	}
	section.scenario-values .result-button{
		display:none;
	}
	section.scenario-values h2 {
    	margin-left: 0;
	}
	.arrow-s-open,
	.arrow-s-close,
	.arrow-l-open,
	.arrow-l-close {
   		padding-left: 0;
	}
	section.scenario-values .scenario-item {
    	margin-left: 0;
		margin-bottom: 2em;
	}
	h3, legend, .h3 {
  		font-size: 1.5em;
    }
	section.scenario-values .input-row {
    	margin-left: 0;
    	padding: 0 0 1em 0;
		page-break-inside: avoid;
	}
	section.scenario-values .input-row.scn-row {
		padding-bottom:0;
	}
	section.scenario-values label, 
	section.scenario-values .add-value {
    	min-height: 0;
    	padding-top: 1.1em;
	}
	div.line,
	section.scenario-values .error,
	#layer {
		display:none;
	}
	section.scenario-values input {
		margin-bottom: 0;
		margin-right: 1em;
	}
	input[type="text"] {
		border: 2px solid #ccc;
		padding: 2px 14px;
		height:2.7em;
		color:#000;
	}
	section.scenario-results .slidercontent .slider-inner {
    	width: 90%;
	}
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
		border: 6px solid #008fcc;;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.ui-widget-content {
		border-bottom: 2px solid #ccc;
		
	}
	.ui-slider .ui-slider-handle {
		height: 10px;
		width: 10px;
		top:-4px;
	}
	.modify{
		font-size:0.9em;	
	}
	section.scenarios, 
	section.scenario-results .inner {
    	margin-top: 36px;
	}
	section.scenario-values {
    	margin-top: 0;
	}
	section.scenario-results .slidercontent {
    	margin-bottom: 20px;
	}
	section.scenario-results .slider {
    	margin: 8px 0;
	}
	.header div {
    	padding-bottom: 0;
    	padding-top: 0;
	}
	section.scenario-results{
		page-break-after: always;
	}
	section.scenario-values .scenario-item .toggle-content {
    	padding-top: 12px;
	}
	section.scenario-values .scenario-item:first-of-type {
    	margin-top: 14px;
	}
	h2.toggle-arrow-l{
		padding-top: 14px;	
	}
	section.scenario-values .scenario-item:first-of-type {
    	margin-top: 14px;
	}
	section.scenario-results .inner h2 {
		margin-top: 20px;
		margin-bottom: 14px;
	}
	#layer-print{
		display:block;	
		padding: 14px 28px;
	}
	#layer-print p{
		width:90%;
	}
}