
/*
.cell {
	border: 1px solid red;
}
*/
/*
.grid-container {
	border: 1px solid blue;
}
.grid-x {
	border: 1px solid purple;
}
*/
html body{
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
color: #5E5E5E;
	font-size: 16px;
}
#toTop {
    padding: 5px 3px;
    background: #327DCA;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
}

.topBannerArea {
	background-image: url("../img/seaside+perry+arch.png");
	background-size: cover;
	background-position: center;
}

.intro {
	background-image: url("../img/seaside+perry+arch.png");
	background-size: cover;
	background-position: top;
}
.vision {
	background-image: url("../img/vision.png");
	background-size: cover;
	background-position: center;
}
.creation {
	background-image: url("../img/creation.png");
	background-size: cover;
	background-position: center;
}
.implementation {
	background-image: url("../img/implementation.png");
	background-size: cover;
	background-position: center;
}
.organization {
	background-image: url("../img/organization.png");
	background-size: cover;
	background-position: center;
}
.principles {
	background-image: url("../img/principles.png");
	background-size: cover;
	background-position: center;
}
.themes {
	background-image: url("../img/themes.png");
	background-size: cover;
	background-position: center;
}
#menu{
	text-align: right;
	height: 100px;
}
#menu button {
	color: #FFF;
	font-weight: bold;
	float: right;
	margin-right: 40px;
}
#titleBox {
	color: #FFF;
	font-size: 60px;
	font-weight: bold;
	margin-top: 100px;
	text-align: center;
}
#titleBox span{
	text-shadow: 2px 2px 9px #000000;
}
body, html {
	font-family: 'Roboto', sans-serif;
}
h1 {
	margin: .0em;
}
h3 {
	margin: .2em;
}
h4 {
	font-weight: 800;
	margin-bottom: .5em;
	font-size: 18px;
	margin-top: 2px;
}
#video{
/*	border: 1px solid #333;*/
}
#video:focus{
	outline:none;
}

label {
	font-weight: 300;
}
input[type="text"] {
	font-size: 14px;
	border: 1px solid transparent;
	padding: .5em;
	border-radius: 2px;
	width: 100%;
}
input[type="text"]:focus {
	outline: 0 none;
	border-color: #68b8c4;
}
#Reset {

	padding: .4em .8em;
	margin: 0;
	background: #F59220;
	border: 0;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
	margin: 2px 0 2px 0px;
}
#Reset:focus {
	outline: 0 none;
}
.controls {
	overflow-y: scroll;
	background: #337DCA;
	color: #FFF;
	height: 1600px;
	z-index: 999;

}
fieldset {
	border: 0px;
	overflow: hidden;
}
fieldset .checkbox {
	margin-left: 20px;
}
fieldset h4 {
	cursor: pointer;
}

	.checkboxes{
	}	
	
.checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: 8px;
}
.checkbox input[type="checkbox"] {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 1;
}
.checkbox label {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 1.5em;
	font-size: 16px;
	font-weight: lighter;
}
.checkbox label:before, .checkbox label:after {
	content: '';
	display: block;
	position: absolute;
}
.checkbox label:before {
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: #ddd;
	border-radius: 3px;
}
.checkbox label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #F59220;
	opacity: 0;
	pointer-events: none;
}
.checkbox input:checked ~ label:after {
	opacity: 1;
}
.checkbox input:focus ~ label:before {
	background: #eee;
}
/**
 * Container/Target Styles
 */

.container {
/*	border: 1px solid #BBBBBB;*/
		min-height: 100%;

}

.container .gap {
	display: inline-block;
}
.container .mix {
	/*	height: auto;*/
	display: none;
	border-bottom: 1px solid #efefef;
	color: #333;
	padding: 10px;
	font-size: 18px;
}
/**
 * Fail message styles
 */

 .fail-message {
/*	position: absolute;*/
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
}
 .fail-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
 .fail-message span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
}
.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}
#livable_container .mix {
	color: #333;
	background: #FFF;
}

.mix-container .header h1{
	color: #FFF;
}
.Livable {
	background-image: url("../img/livable.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	height: 100px;
	padding: 10px;
	font-size: 30px;
}
#livable_container .goal {
	border-top: 2px solid #404070;
	/*	background: #D1D1E0;*/
	color: #404070;
	font-weight: bold;
	font-size: 22px;
}
#robust_container .mix {
	color:
		#333;
	background: #FFF;
}
.Robust {
	background: url("../img/robust.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	height: 100px;
	padding: 10px;
	font-size: 30px;
}
#robust_container .goal {
	border-top: 2px solid #B83D25;
	/*	background: #D5ADA5;*/
	color: #B83D25;
	font-weight: bold;
}
#equitable_container .mix {
	color: #333;
	background: #FFF;
}
.Equitable {
	background: url("../img/equitable.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	height: 100px;
	padding: 10px;
	font-size: 30px;
}
#equitable_container .goal {
	border-top: 2px solid #6A2C5A;
	/*	background: #D5ADA5;*/
	color: #C828BF;
	font-weight: bold;
}
#health_container .mix {
	color: #333;
	background: #FFF;
}
.Healthy {
	background: url("../img/health.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	height: 100px;
	padding: 10px;
	font-size: 30px;
}
#health_container .goal {
	border-top: 2px solid #29697A;
	/*	background: #D5ADA5;*/
	color: #29697A;
	font-weight: bold;
}
#regional_container .mix {
	color: #333;
	background: #FFF;
}
.Regional {
	background: url("../img/region.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	height: 100px;
	padding: 10px;
	font-size: 30px;
}
#regional_container .goal {
	border-top: 2px solid #D47737;
	/*	background: #D5ADA5;*/
	color: #D47737;
	font-weight: bold;
}
#nature_container .mix {
	color: #333;
	background: #FFF;
}
.Nature {
	background: url("../img/nature.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	height: 100px;
	padding: 10px;
	font-size: 30px;
}
#nature_container .goal {
	border-top: 2px solid #5B6E3A;
	/*	background: #D5ADA5;*/
	color: #5B6E3A;
	font-weight: bold;
}
.acc_container {
	height: 72px;
	overflow: hidden;
}
.acc_title {
	height: 100px;
	background: #FFF;
	/*	padding: 10px 20px 10px 20px;*/
	cursor: pointer;/*	border: 1px solid red;*/
	font: 16px;
	font-weight: normal;
}
.acc_content {
	padding: 20px;
	font-size: 14px;
}
.pbar {
	width: 80%;
	height: 20px;
	position: relative;
	bottom: 0px;
	margin-top: 4px;
	border: 1px solid #C7C7C7;
	background: #E3E3E3;
	padding: 2px;
	left: 10px;
	border-radius: 10px;
	float: left;
}
.plabel {
	margin-left: 10px;
	float: left;
	font-size: 13px;
	padding-top: 8px;
	font-weight: bold;
}
.p0 {
	width: 0%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #ecf0f1;
}
.p0L:before {
	content: "0% complete";
}
.p5 {
	width: 5%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #c0392b;
}
.p5L:before {
	content: "5% complete";
}
.p10 {
	width: 10%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #c0392b;
}
.p10L:before {
	content: "10% complete";
}
.p15 {
	width: 15%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #c0392b;
}
.p15L:before {
	content: "15% complete";
}
.p20 {
	width: 20%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #e74c3c;
}
.p20L:before {
	content: "20% complete";
}
.p25 {
	width: 20%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #e74c3c;
}
.p25L:before {
	content: "25% complete";
}
.p30 {
	width: 30%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #d35400;
}
.p30L:before {
	content: "30% complete";
}
.p35 {
	width: 30%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #d35400;
}
.p35L:before {
	content: "35% complete";
}
.p40 {
	width: 40%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #f39c12;
}
.p40L:before {
	content: "40% complete";
}
.p45 {
	width: 40%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #f39c12;
}
.p45L:before {
	content: "45% complete";
}
.p50 {
	width: 50%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #f1c40f;
}
.p50L:before {
	content: "50% complete";
}
.p55 {
	width: 50%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #f1c40f;
}
.p55L:before {
	content: "55% complete";
}
.p60 {
	width: 60%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #1abc9c;
}
.p60L:before {
	content: "60% complete";
}
.p65 {
	width: 60%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #1abc9c;
}
.p65L:before {
	content: "65% complete";
}
.p70 {
	width: 70%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #16a085;
}
.p70L:before {
	content: "70% complete";
}
.p75 {
	width: 70%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #16a085;
}
.p75L:before {
	content: "75% complete";
}
.p80 {
	width: 80%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #2ecc71;
}
.p80L:before {
	content: "80% complete";
}
.p85 {
	width: 80%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #2ecc71;
}
.p85L:before {
	content: "85% complete";
}
.p90 {
	width: 90%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #27ae60;
}
.p90L:before {
	content: "90% complete";
}
.p95 {
	width: 90%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #27ae60;
}
.p95L:before {
	content: "95% complete";
}
.p100 {
	width: 100%;
	height: 15px;
	border-radius: 10px;
	position: relative;
	background: #1A7E44;
}
.p100L:before {
	content: "100% complete";
}
table {
	margin-bottom: 10px;
}
.tg {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #ccc;
}
.tg td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 10px 5px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	word-break: normal;
	border-color: #ccc;
	color: #333;
	background-color: #fff;
}
.tg th {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	word-break: normal;
	border-color: #ccc;
	color: #333;
	background-color: #f0f0f0;
}
.tg .tg-5p2o {
	font-weight: bold;
	border-color: #444444;
	text-align: center
}
.tg .tg-bmrl {
	border-color: #444444;
	text-align: center
}
.action {
	font-size: 16px;
	font-weight: bold;
}
.actionList {
	list-style: none;
}
.actionList li {
	font-size: 16px;
}
.plusMinus {
	margin-right: 10px;
}
	
	#mainContainer{
/*		overflow-y: hidden;*/
		border-bottom: 1px solid red;
		height: auto;
		background: #FFF;

	}
	#container {
/*		height: 900px;*/
/*		overflow-y: scroll;*/
		background: #FFF;

}
#innerContainer{
	border:0px;
/*		height: 898px;*/

}
#trigger1{
	position: absolute; 
/*	bottom: -1040px;*/
}

.show {
	display: block;
}
.stuck{
position: fixed;
top: 0px;
height: 10000px;
}
.red {
background: red;
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #F49220;

  pointer-events: none;
}

#stratPopUp label{
	color:#327DCA;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.classss{
		background: red;
	}
	.classss:before{
		content: "small";
	}
	
	.controls {

	height: 200px;
		z-index: 999;
}
	
			#trigger1{
	position: absolute; 
	bottom: -144px;
}
	#Container{
		margin-top: 20px;
	}
#titleBox {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
}
	#menu{
	text-align: center;
	height: 50px;
}
	
#menu button {

	float:none;
}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.classss{
		background: blue;
	}
		.classss:before{
		content: "Medium up";
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.classss{
		background: green;
	}
		.classss:before{
		content: "Medium";
	}
		#trigger1{
	position: absolute; 
	bottom: -18px;
}
	.controls {
	overflow-y: scroll;
	background: #337DCA;
	color: #FFF;
/*	height: 1500px;*/
}
		.stuck{
position: fixed;
top: 0px;
height: 100%;
}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.classss{
		background: orange;
	}
		.classss:before{
		content: "Large up";
	}
		#trigger1{
	position: absolute; 
	bottom: 230px;
}
		.controls {
	overflow-y: scroll;
	background: #337DCA;
	color: #FFF;
/*	height: 800px;*/
}
	#controlSpacer{
		height: 200px;
	}
	.stuck{
position: fixed;
top: 0px;
height: 100%;
}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.classss{
		background: purple;
	}
		.classss:before{
		content: "Large";
	}
	#trigger1{
	position: absolute; 
	bottom: 230px;
}
}





