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

.row1 h1 {
	text-align: center; 
	background: url(../img/home/girl.png) top right no-repeat; 
	height: 172px; 
	width: 900px; 
	padding-top: 70px;
	margin-top: -30px; 
	font-size: 31px;
}

.row1 h1 span {
	color: #bd2928; 
	font-weight: bold;
}

.left1 {
	padding-left: 30px; 
	margin-top: -20px;
}

.enroll-in {
	font-size: 22px;
}


.home-enroll-buttons {
	padding: 15px; 
	font-size: 26px; 
	color: white; 
	text-align: center;
	margin-top: 5px; 
	overflow: hidden;
	white-space: nowrap;
	background-color: #6eb24b; 
	width: 360px !important; 
	display: inline-block;
	z-index:1;
}

.paypal-1 {
	max-height:50px;
	z-index: 1;
}

.home-enroll-buttons:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	text-decoration: none;
	color: white;
	z-index: 1;
}

.home-enroll-buttons2 {
	padding: 10px 0 10px 0; 
	font-size: 18px; 
	width: 360px;
	color: white;
	text-align: center;
	margin-top: 10px; 
	overflow: hidden;
	white-space: nowrap;
	background-color: #6eb24b; 
}

.home-enroll-buttons2 img {
	float:right; 
	margin-top: -2px; 
	padding-right: 7px;
}

.home-enroll-buttons2 div {
	margin-top: -19px;
}

.blue {
	background-color: #00aeef;
}

.for-parents {
	font-size: 18px; 
	width: 360px; 
	text-align: right; 
	font-style: italic;
}

.home-enroll-thumb{
background-position: top right;
background-repeat: no-repeat;
width: 300px; 
height: 90px; 
padding-right: 120px;
margin-top: 35px;
color: #5e5e5e;
font-size: 18px; 
line-height: 20px; 
text-align: center;
}

.home-enroll-thumb1{
background-image:url(../img/home/vid1.png);
}

.home-enroll-thumb1 span {
	font-size: 14px;
}

.home-enroll-thumb1:hover{
background-image:url(../img/home/vid1-roll.png);
}

.home-enroll-thumb2{
background-image:url(../img/home/vid2.png);
font-size: 18px; 
line-height: 24px; 
text-align: center; 
padding-top: 10px;
}

.home-enroll-thumb2:hover{
background-image:url(../img/home/vid2-roll.png);
}

.free-trial {
	background:url(../img/home/free-trial.png) top center no-repeat; 
	position: absolute; 
	width: 152px; 
	height: 74px; 
	margin: -150px 0 0 300px; 
	font-size: 20px; 
	font-weight: bold; 
	text-align: center; 
	padding-top: 25px;
}

.free-trial a {
	color: #6eb24b;
}

.free-trial a:hover {
	text-decoration: underline;
}

.or {
	width: 130px; 
	height:50px;  
	background: url(../img/home/or.png) top center no-repeat; 
	margin-top: 10px;
	overflow: hidden;
}

.right1 {
	margin-top: -20px;
	font-size: 22px;
	overflow: hidden;
}

.program-image {
	float: right; 
	margin-right: -12px; 
	margin-top: 20px;
}

.left2 {
	padding-left: 30px; 
	padding-right: 20px; 
	padding-top: 10px;
}

.what-will {
	color: #6eb24b; 
	padding-bottom: 10px; 
	font-size: 22px;
}

.home-enroll-ul li {
	margin-left: -20px;
	list-style: none;
	background-image: url('../img/home/enroll-bullet.png');
	background-repeat:no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	margin-top: 10px;
	padding-bottom: 0px;
}

.right2 {
	padding-left: 40px; 
	padding-right: 10px; 
	padding-top: 10px;
	overflow: hidden;
}

.package-includes {
	color: #00aeef; 
	font-size: 18px; 
	padding-bottom: 10px;
}

.home-enroll-physical-list ul {
	list-style: url(img/home/blue-bullet.png) !important;
}

.home-enroll-physical-list li {
	margin-top: 6px;
}

.red {
	color: #d82026;
	font-size: 14px !important;
}

.home-enroll-physical-list span {
	font-size: 13px;
}

.cards {
	font-size: 12px;
}

.cards img {
	float: left; 
	padding-right: 10px;
}

.left3 {
	padding-left: 30px;
	padding-top: 30px;
}

.dont-wait {
	color: #d82026; 
	font-size: 20px; 
}

.spacer1 {
	width: 100px;
}

.right3 {
	padding-top: 30px;
	overflow: hidden;
}

.start-teaching {
	font-size: 16px; 
}

.start-teaching span {
	color: #d82026;
}

.form-inputs {
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	display: inline;
}

.form-inputs input[type="text"] {
	float: left;
	height: 40px;
	padding: 10px;
	margin: 1.5%;
	width: 30%;
	border: none;
	background-color: #d6d8d7;
	color: #d28b29;
	font-size: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* we dont want the padding to mess with our percentages */
}

.form-inputs select {
	margin: 1.5%;
	width: 30%; 
	height: 40px;
}

.form-inputs input[type="password"] {
	float: left;
	font-family: Arial;
	height: 40px;
	padding: 10px;
	margin: 1.5%;
	width: 30%;
	border: none;
	background-color: #d6d8d7;
	color: #d28b29;
	font-size: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* we dont want the padding to mess with our percentages */
}

.form-inputs input::-webkit-input-placeholder {
    color: #d28b29;
}
.form-inputs input:-moz-placeholder {
    color: #d28b29;
}
.form-inputs input:-ms-input-placeholder {
    color: #d28b29;
}

.form-inputs input[type="submit"] {
	float: left;
	margin-left: 40%;
	height: 50px;
	width: 20%;
	border: none;
	background: white url(../img/submit.png) no-repeat;
	text-indent: -9999px;
}

.form-subscribe {
		font-size: 16px !important;
		color: #d28b29 !important;
		
	}

.form-dropdown {
		font-size: 16px !important;
		width: 100px;
	}

.form-info {
		display: block;
		width: 80%;
}

.form-inputs {
		width: 80%;
}

.form > p:last-child {
		width: 100%;
		text-align: center;
}