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

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
}

.mainHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	background-color: #FFFFFF;
	font-family: 'MuseoSans-300';
	font-size:1px;
	line-height:1px;
	text-align:center;
}

.mainHolder .contentSection {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
}

.mainHolder .contentSection.theHeader {
	padding-top:30px;
	padding-bottom:10px;
}

.headerGraphic {
	position:relative;
	left:0px;
	top:0px;
	width:57%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	max-width:550px;
}

@media(max-width:767px) {
	.mainHolder .contentSection.theHeader {
		padding-left:20px;
		padding-right:20px;
	}
	.headerGraphic {
		width:100%;
		max-width:300px;
	}
	.mainHolder .contentSection.theHeader {
		padding-bottom:20px;
	}
}

.mainHolder .contentSection.topText {
	padding-bottom:20px;
}

.mainHolder .contentSection.topText h1 {
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	font-family: 'MuseoSans-700';
	font-weight:normal;
	color:#0d5ea6;
	font-size:35px;
	line-height:1.29em;
	letter-spacing: 0.87px;
}

.mainHolder .contentSection.topText h2 {
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	font-family: 'MuseoSans-900';
	font-weight:normal;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.6px;
  text-align: center;
  color: #e6792b;
  margin-top: 16px;
}

@media(max-width:1080px) {
	.mainHolder .contentSection.topText h1 {
		font-size:30px;
		line-height:1.29em;
		max-width: 585px;
	}
	.mainHolder .contentSection.topText h2 {
		font-size:21px;
		line-height: 1.25;
	}
}

@media(max-width:767px) {
	.mainHolder .contentSection.topText h1 {
		font-size:21px;
		line-height:1.29em;
		padding-left:20px;
		padding-right:20px;
		max-width: 500px;
	}
	.mainHolder .contentSection.topText h2 {
		font-size:16px;
		line-height: 1.25;
		padding-left:20px;
		padding-right:20px;
		max-width: 490px;
	}
}

.mainHolder .contentSection.videoSection {
	padding-bottom:45px;
	padding-left:16px;
	padding-right:16px;
}

.mainHolder .contentSection.videoSection a {
	position:relative;
	left:0px;
	top:0px;
	width:25%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	padding-left:8px;
	padding-right:8px;
	font-family: MuseoSans-900;
	font-weight:normal;
	color:#0d5ea6;
	font-size:24px;
	line-height:1.3em;
	text-decoration:none;
	max-width:316px;
}

.mainHolder .contentSection.videoSection a .videoIcon {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	margin-top:5px;
}


.mainHolder .contentSection.videoSection a .videoIcon .takeALook {
	position:absolute;
	left:0px;
	bottom:-34px;
	width:85px;
	height:85px;
	display:inline-block;
}

.mainHolder .contentSection.videoSection a .videoIcon .videoIconImage {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
}


@media(max-width:1080px) {
	.mainHolder .contentSection.videoSection {
		max-width:960px !important;
	}
	.mainHolder .contentSection.videoSection a {
		margin-bottom:25px;
		width:50%;
	}
	.mainHolder .contentSection.videoSection {
		padding-bottom:20px;
	}
}

@media(max-width:767px) {
	.mainHolder .contentSection.videoSection a {
		width:100%;
	}
}

.mainHolder .contentSection.downloadSection {
	padding-bottom:50px;
	padding-left:30px;
	padding-right:30px;
}

.mainHolder .contentSection.downloadSection .buttonHolder {
	position:relative;
	left:0px;
	top:0px;
	width:25%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	max-width:290px;
	
}

.mainHolder .contentSection.downloadSection a {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	font-family: MuseoSans-700;
	font-weight:normal;
	color:#FFF;
	font-size:18px;
	line-height:1.1;
	text-decoration:none;
	background-color:#0d5ea6;
	text-align:center;
	border-radius:29px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.mainHolder .contentSection.downloadSection a.button2 {
	background-color:#82c341;
}

.mainHolder .contentSection.downloadSection a.button3 {
	background-color:#f37b20;
}

.mainHolder .contentSection.downloadSection a.button4 {
	background-color:#eb2536;
}

.mainHolder .contentSection.downloadSection a span {
	vertical-align:middle;
	display:inline-block;
	position:relative;
}

.mainHolder .contentSection.downloadSection a img {
	vertical-align:middle;
	display:inline-block;
	position:relative;
	margin-left:12px;
	width:21px;
	height:auto;
}

@media(max-width:1080px) {
	.mainHolder .contentSection.downloadSection {
		max-width:920px;
	}
	.mainHolder .contentSection.downloadSection .buttonHolder {
		width:50%;
		padding-bottom:20px;
	}
	
	.mainHolder .contentSection.downloadSection a.button3 {
		background-color:#fba102;
	}
	
	.mainHolder .contentSection.downloadSection a.button4 {
		background-color:#ff5201;
	}
	.mainHolder .contentSection.downloadSection {
		padding-bottom:40px;
	}
}

@media(max-width:767px) {
	.mainHolder .contentSection.downloadSection .buttonHolder {
		width:100%;
		padding-bottom:20px;
		max-width:none;
	}
	.mainHolder .contentSection.downloadSection a.button3 {
		background-color:#ff5201;
	}
	
	.mainHolder .contentSection.downloadSection a.button4 {
		background-color:#fba102;
	}
}


.mainHolder .contentSection.blueSection {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#0d5ea6;
}

.blueSectionHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding-left:20px;
	padding-right:20px;
	max-width:1140px;
}

.blueSectionHolder .blueItem {
	position:relative;
	left:0px;
	top:0px;
	width:33.33%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	padding-top:25px;
	padding-bottom:25px;
	border-left:solid;
	border-left-color: rgba(255,255,255,.35);
	border-left-width:2px;
	border-right:solid;
	border-right-color: rgba(0,0,0,.1);
	border-right-width:2px;
	border-top:solid;
	border-top-color: rgba(255,255,255,.35);
	border-top-width:2px;
	border-bottom:solid;
	border-bottom-color: rgba(0,0,0,.1);
	border-bottom-width:2px;
	text-decoration:none;
}

.blueSectionHolder .blueItem.box1 {
	border-left:none;
	border-top:none;
}

.blueSectionHolder .blueItem.box2 {
	border-top:none;
}

.blueSectionHolder .blueItem.box3 {
	border-right:none;
	border-top:none;
}

.blueSectionHolder .blueItem.box4 {
	border-left:none;
	border-bottom:none;
}

.blueSectionHolder .blueItem.box5 {
	border-bottom:none;
}

.blueSectionHolder .blueItem.box6 {
	border-right:none;
	border-bottom:none;
}

.blueSectionHolder .blueItem .theIcon {
	position:relative;
	left:0px;
	top:0px;
	width:95px;
	height:auto;
	display:inline-block;
}

.blueSectionHolder .blueItem p {
	margin:0px;
	padding:0px;
	display:inline-block;
	font-family: MuseoSans-700;
	font-weight:normal;
	color:#FFF;
	font-size:20px;
	line-height:1.25;
	margin-top:15px;
}

/*
@media(max-width:970px) {
	.blueSectionHolder .blueItem p {
		font-size:16px;
		margin-top:10px;
	}
	.blueSectionHolder .blueItem .theIcon {
		width:62px;
	}
}
*/

@media(max-width:970px) {
	.blueSectionHolder {
		padding-left:0px;
		padding-right:0px;
	}
	.blueSectionHolder .blueItem {
		width:50%;
		min-height:180px;
	}
	
	.blueSectionHolder .blueItem.box1 {
		border-left:none;
		border-left-color: rgba(255,255,255,.35);
		border-left-width:2px;
		border-right:solid;
		border-right-color: rgba(0,0,0,.1);
		border-right-width:2px;
		border-top:none;
		border-top-color: rgba(255,255,255,.35);
		border-top-width:2px;
		border-bottom:solid;
		border-bottom-color: rgba(0,0,0,.1);
		border-bottom-width:2px;
	}
	
	.blueSectionHolder .blueItem.box2 {
		border-left:solid;
		border-left-color: rgba(255,255,255,.35);
		border-left-width:2px;
		border-right:none;
		border-right-color: rgba(0,0,0,.1);
		border-right-width:2px;
		border-top:none;
		border-top-color: rgba(255,255,255,.35);
		border-top-width:2px;
		border-bottom:solid;
		border-bottom-color: rgba(0,0,0,.1);
		border-bottom-width:2px;
	}
	
	.blueSectionHolder .blueItem.box3 {
		border-left:none;
		border-left-color: rgba(255,255,255,.35);
		border-left-width:2px;
		border-right:solid;
		border-right-color: rgba(0,0,0,.1);
		border-right-width:2px;
		border-top:solid;
		border-top-color: rgba(255,255,255,.35);
		border-top-width:2px;
		border-bottom:solid;
		border-bottom-color: rgba(0,0,0,.1);
		border-bottom-width:2px;
	}
	
	.blueSectionHolder .blueItem.box4 {
		border-left:solid;
		border-left-color: rgba(255,255,255,.35);
		border-left-width:2px;
		border-right:none;
		border-right-color: rgba(0,0,0,.1);
		border-right-width:2px;
		border-top:solid;
		border-top-color: rgba(255,255,255,.35);
		border-top-width:2px;
		border-bottom:solid;
		border-bottom-color: rgba(0,0,0,.1);
		border-bottom-width:2px;
	}
	
	.blueSectionHolder .blueItem.box5 {
		border-left:none;
		border-left-color: rgba(255,255,255,.35);
		border-left-width:2px;
		border-right:solid;
		border-right-color: rgba(0,0,0,.1);
		border-right-width:2px;
		border-top:solid;
		border-top-color: rgba(255,255,255,.35);
		border-top-width:2px;
		border-bottom:none;
		border-bottom-color: rgba(0,0,0,.1);
		border-bottom-width:2px;
	}
	
	.blueSectionHolder .blueItem.box6 {
		border-left:solid;
		border-left-color: rgba(255,255,255,.35);
		border-left-width:2px;
		border-right:none;
		border-right-color: rgba(0,0,0,.1);
		border-right-width:2px;
		border-top:solid;
		border-top-color: rgba(255,255,255,.35);
		border-top-width:2px;
		border-bottom:none;
		border-bottom-color: rgba(0,0,0,.1);
		border-bottom-width:2px;
	}
}

@media(max-width:767px) {
	.blueSectionHolder .blueItem p {
		font-size:18px;
		margin-top:10px;
	}
	.blueSectionHolder .blueItem .theIcon {
		width:62px;
	}
}

@media(max-width:374px) {
	.blueSectionHolder .blueItem {
		height:172px;
		padding-left:5px;
		padding-right:5px;
	}
}


.mainHolder .contentSection.formSection {
	padding-top:45px;
	padding-bottom:45px;
	background-color:#c9dae9;
}

.mainHolder .contentSection.formSection h2 {
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	font-family: MuseoSans-500;
	font-weight:normal;
	color:#0d5ea6;
	font-size:30px;
	line-height:1.1;
}

.mainHolder .contentSection.formSection h3 {
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	font-family: MuseoSans-300;
	font-weight:normal;
	color:#0d5ea6;
	font-size:20px;
	line-height:1.1;
	margin-top:5px;
}

.mainHolder .contentSection.formSection p {
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	font-family: MuseoSans-500;
	font-weight:normal;
	color:#0d5ea6;
	font-size:21px;
	line-height:1.1;
	margin-top:25px;
	white-space:nowrap;
}

.mainHolder .contentSection.formSection p a {
	text-decoration:none;
	color:#0d5ea6;
}

.mainHolder .contentSection.formSection p .showMe {
	display:none;
}

.mainHolder .contentSection .scholasticLogo {
	margin-top:25px;
}

.mainHolder .contentSection.formSection .formHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	max-width:720px;
	margin-top:20px;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	font-family: MuseoSans-700;
	font-weight:normal;
}

@media(max-width:1180px) {
	.mainHolder .contentSection.formSection h2 {
		font-size:33px;
	}
	.mainHolder .contentSection.formSection h3 {
		font-size:23px;
	}
	.mainHolder .contentSection.formSection p {
		font-size:19px;
	}
}

@media(max-width:970px) {
	.mainHolder .contentSection.formSection h2 {
		font-size:26px;
	}
	.mainHolder .contentSection.formSection h3 {
		font-size:16px;
	}
	.mainHolder .contentSection.formSection p {
		font-size:18px;
	}
}

@media(max-width:767px) {
	.mainHolder .contentSection.formSection h2 {
		font-size:21px;
	}
	.mainHolder .contentSection.formSection h3 {
		max-width:375px;
	}
	.mainHolder .contentSection.formSection p {
		line-height:1.25;
	}
	.mainHolder .contentSection.formSection p .showMe {
		display:inline-block;
	}
	.mainHolder .contentSection.formSection p .hideMe {
		display:none;
	}
}


.imagePopupHolder {
	position:fixed;
	left:0px;
	top:0px;
	width:100vw;
	height:100vh;
	display:block;
	background-color: rgba(0,0,0,.7);
	z-index:50000;
	overflow-x:hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	text-align:center;
}

.imagePopupHolder .imagePopup {
	position:relative;
	left:0px;
	top:25px;
	width:100%;
	height:auto;
	display:inline-block;
	background-color:#FFF;
	padding:25px;
	padding-top:25px;
	padding-left:45px;
	padding-right:45px;
	box-sizing:border-box;
	border-radius:25px;
	max-width:720px;
}

.imagePopupHolder .imagePopup .popupImage {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
}

.imagePopupHolder .imagePopup p {
	margin:0px;
	padding:0px;
	display:inline-block;
	font-family: MuseoSans-900;
	font-weight:bold;
	color:#e45234;
	font-size:24px;
	line-height:1.1;
	margin-bottom:10px;
}

.imagePopupHolder .imagePopup .theX {
	position:absolute;
	right:15px;
	top:15px;
	width:30px;
	height:auto;
	display:block;
	cursor:pointer;
}

.imagePopupHolder .arrows {
	position:absolute;
	top:50%;
	width:30px;
	height:auto;
	display:inline-block;
	margin-top:10px;
	cursor:pointer;
	margin-top:-15px;
}

.imagePopupHolder .arrowLeft {
	left:0px;
	margin-left:5px;
}

.imagePopupHolder .arrowRight {
	right:0px;
	margin-right:5px;
}

@media(max-width:1370px) {
	.imagePopupHolder .imagePopup {
		max-width:575px;
	}
}

@media(max-width:1025px) {
	.imagePopupHolder .imagePopup {
		top:0px;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		margin-top:25px;
		max-width:575px;
	}
}

@media(max-width:970px) {
	.imagePopupHolder .imagePopup p {
		font-size:16px;
	}
}

#limelight_player {
    padding-bottom:70%;
}