.fixed-width-input {
	width: 50%!important;
}
/*.large-6.columns > .form-response input, .large-6.columns > .form-responses select {
width: 100%!important;
} */

#MyClarkForm h2 {
	margin-top: 30px;
	margin-bottom: 1vw;
	/* 	font-size: 23px; */
}
#MyClarkForm input[type='checkbox'], #MainContent input[type='radio']
{
	width: 25px!important;
	height: 25px!important;
	vertical-align: middle;
	margin-right: 7px;
	margin-left: 5px;
	margin-top: 7px;
}
#LandingHero {
	height: 330px!important;
}
#MyClarkForm fieldset
{
	padding: 0px;
	margin: 0px;
	border: none;
}

#MyClarkForm fieldset legend
{
	/* 	margin-bottom: 13px; */
}
#MyClarkForm form
{
	margin-top: 30px;
}
fieldset h3 
{
	font: normal normal 600 22px myriad-pro!important;
	/* 		margin-bottom: 0vw; */
}

/*  */

span.required-text {
	color: darkred;
	margin-left: 3px;
	font-weight: normal;
	font-size: large;
}
.checkbox-item
{
	display: flex;
	align-items: center;
	margin: 8px 0px;
}
.checkbox-item input {
	flex-shrink:0;
	margin-right: 10px !important;
}
input[type="checkbox"] {
	flex-shrink: 0;
}

/*  */
label p {
	margin-bottom: 10px;
}
label {
	margin-right: 10px;
}
#MyClarkForm input['type=checkbox'] {
	margin-right: 12px;
	margin-top: 5px;
}
#MyClarkForm fieldset {
	padding:0;
	margin:0;
	border:none;
}
.BlueTitleUnderline {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 2px #044881;
	padding-bottom: 5px;
	margin-top: 40px;
	font-size: 28px;
}
#MyClarkForm h3 {
	/* 	font-size: 23px!important; */
	margin-top: 20px;
	margin-bottom:5px;
	font: normal normal 600 23px myriad-pro!important;
}
#MyClarkForm h4 {
	font-size: 20px!important;
	margin-bottom: 0px !important;
}
#OtherReasonContainer {
	/* 	display:none; */
}
#MyClarkForm select, #MyClarkForm input {
	margin-bottom: 5px!important;
	margin: 5px 6px 0 0;
}
.BlueButton {
	padding: 15px 40px;
	border: 2px solid #004881;
	font: normal normal normal 15px Myriad Pro;
	letter-spacing: 0.3px;
	color: #fff;
	background-color: #004881;
	margin:30px 0!important;
}
.BlueButton:hover, .BlueButton:focus, .BlueButton:active {
	background-color:#fff;
	color:#004881;
	cursor:pointer;
}

#FormErrorMessage
{
	color:darkred;
	font-weight:bold;
	margin: 10px 0;
}


/* Login in */
#LoginError
{
	padding: 30px;
	border: 1px solid red;
	background: #f4f4f4;
	border-radius: 0.5vw;
	display: block;
	font-size: 22px;
	font-weight: bold;
}
#SubmitMessage
{
	padding: 30px;
	border: 1px solid green;
	background: #f4f4f4;
	border-radius: 0.5vw;
	display: block;
	font-size: 22px;
	font-weight: bold;
}

@media only screen and (max-width:768px){
	.fixed-width-input {
		width: 100%!important;
	}
}