body {
	margin: 0px;
	color: #747474;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

*:focus {
	outline:none;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #1c1c1c;
}

a:hover {
	color: #ccc;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.holder {
	width: 1100px;
	margin: 0px auto;
	position: relative;
}

header {
	width: 1060px;
	height: 135px;
	padding: 0 20px;
	position: relative;
	background: #3a3a3a;
	color: #fff;
	border-bottom: 5px solid #222020;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.contact-details {
	float: right;
	text-align: right;
	padding-top: 25px;
}

.chartered {
	position: absolute;
	left: 270px;
	top: 20px;
}

nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

nav ul {
	padding: 0;
	margin: 0px auto;
	text-align: right;
}

nav ul li {
	list-style-type: none;
	display: inline-block;
}

nav li a {
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

nav li a:hover {
	color: #ccc;
}

h1, h2, h3 {
}

h1 {
	color: #3a3a3a;
	font-size: 28px;
	letter-spacing: -2px;
	margin-top: 35px;
	padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
}

h2 {
	margin-top: 10px;
	color: #3a3a3a;
	letter-spacing: -1px;
}

.box {
	width: 31%;
    height: 340px;
	float: left;
	font-size: 13px;
	margin-top: 35px;
}

.box img {
	width: 100%;
}

.box:nth-of-type(3n+2) {
	margin: 35px 3% 0;
}

.box:nth-of-type(6) {
	margin-bottom: 45px;
}

.pension-transfers {
	clear: both;
    background: #e9e9e9;
    padding: 25px 0;
    border-top: 5px solid #424141;
    /* border-bottom: 5px solid #334731; */
    color: #1C1C1C;
    margin: 25px 0 -60px;
}

.pension-transfers h2 {
	color: #1c1c1c;
}

.pension-holder {
	width: 700px;
}

.ipad {
	position: absolute;
	top: -40px;
	right: 0;
}

footer {
	background: #1c1c1c;
	border-top: 5px solid #424141;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	clear: both;
	margin-top: 55px;
}

footer a {
	color: #fff;
}

.footer-contact {
	font-size: 14px;
}

.team {
	width: 44%;
	padding: 2%;
	float: left;
	font-size: 13px;
	margin: 35px 10px;
	border: 1px solid #E9E9E9;
	margin-bottom: 45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form {
	width: 700px;
	float: left;
	margin: 35px 0;
}

.contact-sidebar {
	width: 300px;
	float: right;
	margin: 35px 0;
}

hr {
	border: none;
	width: 100%;
	height: 1px;
	background: #E9E9E9;
}

.question {
	background: #1c1c1c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 1.5%;
	color: #fff;
	margin-top: 15px;
	font-weight: 600;
}

.question:hover {
	cursor: pointer;
}

.left {
	width: 650px;
	float: left;
}

.sidebar {
	width: 300px;
	float: right;
}

.sidebar img {
	width: 100%;
}

.sidebar a {
	font-weight: 600;
	color: #A37337;
}

.register {
	background: #1c1c1c;
	color: #fff;
	padding: 30px;
	margin-bottom: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.register h2 {
	color: #fff;
}

.signedup {
	background: #DDD;
	color: #1c1c1c;
	padding: 30px;
	margin-bottom: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.toggle-menu {
	display: none;
}