*{ font-family:'Roboto'; }
h1,h2,h3,h4{ font-family:'Roboto Slab'; }
h3{font-size: 28px; color:rgb(172,22,44);}
div.htmlContent{ font-size:14px; }
.wFormWebPage {
    background: #FFF;
    margin: 0;
}
/*.wFormContainer{
	width:800px !important;
	max-width:800px !important;
}*/
.wFormContainer {
    width: 800px !important;
    max-width: 100% !important;
}

.wForm fieldset {
    margin: 0 auto !important;
    margin-top: -12px !important;
    padding: 50px !important;
	border:none !important;
}

.wForm fieldset:nth-child(even){
	background:#F8F4EB;
}
.wForm fieldset:nth-child(odd){
	background:#FFF;
}/*
.wForm fieldset:nth-child(3){
	background:rgba(154,211,224,.3);
}
.wForm fieldset:nth-child(4){
	background:#F8F4EB;
}*/

.wForm fieldset legend {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 30px !important;
    display: block !important;
    top: 40px;
    position: relative !important;
	font-family:'Roboto Slab', serif !important;
}

.wForm {
    /* padding: 10px 15px; */
	padding:0 !important;
}

.wForm .oneField{
	border:none !important;
	padding:0 !important;
}
div.oneField > label {
    padding-left: 1%;
}

.wForm textarea, .wForm input[type="text"] {
    line-height: 50px !important;
    border: #C9C9C9 1px solid !important;
	padding: 0 3% !important;
	width:94% !important;
}

.lengthIndicator{
	position:static !important;
	color:#666;
}
.wForm label, .wForm .label {
    vertical-align: top;
    width: 35% !important;
    min-width: 200px !important;
	padding-bottom: 3px;
}
.oneField:hover, .oneField:focus{
	background:rgb(154,211,224);
}
.wForm fieldset div.oneField{
	margin:0 !important;
	padding: 1% 0 !important;
}

INPUT[type=submit]{
	display: inline-block;
    padding-left: 20px !important;
    padding-right: 63px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-image: url('http://www.macu.edu/assets/img/button-arrow.png');
    background-repeat: no-repeat;
    background-position: right 16px top 50%;
    background-color: #ac162c;
    color: #fff;
    border: none !important;
    text-decoration: none;
	height: 50px;
    font-size: 16px;
}

INPUT[type=submit]:hover{
	color: #fff;
    background-color: rgb(26,26,26);
}
INPUT[type=radio]{
	margin: 3px 3px 0 0;
}
.wForm form .vertical > .oneChoice {
    display: inline-block;
}
.inputWrapper {
    width: 100%;
	padding:20px !important;
}
.inputWrapper > div {
    display: block !important;
}
INPUT[type=text], SELECT, TEXTAREA{
	background-color: rgb(248,248,248);
}
.wForm .actions {
	margin:0 !important;
	border:0 !important;
    padding: 0 50px !important;
}
SELECT:not([multiple]){
	font-size: 16px;
    display: block;
	border: 1px solid #ccc;
	border-radius: 0;
    font-family: Roboto !important;
    padding: 0 3%;
    line-height: 18px;
    height: 50px;
    color: rgb(46,164,167);
    -webkit-appearance: none;
    width: 100%;
    background-image: url('https://images.macu.edu/jrm/blue-request-button.png');
    background-position: right 16px top 50%;
    background-repeat: no-repeat;
}
select[multiple] {
    width: 100%;
    font-size: 16px;
    height: 200px;
}
SELECT[multiple] option {
    padding: 2px 1%;
}

.wForm .primaryAction, .wForm .secondaryAction {
    padding: 0 14px;
}
#macu-header{
    background-image: url('http://www.macu.edu/images/logo/wufoo.png');
    min-height: 0;
    height: 88px;
    background-repeat: no-repeat;
    background-color: rgb(24,24,25);
    background-position: center center;
}

@media (max-width:700px){
	.wFormContainer {
		width: 100% !important;
	}
	.inputWrapper {
		width: 100%;
	}
	.wForm fieldset div.oneField {
		margin: 0 !important;
		padding: 3% !important;
	}
	div.oneField > label {
		padding-left: 0;
		padding-top: 0;
	}
}

@media (max-width:1000px){
	.wFormContainer {
		width:800px !important;
	  max-width:800px !important;
		margin:0 auto;
	}
}