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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:transparent;
	text-align:center;
}

.hidden {
	display:none !important;
}



.wufoo {
	text-align:center;
}

.wufoo ul {
	position:relative !important;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	background-color:#FFF;
	max-width:920px;
	display:inline-block !important;
	border-radius:10px;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}

#preselect {
	position:relative !important;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	background-color:#FFF;
	max-width:920px;
	display:inline-block;
	border-radius:10px;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	font-family: MuseoSans-500;
	margin-bottom:50px;
}

#preselect h2 {
	font-weight:normal;
	font-family: MuseoSans-700;
}

.wufoo ul li {
	position:relative;
	left:0px;
	top:0px;
	width:100% !important;
	max-width:350px;
	text-align:left;
	display:inline-block;
	float:none;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	vertical-align:top;
	padding:0px;
	min-height:65px;
}

.wufoo ul li.fullWidth {
	max-width:730px;
}

#preselect .leftSection,.rightSection {
	position:relative;
	left:0px;
	top:0px;
	width:100% !important;
	max-width:350px;
	text-align:left;
	display:inline-block;
	float:none;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
	vertical-align:top;
	padding:0px;
	min-height:65px;
	overflow:hidden;
	font-size:14px !important;
}

#noschool {
	margin-top:5px;
}

#noschool a {
	color:#eb2028;
}

.wufoo ul .error {
	display:inline-block !important;
	float:none;
}

.wufoo ul #errorLi {
	width:90% !important;
	max-width:none !important;
}

.wufoo ul .buttons {
	max-width:none;
	text-align:center;
	margin-left:0px !important;
	margin-right:0px !important;
}

.wufoo ul li.buttons input {
	margin:0;
	padding:0;
	border-radius: 25px;
    background: #1874CD none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
	position:relative; left:0px; top:0px; width:180px; height:40px; border-radius: 24px; background-color:#eb2028; display:inline-block;
	font-size: 13px;
	line-height: 40px;
	letter-spacing: 1.6px;
	color: #ffffff; text-align:center; margin-top:20px; margin-bottom:20px; cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
}


#preselect input[type='text'] {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	color: #000;
	line-height:30px;
	border: 1px solid #818181;
	border-radius: 5px;
	padding-left:10px;
	box-sizing:border-box;
	margin-top:3px;
	font-size:14px;
	font-family: MuseoSans-500;
}


.wufoo input[type='text'] {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	font-weight:300;
	color: #333333;
	line-height:30px;
	border: 1px solid #818181;
	border-radius: 5px;
	padding-left:10px;
	box-sizing:border-box;
	margin-top:3px;
}

.wufoo input[type='email'] {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	font-weight:300;
	color: #333333;
	line-height:30px;
	border: 1px solid #818181;
	border-radius: 5px;
	padding-left:10px;
	box-sizing:border-box;
	margin-top:3px;
}

#preselect select {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:36px !important;
	color: #000;
	line-height:36px !important;
	border: 1px solid #818181;
	border-radius: 5px;
	padding-left:10px;
	box-sizing:border-box;
	background-color:#FFF !important;
	margin-top:3px !important;
	background: #ffffff url(/images/fieldbg.gif) repeat-x top !important;
	font-family: MuseoSans-500;
	font-size:14px;
}

.wufoo ul li div select {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:36px !important;
	font-weight:300;
	color: #333333;
	line-height:36px !important;
	border: 1px solid #818181;
	border-radius: 5px;
	padding-left:10px;
	box-sizing:border-box;
	background-color:#FFF !important;
	margin-top:3px !important;
}




@media (max-width: 767px) {
	.wufoo ul li, .wufoo ul li.fullWidth  {
		width:90% !important;
		max-width:350px;
	}
}


@media (max-width: 680px) {
	.wufoo ul li, .wufoo ul li.fullWidth  {
		margin-left:0px;
		margin-right:0px;
		width:90% !important;
		max-width:350px;
	}
}