@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body {
	font-family: 'Open Sans', Arial, sans-serif;
	margin:0;-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	font-size:16px;
	line-height:1.8em;
}
.wFormContainer .supportInfo {
    display: none;
 }
.wForm .p1 {font-size:16px;line-height:1.44em;margin:15px 0;padding:0px;text-align:left;float:left;}
.wForm .p1:last-of-type {margin-bottom:50px;}
.wFormContainer, 
.wForm form, 
.wForm legend, 
.wForm h4, 
.wForm .preField,
.wForm .oneField {
	font-family: 'Open Sans', Arial, sans-serif !important;
	background-color: transparent !important;
	border-color: transparent !important;
	max-width: 600px;
	vertical-align: middle;
	margin: 0 auto;
}
.htmlContent {
	text-align:center;
}
div.wFormContainer {
	width: 1px;
	min-width: 100%;
}
.wFormContainer {max-width:100% !important;}
.wFormContainer {
	border-width:0 !important;
	overflow:hidden !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.wForm {
	padding:15px;
	font-size:13px;
	margin:0 auto;
}
.wForm .htmlSection {
	border:0;padding:0;
}
.wForm div > div.oneField,
.wForm fieldset > div.oneField,
.wForm form > div.oneField,
.wForm fieldset,
.wForm .matrixLayout,
.wForm .gridLayout,
.wForm h4,
.wForm .wfPagingButtons,
.wForm legend {
	margin-top: 0px !important;
	margin-bottom:15px;
	padding:0 !important;
}
.wForm .oneField {
	border: 0px solid transparent;
	padding: 0px;
	box-sizing: border-box;
}
.wForm .oneField input {
	padding:10px;
}
.wForm .inputWrapper, 
.wForm fieldset .preField, 
.wForm .preField {
	width:100% !important;
}
.wForm .oneChoice input {
	border: none !important; 
	margin: 0px 10px 0 0 !important; 
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.wForm .postField {
	margin: 0;
	font-size: 14px;
	height: 20px;
	vertical-align: middle;
	padding: 0 !important;
}
.wForm legend, 
.wForm h4 {
	margin-top: 25px !important;
	float: left;
}
.wForm legend {
	text-align:left !important;
	width:100%;
	text-transform:uppercase;
	font-size:14px;
}
.wForm fieldset {
	border-width: 0px !important;
	margin: 0px 0px 0px 0px !important;
	 -moz-border-radius: 0px !important;
	  -webkit-border-radius: 0px !important;
	  border-radius: 0px !important;
}
.wForm fieldset .preField, 
.wForm .preField {
	color:#464646;
	font-weight:normal !important;
}

input, select, 
.postField {
	font-size:14px !important;
	padding:10px !important;}
input.primaryAction {
	border-radius:5px !important;
	text-transform:uppercase !important;
}
.wForm form .errFld {
	border-color:transparent;
	border-width: 0;
}
.wFormContainer .errMsg {
    border: 2px solid transparent;
    color: #fff !important;
    background-color: #F04F6C;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1em;
	max-width: 150px;
	padding: 0 10px;
	text-align: center;
}
select, input[type~=text] {
	width:100% !important;
	box-sizing:border-box;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0!important;
	border-radius: 0;
	height: 40px;
	border-color:#dadada !important;
	border: 1px solid #dadada !important;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	background-color: #f9fbbd;
	background: #f9fbbd; /* Old browsers */
	background: -moz-linear-gradient(top, #f9fbbd 0%, #f9fbbd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9fbbd 0%,#f9fbbd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9fbbd 0%,#f9fbbd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbbd', endColorstr='#f9fbbd',GradientType=0 );
}
select[title~=State],
input[title~=Zip],
select[title~=Year],
input[type="radio"]
{
	width:auto !important;
}
.inputWrapper #tfa_463 {
	box-sizing:border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border-radius: 0;
	height: 40px;
	border-color:#dadada !important;
	border: 1px solid #dadada !important;
}
.wForm .actions {
	text-align:center;
}
.wForm .primaryAction, .wForm .secondaryAction, .wForm .wfPagePreviousButton, .wForm .wfPageNextButton,
input.primaryAction, 
.wForm input[type=button], 
.wForm input[type=submit] {
	width: 100%;
	padding: 10px 5px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: #fff !important;
	background-color: #337ab7 !important;
	border-color: #2e6da4;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-transform: uppercase;
	-webkit-appearance: none;
	background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0,0,0,.0) 51%, rgba(0,0,0,.0)) !important;
	max-width: 600px;
}
h3.wFormTitle, .htmlContent {
	font-family: 'Open Sans', sans-serif;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;color: #000000;font-size: 16px;line-height: 1.8em;
}
.htmlContent p {
	margin-bottom: 15px;
}
.htmlContent {
	text-align:left !important;
}
h3.wFormTitle {
	text-align:center;
	font-size: 20px;
	line-height: 1.33em;
}
.htmlContent h2, .htmlContent h1 {
	font-size: 30px;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.24em;
}
.htmlContent h1 {
	font-size:2.5em;
	font-weight:normal;
	margin-bottom:5px;
}
.htmlContent img {
	margin:0 auto;
	display:block;
}
/* -- future add-ons --*/
#tfa_11, #tfa_12, #tfa_20 {
    width: 100% !important;
  }
/*-- make new future form label white on radiogroup --*/
div.oneField.field-container-D#tfa_1471-D[role="radiogroup"] label, 
div.oneField.field-container-D#tfa_949-D[role="radiogroup"] label {
 color:#fff;
}
/*-- qualtrics --*/
.JFEScope #SurveyEngineBody, .Skin #Wrapper{
    height: inherit !important;
}
/*-- hide logo and progress bar --*/
.Skin #LogoContainer,
.Skin #ProgressBar {display: none !important;}
/*-- single answer --*/
.Skin label.SingleAnswer {background:transparent;}
.Skin label.q-radio, .Skin label.SingleAnswer>span::before {border:2px solid #777;background-color:#fff;}
@media only screen and (min-width: 769px) {
html {height: inherit !important;}
}
/*-- Mass.edu Inquiry Form --*/
.branding-centered {margin-bottom:25px !important;}
[id="217791-WRPR"] form {padding:2em;}
[id="217791-WRPR"] {background-color:#003764;padding-bottom:15em !important;padding-top: 0 !important;}
[id="217791-WRPR"].wForm label,
[id="217792-WRPR"].wForm label {color:#dadada !important;}
[id="217791-WRPR"] input#tfa_2, [id="217791-WRPR"] input#tfa_3, [id="217791-WRPR"] input#tfa_4 {width:100% !important;}
[id="217791-WRPR"] iframe {overflow:hidden;padding:0;border:none;}
[id="217791-WRPR"].wForm .label.reqMark:after {color:#F04F6C;}
/*-- undergrad requst info parents/students--*/
[id="217803-WRPR"] form div#tfa_578-D {
   background-color:#A1C5E1!important;
   padding:2em!important;
   border-radius:5px;
}
/*-- fix for opening error message--*/
.wFormHeader + .errorMessage.errMsg {max-width:none !important;padding:15px;}
.wFormHeader + .errorMessage.errMsg ul {list-style-type:none;}
/*-- 
cvpa study international
law pursue justice 
--*/
[id="217818-WRPR"] label, [id="217755-WRPR"] label {
	color: #fff !important;
}


