body {
	width: 100%;
	overflow-x: hidden;
}

input,
textarea {
    border-radius: 0;
}

.mobile-only { display: inline !important; }

#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;
}

.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: 100%;
	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;
}

#aonb img {
	height: 150px;
	width: auto;
}

#banner {
	height: 400px;
}

#strapline {
	top: 182px;
	left: 0;
	width: 100%;
}

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

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

.center-content {
	width: 100%;
}

.projects {
	height: auto;

}
.projects .project {
	position: static;
	width: 100%;
	overflow: hidden;
}


.projects .project.gallery .image {
	display: none;
}
.projects .project.gallery p {
	padding-right: 0px;
}

.footer {
	height: auto;
	padding-bottom: 20px;
}
.footer .partners,
.footer .info,
.footer .contact {
	font-size: 14px;
	float: none;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.footer a { color: #ffffff; }
.feature {
	width: 290px;
	margin-right: 0px;
}

body .footer {
	padding-top: 20px;
	color: #000000;
}

body.home .footer {
	padding-top: 200px;
	color: #FFF;
}

.intro-container {
	padding: 30px 10px;
}

#page-container iframe,
.intro-container iframe {
	width: 100%;
	height: auto;
}

.intro-container blockquote {
	margin-left: 0;
	margin-right: 0;
}

#tools {
	display: none;
}
.search-field {
	width: 100%;
	position: absolute;
}
.search-field input[type=text] {
	width: calc( 100% - 180px );
}
.center-content .first-para {
	font-size: 20px;
}

#content-column table,
.intro-container table {
	width: 100% !important;
}

#content-column table tr td,
.intro-container table tr td {
	display: inline;
}

#content-column table tr td,
#content-column table {
	border: none !important;
	width: 100% !important;
}

#content-column {
	float: none;
	width: 100%;
	padding: 40px 20px 0 20px;
}

#content-column img {
	max-width: 100%;
	display:block;
	height: auto;
	width: 100%;

	margin: 20px 0 20px 0 !important;
}

#page-container {
	padding-top: 35px;
	padding-bottom: 35px;
}

/* Side Column */
#side-column {
	width: 100%;
	float: none;
	padding-left: 20px;
	padding-right: 20px;
}

#side-column select {
	width: 100%;
	font-size: 16px;
}

#side-column .sub-navigation {
	display: none;
}

#side-column .mobile-sub-nav {
	display: block;
}

/* Map */
.map-wrapper .map-list, .map-wrapper .map-container {
	float: none;
	width: 100%;
}

.map-wrapper .map-list {
	height: auto;
}

#map_front {
	height: 350px;
}

/* Gallery */
.gallery_images ul li,
.home_gallery ul li {
	margin-right: 0;
	width: 100%;
}

#cboxTitle {
    display: none !important;
}