@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

html {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	background: #eff1f6;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
	color: #e03a44;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #2c3957;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	margin: 20px 0;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 32px;
	margin-bottom: 12px;
	width: 80%;
}

a {
	color: #337ab7;
}

a:hover {
	color: #23527c;
}

img {
	display: block;
	box-sizing: content-box;
}

input {
	font-size: 16px;
	color: #333;
}

label {
	display: block;
}

label.inline {
	display: inline;
	margin-right: 20px;
}

.column {
	width: 50%;
	float: left;
}

.column label {
	margin-bottom: 10px;
}

.interest label {
	text-indent: -21px;
	padding-left: 21px;
}

.contact {
	margin-bottom: 24px;
}

.contact label {
	font-size: 12px;
	float: left;
	margin-right: 10px;
}

.container {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
}

header {
	background: #2c3957;
	border-bottom: 3px solid #e03a44;
}

header img {
	margin: 0 auto;
}




/* Main content */

main {
	width: 75%;
	float: left;
	padding: 30px 30px 30px 0;
}

input {
	font-family: 'Montserrat';
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
	background-color: white;
}

input[type="checkbox"] {
	margin-right: 3px;
}

input[type="submit"] {
	background-color: #e03a44;
	display: inline-block;
	padding: 20px 40px;
	color: white;
	text-transform: uppercase;
	border: none;
	margin-top: 24px;
	cursor: pointer;
	-webkit-appearance: none;
}

input[type="submit"]:hover {
	background-color: #ff3c48;
}

.required {
	color: #e03a44;
	font-size: 12px;
}

input.parsley-error {
	background-image: url('assets/required.png');
	background-repeat: no-repeat;
	background-position: right 8px top 8px;
}


/* Sidebar */

aside {
	width: 35%;
	float: right;
	padding: 30px;
	background: white;
	text-align: center;
}

.portrait {
	border: 5px solid white;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	margin: 10px auto;
}




iframe {
	float: left;
	margin: 0 20px 20px 0;
	border-bottom: 5px solid #2c3957;
}





/* Footer */

footer {
	background: #808083;
	color: white;
	padding: 60px 0;
	margin-top: 60px;
	font-size: 14px;
}




.clearfix:before,
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	float: none;
}






























