@font-face {
	font-family:"Open_Sans_Light";
	src:url("../fonts/OpenSans-Light.eot?") format("eot"),
				url("../fonts/OpenSans-Light.woff") format("woff"),
				url("../fonts/OpenSans-Light.ttf") format("truetype"),
				url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: 'opensans-semibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#opensans-semibold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'opensans-bold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#opensans-bold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tungsten-Semibold';
    src: url('../fonts/Tungsten-Semibold.eot');
    src: url('../fonts/Tungsten-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Tungsten-Semibold.woff2') format('woff2'),
         url('../fonts/Tungsten-Semibold.woff') format('woff'),
         url('../fonts/Tungsten-Semibold.ttf') format('truetype'),
         url('../fonts/Tungsten-Semibold.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: "open_sansregular", Gotham, Helvetica, Arial;
	font-size:10px;
	}
p {
	font-family: "Open_Sans_Light", Gotham, Helvetica, Arial;
	font-family: "open_sansregular", Gotham, Helvetica, Arial\9;
	font-weight: normal;
    font-style: normal;
}
a{text-decoration:none;}
a:focus,a:hover{text-decoration:none;}
a:focus{outline:none;}
.row {
	margin:0px;
}
.container-fluid {
	padding-right: 5%;
	padding-left: 5%;
}
.navbar {
	height: 50px;
	margin-bottom: 20px;
}
.navbar-brand {
	font-size: 2em;
	color:#7f7f7f;
}
.navbar-brand:hover {
	color:#000000;
}
.navbar-nav>li>a {
	color:#7f7f7f;
	font-size:1.4em;
}
.navbar-nav>li>a:hover {
	color:#000000;
	background:none;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #888888;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	background:#888888;
}
.close1 {
	text-align:right;
	top: 10px;
	right: 20px;
	position:absolute;
}
.close1 a {
	color:#FFF;
}
.close1 a span{
	color:#FFF;
	font-size:4em;
}
.close1 a:hover span{
	color:#FFF;
	text-decoration:none;
}

#story .navbar-brand, #story .navbar-nav>li>a {
	color:#000000;
}
#story .navbar-nav>li.active>a {
	 font-weight:bold;
}
#side_nav {
	position: fixed;
	right: 24px;
	top: 40%;
	width: 35px;
	z-index: 100;
	display: block;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;	
	background:rgba(255,255,255,0);
	border-radius:10px;
	padding:10px;
}
#side_nav span.active {
	border: 2px solid transparent;
}
#side_nav span.active:after {
	border-color: transparent;
	background:#777777;
	opacity:1;
}
#side_nav span {
	cursor: pointer;
	display: inline-block;
	border: 2px solid transparent;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	margin: 10px 0px 10px 0px;
	position: relative;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#side_nav span:after{
	height: 12px;
	width: 12px;
	position: absolute;
	display: block;
	content: "";
	opacity:0.3;
	background:#777777;
	border-radius: 50%;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#parallax h1{
	font-family: "Tungsten-Semibold", Gotham, Helvetica, Arial;
	font-size:6em;
	color:#056eb5;
}
#parallax h1 .num {
	font-size:.85em;
	font-weight:bold;
}
#parallax h3{
	font-size:3.6em;
}
#parallax p {
	font-size:2.4em;
	color:#808080;
}
#parallax .wel {
	font-size:1.8em;
	color:#056eb5;
	margin-top:4em;
}
#parallax .slide.active {
	height:200px;
	min-height: 100%;
}
#parallax .slide {
	position: relative;
	background-attachment: fixed;
	overflow: hidden;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 0;
	display: block;
}
#home1.slide {
	background:#fff;
	background-attachment: fixed;
}
#home1 .copy, #home2 .copy {
	display:table;
	height:100px;	
	min-height:100vh;
	padding:0 10%;
	width:100%;
	position:relative;
	overflow:hidden;
}
#home1 .copy .copy_cl, #home2 .copy .copy_cl {
	display:table-cell;
	position:relative;
	vertical-align:middle;
	overflow:hidden;
}
#home1.slide h1 {
	font-size:7.2em;
}
#home2.slide {
	background:url(../images/home2.jpg) center center;
	background-attachment: fixed;
	background-size:cover;
}
#home3 .hm3 {
	display:block;
	background:url(../images/home3.jpg) center center no-repeat;
	background-attachment:local;
	min-height:420px;
	width:100%;
	clear:right;
	padding-top:80px;
}
#home3 .hm4 {
	display:block;
	background:url(../images/home4.jpg) center center no-repeat;
	background-attachment:local;
	min-height:420px;
	width:100%;
	clear:left;
	padding-top:80px;
}
#home3 .hm3 h1, #home3 .hm4 h1{
	color:#FFF;	
}
#home4.slide.row div:first-child {
    background:#FFF;
	color:#056eb5;
}
#home4.slide.row div:first-child + div {
    background:#056eb5;
	color:#FFF;
}
#home4.slide.row div:first-child + div > h1{
	color:#FFF;
}

#home4.slide.row div {
	min-height:500px;
	padding-top:150px;
}
#story1.slide, #story3.slide {
	height:100vh;
	background:none;
}
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:100%; position:absolute; background-size:cover;}

#story1 .copy, #story3 .copy {
	position:absolute;
	z-index:10;
}
#story1 .copy, #story3 .copy, #story6 .copy, #question1 .copy {
	display:table;	
	height:100px;
	min-height:100vh;
	padding:0 10%;
	width:100%;
}
#story1 .copy .copy_cl, #story3 .copy .copy_cl, #story6 .copy .copy_cl, #question1 .copy .copy_cl {
	display:table-cell;
	position:relative;
	vertical-align:middle;
}
#story1 h1, #story3 h1{
	font-family: "Tungsten-Semibold", Gotham, Helvetica, Arial;
	font-size:10em;
	color:#FFF;
	padding-bottom:30px;
}
#story1 p, #story3 p{
	color:#FFF;
	font-size:2.4em;
}
#story2.slide, #story4.slide {
	background:#FFF;
	background-attachment: fixed;
	background-size:cover;
}
#story2 h1, #story4 h1  {
	font-family: "opensans-semibold", Gotham, Helvetica, Arial;
	font-size:6em;
	color:#333333;
	font-weight:normal;
	text-align:left;
	margin-top: 0px;
	margin-right: 90px;
}
#story2 p, #story4 p, #story5 p {
	font-size:2em;
	color:#333333;
	font-weight:normal;
}
#story2 .copy, #story4 .copy, #story5 .copy {
	text-align:left;
	margin-top:10%;
	margin-left:5%;
	margin-right:5%;
}
#story5.slide {
	background:#f2f2f2;
	background-attachment: fixed;
	background-size:cover;
}
#story5 h1  {
	font-family: "opensans-semibold", Gotham, Helvetica, Arial;
	font-size:6em;
	color:#333333;
	font-weight:regular;
	text-align:left;
	margin-top: 0px;
	margin-left: 90px;
}
#story6.slide {
	background:#0078c9;
	background-attachment: fixed;
	background-size:cover;
}
#story6 h1  {
	font-family: "Tungsten-Semibold", Gotham, Helvetica, Arial;
	font-size:10em;
	color:#FFF;
	font-weight:regular;
}
#story a {
	color:#58abe0;
	cursor:pointer;
}
#story a:hover {
	text-decoration:underline;
}
#story .prompt { 
	color:#58abe0;
	font-family: "Tungsten-Semibold", Gotham, Helvetica, Arial;
	font-size:1.8em;
	position:absolute;
	left:5%;
	bottom:5%;
}
#story .prompt img{ 
	padding-left: 15px;
	padding-right:10px;	
}
#question1.slide {
	background:#1276bc;
}
#question1 h1
{
	font-family: "Tungsten-Semibold", Gotham, Helvetica, Arial;
	font-size:10em;
	color:#fff;
}
#question2 {
	margin-top:30px;
}
#question2 h1
{
	font-family: "Tungsten-Semibold", Gotham, Helvetica, Arial;
	font-size:5em;
	color:#1276bc;
}
#question2 ol{
	padding-left:5px;
}
#ques .container-fluid {
    padding-right: 2%;
    padding-left: 2%;
}
#question2 a
{
	font-family: "open_sansregular", Gotham, Helvetica, Arial;
	font-size:1.8em;
	color:#1276bc;
	font-weight:bold;
}
#question2 a span {
	color:#4caadf;
	font-weight:normal;
}
#question2 .panel-title {
	text-align:left;
	margin-left:15%;
	margin-right:15%;
}

#question2 .panel-default>.panel-heading {
	background:none;
	border:none;
}

#question2 .panel-default {
	border:none;
}
#question2 .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}
#question2 .panel-body {
	font-size:.9em;
	margin-left:15%;
	margin-right:15%;
	text-align:left;
	color:#808080;
}
#question2 .panel-body ul li{
	font-size:2.2em;
	color:#808080;
}
#question2 .panel-body ul {
    list-style-image: url(../images/bullet.png);
}
#question2 .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.copy {
	text-align:center;
	padding: 0 25px;
}
.copy a.play_btn {
	display:block;
	height:60px;
	width:auto;
}
.copy a.play_btn span {
	display: block;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.copy a.play_btn span:before {
	content: 'Click to Watch the Video';
	display: block;
	position:relative;
	color: #056eb5;
	font-size: 1.4em;
	text-decoration: none !important;
	border:0;
	text-transform: uppercase;
	margin-top:-34px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.copy a.play_btn:hover span {
	opacity: 1;
	text-decoration: none;
	margin-left: 8em;
	color: #056eb5;
	border:0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.copy a.play_btn.play_white span:before {
	color: #FFF;
}
.copy a.play_btn.play_white:hover span:before {
	color: #FFF;
}
.copy a.play_btn:hover img {
	margin-right: 18em;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.copy a.play_btn img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.copy a.nxt_btn {
	padding-top:20px;
	display:block;
}
/*
.copy {
	opacity:0;
	-webkit-transition:all ease-out 1.0s;
    -moz-transition:all ease-out 1.0s;
    -o-transition:all ease-out 1.0s;
    -ms-transition:all ease-out 1.0s;
    transition:all ease-out 1.0s;	
}
.animated {
	opacity:1;
	-webkit-transition:all ease-in 1.0s;
    -moz-transition:all ease-in 1.0s;
    -o-transition:all ease-in 1.0s;
    -ms-transition:all ease-in 1.0s;
    transition:all ease-in 1.0s;	
}
*/
.modal-dialog.full {
	background:#FFF;
	width:100%;
	margin:0px;
	padding:20px;
}
.modal-dialog.full.caro {
	padding:0px;
}
.modal-dialog.full .close {
	color:#333333;
	filter: alpha(opacity=100);
	opacity: 1;
	font-size: 4em;
	position:absolute;
	z-index:1050;
	right:20px;
	top:15px;
	text-shadow:none;
}
.modal-dialog.full.caro .close, #help .modal-dialog.full .close, #science .modal-dialog.full .close, #better .modal-dialog.full .close, #going .modal-dialog.full .close {
	color:#FFF;
}
.modal-dialog.full {
	text-align:center;
}
.modal-dialog.full h3{
	color:#323232;
	font-size:2.8em;
	font-weight:bold;
}
.modal-dialog.full p {
	color:#58aeeb;
	font-size:1.7em;
}
.modal-dialog.full p .small{
	color:#b7d4f0;
	font-size:10px;
}
.modal-dialog.full .carousel-caption {
	text-align:left;
}
.modal-dialog.full .carousel-caption.has_bg p{
	color:#4e4e4e;
	background:rgba(255,255,255,0.75);
	padding:15px;
	text-shadow: none;
	font-size:2em;
}
.modal-dialog.full .carousel-caption p {
	color:#FFF;
	font-size:2.8em;
	line-height: 1;
	font-family: "opensans-semibold", Gotham, Helvetica, Arial;
}
.modal-dialog.full .carousel-caption h1 {
	color:#FFF;
	font-family: "Tungsten-Semibold", Gotham, Helvetica, Arial;
	font-size:10em;
	margin:0;
}
.modal-dialog.full .carousel-caption {
	left:5%;
	top:5%;
	padding-top:0;
	padding-bottom:30px;
	width:35%;
}
.modal-body {
    margin: 0 20px;
}
.modal-dialog.full .carousel-control.left, .carousel-control.right {
	background:none;
}
.modal-dialog.full .carousel-control {
	width: 60px;
}
.modal-dialog.full .carousel-control i {
	color: #FFF;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -0.75em;
	font-size:1.5em;
}
.modal-dialog.full .carousel-control.right {
	text-align: left;
}
#better .modal-dialog.full > .row div:first-child {
	background:#FFF;
	height:100%;
	overflow:hidden;
	text-align:left;
	padding:30px 50px;
	color:#005191;
}
#better .modal-dialog.full > .row div:last-child {
	background:#005191;
	height:100%;
	overflow:hidden;
	text-align:center;
	padding:30px;
	color:#58abe0;
}
#better .modal-dialog.full > .row div:first-child > p {
	padding-bottom:30px;
}
#better .modal-dialog.full > .row div:first-child > h1{
	padding-bottom:50px;
}
#better .modal-dialog.full h1{
	font-weight:bold;
}
#better .modal-dialog.full{
	padding:0px;
}
#help .modal-dialog.full {
	background:#0078c9;
}
#going .modal-dialog.full {
	background:#005291;
}
#moves .modal-dialog.full .carousel-caption {
	width:90%;
	top:58%;
}
#moves .modal-dialog.full .carousel-caption p {
	color:#323232;
	font-size:18px;
	text-shadow:none;
}
#going .modal-dialog.full h1 {
	position:absolute;
	top:36%;
	text-align:center;
	width:100%;
	color:#FFF;
	font-family: "Tungsten-Semibold", Gotham, Helvetica, Arial;
	font-size:10em;
}
#science .modal-dialog.full {
	background:url(../images/science.jpg) center center no-repeat;
	background-size:cover;
}
#science .modal-dialog.full h1 {
	font-family: "opensans-semibold", Gotham, Helvetica, Arial;
	font-size:6em;
	color:#FFF;
}
#science .modal-dialog.full h3 {
	font-family: "opensans-semibold", Gotham, Helvetica, Arial;
	font-size:2.8em;
	color:#58abdf;
	margin-top:10%;
}
#science .md {
	margin-top:10%;
}
#science .modal-dialog.full h3.plus {
	font-size: 6em;
	margin-top:0.8em;
}
#science .modal-dialog.full p {
	font-size:2em;
	color:#FFF;
	margin-top:10%;
}
.m_top, .m_bottom {
	position:absolute;
	width:300px;
	text-align:left;
	font-size:1.4em;
	color:#84bbe6;
}
.m_top {
	top:10%;
}
.m_left {
	left:10%;
}
.m_right {
	right:10%;
}
.m_bottom {
	bottom:10%;
}
.m_center {
	left:40%;
}


@media only screen and (max-width : 1200px) {
	#story2 h1, #story4 h1, #story5 h1 {
		font-size: 5em;
	}
	#story2 p, #story4 p, #story5 p {
		font-size: 1.8em;	
	}
	.modal-dialog.full .carousel-caption p {
		font-size:2.4em;
	}
	.modal-dialog.full .carousel-caption h1 {
		font-size:8em;
	}
	.m_top, .m_bottom {
		font-size:1.2em;
		width:250px;
	}
}

@media only screen and (max-width : 992px) {
	body {
		font-size:9px;
	}
	#story2 h1, #story4 h1  {
		font-size:5em;
		margin-right: 10px;
	}
	.modal-dialog.full .carousel-caption p {
		font-size:2em;
	}
	.modal-dialog.full .carousel-caption h1 {
		font-size:7em;
	}
	.modal-dialog.full .carousel-caption {
		width:40%;
	}
	.modal-dialog.full .carousel-control {
		width: 50px;
	}
	.modal-dialog.full .carousel-control i {
		margin-top: -0.7em;
		font-size:1.4em;
	}
	.m_top, .m_bottom {
		font-size:1em;
		width:200px;
	}
	#better .modal-dialog.full > .row div:first-child {
		padding:20px;
	}
	#better .modal-dialog.full > .row div:last-child {
		padding:20px;
	}
	#better .modal-dialog.full > .row div:first-child > p {
		padding-bottom:15px;
	}
	#better .modal-dialog.full > .row div:first-child > h1{
		padding-bottom:15px;
	}
	#better .modal-dialog.full h1{
		font-size:2em;
	}
	#going .modal-dialog.full h1 {
		font-size:5em;
	}
}

@media only screen and (max-width : 768px), screen and (max-height: 600px) {
	
	body {
		font-size:8px;
	}
	#parallax .wel {
		margin-top: 2em;
	}
	#home3 .hm3, #home3 .hm4  {
		min-height:300px;
		width:100%;
		padding-top:20px;
		background-size:cover;
	}
	#home4.slide.row div {
		min-height:400px;
		padding-top:100px;
	}
	#story2 .copy, #story4 .copy, #story5 .copy {
		margin-top:45px;
	}
	#story2 p, #story4 p, #story5 p {
		font-size: 1.8em;
	}
	#side_nav {
		right: 10px;
	}
	#story2 h1, #story4 h1  {
		font-size:4em;
	}
	#story1 h1, #story3 h1 {
		font-size:6em;
	}
	#story6 h1  {
		font-size:7em;
	}
	#story5 h1  {
		font-size:4em;
		margin-left: 0px;
	}
	#story .prompt { 
		position:relative;
		margin:10% 5% 5% 5%;
	}
	#story .prompt img {
		height: 20px;
	}
	#question2 h1 {
		font-size: 4em;
	}
	#question2 a
	{
		font-size:1em;
	}
	#question2 .panel-title {
		margin-left:0px;
		margin-right:0px;
	}
	#question2 .panel-body ul li{
		font-size:2.5em;
	}
	#question2 .panel-body {
		font-size:.7em;
		margin-left:0px;
		margin-right:0px;
	}
	.copy {
   	 	padding: 0px 15px;
	}
	.modal-dialog.full .carousel-caption p {
		font-size:2em;
	}
	.modal-dialog.full .carousel-caption h1 {
		font-size:6.5em;
	}
	.modal-dialog.full .carousel-caption {
		width:65%;
	}
	.modal-dialog.full .carousel-control {
		width: 40px;
	}
	.modal-dialog.full .carousel-control i {
		margin-top: 0;
		top:55%;
		font-size:1.2em;
	}
	.m_top, .m_bottom {
		width:150px;
	}
	.m_top {
		top:5%;
	}
	.m_left {
		left:5%;
	}
	.m_right {
		right:10%;
	}
	.m_bottom {
		bottom:5%;
	}
}

@media only screen and (max-width : 480px), screen and (max-height: 400px) {
	body {
		font-size:7px;
	}
	#home3 .hm3, #home3 .hm4  {
		padding-top:10px;
	}
	#home4.slide.row div {
		min-height:300px;
		padding-top:70px;
	}
	#side_nav {
		right: 5px;
	}
	#story2 h1, #story4 h1, #story5 h1  {
		font-size:3em;
	}
	.modal-dialog.full .carousel-caption {
		width:80%;
	}
	.modal-dialog.full .carousel-control {
		width: 30px;
	}
	#parallax .slide.active {
		height: auto;
		min-height: auto;
	}
	#parallax .wel {
		margin-top: 1em;
	}
	.m_top, .m_bottom {
		width:80px;
	}
	#help .modal-dialog {
		height:350px;
	}
	#help .modal-dialog img {
		margin-top:80px;
	}
	.m_center {
		left:35%;
	}
	#story1 h1, #story3 h1 {
		 padding-bottom: 5px;
	}
}


