#content-quote {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 10px 10px 45px 10px;
	position: relative;
	clear: both;
	overflow: hidden;
	background-color: #FFF;
}
#content-quote a {
	color: #003887;
}
.colums-50,
.colums-100 {
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
}
@media (min-width: 721px) {
	.colums-50 {
		display: block;
		float: left;
		width: 50%;
	}
}
@media (max-width: 720px) {
	.colums-100 {
		width: 100%;
	}
	.colums-100 form {
		margin: 0;
	}
}
.required {
	color: red;
	background: none;
	padding-left: 0px;
}
.step-header {
	margin: 20px 0 10px 0;
	font-weight: bold;
}
.description-header {
	margin: 35px 0 0 0;
}
.label-left {
	display: inline-block;
	width: 40%;
	max-width: 200px;
}
form {
	width: 100%;
	margin: 0 auto 30px;
}
form legend {
	border: none;
	margin-left: 0px;
}
form>div {
	margin-left: 15px;
	margin-bottom: 5px;
}
form textarea {
	width: 95%;
	max-width: 465px;
}
form button {
	border: none;
	background: #226aa0;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 5px;
}
form button:hover {
	cursor: pointer;
	background: #022d4d;
}
.request {
	text-align: center;
	padding-top: 75px;
	padding-bottom: 30px;
}
.request h1 {
	display: inline-block;
}
.request div {
	margin: 50px 0;
}
.request a {
	font-size: 100%;
}