
html {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	margin: 0;
	font-family: mf-amsi-pro, Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: -0.02em;
	word-wrap: break-word;
}

img {
	vertical-align: middle;
}

p {
	/*font-size: 0.875em;*/
	margin-top: 2px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, b, strong {
	cursor: text;
	font-weight: bold;
	vertical-align: baseline;
	margin: 0 0 10px 0;
}

h1, h2 {
	font-size: 2em;
	line-height: 1.1em;
	color: #00ffc1;
	letter-spacing: -0.01em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h4, h5, h6 {
	font-size: 1em;
	margin: 22px 0 0 0;
} 

img, a, div {
	image-rendering: optimizeQuality;
}

a, a:active, a:visited, a:focus {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a:hover {
	color: #00f2b7;
	/*color: inherit;*/
	text-decoration: none;
}

li {
	margin: 0;
}

ul {
	list-style-image: none;
	list-style: none;
	margin: 0;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	padding-start: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

blockquote {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-moz-margin-before: 0em;
	-moz-margin-after: 0em;
	-moz-padding-start: 0px;
	-moz-padding-end: 0px;
	margin-before: 0em;
	margin-after: 0em;
	padding-start: 0px;
	padding-end: 0px;
	text-align: center;
	padding: 30px 0 60px 0;
	border: 0;
}

blockquote a img:hover {
	opacity: 0.6;
}

hr {
	border: 0;
    height: 0;
    border-top: 2px solid #edf1f2;
}

ul.dot {
	list-style: none;
	list-style-image: url('../img/dot.svg');
	margin: 30px 0 80px 0;
	-webkit-padding-start: 22px;
	-moz-padding-start: 22px;
	padding-start: 22px;
	text-align: left;
}

ul.dot li {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-top: 15px;
	margin-bottom: 15px;
}

img.ad-image {
	max-width: 290px;
	width: 100%;
	height: auto;
	display: inline-block;
}



#navigation {
	position: absolute;
	z-index: 100;
	top: 0px;
}

#navigation.none {
	display: block;
}

#navigation li {
	display: inline-block;
	padding: 17px 10px 10px 10px;
	color: #fff;
	font-weight: bold;
}

#navigation.logo {
	margin-top: -13px;
}

#navigation #navigation-close {
	display: none;
	position: absolute;
	z-index: 11;
	top: 16px;
	right: 16px;
}

#navigation-button {
	position: absolute;
	z-index: 9;
	top: 14px;
	display: none;
}

#navigation li .selected {
	color: #00ffc1;
}

.testimonials {
	padding: 90px 0 60px 0;
}

.testimonials blockquote {
	margin-left: 50px;
	margin-right: 50px;
}

.about {
	padding-top: 60px;
	padding-bottom: 40px;
}

#sticky-download {
	background-color: rgba(0, 43, 66, 0.8);
	border: 0px;
	top: -90px;
	padding: 3px 0 3px 0;
	-webkit-transition: top 0.3s;
    transition: top 0.3s;
    transition-timing-function: ease-out;

    position: fixed;
    z-index: 2000;
    left: 0px;
	right: 0px;
	top: -90px;
}

.bkg-water {
	background-color: #002b42;
	background: url(../img/water.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	/*overflow: hidden;*/
}

.bkg-light-blue {
	background-color: #CCD5DA;
	overflow: hidden;
}

.bkg-white {
	background-color: #fff;
	overflow: hidden;
}

.bkg-gradient {
	background-color: #fff;
	background: url(../img/background-gradient.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: hidden;
}

.bkg-gradient-green {
	background-color: #fff;
	background: url(../img/gradient_green.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.bkg-green {
	background-color: #00ffc1;
	overflow: hidden;
}

.bkg-light-green {
	background-color: #ccfdf1;
	overflow: hidden;
}

.bkg-blue {
	background-color: #002b42;
	overflow: hidden;
}

.bkg-black {
	background-color: #000;
	overflow: hidden;
}

.bkg-x {
	background: -webkit-linear-gradient(rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
	background: linear-gradient(rgba(255,0,0,0), rgba(255,0,0,1)); /*Standard*/
}

.bkg-ink {
	background: url(../img/ink-1.png);
	height: 58px;
	margin: 0 -15px 0 -15px;
	background-position: center;
	background-size: 1073px 58px;
	padding: 0px !important;
}

.bkg-ink-2 {
	background: url(../img/ink-2.png);
	height: 58px;
	margin: 0 -30px 0 -30px;
	background-position: center;
	background-size: 1073px 58px;
}

.bkg-image {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 290px 619px;
}

.indent-left {
	margin-left: 50px;
}




.intro-text {
	margin: 60px 0 30px 0;
}

.intro-text h1, .intro-text p {
	font-size: 1.25em !important;
	margin-bottom: 0px;
}

.intro-text .large {
	font-size: 3em !important;
	line-height: 1em;
	margin-bottom: 5px;
	color: white;
}

.descr {
	font-size: 1.25em;
	line-height: 1.25em;
	opacity: 0.8;
}

.large {
	font-size: 3em !important; 
	line-height: 1.2em;
}
.medium {
	font-size: 2em !important; 
	line-height: 1.2em;
}

.num-circ {
	color: #00ffc1;
	background-color: #002b42;
	padding-top: 18px;
	border-radius: 100%;
	font-size: 1.6em;
	display: inline-block;
	font-weight: bold;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
}

.title {
	color: #00ffc1;
	display: inline-block;
	padding: 5px 5px 5px 30px;
	font-weight: bold;
	position: absolute;
	top: 36px;
}

.img-arrow {
	margin-top: 80px;
	margin-right: 20px;
	float: right;
}


.white {
	color: #fff;
}

.green {
	color: #00ffc1;
}

.blue {
	color: #002b42;
}

.black {
	color: #000;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.uc {
	text-transform: uppercase;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wrp {
	display: inline-block;
}

.left {
	text-align: left !important;
}

.b {
	font-weight: bold;
}

a.button {
	border-width: 0px;
	border-radius: 4px;
	background-color: #00ffc1;
	color: #002b42;
	font-weight: bold;
	cursor: hand;
	display: inline-block;
	padding: 10px 30px 10px 30px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

a.button:hover {
	text-decoration: underline;
}

.small-logo-header {
	margin: 40px 0px 10px 4px;
}

.header-phone-image {
	margin-top: -30px;
}

.download-button {
	margin: 5px 2px 5px 2px;
}

.close-download-btn {
	float: right;
	margin: 17px 0 15px 0;
}

.logo {
	margin: 25px 0 40px 0;
}

.lang-selector {
	float: right;
	margin: 15px 0 0 0;
}

.feature-image {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

img.teachers-image {
	border: 0;
	margin: -20px 20px 30px 20px;
}

.content-header {
	padding: 0px 30px 60px 30px;
}

.content-header-2 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-text {
	position: relative;
	padding: 60px 15px 30px 15px;
}

.content-text-2 {
	position: relative;
	padding: 30px 15px 30px 15px;
}

.content-text-3 {
	position: relative;
	padding: 90px 15px 90px 15px;
}

.content-text-4 {
	position: relative;
	padding: 90px 15px 40px 15px;
}

.content-img {
	padding-top: 30px;
	padding-bottom: 0px;
	display: block;
}

.content-how-to {
	font-size: 1.4em;
	line-height: 1.4em;
	padding-top: 30px;
	padding-bottom: 0px;
	display: block;
	margin-top: 60px;
}

.text-how-to {
	display: inline-block;
}

.video { 
	margin: 30px 0px 30px 0px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.middle {
	position: relative;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	height: 400px;
	
}

#main-navigation {
	color: #fff;
	padding-bottom: 30px;
}

#footer {
	color: #fff;
	padding: 15px 0 120px 0;
}

#footer div div {
	padding: 30px 15px 0 15px;
}

#footer strong {
	color: #00F2B7;
}

#footer li {
	color: #00ffc1;
	display: inline-block;
	margin: 0 8px 0 8px;
}

#footer a:hover {
	color: #fff;
}

#footer ul {
	text-align: right;
	font-weight: bold;
}

.lgl-links {
	display: inline-block;
}

.dropdown-menu {
	background-color: #002b42;
	font-weight: bold;
	color: #ccd5da;
	left: inherit;
	top: inherit;
	margin: 2px 0 0 -130px;
	padding: 5px 0 5px 0;
	z-index: 1000;
	display: none;
	position: absolute;
	font-size: 0.875em;
	font-weight: normal;
	min-width: 260px;
	width: 260px;
}

.dropdown-menu li{
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.dropdown-menu li a {
	color: #ccd5da;
	padding: 5px 30px 5px 10px;
	display: block;
}

.dropdown-menu li a:hover {
	color: #00f2b7;
	text-decoration: none;
	background-color: #0d3c55;
}

#lang-btn {
	color: #fff;
	cursor: pointer;
	border-width: 0 !important;
	background-color: transparent;
	display: inline;
}

.img-link :hover {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */ 
}

.text-link {
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: underline;
    color: #002b42 !important;
}

.feature-icon {
	margin: 0 0 20px 0;
}

.social-media-wrapper {
	margin: 30px 0 60px 0;
}

.social-media-wrapper img {
	margin: 0 5px 0 5px;
}

.fill {
	margin-bottom: 75%;
	margin-top: 20px;
}

.copyright {
	text-align: center;
	padding: 20px;
	color: #ccd5da;
}

.copyright a {
	text-decoration: underline;
}



.legal-text h2 {
	margin-top: 60px;
}

.legal-text {
	margin-bottom: 100px;
}

.legal-text ol {
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
}

.legal-text ul {
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	list-style-type: square;
}

.legal-text ol ul > li
{
	margin: 22px 0 22px 0 !important;
}

.legal-text ol > li span {
	font-weight: normal;
}

.legal-text ol > li p {
	font-weight: normal;
}

.legal-text h4 {
	margin-bottom: 11px !important;
}

ol .lower-roman {
	list-style-type: lower-roman;
}

ol .upper-roman; {
	list-style-type: upper-roman;
}


/* forms & signup */

#mc_embed_signup {
	margin: 0 0 50px 0;
}

#mc_embed_signup input {
	font-family: mf-amsi-pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	height: 42px;
	display: block;
	padding-left: 10px;
	border: 1px solid #002b42;
	border-radius: 4px;
	margin: 10px 0 10px 0;
}

#mc_embed_signup #mc-embedded-subscribe {
	border-width: 0px;
	border-radius: 4px;
	background-color: #00ffc1;
	color: #002b42;
	font-weight: bold;
	cursor: hand;
}

#news_letter_features  {
	display: block;
    text-align: left;
    font-weight: bold;
    margin: -10px 0 20px 10px;
}

#teachers_about {
	margin: 40px 0 60px 0; 
}

.love {
	line-height: 1.1em;
	/*color: #00ffc1;*/
	color: #002b42;
	letter-spacing: -0.01em;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 40px;
}

.indicates-required {
	display: block;
	text-align: center;
	margin-top: 20px;
	font-style: italic;
}

.link-button {
	color: #00ffc1 !important;
	font-weight: bold;
}

.svg-hitbox {
    fill: #fff;
    opacity: 0
}

.svg-header {
    fill: #fff;
    fill-rule: evenodd;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.none {
	display: none;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.download-button-wrapper {
	margin-top: 40px;
	margin-bottom: 70px;
}


.play-button {
	background-color: #002b42;
	border-radius: 60px;
	padding: 30px 25px 30px 35px;
	cursor: pointer;
	display: inline-block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 220px;
	margin-left: -50px;
	z-index: 50;
}

.play-button:hover {
	background-color: #113c53;
}

.play-icon {
	width: 40px;
	height: 40px;
	border-style: solid;
	border-color: transparent transparent transparent #00ffc1;
	box-sizing: border-box;
	border-width: 20px 0px 20px 40px;
}

.adv-info {
	padding-top: 100px;
	padding-bottom: 60px;
}

.adv-info h2 {
	font-size: 2em;
	color: #002b42;
	text-transform: uppercase;
}

.adv-info p {
	color: #002b42;
	font-size: 1.4em;
	line-height: 1.2em;
}

.adv-header-phone {
	position: absolute;
	z-index: 30;
	left: 60px;
	top: 40px;
	display: block;
	width: 50%;
	height: auto;
}

.adv-intro-text {
	margin: 60px 0 60px 0;
	height: 200px;
}

.adv-intro-text p {
	margin-top: 20px;
	line-height: 1.25em;
}

#adv-logo {
	display: inline;
	padding-top: 12px;
	margin-right: 9px;
}

.adv-video,  .adv-image {
	max-width: 290px;
	width: 100%;
	height: auto;
	display: inline-block;
}

.adv-poster  {
	background-repeat: no-repeat !important;
	/*background-size: cover;*/
	background-position: 50% 50% !important;
}

h2.num-lrg {
	display: block;
	color: #00ffc1;
	font-size: 4em !important;
	line-height: 1.2em;
	margin-top: -20px;
	margin-bottom: -5px;
}


/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {

	#navigation {
		background: black;
		left: 0;
		top: 0;
		width: 100%;
		padding: 25px 20px 40px 35px;
		display: none;
	}

	#navigation-button {
		display: inline-block;
	}

	#navigation li {
		display: block;
		margin: 15px 0 15px 0;
	}

	#navigation #navigation-close {
		display: inline-block;
	}
}

@media (max-width: 991px) {
	.middle {
		vertical-align: top;
		height: auto;
	}

	.content-text {
		position: relative;
		padding: 40px 30px 30px 30px;
		height: auto;
		text-align: center;
	}

	.content-img {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.feature-image {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#footer li {
		display: block;
		margin: 3px 0 3px 0;
	}

	#footer ul {
		text-align: left;
	}

	blockquote {
		padding: 15px 0 30px 0;
	}

	.adv-info {
		margin-top: -50px;
		padding-top: 0px;
		text-align: center;
	}

	.adv-info h2 {
		font-size: 3em;
	}

	.adv-intro-text {
		margin: 60px 0 30px 0;
		text-align: center;
	}

	.adv-intro-text p {
		margin-top: 20px;
		line-height: 1.25em;
	}

	.adv-header-phone {
		position: relative;
		display: inline-block;
		width: 50%;
		height: auto;
		margin: 20px 0 -40px 0;
		left: auto;
		top: auto;
	}

	.intro-text .large {
		font-size: 2em !important;
    	line-height: 1em;
	}

	h2.num-lrg {
		font-size: 6em !important;
	}
}