body {
	font-family: 'Roboto',Arial,sans-serif;
}

.main-page h1, .main-page h2 {
	line-height: normal;
	margin: 0 0 10px 0;
}
.main-page h1 {
	font-size: 3em;
	font-weight: bold;
}
.main-page h2 {
	font-size: 2em;
	line-height: 1.5;
}
@media all and (max-width: 480px) {
	.main-page h1 {
		font-size: 1.75em;
	}
	.main-page h2 {
		font-size: 1.45em;
	}
}
@media all and (max-width: 320px) {
	.main-page h1 {
		font-size: 1.35em;
	}
	.main-page h2 {
		font-size: 1.25em;
	}
}


.main-page .btn {
	font-weight: bold;
	padding: 8px 20px;
	margin: 0 15px 0 0;
	border-radius: 6px;
}
.main-page .btn-primary {
	background-color: #237bbf;
	border-color: #ffffff;
	border-width: 1px;
}
.main-page .btn-primary:hover,
.main-page .btn-primary:focus {
	background-color: #286090;
}
.main-page .btn-lg {
	font-size: 1.5em;
}
@media all and (max-width: 320px) {
	.main-page .btn-lg {
		font-size: 1.25em;
	}
}
.main-page .btn-area {
	margin-top: 25px;
	white-space: nowrap;
}
.main-page .img-button {
	border: 2px solid transparent;
	padding: 0;
}
.main-page .img-button:hover,
.main-page .img-button:focus {
	border-color: #fff;
}

/* Hero Carousel */
.hero-carousel-wrapper .container {
	background-color:#2682c5;
}
.hero-carousel-wrapper .container {
	padding:0;
	min-height: 0;
	background-color:#2682c5;
}
.hero-carousel-wrapper .container-fluid {
	padding:0;
	background-color:#2682c5;
}
/* */
.hero-carousel .item {
	height: 520px;
	/* "background-image: url" is set in-page so we can use the CDN */
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.hero-carousel h1, .hero-carousel h2 {
	color: #ffffff;
}
.hero-carousel .carousel-caption {
	width:30em;
	/* override bootstrap defaults for the caption since we are using it for other content */
	text-align:left;
	left: 10%;
	top: 20%;
	bottom: auto;
}
.carousel-caption.vertical-up {
	top: 15%;
}
.hero-carousel .carousel-indicators li {
	margin: 5px;
	width: 1.5em;
	height: 1.5em;
	border-width: 2px;
}
.hero-carousel .carousel-indicators {
	bottom: 0;
}
/* Un-comment to hide the control gradients  */
.hero-carousel .carousel-control {
	background-image: none;
	filter: none;
}

.main-page .overlay-text {
	/* a slight shadow when overlaying images so the text stands out */
	text-shadow: 1px 1px 0 #333;
}
@media all and (min-width: 1200px) {
	.hero-carousel .item {
		background-position: right center;
		background-size: cover;
	}
	.hero-carousel .carousel-caption {
		left: 18%;
	}
}
@media all and (min-width : 1500px) {
	.hero-carousel .carousel-caption {
		left: 15%;
	}
}
@media all and (min-width : 1630px) {
	.hero-carousel .carousel-caption {
		left: 21%;
	}
}
/* 1024px is about the cutoff size for text over-laying the images, so we just hide the backgrounds */
@media all and (max-width: 1024px) {
	.hero-carousel .item {
		background-position: right right;
	}
	.hero-carousel .carousel-caption {
		margin-left: 0;
		left: 5%;
		right: auto;
	}
	.hero-carousel .overlay-text {
		text-shadow: none;
	}
	.hero-carousel .carousel-control {
		display: none;
	}
}
@media all and (max-width: 992px) {
	.hero-carousel .item {
		background-image: none !important;
		height: 320px;
	}
	.hero-carousel .carousel-caption {
		position: relative;
		top: 0;
		left: 0;
		padding: 40px;
		width: 100%;
		text-shadow: none;
	}
	.main-page .btn-area {
		margin-top: 15px;
	}
}
@media all and (max-width: 480px) {
	.hero-carousel .carousel-caption {
		padding: 30px 20px;
	}
	.hero-carousel .item {
		padding: 20px 15px 25px;
		height: 275px;
	}
	.hero-carousel .btn-area {
		text-align: center;
	}
}
@media all and (max-width: 320px) {
	.hero-carousel .item {
		height: 260px;
	}
}



/* Information Area */
.main-page .info-container {
	padding: 20px 0;
}
.main-page .info-container h1,
.main-page .info-container h2 {
	color: #777;
}
.main-page .info-container h1 {
	font-size: 2.25em;
	text-transform: uppercase;

}
.main-page .info-container .msg-block {
	margin-top: 10px;
	padding: 15px 0;
}
.main-page .info-container .msg-block p {
	font-size: 2.15em;
	color: #777;
}
.main-page .img-stack-container img {
	margin: 50px auto;
	border-radius: 50%;
	max-width: 55%;
	-webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
}
.main-page .img-stack-container h2 {
	margin-top: -25px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.main-page .info-container a {
	font-size: 1.75em;
}
.main-page .info-link {
	margin: 7px 0;
}
.main-page .link-arrow {
	width: 15px;
	margin-left: 7px;
}
.main-page .info-container .boxed-text {
	display: inline-block;
	font-size: 1.35em;
	color: #777;
	border: 1px solid #999;
	border-radius: 25px;
	padding: 5px 15px;
	margin: 10px 0 0 10px;
	text-transform: uppercase;
}

@media all and (max-width: 480px) {
	.main-page .info-container {
		padding: 10px 15px;
	}
	.main-page .info-container:first-of-type {
		padding-top: 0;
	}
	.main-page .info-container h1 {
		font-size: 1.5em;
	}
	.main-page .info-container .msg-block p {
		font-size: 1.45em;
		color: #777;
		line-height: 1.75;
	}
	.main-page .info-container a {
		font-size: 1.45em;
	}
	.main-page .info-container .msg-block {
		margin-top: 5px;
		padding: 0;
	}
	.main-page .info-container .boxed-text {
		margin-top: 10px;
	}
	.main-page .img-stack-container h2 {
		font-size: 1.45em;
		margin-top: -30px;
	}
}
@media all and (max-width: 320px) {
	.main-page .info-container h1 {
		font-size: 1.25em;
	}
	.main-page .img-stack-container h2 {
		font-size: 1.35em;
	}
	.main-page .info-container .msg-block p {
		font-size: 1.25em;
		line-height: 1.5;
	}
	.main-page .info-container .boxed-text {
		font-size: 1em;
	}
	.main-page .info-container a {
		font-size: 1.25em;
	}
}

/* Quotes Area */
.quote-area {
	margin: 5em 0;
	padding: 1em 0;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.quote-container {
	padding: 50px 30px !important;
	min-height: 30em;
}
.quote-container h1 {
	color: #005DE9;
	text-align: center;
}
.quote-carousel .item {
	height: 160px;
	overflow: hidden;
}
.quote-carousel .item p {
	color: #777;
}
.quote-carousel .item p {
	font-size: 1.75em;
	line-height: 1.5;
}
.quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
	text-align: center;
}
.quote-carousel .carousel-indicators {
	bottom: -40px;
}
.quote-carousel .carousel-inner {
	margin-bottom: 50px;;
}
.quote-carousel .carousel-indicators li {
	margin: 5px;
	width: 1.25em;
	height: 1.25em;
	background-color: #fff;
	border-color: #777;
}
.quote-carousel .carousel-indicators .active {
	background-color: #777;
}

@media all and (max-width : 768px) {
	.quote-carousel {
		margin-top: 10px;
	}
	.quote-carousel .item {
		height: 220px;
		line-height: 1.25;
	}
}
@media all and (max-width: 480px) {
	.quote-container {
		padding: 25px 15px !important;
	}
	.quote-carousel .item {
		height: 250px;
	}
	.quote-carousel .item p {
		font-size: 1.35em;
	}
}
@media all and (max-width: 320px) {
	.quote-carousel .item p {
		font-size: 1.25em;
	}
}

/* Blog Area */
.blog-area {
	margin: 5em 0;
}
.blog-area .blog-item {
	margin-top: 3em;
	margin-bottom: 3em;
}
.blog-area h1 {
	color: #005DE9;
	text-align: center;
}
.blog-area h2 {
	text-align: left;
	margin-top: 1.5em;
}
.blog-area .info-link {
	font-size: 1.75em;
	font-weight: 600;
}
@media all and (max-width: 480px) {
	.blog-area .blog-item {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
	}
	.blog-area .info-link {
		font-size: 1.5em;
		line-height: 1.5;
	}
	.blog-area {
		padding: 0 20px;
	}
}

/* Schools / Admins Area */
.admins-area {
	/* "background-image: url" is set via in-page <style> area so we can use the CDN */
	background-color: #005DE9;
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 5em 0;
	color:#ffffff;
}
.admins-area h1 {
	text-align: center;
	color:#ffffff;
}
.admins-area h2 {
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}
.admins-area img.svg-icon {
	width: 40px;
	margin-right: 10px;
	margin-top: -10px;
}
.admins-area .msg-block {
	margin-top: 2em;
	min-height: 10em;
	padding-left: 7em;
	padding-right: 45px;
	padding-bottom: 25px;
}
.admins-area .msg-block.left  {
	border-right: 2px solid #fff;
	padding-left: 0;
}
.admins-area p {
	font-size: 1.85em;
	line-height: 1.5;
}
.admins-area .info-link {
	margin-top: 1.5em;
}
.admins-area .info-link a {
	color:#ffffff;
	font-size: 1.75em;
}
@media all and (max-width: 992px) {
	.admins-area img.svg-icon {
		width: 35px;
	}
	.admins-area .msg-block.left  {
		border-right: none;
		border-bottom: 2px solid #fff;
	}
	.admins-area .msg-block {
		margin-left: 2em;
		padding-left: 0;
		padding-bottom: 40px;
	}
}
@media all and (max-width : 768px) {
	.admins-area {
		background-image: none  !important;
	}
	.admins-area .overlay-text {
		text-shadow: none;
	}
}
@media all and (max-width: 480px) {
	.admins-area p {
		font-size: 1.5em;
		line-height: 1.5;
		padding-left: 15px;
	}
	.admins-area .info-link a {
		font-size: 1.5em;
		padding-left: 15px;

	}
	admins-area img.svg-icon {
		width: 20px !important;
	}
}
@media all and (max-width: 320px) {
	.admins-area p {
		font-size: 1.35em;
	}
	.admins-area .info-link a {
		font-size: 1.35em;
	}
}


/* Get Started Area */
.getstarted-area {
	margin-top: 2em;
}
.getstarted-area .container {
	min-height: 15em;
}
.getstarted-area .btn-primary,
.getstarted-area .btn-primary-inverted {
	box-shadow: 2px 4px 15px #B2B2B2;
}
.getstarted-area .btn-primary {
	font-weight: 500;
	border-color: transparent;
}
.getstarted-area h1 {
	font-weight: 500;
	margin-left: 0;
}
@media all and (max-width: 1200px) {
	.getstarted-area h1 {
		font-size: 2.5em;
	}
}
@media all and (max-width: 768px) {
	.getstarted-area h1 {
		margin-left: 0;
		text-align:center;
	}
}
@media all and (max-width: 480px) {
	.getstarted-area h1 {
		text-align: left;
	}
	.getstarted-area {
		margin-bottom: 2em;
	}
}
@media all and (max-width: 320px) {
	.getstarted-area h1 {
		font-size: 2.25em;
	}
}
