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

@font-face {
    font-family: 'Museo-Sans_500';
    src: url('https://scholastic.wufoo.com/fonts/museo_sans_500.eot?') format('eot'), url('https://scholastic.wufoo.com/fonts/museo_sans_500.woff') format('woff'), url('https://scholastic.wufoo.com/fonts/museo_sans_500.ttf') format('truetype'), url('https://scholastic.wufoo.com/fonts/museo_sans_500.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin:0px;
	padding:0px;
}

.theHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	text-align:center;
	margin-top:25px;
	padding-bottom:25px;
}

.theForm {
	position:relative;
	left:0px;
	top:0px;
	width:95%;
	max-width:1020px;
	height:auto;
	text-align:center;
	padding-top:25px !important;
	padding-bottom:25px !important;
	background-color:#FFF;
	border-radius:25px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	display:inline-block;
}

.theForm h1 {
	font-weight:normal;
	font-family: 'Museo-Sans_500';
	font-size:36px;
	line-height:1.2em;
	padding-right:25px;
	padding-left:25px;
	padding-top:0px;
	padding-bottom:0px;
}

.theForm .requiredText {
	font-weight:bold;
	font-family: 'Museo-Sans_500';
	font-size:18px;
	line-height:1.2em;
	padding-right:25px;
	padding-left:25px;
	padding-top:0px;
	padding-bottom:0px;
}

/* page items */

/* wufoo items */



.wufoo .info {
	display:none;
}

/*
.wufoo ul li {
	font-size:16px !important;
	text-align:left;
	width:44% !important;
	display:inline-block;
	box-sizing:border-box;
	margin-left:1.5%;
	margin-right:1.5%;
	vertical-align:top;
	padding:0px;
}
*/

.wufoo h2 strong {
	font-family: 'Museo-Sans_500';
	font-weight:bold;
}

.wufoo h2 {
	font-family: 'Museo-Sans_500';
	font-weight:normal;
}

.wufoo ul li {
	font-size:16px !important;
	text-align:left;
	width:50% !important;
	padding:0px;
	box-sizing:border-box;
	margin-top:25px;
}

.wufoo ul li.leftSide {
	float:left;
	vertical-align:top;
	padding-left:25px;
	padding-right:12.5px;
}

.wufoo ul li.rightSide {
	float:right;
	vertical-align:top;
	clear:right;
	padding-left:12.5px;
	padding-right:25px;
}

.wufoo label.desc {
	font-family: 'Museo-Sans_500';
	font-weight:normal;
	font-size:14px !important;
	font-weight:bold;
}

.wufoo label.desc span {
	display:none !important;
}

.wufoo li input,
.wufoo li select {
	color:#000;
	border-radius:5px;
	background-color:#FFF;
	padding: 5px 12px;
	box-sizing:border-box;
	height:39px;
	font-size:15px;
	font-family: 'Museo-Sans_500';
	border-color:#9B9B9B;
	min-width:70px;
}
.wufoo li select {
-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#fff;
	background-image: url(https://www.goodatom.com/scholastic/wufooimages/select-arw.jpg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 97% center;
}

.wufoo li .symbol {
	line-height:39px;
	font-size:15px;
}

.wufoo li.buttons {
	text-align:center;
	width:100% !important;
	padding-top:25px;
}

.wufoo li.buttons input {
	background-color:#1d96d8;
	padding: 15px 24px;
	height:63px;
	color:#FFF;
	border:none;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wufoo ul li.agreementSubtext {
	width:100% !important;
	padding-left:25px;
	padding-right:25px;
	box-sizing:border-box;
	padding-top:25px;
}

.wufoo ul li.agreementSubtext h3 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-family: 'Museo-Sans_500';
	font-size:14px !important;
}

.wufoo ul li.agreementSubtext div {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-family: 'Museo-Sans_500';
	font-size:11px !important;
}

@media (max-width: 980px){
	#cal12 {
		margin-left:-215px;
		margin-top:-25px;
	}
}

@media (max-width: 720px){
	.wufoo ul li {
		width:100% !important;
		float:none !important;
		padding-left:25px !important;
		padding-right:25px !important;
	}
	.theForm h1 {
		font-size:27px;
		line-height:1.2em;
	}

}
