@import url("https://fonts.googleapis.com/css?family=Domine|Nunito+Sans:400,500,600,700");
*{
	font-family:'Nunito Sans';
	color:#0A101F;
}
BODY{ 
	background-color:rgb(250,250,250) ;
}
.UnderlineInput{
	background-color:rgba(250,250,250,0);
	border:none;
	border-bottom:1px solid #999;
	padding: 6px 0;
	margin-top: 32px;
	width: 250px;
	font-size: 13px;
}
.leftField{
	margin-right:92px;
}
SELECT{
	background-color:rgba(250,250,250,0);
	border:none;
	border-bottom:1px solid #999;
	padding: 6px 0;
	margin-top: 32px;
	width: 250px;
    border-radius: 0;
	font-size: 13px;
    -webkit-appearance: none;
	background: transparent url(//www.macu.edu/assets/img/select-icon.svg) no-repeat center right!important;
}
.input-line{ margin-top: 32px;}

INPUT[type=checkbox] + LABEL {
    display: inline-block;
    padding: 0 0 0 36px;
    line-height: 1.44;
    background: url(//www.macu.edu/images/icons/checkbox-2017-small.gif) no-repeat 0 -9px;
    height: 18.8px;
    font-size: 13px;
    margin-bottom: 14px;
    cursor: pointer;
}
INPUT[type=checkbox]:checked + LABEL {
    background: url(//www.macu.edu/images/icons/checkbox-2017-small.gif) no-repeat 0 -45px;
}
INPUT[type=checkbox] {
    display: none;
}
#contact_type_label{ font-size:13px;}
.fine-print{
	font-style:italic;
	color:#666;
	font-size:12px;
	padding:0;
	margin:4px 0;
    max-width: 592px;
}

#description{
    width: 100%;
    max-width: 592px;
    height: 160px;
}
#submit-block{
	padding-top:32px;
}

INPUT[type=submit],INPUT[type=button]{
	width: 153px;
	height: 34px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
	background-color: #0A101F;
	color: #FFF;
	border:none;
	border-radius:2px;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: 900;
	cursor: pointer;
}
INPUT[type=submit]:hover,INPUT[type=button]:hover{
	background-color:#383d49;
}
.field-error{
	color:#AC162C;
	border-bottom-color: #AC162C;
}
#failed-validation{
	display: none;
	color:#AC162C;
	padding: 10px 0;
}
.validationNeeded{ border:1px solid #AC162C; }