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

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

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

.mainHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	font-size:1px;
	line-height:1px;
	background-color: #37444a;
	padding-bottom:50px;
	text-align:center;
	box-sizing:border-box;
	font-family: proxima-nova, sans-serif;
	font-weight:500;
}

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

.logoHeader {
	padding-left:60px;
	padding-right:60px;
	text-align:left;
	max-width:1350px;
}

.logoHeader .logoHolder {
	position:relative;
	left:0px;
	top:0px;
	width:40%;
	height:auto;
	display:inline-block;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.37);
	background-color: #1796d4;
	max-width:233px;
	text-align:center;
	box-sizing:border-box;
	padding-top:29px;
	padding-bottom:29px;
	padding-left:18px;
	padding-right:18px;
}

.logoHeader .logoHolder .logo {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	object-fit: contain;
}

.colorBar {
	margin-top:-55px;
	max-width:none;
	padding-top:14px;
	padding-bottom:26px;
	background-color:transparent;
	z-index:10;
}


.colorBar h1 {
	padding:0px;
	margin:0px;
	font-weight:500;
	font-size: 48px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: 0.54px;
	text-align: center;
	color: #ffffff;
	max-width:840px;
	position:relative;
	display:inline-block;
}

.responseBar {
	max-width:none;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:transparent;
	display:none;
}


.responseBar h2 {
	padding:0px;
	margin:0px;
	font-weight:500;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: 0.54px;
	text-align: center;
	color: #ffffff;
	position:relative;
	display:inline-block;
}

.colorBar h1 .stars {
	position:absolute;
	left:100%;
	top:0px;
	width: 206px;
	height: 158px;
	object-fit: contain;
	display:inline-block;
}

.sectionHolder {
	position:relative;
	left:0px;
	top:0px;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding-left:30px;
	padding-right:30px;
	margin-top:35px;
	vertical-align:top;
}

.leftSection {
	width:68%;
	max-width:785px;
}

.rightSection {
	width:32%;
	max-width:505px;
	text-align:left;
}

.leftSection .card {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	background-color:#FFF;
	border-radius: 8px;
	box-shadow: 1px 2px 4px 0 rgba(0, 84, 122, 0.4);
	background-color: #ffffff;
	padding:40px;
	text-align:left;
	font-size: 21px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #666666;
}

.leftSection .card a, .leftSection .card a {
	font-weight:900;
	color: #666666;
	text-decoration:none;
}

.noBreak {
	white-space:nowrap;
}

.leftSection .card a, .leftSection .logo {
	width:105px;
	max-width:none;
	margin-top:35px;
}

#scholasticGoForm .textBoxCls {
	-webkit-appearance:none;
	-ms-appearance:none;
	appearance:none;
	width: 100%;
	height: 40px;
	border:none;
	color: #666666;
	font-size: 21px;
	letter-spacing: 0.5px;
	box-sizing:border-box;
	outline-color: transparent;
	outline-style: none;
	padding-left:8px;
	margin-top:5px;
	border-radius: 6px;
	border:none;
	background-color: #ffffff;
	max-width:445px;
}

#scholasticGoForm .labelCls {
	font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;

}

#scholasticGoForm header {
	display:none;
}

#scholasticGoForm .containerSpanCls {
	padding:0px;
	margin:0px;
	margin-bottom:34px;
	display:inline-block;
	width:100%;
}

.sendBtnCls {
	-webkit-appearance:none;
	-ms-appearance:none;
	appearance:none;
	width: 180px;
	height: 40px;
	display:inline-block;
	border:none;
	border-radius: 6px;
	
	background-image: linear-gradient(to bottom, #1796d4, #1796d4), linear-gradient(to bottom, #2eb9dd, #1483b8);
	
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #ffffff;
	cursor:pointer;
	margin-top:30px;
}

#scholasticGoForm .error {
	background-color:transparent !important;
}

#scholasticGoForm p {
	padding-bottom:20px;
}

#scholasticGoForm .hideMe {
	display:none;
}

.errorCls,.emailErrorCls,.recaptchaError{
	color:red;
	font-family: sofia-pro, sans-serif;
    font-size: 16px;
    position:relative;
	padding-bottom:28px;
	display:block;
	margin-top:15px;
    
}
.errorTextBoxCls{
	border-color:red;
	margin-bottom:0;
	display:block;
}
.emailConfirmationDiv{
	width: 1440px;
    height: 200px;
    color: #004973;
    font-family: SofiaProMedium;
    font-size: 26px;
    line-height: 34px;
    text-align: center;  
    background-color: #a5d9f0;
    position: relative;
    bottom: 25px;
    transform: translateX(16%);
    box-shadow:1px 1px 1px 0 #000;
    padding-top:50px;
}
.g-recaptcha{
	margin-top:20px;
}
.hidden{
	display:none;
}

#scholasticGoForm .stars {
	float:right;
	margin-top:15px;
	display:none;
}

@media (max-width: 1240px) {
	.logoHeader .logoHolder {
		max-width:200px;
	}
	.colorBar {
		margin-top:0px;
	}
}

@media (max-width: 1220px) {
	.colorBar h1 .stars {
		display:none;
	}
	.leftSection {
		padding-right:15px;
	}
	#scholasticGoForm .stars {
		display:block;
	}
	
	.rightSection {
		padding-left:15px;
	}
}

@media (max-width: 1010px) {
	.sectionHolder {
		width:100%;
		padding-left:30px;
		padding-right:30px;
		margin-top:35px;
	}
	.colorBar {
		padding-bottom:0px;
	}
	.colorBar h1 {
		font-size: 40px;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.25;
		letter-spacing: 0.48px;
		max-width:690px;
	}
	.leftSection {
		max-width:none;
	}
	.rightSection {
		max-width:none;
		padding-left:60px;
		padding-right:60px;
	}
	#scholasticGoForm .textBoxCls {
		max-width:none;
	}
}

@media (max-width: 690px) {
	.colorBar h1 {
		font-size: 28px;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.25;
		letter-spacing: 0.48px;
		max-width:380px;
		padding-left:10px;
		padding-right:10px;
		box-sizing:border-box;
	}
	.logoHeader {
		padding-left:20px;
		padding-right:20px;
		padding-top:28px;
		padding-bottom:28px;
	}
	.leftSection .card {
		padding:20px;
		font-size: 18px;
		line-height: 1.43;
	}
	.rightSection {
		padding-left:40px;
		padding-right:40px;
	}
	.leftSection {
		padding-left:20px;
		padding-right:20px;
	}
	.responseBar h2 {
		font-size: 18px;
		line-height: 1.21;
	}
}