@charset "UTF-8";
/* CSS Document */

body {
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px;
	background-color: #FFF;
}
.desktop-hide { display:none; }
.padding60 { padding: 60px }
.paddingintro { padding: 120px }
.paddingarticle { padding: 60px 120px 120px 120px }
.paddingvideo { padding: 90px 120px 120px 120px }
.space-test { margin-top: 0px !important; }
.container-h2 { max-width: 60%; margin-top: 30px }
.footer {
	padding: 120px 120px 90px 120px;
	color: #7B8290;
	overflow: auto;
}
.spinner {
	background-image: url(/2/img/layout/spinner.gif);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
	display:block;
	padding: 30px;
	margin-top: 10px;
}

.logo {
	color: #FFF;
	font-size: 2.3em;
	line-height: 0.9em;
	display: block;
	margin-bottom: 15px;
}
.logo.from {
	font-size: 0.8em;
	opacity: 0.5;
	margin-bottom: 60px;
}
.section-title {
	display: block;
	text-transform: uppercase; 
	letter-spacing: 0.4em;
	font-size: 0.8em;
	color: #E3E6ED;
	margin: 60px 0 15px 0;
}
.section-title.dark { color: #7B8290 }
.progress-bar {
	width: 100%;
	height: 10px;
	background-color: #21252F;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px; /* future proofing */
	-khtml-border-radius: 30px; /* for old Konqueror browsers */
}
.progress-bar-active {
	height: 10px;
	background-color: #4DCF84;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px; /* future proofing */
	-khtml-border-radius: 30px; /* for old Konqueror browsers */
}
.progress-bar-active.none { width: 5% }
.progress-bar-active.one { width: 16% }
.progress-bar-active.two { width: 33% }
.progress-bar-active.three { width: 48% }
.progress-bar-active.four { width: 65% }
.progress-bar-active.five { width: 83% }
.progress-bar-active.six { width: 100% }
.lesson {
	background-color: #21252F;
	color: #E3E6ED;
	padding: 15px 30px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	cursor: pointer;
	transition: all 0.3s ease;
}
.lesson:hover { color: #FFF; background-color: #494C54 }
.lesson:active { opacity: 0.3 }
.lesson.active { color: #FFF; background-color: #494C54 }


h1 {
	font-size: 5em;
	color: #181C25;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 60px;
}
h2 {
	font-size: 3em;
	color: #181C25;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 60px;
}
h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #181C25;
	font-weight: 300;
}

.white { color: #FFF }
.dark { color: #494C54 }
a { text-decoration: underline; color: #494C54 }
a:hover { text-decoration: underline; color: #21252F }
.footer.a { font-size: 0.6em !important }
p {
	color: #494C54;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.5em;
}
label { 
	color: #494C54;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.5em;
}
.bg-leftpane {
	height: 100vh;
	color: #fff;
	background-color: #181C25;
	/*background: -moz-linear-gradient(90deg, #01A3EF 0%, #E63C88 100%);
	background: -webkit-linear-gradient(90deg, #01A3EF 0%,#E63C88 100%);
	background: linear-gradient(90deg, #01A3EF 0%,#E63C88 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01A3EF', endColorstr='#E63C88',GradientType=1 );*/
	overflow: auto;
	float:left;
	position:fixed;
	left: 10%;
	margin-right: 0 !important;
}


.bg-rightpane {
	background: #fff;
	color: #000;
	float:left;
	margin-left: 33.5%;
	margin-bottom: 0px;
}
.bg-white {
	background: #fff;
	color: #21252F;
	margin-bottom: 0px;
	border-left: 1px solid #E3E6ED;
}
.bg-video {
	background-color: #E3E6ED;
}
hr {
	border: 0;
    height: 0;
    border-bottom: 1px solid rgba(33, 37, 47, 0.2);
	margin: 60px 0 60px 0;
}
.border-error { border: 2px solid #E92D54; padding: 10px; }

/* GRADIENTS */


.bg-intro {
	min-height: 100vh;
	color: #21252F;
	background-color: #E3E6ED;
	margin-bottom: 0px;
}
	
.bg-red {
	min-height: 100vh;
	color: #fff;
	background-color: #EB3158;
	background: -moz-linear-gradient(135deg, #EB3158 0%, #F05550 100%);
	background: -webkit-linear-gradient(135deg, #EB3158 0%,#F05550 100%);
	background: linear-gradient(135deg, #EB3158 0%,#F05550 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EB3158', endColorstr='#F05550',GradientType=1 );
	margin-bottom: 0px;
}

.bg-yellow {
	min-height: 100vh;
	color: #fff;
	background-color: #FEBC42;
	background: -moz-linear-gradient(135deg, #FEBC42 0%, #F68F62 100%);
	background: -webkit-linear-gradient(135deg, #FEBC42 0%,#F68F62 100%);
	background: linear-gradient(135deg, #FEBC42 0%,#F68F62 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEBC42', endColorstr='#F68F62',GradientType=1 );
	margin-bottom: 0px;
	border-right: 1px solid #E3E6ED;
}

.bg-blue {
	min-height: 100vh;
	color: #fff;
	background-color: #01A3EE;
	background: -moz-linear-gradient(135deg, #01A3EE 0%, #5D81CB 100%);
	background: -webkit-linear-gradient(135deg, #01A3EE 0%,#5D81CB 100%);
	background: linear-gradient(135deg, #01A3EE 0%,#5D81CB 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01A3EE', endColorstr='#5D81CB',GradientType=1 );
	margin-bottom: 0px;
	border-right: 1px solid #E3E6ED;
}

.bg-green {
	min-height: 100vh;
	color: #fff;
	background-color: #4DD084;
	background: -moz-linear-gradient(135deg, #4DD084 0%, #2FBDAF 100%);
	background: -webkit-linear-gradient(135deg, #4DD084 0%,#2FBDAF 100%);
	background: linear-gradient(135deg, #4DD084 0%,#2FBDAF 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4DD084', endColorstr='#2FBDAF',GradientType=1 );
	margin-bottom: 0px;
	border-right: 1px solid #E3E6ED;
}

.bg-pink {
	min-height: 100vh;
	color: #fff;
	background-color: #E84D91;
	background: -moz-linear-gradient(135deg, #E84D91 0%, #CA408B 100%);
	background: -webkit-linear-gradient(135deg, #E84D91 0%,#CA408B 100%);
	background: linear-gradient(135deg, #E84D91 0%,#CA408B 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E84D91', endColorstr='#CA408B',GradientType=1 );
	margin-bottom: 0px;
	border-right: 1px solid #E3E6ED;
}

.bg-purple {
	min-height: 100vh;
	color: #fff;
	background-color: #530B6E;
	background: -moz-linear-gradient(135deg, #530B6E 0%, #8E2077 100%);
	background: -webkit-linear-gradient(135deg, #530B6E 0%,#8E2077 100%);
	background: linear-gradient(135deg, #530B6E 0%,#8E2077 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#530B6E', endColorstr='#8E2077',GradientType=1 );
	margin-bottom: 0px;
	border-right: 1px solid #E3E6ED;
}




/* BUTTON */
.button {
	padding: 15px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px;
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align:center;
	letter-spacing: 0.07em;
	width: 175px;
	display: inline-block;
	margin: 0 auto;
	margin-top: 30px;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.button.green { background: #4DCF84; border: 1px solid #4DCF84 }
.button.green:hover { background: #46BD78; border: 1px solid #46BD78 }
.button.green:active { background: #6DD79A; border: 1px solid #6DD79A }

.form-textbox {
	padding: 20px;
	color: #21252F;
	font-weight: 400;
	font-size: 18px;
	border: 2px solid #7B8290;
	margin: 20px 0 20px 0
}



/* Media Queries */

/* iPhone */

@media screen and (max-width: 640px) and (max-width: 1136px) {

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	width: 100%;
	overflow: auto;
}
.container { width: 100%; min-width: 100%;}
.container-small { width: 100%; min-width: 100%;}
.container-h2 { max-width: 100%; margin-top: 30px }
.mobile-hide { display:none !important }
.desktop-hide { display: block !important; }

.padding60 { padding: 30px }
.paddingintro { padding: 30px }
.paddingarticle { padding: 30px; }
.paddingvideo { padding: 30px; }
h1 { font-size: 2.5em }
h2 { font-size: 1.5em }
	
.mobile-header {
	width: 100%;
	height: 50px;
	background-color: #21252F;
	position: fixed;
	top: 0px;
}
.mobile-header-text {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
	float: left;
	padding-left: 20px;
	padding-top: 13px;
}
.shownav {
	background-image:url(/img/layout/shownav.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left center;
	float:right;
    width: 40px;
	height: 50px;
}
.shownav:hover { opacity: 1;}
.logo.from { margin-bottom: 30px !important; }
.space-nav { margin-top: 30px !important; }

.bg-rightpane { margin: 0px !important; }	
.footer { padding: 30px; }

}