/* ========== ABOUT ========== */
.static {
	width: 90%;
	max-width: 600px;
	overflow: hidden;
	padding: 0px 5%;
	height: auto;
	margin: 0px auto;
	margin-top: 90px;
	font: normal 14px 'Open Sans', Arial;
	color: #2d3746;
}
.static h2, .static h3, .static h4 {
	width: 100%;
	text-align: left;
	color: #2d3746;
	margin-bottom: 20px;
	border-bottom: 1px solid #a7abb4;
}
.static h2 {
	font: 200 30px 'Open Sans', Arial;
	padding: 20px 0px;
}
.static h3 {
	font: 200 24px 'Open Sans', Arial;
	padding: 15px 0px;
}
.static h4 {
	font: 200 20px 'Open Sans', Arial;
	padding: 10px 0px;
}
.static p {
	width: 100%;
	text-align: left;
}
.static strong {
	font-weight: 500;
}
.static a {
	color: #0185c6;
	text-decoration: none;
}
.static a:hover {
	text-decoration: underline;
}
.static img {
	width: 100%;
	height: auto;
}
.static .mt20 {
	margin-top: 20px;
}
.static .mb20 {
	margin-bottom: 20px;
}
.static .mr4 {
	margin-right: 4%;
}
.static ul {
	width: 100%;
	color: #2d3746;
	margin-top: 10px;
}
.static ul li {
	width: 95%;
	float: left;
	margin-left: 18px;
	margin-bottom: 10px;
	list-style: outside disc;
}
.static ul li ul li {
	font-weight: normal;
	list-style: outside circle;
	margin-bottom: 5px;
}
.static ul li ul li ul li{
	list-style: outside square;
}
.static input[type="text"] {
	width: 44%;
	height: 30px;
	float: left;
	background: rgba(255, 255, 255, 0.75);
	padding: 0px 2%;
	margin-bottom: 2%;
	font: 200 14px 'Open Sans', Arial;
	line-height: 30px;
	border: none;
	border-bottom: 1px solid #a7abb4;
	outline: none;
	transition: all 0.3s ease-out;
}
.static textarea {
	width: 96%;
	height: auto;
	resize: none;
	float: left;
	background: rgba(255, 255, 255, 0.75);
	padding: 2%;
	margin-bottom: 2%;
	font: 200 14px 'Open Sans', Arial;
	border: none;
	border-bottom: 1px solid #a7abb4;
	outline: none;
	transition: all 0.3s ease-out;
}
.static input[type="text"]:hover, .static input[type="text"]:focus, .static textarea:hover, .static textarea:focus {
	background: #fff;
}
.static input[type="submit"] {
	width: auto;
	height: 30px;
	float: left;
	background: #09f;
	padding: 0px 20px;
	font: 200 14px 'Open Sans', Arial;
	color: #fff;
	border: none;
	border-bottom: 2px solid #0185c6;
	border-radius: 5px;
	outline: none;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.static input[type="submit"]:hover, .static input[type="submit"]:focus {
	background: #0185c6;
}
