.form_base {
}
.form_base label {
	font-family: 'merriweatherregular', Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 5px;
}
.form_base p {
	font-family: 'merriweatherregular', Arial, Helvetica, sans-serif;
	color: #7c7c7c;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 10px;
}
.form_base input[type="text"] {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
}
.form_base input[type="text"]:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.form_base input[type="text"]:focus {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.form_base input[type="email"] {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
}
.form_base input[type="email"]:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.form_base input[type="email"]:focus {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.form_base input[type="password"] {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
}
.form_base input[type="password"]:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.form_base input[type="password"]:focus {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.form_base textarea{
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 154px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
}
.form_base textarea:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 154px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.form_base textarea:focus {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 154px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.form_base input[type="submit"] {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 20px;
	height: 54px;
	padding: 6px 30px ;
	background-color: #2454a9;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	text-align: center;
	text-transform:uppercase;
}
.form_base input[type="submit"]:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 20px;
	height: 54px;
	padding: 6px 30px ;
	background-color: #1b4590;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	text-align: center;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.form_base input[type="submit"]:focus {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 20px;
	height: 54px;
	padding: 6px 30px ;
	background-color: #123573;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	text-align: center;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.form_base select {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
}
.form_base select:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.form_base button[type="submit"] {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 16px;
	height: 50px;
	padding: 6px 40px;
	background-color: #2454a9;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	text-align: center;
	text-transform:uppercase;
	margin-top:15px;
	margin-top:15px;
}
.form_base button[type="submit"]:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 16px;
	height: 50px;
	padding: 6px 40px;
	background-color: #1b4590;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	text-align: center;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.form_base button[type="submit"]:focus {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 16px;
	height: 50px;
	padding: 6px 40px;
	background-color: #123573;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	text-align: center;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.sin_mcid input[type="text"] {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 70%;
	margin-bottom: 0px !important;
	padding: 12px;
	border:1px solid #e3e3e3;
}
.sin_mcid input[type="text"]:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 70%;
	padding: 12px;
	margin-bottom: 0px !important;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.sin_mcid input[type="text"]:focus {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 54px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 70%;
	padding: 12px;
	margin-bottom: 0px !important;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.search_base label {
	font-family: 'merriweatherregular', Arial, Helvetica, sans-serif;
	color: #474747;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom:0px;
}
.search_base input[type="text"] {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 44px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	padding: 12px;
	border:1px solid #e3e3e3;
}
.search_base input[type="text"]:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 44px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.search_base input[type="text"]:focus {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 44px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.search_base input[type="email"] {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 44px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	padding: 12px;
	border:1px solid #e3e3e3;
}
.search_base input[type="email"]:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 44px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.search_base input[type="email"]:focus {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ffffff;
	height: 44px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	padding: 12px;
	border:1px solid #e3e3e3;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.search_base input[type="submit"] {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 14px;
	height: 44px;
	padding: 6px 10px;
	background-color: #2454a9;
	text-decoration: none;
	border: none;
	border-radius: none;
	text-align: center;
	text-transform:uppercase;
	width: 100%;
}
.search_base input[type="submit"]:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 14px;
	height: 44px;
	padding: 6px 10px;
	background-color: #1b4590;
	text-decoration: none;
	border: none;
	border-radius: none;
	text-align: center;
	text-transform:uppercase;
	width: 100%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.search_base input[type="submit"]:focus {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 14px;
	height: 44px;
	padding: 6px 10px;
	background-color: #123573;
	text-decoration: none;
	border: none;
	border-radius: none;
	text-align: center;
	text-transform:uppercase;
	width: 100%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
@-moz-document url-prefix() {
 select.form-control {
	 background-image:url(../images/down.jpg);
	 background-repeat: no-repeat;
	 background-position: calc(100% - 7px) 50%;
	 -moz-appearance: none;
	 appearance: none;
	 padding-left:10px;
	 padding-right:10px;
}
}
.form-horizontal select {
	border:1px solid #e3e3e3;
	background-color: transparent;
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7c7c7c;
	height: 44px;
}

@media (min-width: 768px) and (max-width: 991px) {
.form_base input[type="submit"] {
	font-size: 14px;
}
.form_base input[type="submit"]:hover {
	font-size: 14px;
}
.form_base input[type="submit"]:focus {
	font-size: 14px;

}
.form_base button[type="submit"] {
	font-size: 14px;
}
.form_base button[type="submit"]:hover {
	font-size: 14px;
}
.form_base button[type="submit"]:focus {
	font-size: 14px;
}
}

@media (max-width: 767px) {
.form_base input[type="submit"] {
	font-size: 14px;
}
.form_base input[type="submit"]:hover {
	font-size: 14px;
}
.form_base input[type="submit"]:focus {
	font-size: 14px;
}
.form_base input[type="submit"] {
	font-size: 14px;
	margin-top:0px;
}
.form_base input[type="submit"]:hover {
	font-size: 14px;
	
}
.form_base input[type="submit"]:focus {
	font-size: 14px;
	
}
.form_base button[type="submit"] {
	font-size: 14px;
	
}
.form_base button[type="submit"]:hover {
	font-size: 14px;
	
}
.form_base button[type="submit"]:focus {
	font-size: 14px;
	
}
.form_base input[type="text"] {
	font-size: 14px;
	height: 40px;
}
.form_base input[type="text"]:hover {
	font-size: 14px;
	height: 40px;
}
.form_base input[type="text"]:focus {
	font-size: 14px;
	height: 40px;
}
.form_base input[type="email"] {
	font-size: 14px;
	height: 40px;
}
.form_base input[type="email"]:hover {
	font-size: 14px;
	height: 40px;
}
.form_base input[type="email"]:focus {
	font-size: 14px;
	height: 40px;
}
.form_base input[type="password"] {
	font-size: 14px;
	height: 40px;
}
.form_base input[type="password"]:hover {
	font-size: 14px;
	height: 40px;
}
.form_base input[type="password"]:focus {
	font-size: 14px;
	height: 40px;
}
.form_base textarea{
	font-size: 14px;
	height: 100px;
}
.form_base textarea:hover {
	font-size: 14px;
	height: 100px;
}
.form_base textarea:focus {
	font-size: 14px;
	height: 100px;
}
.form_base input[type="submit"] {
	font-size: 14px;
	height:50px;
}
.form_base input[type="submit"]:hover {
	font-size: 14px;
	height:50px;
}
.form_base input[type="submit"]:focus {
	font-size: 14px;
	height:50px;

}
.form_base button[type="submit"] {
	font-size: 14px;
	height:50px;
}
.form_base button[type="submit"]:hover {
	font-size: 14px;
	height:50px;
}
.form_base button[type="submit"]:focus {
	font-size: 14px;
	height:50px;
}
.sin_mcid input[type="text"] {
	width: 100%;
	margin-bottom: 0px !important;
}
.sin_mcid input[type="text"]:hover {
	width: 100%;
	margin-bottom: 0px !important;
}
.sin_mcid input[type="text"]:focus {
	width: 100%;
	margin-bottom: 0px !important;
}
}