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

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6em;
	font-size: 15px;
	color: #444;
}

body>img {
	display: none;
}

a, a:active {
	text-decoration: none;
	color: #4cbd7f;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #36e7a6;
	outline: none;
}

img {
	width: 100%;
}

h1, h2, h3, h4 {
	font-weight: 700;
	line-height: 1.2;
	color: #2f649a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 1rem;
}

h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
}

h1>span {
	font-size: 22px;
	display: block;
	font-weight: 600;
	margin-bottom: 0.25rem;
}

h2 {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

h3 {
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #333;
}

h4 {
	font-size: 1.5rem;
}

.bg-green {
	background-color: #4cbd7f;
}

a.bg-green {
	font-weight: 600;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
	margin: 15px 15px 0 15px;
}

a.bg-green .la {
	font-weight: 800;
}

.bg-green-guide {
	background-color: #4cbd7f;
}

a.bg-green-guide {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: #fff;
	text-decoration: none;
}

a.bg-green-guide .la {
	font-weight: 800;
}

.list-arrow {
	list-style: url(../img/green-arrow.png);
}

ul, ol {
	padding-left: 25px;
}

ul li, ol li {
	margin-bottom: 0.5rem;
	color: #17bd80;
	padding-left: 0.25rem;
}

ol li {
	font-weight: 700;
	font-size: 1.2rem;
}

ul li>div, ol li>div {
	color: #333;
}

ol li>div {
	font-size: 1rem;
	font-weight: normal;
}

.hide {
  display: none;
}

.btn {
	border-radius: 0;
	border: 0;
}

.btn-primary {
	background-color: #4cbd7f;
	padding: 14px 8px;
	font-size: 1.35rem;
	font-weight: 600;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #33e282;
}

.bg-blue {
	background-color: #2e8acc;
}

.bottom-phone {
	padding-left: 4rem !important;
	position: relative;
}

.bottom-phone .la-phone {
	color: #fff;
	font-size: 2.25rem;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 1rem;
}

.bottom-phone p {
	margin-bottom: 5px;
}

.bottom-phone a {
	color: #fff;
}

/* brand */

.brand {
	width: 250px;
	margin: 20px auto 40px;
	display: block;
}

.text-large {
	font-size: 1.15rem;
	line-height: 1.6;
}

.section5 .text-large {
	padding-right: 3rem;
}

.text-green {
	color: #4cbd7f;
}

/* hero */

.hero {
	background: url(../img/hero.jpg) no-repeat top center;
	min-height: 375px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* margin-top: 68px; */
	/*covid add margin-top*/
}

.hero-container {
	min-height: 330px;
}

.hero-2 {
	background: url(../img/hero-2.jpg) no-repeat top center;
	min-height: 375px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* margin-top: 68px; */
	/*covid add margin-top*/
}

.hero-guide {
	background: url(../img/hero.jpg) no-repeat top center;
	min-height: 445px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.hero-guide-container {
	min-height: 330px;
}

.hero-guide2 {
	background: url(../img/hero.jpg) no-repeat top center;
	min-height: 445px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.hero-guide2-container {
	min-height: 330px;
}

.hero-guide2-underhero {
	margin-bottom: 0px!important
}

.homeschool-hero {
	background: url(../img/online-homeschooling-hero.jpg) no-repeat top center;
	min-height: 445px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.homeschool-hero-container {
	min-height: 330px;
}

.adulths-hero {
	background: url(../img/adult-learner-hero.jpg) no-repeat top center;
	min-height: 440px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.adulths-hero-container {
	min-height: 330px;
}

.discount {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}

.discount span {
	font-weight: normal;
	font-style: italic;
	font-size: 75%;
	display: block;
}

/* form */

.form-container {
	background-color: #fff;
	margin-top: 25px;
	padding: 15px 20px;
}

.form-top {
	margin-bottom: 1rem;
}

.form-ttl {
	font-size: 1rem;
	color: #2f649a;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.form-ttl2 {
	font-size: 1rem;
	color: #2f649a;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.form-ttl2-bullets {
	text-align: left;
	/*margin-top: .5rem;*/
}

.form-ttl2-bullets-mobile {
	text-align: left;
	margin-top: .5rem;
	font-size: 1rem;
	line-height: 1.65rem;
}

.form-ttl2-bullets li {
	color: #333;
}

.form-ttl2-bullets-mobile li {
	color: #333;
}

.faq-guide-img {
	width:
}

.form-ttl2-guide {
	background-color: #f8f8f8;
	padding: 80px 25px 10px 25px;
	position: relative;
	margin-top: 80px;
}

.form-ttl2-guide-mobile {
	background-color: #f8f8f8;
	padding: 70px 15px 10px 15px;
	position: relative;
	margin-top: 90px;
}

.form-ttl2-guide img {
	position: absolute;
	top: -70px;
	left: 0;
	margin-bottom: 25px;
}

.form-ttl2-guide-mobile img {
	position: absolute;
	top: -70px;
	left: 0;
	margin-bottom: 25px;
}

.form-savings {
	color: #4cbd7f;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0;
}

.form-savings span {
	color: #666;
	font-size: 0.9rem;
	font-weight: normal;
	font-style: italic;
}

.form-group {
	margin-bottom: 0.7rem;
}

label {
	display: none;
}

.opt-in-email {
	font-size: 70%;
	line-height: 1.5;
	font-style: italic;
	color: #666;
	letter-spacing: .26px;
}

.opt-in-email-guide {
	font-size: 70%;
	line-height: 1.5;
	font-style: italic;
	color: #666;
	margin-top: 15px;
}

.form-control, select.form-control {
	border-radius: 0;
	border: 1px solid #93c4b2;
	padding: 6px;
	color: #666;
	height: 36px !important;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.select-bg {
	display: block;
	background: url(../img/arrow-down.png) no-repeat 92% center;
}

.mobile-form-container .select-bg {
	background-position: 97% center;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
}

.form-error {
	background-color: #f2cbcb !important;
	border-color: #cf7e7e !important;
}

/* content */

.section1, .section2, .section3, .section4, .section5 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

.carousel-item {
	padding-left: 2rem;
}

.testimonial-text {
	font-size: 1.1rem;
	line-height: 1.6;
	position: relative;
	margin-top: 1rem;
}

.testimonial-text span {
	position: absolute;
	left: -2.2rem;
	top: -0.75rem;
	font-size: 4rem;
	color: #17bd80;
	line-height: 1;
	height: 3.5rem;
}

.carousel-indicators li {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #f8f8f8;
	border: 2px solid #17bd80;
	margin-left: 5px;
	margin-right: 5px;
}

.carousel-indicators .active {
	background-color: #17bd80;
	border-color: #17bd80;
}

.carousel-indicators {
	bottom: -60px;
}

.accreditation {
	margin-top: 6rem !important;
}

/* stats */

.white-box {
	border: 1px solid #a4b5c9;
	padding: 1.5rem;
	margin-top: 1rem;
	background-color: #fff;
}

.white-box2 {
	border: 1px solid #a4b5c9;
	padding: 1.5rem;
	background-color: #fff;
}

.stats .row>.col-6:first-child {
	border-right: 1px solid #a4b5c9;
}

.stats .row>.col-6>span {
	font-size: 3rem;
	color: #17bd80;
	display: block;
	line-height: 1;
	margin-bottom: 0.35rem;
}

.img-container {
	width: 90%;
	float: right;
	clear: right;
	margin-top: 1rem;
	overflow: hidden;
}

.img-container>img {
	width: 150%;
	left: -25%;
	position: relative;
}

/* accordion */

.accordion {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card {
	border-radius: 0;
	border: 0;
}

.card-header {
	background-color: transparent;
	padding: 20px;
	padding-right: 40px;
	border-top: 1px solid rgba(0, 0, 0, .125);
	border-bottom: 0;
	position: relative;
}

.btn-link {
	width: 100%;
	font-weight: 700;
	font-size: 1.25rem;
	color: #333;
	text-align: left;
	padding: 0;
	white-space: inherit;
	line-height: 1;
	background-color: #f8f8f8 !important;
}

.btn-link.collapsed {
	background-color: #fff !important;
}

.btn-link:hover, .btn-link:focus {
	text-decoration: none;
}

.btn-link:hover h3, .btn-link:focus h3 {
	color: #2f649a;
}

.card .show {
	background-color: #f8f8f8;
}

.card-body {
	padding-top: 0.5rem;
}

.card-header>.la {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	font-size: 1.5rem;
	font-weight: bold;
}

.btn-link.collapsed .la-angle-up {
	display: none;
}

.btn-link.collapsed .la-angle-down, .btn-link .la-angle-up {
	display: block;
}

.btn-link .la-angle-down {
	display: none;
}

/* bottom offer */

.bottom-offer {
	color: #17bd80;
	font-size: 1.9rem;
	padding: 1rem 1.5rem;
	font-weight: 700;
	line-height: 1.35;
	width: 100%;
}

.bottom-offer span {
	color: #666;
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
}

.bottom-cta {
	margin: 2rem auto 0;
	display: block;
}

/* mobile */

.mobile-form-container .form-ttl {
	color: #17bd80;
	font-size: 1.6rem;
}

.mobile-form-container .form-ttl2 {
	color: #17bd80;
	font-size: 1.6rem;
}

.mobile-form-container .form-ttl2-guide-mobile-header {
	color: #2f649a;
	font-size: 1.75rem;
	line-height: 2rem;
	font-weight: 700;
}

.mobile-form-container .form-savings {
	color: #2f649a;
	font-weight: 700;
}

.mobile-form-container .form-savings span {
	color: #2f649a;
	font-weight: normal;
	font-style: italic;
	color: #666;
}

.mobile-form-container .form-savings-guide {
	color: #17bd80;
	font-size: 1.25rem;
	margin-top: .5rem;
	padding: 0 0.5rem;
	line-height: 1.5rem;
}

.mobile-form-container .form-savings-guide span {
	color: #17bd80;
	font-size: 1.25rem;
	margin-top: .5rem;
	padding: 0 0.5rem;
	line-height: 1.5rem;
}

.mobile-form-container .guide-offer {
	margin-bottom: 2rem;
	padding: 1.25rem;
	background-color: #fafafa;
}

.mobile-form-container .guide-offer-text {
	font-size: 1.35rem;
	line-height: 1.5rem;
}

.mobile-form-container .row .col-4:not(:last-child) {
	padding-right: 0;
}

/* accreditation */

.accred-logos img {
	width: 55%;
	margin-bottom: 15px;
}

.accred-logos img:first-child {
	width: 45%;
}

.accred-logos span {
	display: none;
}

/* footer */

footer {
	font-size: 90%;
}

@media (min-width: 576px) {

	/* accreditation */
	.accred-logos img {
		width: 35%;
	}
	.accred-logos img:first-child {
		width: 30%;
	}
	.accred-logos span {
		display: inline-block;
		margin: 1rem;
	}
}

@media (max-width: 360px) {
	.mobileheader {
		font-size: 27px;
	}
}

@media (max-width: 576px) {

	.white-box2 {
		border: 1px solid #a4b5c9;
		padding: 1.5rem;
		margin-top: 1rem;
		background-color: #fff;
	}
	.firstplace-seal {
		font-size: 20px;
		font-weight: 600;
		padding: 15px 0;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.hero, .hero-2 {
		min-height: 330px;
	}
	.firstplace-seal {
		text-align: center;
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	.form-ttl2-guide-mobile img {
		width: auto;
		left: 150px;
	}
	.form-ttl2-bullets-mobile {
		text-align: left;
		margin-top: 1.25rem;
		font-size: 1rem;
		line-height: 1.65rem;
	}
	.discount {
		font-size: 20px;
		font-weight: 600;
	}
	.stats .row>.col-6>span {
		font-size: 3rem;
	}
	/* accreditation */
	.accred-logos img {
		width: 28%;
	}
	.accred-logos img:first-child {
		width: 22%;
	}
	.form-group .col-md-6:last-child, .form-group .col-md-4 {
		margin-bottom: 0rem;
	}
	.firstplace-seal {
		font-size: 20px;
		font-weight: 600;
		padding: 15px 0;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.brand {
		width: 380px;
		margin: 30px 0 100px;
		/*margin:30px 0 130px;*/
	}
	h1 {
		font-size: 52px;
		padding-right: 50px;
	}
	h1 span {
		font-size: 32px;
	}
	h1, .discount {
		text-align: left;
	}
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.25rem;
		line-height: 1.7rem
	}
	.mobileheader {
		font-size: 48px;
	}
	/* hero */
	.hero, .hero-2, .hero-container {
		min-height: 560px;
		/*min-height:590px;*/
	}
	.hero-guide, .hero-guide-container {
		min-height: 960px;
	}
	.hero-guide2, .hero-guide2-container {
		min-height: 820px;
	}
	.homeschool-hero, .homeschool-hero-container {
		min-height: 630px;
		/*min-height:590px;*/
	}
	.adulths-hero, .adulths-hero-container {
		min-height: 630px;
		/*min-height:590px;*/
	}
	.hero-guide2-underhero {
		height: 2rem;
	}
	/* accreditation */
	.accred-logos img {
		width: 40%;
	}
	.accred-logos img:first-child {
		width: 32%;
	}
	/* savings */
	.savings {
		margin-top: 40px;
		position: relative;
	}
	.discount {
		font-size: 24px;
		background: url(../img/pricetag.png) no-repeat left top;
		padding-left: 50px;
	}
	.discount span {
		font-size: 65%;
		font-weight: normal;
	}
	.firstplace-seal {
		font-size: 24px;
		font-weight: bold;
		background: url(../img/1st-seal.png) no-repeat left top;
		padding: 15px 0 0 60px;
		height: 62px;
		text-align: left;
	}
	.firstplace-seal span {
		font-size: 65%;
		font-weight: normal;
	}
	.carousel-indicators {
		bottom: -80px;
	}
	.accreditation {
		margin-top: 2rem !important;
	}
	.testimonial-text span {
		position: absolute;
		left: -3rem;
		top: -1rem;
		font-size: 5.5rem;
		color: #17bd80;
		line-height: 1;
		height: 3.5rem;
	}
	.testimonial-text {
		font-size: 1.25rem;
	}
	.accreditation {
		margin-top: 1rem !important;
	}
	.section5 .img-container>img {
		width: 130%;
		left: -5%;
	}
	/* form */
	.form-ttl {
		font-size: 24px;
		background: url(../img/form-header-lines.jpg) no-repeat center 60%;
	}
	.form-ttl2 {
		font-size: 24px;
		line-height: 26px;
	}
	/* stats */
	.stats .row>.col-6>span {
		font-size: 4.25rem;
	}
	@media (max-width: 1024px) {
		.mobileheader {
			font-size: 44px;
		}
		.firstplace-seal {
			text-align: left;
		}
	}
	@media (min-width: 1200px) {
		.container {
			max-width: 1040px;
		}
	}