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

@font-face {
	font-family: "Relativetheory";
	src: url('../../../fonts/relativetheory/relative-book-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-book-pro.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Medium";
	src: url('../../../fonts/relativetheory/relative-medium-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-medium-pro.ttf') format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Relativetheory Black";
	src: url('../../../fonts/relativetheory/relative-black-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-black-pro.ttf') format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Light";
	src: url('../../../fonts/relativetheory/relative-book-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-book-pro.ttf') format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Bold";
	src: url('../../../fonts/relativetheory/relative-bold-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-bold-pro.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Relativetheory Italic";
	src: url('../../../fonts/relativetheory/relative-italic-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-italic-pro.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Medium Italic";
	src: url('../../../fonts/relativetheory/relative-medium-italic-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-medium-italic-pro.ttf') format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Bold Italic";
	src: url('../../../fonts/relativetheory/relative-bold-italic-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-bold-italic-pro.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Relativetheory Black Italic";
	src: url('../../../fonts/relativetheory/relative-black-italic-pro.woff2') format("woff2");
    src: url('../../../fonts/relativetheory/relative-black-italic-pro.ttf') format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'Relativetheory', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
	font-weight: 300;
	letter-spacing: 0.03em;
	font-size: 16px;
	background-color: #181C25;
	color: #FFF;
	line-height: 1.5em;
	margin: 0px;
}
.right { text-align: right }
.desktop-hide { display:none; }
.padding60 { padding: 60px }
.padding30 { padding: 30px }
.advert { width: 80% }
.paddingrightside { padding: 80px 120px 30px 100px }
.paddingintro { padding: 120px }
.undervideopadding { background-color: #181C25; color: #494C54; padding: 30px 30px 60px 100px }
.paddingarticle { background-color: #181C25; color: #494C54; padding: 30px 30px 60px 100px }
.paddingvideo { background-color: #21252F; padding: 20px; display: block; margin-top: 80px; border-radius: 8px }
.space-test { margin-top: 0px !important; }
.container-full {
	width: 100%;
	max-width: 100%; 
	margin: auto;
	height: 100%;
}
.container-h2 { max-width: 60%; margin-top: 30px }
.footer {
	padding: 120px 90px 90px 100px;
	background-color: #181C25;
	overflow: auto;
	color: #FFF;
}
.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;
}
img { width: 100%; border: 1px solid #E3E6ED }
.protip {
	padding: 5px 30px;
	background-color: #E93A5E;
	color: #FFF;
	border-radius: 8px;
}
.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: 0 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;
	border: 1px solid #21252F;
	color: #A9B5CA;
	padding: 15px 30px;
	font-size: 0.8em;
	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: #FFBC42; background-color: #494C54; border: 1px solid #FFBC42 }

.lesson-title { display: block; font-size: 1.1em; font-weight: 500 }
.lesson-desc { display: block; font-size: 1em; font-weight: 300; line-height: 1.2em; opacity: 0.7 }

h1 {
	font-family: 'Relativetheory Medium', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
	font-size: 5em;
	color: #FFF;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 20px;
}
h2 {
	font-family: 'Relativetheory', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
	font-size: 2.2em;
	color: #FFF;
	line-height: 1.2em;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 20px;
}
h3 {
	font-family: 'Relativetheory', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #FFF;
	font-weight: 300;
}
h3.half { width: 60%; color: #A9B5CA }
.white { color: #FFF }
.dark { color: #494C54 }
a { text-decoration: underline; color: #E3E6ED; transition: all 0.3s ease; }
a:hover { text-decoration: underline; color: #FFBC42 }
.footer.a { font-size: 0.6em !important }
p {
	color: #A9B5CA;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.5em;
}
li {
	color: #A9B5CA;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.5em;
}
label { 
	color: #494C54;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.5em;
}
.bg-leftpane {
	height: 100vh;
	color: #fff;
	width: 350px;
	background-color: #181C25;
	overflow: auto;
	float:left;
	position:fixed;
	margin-right: 0 !important;
}


.bg-rightpane {
	color: #181C25;
	float:left;
	margin-left: 350px;
	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;
}
.notification { 
	padding: 30px; 
	color: #FFF; 
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	transition: all 0.3s ease;
}
.notification.error { background: #E92D54 }
.notification.success { background: #21252F }

/* GRADIENTS */


.bg-intro {
	min-height: 100vh;
	color: #FFF;
	background-color: #181C25;
	margin-bottom: 0px;
}
.bg-black {
	min-height: 100vh;
	color: #FFF;
	background-color: #181C25;
	margin-bottom: 0px;
}
	
.bg-red {
	min-height: 100vh;
	color: #fff;
	background-color: #181C25;
	margin-bottom: 0px;
}

.bg-yellow {
	min-height: 100vh;
	color: #fff;
	background-color: #181C25;
	margin-bottom: 0px;
}

.bg-blue {
	min-height: 100vh;
	color: #fff;
	background-color: #181C25;
	margin-bottom: 0px;
}

.bg-green {
	min-height: 100vh;
	color: #fff;
	background-color: #181C25;
	margin-bottom: 0px;
}

.bg-pink {
	min-height: 100vh;
	color: #fff;
	background-color: #181C25;
	margin-bottom: 0px;
}

.bg-purple {
	min-height: 100vh;
	color: #fff;
	background-color: #181C25;
	margin-bottom: 0px;
}




/* BUTTON */
.button {
	padding: 15px 30px;
	border-radius: 4px; /* future proofing */
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-family: 'Relativetheory Medium', -apple-system,system-ui,BlinkMacSystemFont,Helvetica,Lato,"Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align:center;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	margin-top: 30px;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.button.green { background: #E84D92 }
.button.green:hover { background: #D34685 }
.button.green:active { background: #EC6DA5 }

.button.yellow { color: #181C25; background: #FFBC42 }
.button.yellow:hover { background: #FFC864 }
.button.yellow:active { opacity: 0.3 }

.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: 0px }
.mobile-hide { display:none !important }
.desktop-hide { display: block !important; }
	
.paddingrightside { padding: 90px 30px 0px 30px }
.paddingrightside.mobile { padding-top: 30px }
.advert { width: 100% }

.padding60 { padding: 30px }
.paddingintro { padding: 30px }
.paddingarticle { padding: 0px 30px 0px 30px; }
.paddingvideo { padding: 0px }
	
h1 { font-size: 2.5em }
h2 { font-size: 1.5em }
h3.half { width: 80% }
	
.mobile-header {
	width: 100%;
	height: 50px;
	background-color: #21252F;
	position: fixed;
	top: 0px;
}
.mobile-header-text {
	color: #FFF;
	font-size: 1.1em;
	font-weight: 500;
	float: left;
	padding-left: 20px;
	padding-top: 13px;
	letter-spacing: 0.03em;
}
.shownav {
	background-image:url(/img/icons/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; }

.lesson {
	padding: 10px 10px;
	font-size: 0.8em;
	margin-bottom: 10px;
}
	.lesson-block { }
	
.bg-rightpane { margin: 0px !important; }	
.bg-yellow { min-height: auto }
.footer { padding: 30px; }

}
