
/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Standard Reset.
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
  	padding: 0;
  	border: 0;
  	vertical-align: baseline;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  	display: none;
  	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  	background: #fff;
  /* 1 */
  	color: #000;
  /* 2 */
  	font-family: sans-serif;
  /* 3 */
  	-ms-text-size-adjust: 100%;
  /* 4 */
  	-webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
    text-decoration: none;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  	font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  	background: #ff0;
  	color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  	font-family: monospace, serif;
  	font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  	white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  	quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
  	line-height: 0;
  	position: relative;
  	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
  	bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  	/*overflow: hidden;*/
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  	border: 1px solid #c0c0c0;
  	margin: 0 2px;
  	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  	border: 0;
  /* 1 */
  	padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  	font-family: inherit;
  /* 1 */
  	font-size: 100%;
  /* 2 */
  	margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  	-webkit-appearance: button;
  /* 2 */
  	cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  	cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  	box-sizing: border-box;
  /* 1 */
  	padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  	-webkit-appearance: textfield;
  /* 1 */
  	-moz-box-sizing: content-box;
  	-webkit-box-sizing: content-box;
  /* 2 */
  	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  	border: 0;
  	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  	overflow: auto;
  /* 1 */
  	vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
  	border-collapse: collapse;
  	border-spacing: 0;
}

/* ==========================================================================
   Case Study Specific Classes
   ========================================================================== */
/* non IE styles */
@supports (-webkit-appearance:button) or (-moz-appearance:button) {  
    .section-anchor {position:absolute;top:-68px;}
}

@font-face {
    font-family: 'century_gothicregular';
    src: url('gothic.eot');
    src: url('gothic.eot?#iefix') format('embedded-opentype'),
         url('gothic.woff') format('woff'),
         url('gothic.ttf') format('truetype'),
         url('gothic.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'century_gothicbold';
    src: url('gothicb.eot');
    src: url('gothicb.eot?#iefix') format('embedded-opentype'),
         url('gothicb.woff') format('woff'),
         url('gothicb.ttf') format('truetype'),
         url('gothicb.svg#century_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'segoe_uiregular';
    src: url('segoeui.eot');
    src: url('segoeui.eot?#iefix') format('embedded-opentype'),
         url('segoeui.woff') format('woff'),
         url('segoeui.ttf') format('truetype'),
         url('segoeui.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.side-borders  {
    border-left: 1px solid #797979;
    border-right: 1px solid #797979;
}
.displayNone {
    display:none;
}
.menu-option {
    font-family:segoe_uiregular;
    font-size:11px;
    cursor:pointer;
    color:#ffffff;
    padding:3px 10px 3px 12px;
    border:1px solid transparent;
}
.main-menu {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
}

.main-menu-divider{
	position:relative;
	top:20px;
	width:2px;
	height:32px;
	background-color:#ffffff;
}
.main-menu-button{
	position:relative;
	top:17px;
	height:18px;
	width:auto;
	cursor:pointer;
}	
.main-menu-descr {
	position:relative;
	font-size:14px;
	line-height:18px;
	color:#ffffff;	
}
.footnote_reference {
    position: relative;
    top: 0px;
}
.footnote_target {
    position: relative;
    top: -76px;
}
.footnote_text 
{
    padding-left: 8px;
    text-align: left;
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
}
.object-shadow {
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}
.section-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
	/*-webkit-background-size: cover !important;*/
	overflow: hidden;
}
.section-marker {
    position:absolute;
    top:50px;
    left:0px;
}
.section-text a {
    color: inherit;
	text-decoration: underline;
}
.section-quote a {
    color: inherit;
}
.section-image {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
}
.section-content 
{
  	display: table-cell;
  	vertical-align: middle;
    position: relative;
    width:100%;
    text-align:center;
    padding: 42px 0 6px 0;
}
.section-header 
{
    margin-left: 20%;
    width: 60%;
}
.section-header-text {
    font-family: century_gothicbold;
    font-size: 42px;
    font-weight: normal;
    line-height: 36px;
    padding: 14px 0 14px 0;
    text-align: center;
    white-space: normal;
	/*text-transform: uppercase;*/
}
.section-header-text-title {
    font-size:48px;
    line-height:46px;
    color:#ffffff;
}
.subsection-header-text {
    font-size: 24px;
    font-weight: normal;
    font-style:italic;
    padding: 14px 0 6px 0;
    white-space: normal;
	/*text-transform: uppercase;*/
}
.section-text {
	position:relative;
    font-family: segoe_uiregular;
    margin-left: 19%;
    width: 62%;
    text-align: justify;
    line-height: 30px;
    font-size: 18px;
    padding: 36px 0 18px 0;
}

.section-quote {
    font-family:Times New Roman;
    margin-left:20%;
    width:59%;
    text-align:justify;
    line-height:22px;
    font-size:17px;
    font-style:italic;
}

.column-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}
.column-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 12px; /* Chrome, Safari, Opera */
    -moz-column-gap: 12px; /* Firefox */
    column-gap: 12px;
}
.list {
	margin-left:8%;
	width:85%;
    text-align:justify;
    padding: 6px 0 6px 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 25px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 18%;
    left: 19%;
    width: 62%;
    height: 60%;
}

.video-container-no-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 0px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-container-no-frame iframe,
.video-container-no-frame object,
.video-container-no-frame embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.simi_timeout{
	width: 100%;
	height: auto;
	background-image: url("./images/Simi_timeout.gif");	
}

/* narrow screens */
/*@media only screen and (max-width: 786px) {
	.section-text {
		margin-left: 2%;
		width: 96%;
	}
	.video-container iframe{
		left: 2%;
		top: 2%;
		width: 96%;
		height: 96%;
	}
	.section-quote {
		margin-left: 5%;
		width: 90%;
	}
	.list{
		margin-left: 10%;
		width: 80%;
	}
	.section-header-text {
		font-size: 30px;
		font-weight: normal;
		line-height: 28px;
		padding: 14px 0 14px 0;
	}
	.section-marker {
		left: -32px;
	}
*/

/*.bkg_video {display:inline-block;}
.bkg_image {display:none;}*/
/* For general iPad layouts */
/*@media only screen and (min-width : 768px) and (max-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) { 
	.bkg_video {
		display: none;
	}
	.bkg_image {
		display: inline-block;
	}
}*/

/* phones */
/*@media only screen and (max-width: 780px) {
	.bkg_video {
		display: none;
	}
	.bkg_image {
		display: inline-block;
	}
	.section-text {
		margin-left: 2%;
		width: 96%;
	}
	.video-container iframe{
		left: 2%;
		top: 2%;
		width: 96%;
		height: 96%;
	}
	.section-quote {
		margin-left: 10%;
		width: 80%;
	}
	.list{
		margin-left: 5%;
		width: 90%;
	}
	.section-header-text {
		font-size: 30px;
		font-weight: normal;
		line-height: 28px;
		padding: 14px 0 14px 0;
	}
	.section-marker {
		left: -32px;	
	}
	.main-menu-divider{
		display:none;	
	}
	.main-menu-button{
		left:162px;
	}	
	.main-menu-descr {
		display:none;	
	}
}*/


/*----------------------------------------------*/
/*	General (Typography & Images) */
/*----------------------------------------------*/

body {
	background-color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 21px;
	color: #444;
	-webkit-text-size-adjust: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.content {
	padding: 80px 0;
	z-index: 300;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

.inline-image {
  	padding: 20px 0 10px 0;
}

a {
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

a:hover {
  	color: #333333;
}

::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #333;
	color: #fff;
	text-shadow: none
}

blockquote,
blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 20px 0;
	padding: 9px 20px 0 20px;
	border-left: 3px solid #6699A6;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #555;
}

cite {
	text-align: right;
	margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5 {
	color: #333;
}

h1 {
	font-size: 34px;
	line-height: 34px;
	border-bottom: #ddd 2px solid;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	border-bottom: #ddd 1px solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h3 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h4 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h5 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  	color: #333333;
}

.page-title {
	border-bottom: 2px solid #ddd;
	display: block;
	font-size: 50px;
	line-height: 50px;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page-not-found h1,
#no-posts-found h1,
.search-title {
	font-size: 50px;
	line-height: 35px;
	padding-bottom: 25px;
}

.search-title {
	padding-bottom: 30px;
}

.archive-title {
	line-height: 33px;
	margin-top: 0;
	padding: 0 0 25px 0;
}

/* Forms 
--------------------------------------------------*/

form {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left; 
}

fieldset {
	margin-bottom: 20px; 
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	padding: 8px 8px 8px 8px;
	outline: none;
	font-size: 12px;
	font-style: italic;
	color: #333;
	margin: 0;
	width: 80%;
	display: block;
	line-height: 1.3;
	margin-bottom: 20px;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

select {
	padding: 0; 
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #71a4a1;
	color: #333;
}

textarea {
	min-height: 150px; 
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

select {
	width: 220px;
	padding: 6px; 
}

input[type="checkbox"] {
	display: inline; 
}

label span,
legend span {
	font-weight: normal;
	font-size: 12px;
	color: #444;
}

/*----------------------------------------------
 *	Buttons
 *----------------------------------------------*/

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	background: none;
	border: 3px solid #ffffff;
	border-radius: 10px;
	color: #eeeeee;
	display: inline-block;
	font-size: 18px;
	font-style: bold;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 0;
	margin-top: 5px;
	padding: 5px 10px;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
  background: #318adb;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	border: 3px solid #222222;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 3px solid #222222;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

ul {
    list-style: none;
}

/*.listContainer{
  width:32%;
  margin: 3px 3px 3px 3px;
}

.listWrapper{
  display:flex;
  height:auto;
  width:100%;
  vertical-align: middle;
  margin-top: 10px;
}*/
.masterList{
/*    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 10px 5px;
    margin-right: 10px;
    display: inline-block;*/
  padding: 5px 0 10px 45px;
  min-height: 120px;
  list-style: none;
  margin: 0 auto;
  margin-bottom: 20px;
  /*width: -webkit-fit-content;
     width: -moz-fit-content;
          width: fit-content;*/
  width:100%;
  min-width: 280px;
  margin-top: 20px;
  /*background-color:yellow;*/
}
.masterListWrapper {
    margin: 0 auto;
}
.dragListWrapper {
    display: inline-block;
    width: 30%;
    margin: 0 10px;
}
.dragListWrapperWide {
    display: inline-block;
    width: 97%;
    margin: 0 10px;
}
#either_or_costs, #fixed_costs, #variable_costs{
    border: 4px solid #222222;
    border-radius: 10px;
    border-style: dotted;
    background-color: #ffffff;
    width: 100%;
    min-height: 70px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#init_costs li{
    margin: 5px 5px 5px 5px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    /*height: 30px;*/
    font-size: 0.7em;
    width: 160px;
    color: white;
    white-space: nowrap;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    background: #318adb;
    border: 0px;
    border-radius: 5px;
}
#either_or_costs li, #fixed_costs li , #variable_costs li {
    /*margin: 5px 5px 5px 5px;*/
    text-align: center;
    cursor: pointer;
    padding: 5px;
    /*height: 30px;*/
    font-size: 0.7em;
    width: 160px;
    color: white;
    white-space: nowrap;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    background: #318adb;
    border: 0px;
    border-radius: 5px;
}
#init_costs li{
  float: left;
}
.ui-state-default.ui-sortable-handle.costItem {
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 8px;
}

.submit_btn {
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    height: 40px;
    font-size: 18px;
    width: 180px;
    color: white;
    white-space: nowrap;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    background: #318adb;
    border: 0px;
    border-radius: 5px;
}


h2.listHeading{
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  margin-bottom: -4px;
  border-bottom: none;
}

.listHeadingImg{
  max-width: 100px;
  text-align: center;
  max-width: 150px;
  min-width: 100px;
  margin-bottom: -12px;
}

.noselect{
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.graphic{
  position:absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.axipath,
.axis line {
  fill: #555555;
  stroke: #FFFFFF;
  stroke-width: 3.0;
  shape-rendering: auto;
}
.axis path {
   fill: #555555;
  stroke: #FFFFFF;
  stroke-width: 3.0;
 }
.axis text {
  fill: #FFFFFF;
}
text {
  color: #FFFFFF;
}
.y.axis tick {
  display: none;
}
.line {
  fill: none;
  stroke-width: 6.0;
  stroke: #FFFFFF;
}

.graph_area {
  position: absolute;
  top:40px;
  overflow: auto;
  z-index: 50;
}

.graph_overlay{
  cursor: pointer;
  fill: #FFFFFF;
  opacity: 0;
  z-index: 2000;
}


.equation{
  font-size: 24px;
  text-align:center;
  font-weight:bold;
  width: 100%;
}

#profits_eq_1, #profits_eq_2, #profits_eq_3 {
  position:absolute;
  left:0;
  top:0;
}

#profits_eq_2, #profits_eq_3 {
  display: none;
}

.submit-label {
    padding: 8px 8px 8px 8px;
    width: 220px;
    background-color: #c5ddf3;
    cursor: pointer;
    color: black;
    font-size: 14px;
    border: 1px solid rgb(41, 41, 41);
}
.submit-label:hover {
    border: 1px solid rgb(41, 41, 41);
    background-color: #318adb;
    color: #ffffff;
}

.answer-group {
    position:relative;
    padding:36px 0 48px 0;
    width:100%;
}
.answer-label {
    padding: 8px 8px 8px 8px;
    width: 220px;
    background-color: #c5ddf3;
    cursor: pointer;
    color: black;
    font-size: 14px;
    border: 1px solid rgb(41, 41, 41);
}
.answer-label:hover {
    border: 1px solid rgb(41, 41, 41);
}
.answer-reveal {
    position:relative;
    font-weight:bold;
    font-size: 20px;
    margin-top: 20px;
}
.quiz-feedback {
    position:relative;
    top:10px;
    left:40px;
    width:90%;
    color:#000000;
    text-align:justify;
    display:none;
}
.quiz {
    padding-left:20px;
    width:95%;
    min-width:320px;
    background-color:#ffffff;
    color:#000000;
    text-align:center;
    margin: 0 auto;
}
.x-box {
    position:absolute;
    top:0px;
    right:0px;
    width:12px;
    height:12px;
    text-align:center;
    font-size:14px;
    line-height:10px;
    color:#ffffff;
    background-color:#790b00;
    cursor:pointer;
    border:1px solid #ffffff;
}

.upvote {
    color:#c0c0c0;      
    /*opacity:0.5;*/
    cursor: pointer; cursor: hand;
}

.upvote:hover {
    opacity:1;
}

.downvote {
    color:#c0c0c0;
    opacity:0.7;
    cursor: pointer; cursor: hand;
}

.downvote:hover {
    opacity:0.5;
}

#poll-chart {
  height: 240px;
  margin: 0 auto;
  position: relative;
  width: 320px;
  margin-top: 40px;
}
.tooltip {
  background: #eee;
  box-shadow: 0 0 5px #999999;
  color: #333;
  display: none;
  font-size: 12px;
  left: 130px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 95px;
  width: 80px;
  z-index: 10;
}
.legend {
  font-size: 12px;
}
.arc path {
  stroke: #fff;
}
.arc-label {
  font-size: 14px;
  fill: #fff;
}

.graphWrapper {
  width:700px; 
  height:600px;
  margin: 0 auto;
  display:block;
  padding: 36px 0 18px 0;
}

#graph_1 {
  /*font: 14px sans-serif;*/
  font-size: 14px;
  text-align: right;
  padding: 3px;
  margin: 1px;
  color: white;
  overflow: auto;
  
  position: absolute;
  margin: 0 auto;
  width:700px; 
  height:600px;
  padding: 0 0 18px 0;
  
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#slider-vertical .ui-slider-range {
  background: #FF8A1C;
}

#slider-vertical {
  position: absolute; 
  left:5px; 
  top:60px; 
  height:275px; 
  margin: 5px 0 5px 0;
}
#slider-vertical-span {
   bottom: 68%;
}

.activeline {
  fill: none;
  stroke: #ff8a1c;
  stroke-width: 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.curveaxis path,
.curveaxis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.curveaxis text {
   fill: #000;
}

.curveline {
  fill: none;
  stroke: #3366cc;
  stroke-width: 3px;
  visibility: hidden;
}
.bkg_video {display:inline-block;}
.bkg_image {display:none;}


/* XXLarge screens */
@media only screen and (max-width : 1920px) {
}

@media only screen and (max-width : 1400px) {
  .masterList{
    padding: 5px 0 10px 5px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .section-text {
    margin: 0 auto;
    width: 80%;
  }
  .dragListWrapper {
    width: 28%;
  }
  .masterList{
    padding: 5px 0 10px 5px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .section-text {
    margin: 0 auto;
    width: 80%;
  }
  .dragListWrapper {
    width: 28%;
  }
  .masterList{
    padding: 5px 0 10px 5px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .bkg_video {
    display: none;
  }
  .bkg_image {
    display: inline-block;
  }
  .listHeadingImg {
    display: none;
  }
  .section-text {
    margin-left: 2%;
    width: 96%;
  }
  .video-container iframe {
    left: 2%;
    top: 2%;
    width: 96%;
    height: 96%;
  }
  .section-quote {
    margin-left: 10%;
    width: 80%;
  }
  .list{
    margin-left: 5%;
    width: 90%;
  }
  .section-header-text {
    font-size: 20px;
  }
  .section-header-text-title {
    font-size: 26px;
  }    

  .section-marker {
    left: -32px;  
  }
  .main-menu-divider{
    display:none; 
  }
  .main-menu-button{
    left:162px;
  } 
  .main-menu-descr {
    display:none; 
  }

  .graphWrapper {
    width:340px; 
    height:280px;
    padding: 36px 0 18px 0;
  }
  .graphWrapper2 {
    background-color: #1f2a44;
    font-family:segoe_uiregular;
  }

  #graph_1 {
    width:340px; 
    height:240px;
  }
  #slider-vertical {
    left:5px; 
    top: 30px;
    height: 110px;
  }
  .quiz-feedback {
    left: 20px;
  }
  .masterList{
    padding: 5px 0 10px 5px;
  }
  .dragListWrapper {
    width: 90%;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .bkg_video {
    display: none;
  }
  .bkg_image {
    display: inline-block;
  }
  .listHeadingImg {
    display: none;
  }
  .section-text {
    margin-left: 2%;
    width: 96%;
  }
  .video-container iframe{
    left: 2%;
    top: 2%;
    width: 96%;
    height: 96%;
  }
  .section-quote {
    margin-left: 10%;
    width: 80%;
  }
  .list{
    margin-left: 5%;
    width: 90%;
  }
  .section-header-text {
    font-size: 20px;
  }
  .section-header-text-title {
    font-size: 26px;
  }
  .section-marker {
    left: -32px;  
  }
  .main-menu-divider{
    display:none; 
  }
  .main-menu-button{
    left:162px;
  } 
  .main-menu-descr {
    display:none; 
  }

  .graphWrapper {
    width:340px; 
    height:280px;
    padding: 36px 0 18px 0;
  }
  #graph_1 {
    width:340px; 
    height:240px;
  }
  #slider-vertical {
    left:5px; 
    top: 30px;
    height: 110px;
  }

  .quiz {
    padding-left: 0px;
  }
  .quiz-feedback {
    left: 15px;
  }
  .masterList{
    padding: 5px 0 10px 5px;
  }
  .dragListWrapper {
    width: 90%;
  }
  .dragListWrapperWide {
    width: 90%;
  }
  #init_costs li {
    font-size: 11px;
    width: 145px;
  }
}
