/* CSS Document */

/* Webfont Maven Pro */
@import url(http://fonts.googleapis.com/css?family=Maven+Pro);

body {
	font-family:Helvetica neue, Helvetica, Arial;
	color:#626262;
}

a {
	color:#3E74AF
}

img {
	vertical-align:middle;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Maven Pro', Helvetica Neue, Helvetica, Arial;

	color:#222222;
}
h1 {
	font-size:30px;
		font-weight:100;
	margin-top:0;
	line-height:normal;

}

h2, h3 {
	font-size:24px;
	line-height:normal;
	font-weight:100;
	margin-top:0;
}

input[type="text"], textarea {
	width:70%;
	display:block;	
}

textarea {
	height:200px;
}

form {
	margin-top:20px;	
}

.clear {
	clear:both;
}

.small {
	font-size:11px;
	color:#959595;
	line-height:14px;
}

.container {
	padding:0 30px 60px 30px;
	border-top:6px solid #3e74af;
	border-bottom:6px solid #3e74af;
}

.row {
	margin-top:60px;
}

.text-right {
	text-align:right;	
}

ul.checklist {

}

ul.checklist li {
		list-style:none;
		background:url('../img/check.png') no-repeat left center;
		padding-left:15px;
		margin-bottom:10px;
}

.header {
	height:102px;
	
}

.header a.logo {
	display:block;
	width:287px;
	margin-top:17px;
	float:left;
}

.header ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}

.header ul li {
	float:left;
}

.header ul li a {
	margin:0 10px 0 0;
	padding:70px 15px 12px 15px;	
	float:left;
	text-decoration:none;
	color:black;
}

.header ul li.active a {
	background:#3e74af;
	color:white!important;
}

.header ul li a:hover {
	color:#3e74af;
}

.header-image img {
	border:3px solid #D6D6D6;
}

.content {
	margin-top:60px;
}

.box p {
	border:5px solid #d6d6d6;
	padding:20px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

.contacticons {
	float:left;
	text-align:center;
}

.contacticons, address {
	line-height:23px;
}

address {
	margin-left:25px;
}

.footer {
	border:none!important;
	color:#b2b2b2;
	font-size:11px;
}

.footer .row {
	margin-top:5px;
	text-align:right;
}

.footer a {
	color:#b2b2b2;
	text-decoration:underline;
}

.footer a:hover {
	color:#3E74AF;
}


/* Smartphone */

@media (max-width: 767px) {
	
	h1 {
		font-size:26px;
		line-height:28px;
	}
	
	h2, h3 {
		margin-bottom:5px;
	}
	
	.container {
		padding:10px 0 30px 0;
	}
	
	.header ul {
		margin-top:30px;
		margin-left:-10px!important;
	}
	
	.header ul, .header .logo {
		float:none!important;
		text-align:center;
	}
	
	.header a.logo {
		width:100%;
	}
	
	.header a.logo img {
		width:90%;
	}
	
	.header ul li {
		margin:0 0 10px 10px;
	}
	
	.header ul li a {
		margin:0;
		padding:10px;	
		background:#eeeeee;
		border-radius:4px;
		-webkit-border-radius:4px;
	}
	
	.span8, .span4 {
		margin-top:40px;	
	}
	
	.row {
		margin-top:0;
	}
}

