.center-content {
	width: 100%;
}

.feature { width: 28%; }
.feature img { width: 100%; height: auto; }


.project.grey h4,
.project.green h4 {
	padding-top: 60px;
}

.projects .gallery,
.projects .our-projects {
	width: 66%;
}

.projects .planning,
.projects .meet-the-team {
	width: 34%;
	right: 0px;
	left: auto;
}

#strapline h1 {
	padding: 0px 100px 0px 0px;
	font-size: 2.5em;
	line-height: 1em;
}

#strapline h1 span {
	font-size: 1.2em;
	line-height: 1em;
}


.intro-container {
	padding-left: 30px;
	padding-right: 30px;
}

.footer .partners,
.footer .info,
.footer .contact {
	width: 28%;
	padding-left: 26px;
}
.footer .info { margin-left: 10px; }
.footer .info #email-signup,
.footer .info #email-signup-btn {
	width: 150px;
}

#content-column {
	width: 523px;
}

/* Navigation */
#navigation {
	display: none;
}

#mobile-nav {
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 30px;
	cursor: pointer;
	color: #000000;
}

#mobile-nav.expanded .fa-bars,
#mobile-nav .fa-times {
	display: none;
}

#mobile-nav.expanded {
	z-index: 1001;
	position: fixed;
}

#mobile-nav.expanded .fa-times {
	display: block;
}

#mobile-nav.expanded .fa-times {
	display: block;
}

.fa.fa-search {
	position: absolute;
	top: 20px;
	right: 60px;
	font-size: 30px;
	background-color: transparent;
	cursor: pointer;
	color: #000000;
	padding: 0px;
}

/* Search */
.search-field {
	right: 0;
	top: -40px;
}

/* Navigation */
#mobile-navigation {
	background-color: #fcc000;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0px;
	width: 50%;
	height: 100%;
	max-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
	display: none;
	/* display: block; */
}

#mobile-navigation ul {
	padding: 0;

}

#mobile-navigation ul li {
	display: block;
}

#mobile-navigation ul li a {
	display: block;
	font: 18px "montserratregular", Arial;
	text-align: center;
	color: #FFF;
	padding: 5px 0;
}

/* Sub Nav */
#mobile-navigation .sub-nav-wrap {
	display: block;
	width: 100%;
}

#mobile-navigation .sub-nav-wrap ul {
	padding: 0;
}

table {
	width: 100% !important;
}

table tr td img {
	max-width: 100%;
	display:block !important;
	height: auto !important;
	width: 100% !important;
}

