body {
	text-align: center;
	margin:0;
	padding:0;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #6b553d;
	max-width: 600px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 10px;
}
.pricing {
	color: #258cb1;
	font-size: 16px;
}
span.cost {
	float:right;
}
h1 {
	font-family: 'Cutive', serif;
	color: #258cb1;
	font-size: 24px;
	line-height: 22px;
	font-weight: 400;
	clear: both;
}
h1.wrap {
	clear: none;
	text-align: left;
	padding-left: 20px;
}
h2 {
	font-family: 'Cutive', serif;
	color: #258cb1;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	color: #6b553d;
	font-size: 16px;
	line-height: 22px;
	font-weight: 800;
	text-align: center;
}
.subprice {
	color: #258cb1;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
/*h2.unlimited {
	font-family: 'Cutive', serif;
	color: #ff4f19;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
}
h3.unlimited {
	font-family: 'Cutive', serif;
	color: #ff4f19;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
.subpriceU {
	font-family: 'Cutive', serif;
	color: #ff4f19;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.subnoteU {
	font-family: 'Cutive', serif;
	color: #ff4f19;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}*/
form {
	font-family: 'Cutive', serif;
	color: 258cb1;
	font-size: 13px;
	text-align: left;
	max-width: 600px;
	margin: 0 auto;
	padding: 0px 20px;
}
input[type="text"],[type="tel"],[type="email"],[type="password"] {
	height: 38px;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 100%;
	font-size: 15px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	border-color: #bbbbbb;
	color: 503920;
	font-family: 'Open Sans', sans-serif;
	box-shadow: inset 0 2px 3px #dddddd;
	-webkit-box-shadow: inset 0 2px 3px #dddddd;
	-moz-box-shadow: inset 0 2px 3px #dddddd;
	background: #ffffff;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input.locked {
	background-image: url("../svg/lock-15.svg");
	background-position:12px;
	background-repeat:no-repeat;
	padding-left:30px;
}
/*input[type="checkbox"] {
	margin-top: 32px;
}*/
.options {
	font-family: 'Open Sans', sans-serif;
	color: #6b553d;
	font-size: 14px;
}
button.redbtn {
	background-color: #f01110;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	height: 44px;
	width: 164px;
	border: solid 1px #ffffff;
	box-shadow: 0 0 0 2px #f01110;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
button.redbtn:hover {
	background-color: #c00c0c;
	box-shadow: 0 0 0 2px #c00c0c;
}
a.switchbutton:link{
	width: 100%;
	display: block;
	margin: 20px auto 15px;
	height: 35px;
	color: white;
	background-color: #258cb1;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 7px;
}
a.switchbutton:visited{
	width: 100%;
	height: 35px;
	color: white;
	background-color: #258cb1;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
a.switchbutton:hover{
	width: 100%;
	height: 35px;
	color: white;
	background-color: rgb(26,126,168);
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
a.switchbutton:active{
	width: 100%;
	height: 35px;
	color: white;
	background-color: rgb(23,116,159);
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
* {
    box-sizing: border-box;
}
.cvc {
	display: block;
	width: 100%;
	height: 20px;
	position: relative;
	top: -38px;
	left: 68%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #6b553d;
	text-align: justify;
}
.column {
    float: left;
    width: 50%;
    padding: 10px;
}
.smolcol {
	float: left;
	width: 25%;
	padding: 5px;
}
.lgcol {
	float: left;
	width: 75%;
}
.row {
	width: 100%;
	max-width: 800px;
}
.lineup {
	display: inline-block;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.fbleft {
	width: 50%;
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
}
.fbright {
	width: 50%;
	display: block;
	float: left;
}
.fbleftsm {
	width: 40%;
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
}
.fbrightsm {
	width: 40%;
	display: block;
	float: left;
}
.progresshead {
	margin: 35px 0px;
	display: block;
}
.progress1 {
	height: 3px;
	width: 15%;
	max-width: 100px;
	margin: 23px 24px 41px;
	border: solid 1px #258cb1;
	border-radius: 3px;
	display: inline-block;
}
.progress2 {
	height: 3px;
	width: 15%;
	max-width: 100px;
	margin: 23px 24px 41px;
	border: solid 1px #258cb1;
	border-radius: 3px;
	background-color: #258cb1;
	display: inline-block;
}
div.progressholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #258cb1;
	text-align: center;
	font-weight: 700;
	display: inline-block;
}
span.progressA {
	color: #258cb1;
	margin-left: -20px;
	margin-right: -20px;
}
span.progressB {
	color: #258cb1;
	margin-left: -20px;
	margin-right: -20px;
}
span.progressC {
	color: #cae0e8;
	margin-left: -20px;
	margin-right: -20px;
}
img.progressholder {
	height: 50px;
	width: 50px;
	display: inline;
	margin-bottom:5px;
}
.speclist {
	background-color: #cce2fd;
	padding: 13px 10px;
	text-align: left;
}
/*.speclistU {
	background-color: #00455e;
	padding: 13px 15px;
	text-align: left;
}*/
ul {
	list-style: none;
	padding: 0px 0px 20px 10px;
	margin: 0;
}
/*ul.unlimited {
	color: rgb(229, 210, 189);
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}*/
li {
	line-height: 20px;
}
li:before {
	content: "\2022";
	font-size: 16px;
	line-height: 14px;
	padding-right: 5px;
	margin-left: -10px;
	color: #258cb1;
}
/*li.unlimited:before {
	content:"\2713\0020";
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
	text-shadow:
		-1px 1px 0px #ff4f19,
		1px 1px 0px #ff4f19;
	font-size: 16px;
	line-height: 16px;
	padding-right: 5px;
	margin-left: -22px;
	color: #ff4f19;
}*/
.hideIt {
	display: none;
}
/*.dropfeatures {
	display: none;
}
.hider {
	display: block;
}*/
section.footer {
	background-color: #258cb1;
	color: rgb(202, 224, 232);
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	width:100%;
	min-height: 200px;
}
p.footer {
	background-color: #258cb1;
	color: rgb(202, 224, 232);
	font-size: 14px;
	padding: 40px 10px 0px 10px;
	max-width: 800px;
}
p.terms {
	font-size: 14px;
	padding: 50px 10px;
	max-width: 800px;
}
.footcolleft {
    float: left;
    width: 33%;
    padding-left: 25px;
	text-align:left;
	margin-top:65px;
}
.footcolright {
    float: right;
    width: 33%;
    padding-right: 25px;
	margin-top: 65px;
}
.footsmolcol {
	float: left;
	width: 40%;
	padding: 25px;
}
.footlgcol {
	float: left;
	width: 60%;
	padding: 25px;
}
.foot {
	color: #cae0e8;
	font-size: 14px;
}
.rightfoot {
	color: #cae0e8;
	font-size: 14px;
	text-align:right;
}
.footcolmid {
	text-align:center;
	font-family:'Cutive', serif;
	color:white;
	position: absolute;
	top: 85px;
	left: 33%;
	width: 33%;
}
.footrow {
	max-width: 760px;
	margin:0 auto;
}
.footrow:after {
    content: "";
    display: table;
    clear: both;
}
a.whitelinks:link {
	color: white;
	text-decoration: none;
}
a.whitelinks:visited {
	color: #cae0e8;
	text-decoration: none;
}
a.whitelinks:hover {
	color: white;
	text-decoration: underline;
}
a.whitelinks:active {
	color: lightgray;
	text-decoration: underline;
}
@media screen and (max-width: 500px) {
    .column {
        width: 100%;
    }
	.smolcol {
		width: calc(100% - 40px);
		margin: 0px 20px;
	}
/*	.hider {
		display: none;
	}*/
	.lgcol {
		width: 100%;
	}
	.speclist {
		padding: 10px;
	}
/*	.dropfeatures {
		display: block;
		font-family: Open Sans;
		font-weight: 400;
		font-style: normal;
		color: #258cb1;
		width: calc(100% - 20px);
		height: 49px;
		margin: 0px 10px;
	}
	.starter:after {
		content: "\25b6\00a0\00a0 Click to see everything included in PrepScholar Classes";
    }
    .replace:after {
		content: "\25bc\00a0\00a0 Click to hide the list of what's included";
    }*/
	.progress1 {
		width: 50px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.progress2 {
		width: 50px;
		margin-left: 5px;
		margin-right: 5px;
	}
	section.footer {
		position:static;
	}
	.footcolleft {
		width: 100%;
		padding: 25px 25px 0px;
		text-align:center;
		margin:0;
	}
	.footcolright {
		width: 100%;
		padding: 25px 25px 0px;
		text-align:center;
		margin:0;
	}
	.footsmolcol {
		width: 100%;
		margin:0;
	}
	.footlgcol {
		width: 100%;
		margin:0;
	}
	.foot {
		color: #cae0e8;
		font-size: 14px;
		text-align:center;
	}
	.rightfoot {
		color: #cae0e8;
		font-size: 14px;
		text-align:center;
	}
	.footcolmid {
		text-align:center;
		font-family:'Cutive', serif;
		color:white;
		position: static;
		width: 100%;
		padding: 25px 25px 0px;
	}
	.footrow {
		max-width: 760px;
		margin:0 auto;
	}
	.footrow:after {
		content: "";
		display: table;
		clear: both;
	}
	span.progressA {
		display:none;
	}
	span.progressC {
		display:none;
	}
	div.progressholder {
		vertical-align: top;
	}
	h1 {
	font-family: 'Cutive', serif;
	color: #258cb1;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	}
}
