html {
	margin: 0;
	padding: 0;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #555;
	line-height: 1;
	text-align: center;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	word-spacing: 0;
	outline: none !important;
	background: #223342;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


body {
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

a {
	color: #08d;
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

.rounded {
	border-radius: 0px 0px 16px 16px;
}

.forced-break:after {
	content: "\A";
	white-space: pre;
}

/* -------- */

#stage {
	margin: 0; 
	padding: 16px 0 24px 0;
	background: #f6f4f0;
}

#footer {
	margin: 0;
	padding: 24px 0 28px 0;
	font-size: 13px;
	font-weight: 400;
	color: #718595;
	border-top: 4px #000 solid;
}

/* -------- */

.wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* -------- */

#header {
	width: 100%;
	margin: 0;
	padding: 0 0 16px 0;
	float: left;
}

#logo {
	width: 180px;
	height: 96px;
	margin: 0;
	padding: 0;
	float: left;
}

#logo .home {
	width: 180px;
	height: 96px;
	margin: 0;
	padding: 0; 
	float: left;
}

#logo .home img {
	width: 180px;
	height: 96px;
	margin: 0;
	padding: 0; 
	float: left;
}

/* -------- */

#mobinav {
	display: none;
}

/* -------- */

#nav {
	margin: 0;
	padding: 70px 0 0 0;
	font-size: 19px;
	font-weight: 300;
	color: #999;
	float: right;
}

#nav a {
	margin: 0;
	padding: 0 0 5px 0;
	color: #666;
	border-bottom: 3px transparent solid;
	float: left;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

#nav a:hover {
	color: #08d;
	border-color: #08d;
}

#nav a.active, #nav a.active:hover {
	color: #08d;
	border-color: transparent;
}

#nav .block {
	width: 5px;
	margin: 0;
	padding: 0 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 100 !important;
	color: transparent;
	background: url("../images/core/bg.nav.block.png") center 0 repeat-y;
	float: left;
}

#nav .block:nth-of-type(1) {
	padding: 0 12px 0 13px;
}

/* -------- */

#banner {
	width: 960px;
	height: 280px;
	margin: 0 0 24px 0;
	padding: 0;
	float: left;
}

#banner img {
	width: 960px !important;
	height: 280px !important;
}

#banner.short {
	width: 960px;
	height: 0px;
	border-bottom: 16px solid #7bb039;
}

/* -------- */

#map {
	width: 960px;
	height: 280px;
	margin: 0 0 24px 0;
	padding: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 1.3;
	float: left;
}

/* ------ */

#content {
	width: 705px;
	margin: 0;
	padding: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #444;
	line-height: 1.5;
	float: right;
}

#content strong, #content b {
	font-weight: 400;
}

#content em, #content i {
	font-style: italic;
}

#content strong em, #content b i, #content em strong, #content i b {
	font-weight: 400;
}

#content h1 {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	color: #444;
	line-height: 1.2;
}

#content h2 {
	margin: 24px 0 0 0;
	font-size: 21px;
	font-weight: 400;
	color: #444;
	line-height: 1.3;
}

#content h2.ruler {
	padding: 0 0 8px 0;
	border-bottom: 3px #d2d2d2 solid;
}

#content p {
	margin: 16px 0 0 0;
}

#content h1 + p {
	margin: 4px 0 0 0;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.5;
}

#content.news h1 + p {
	margin: 16px 0 0 0;
	font-size: 16px;
}

#content h2 + p {
	margin: 4px 0 0 0;
}

#content strong.green {
	font-weight: 400;
	color: #00aa4c;
}

#content ul, #content ol {
	margin: 0 0 0 -20px;
}

#content ul li, #content ol li {
	margin: 8px 0 0 0;
	/*color: #00aa4c;*/
	/*color: #00a144;*/
	color: #444;
}

#content ul li span, #content ol li span {
	color: #555;
}

#content ul li span strong, #content ol li span strong {
	font-weight: 400;
	color: #444;
}

#content .team-members {
	width: 100%;
	margin: 0 0 16px 0;
	padding: 0;
	float: left;
}

#content .team-members + h2 {
	width: 100%;
	margin: 16px 0 0 0;
	float: left;
}

#content a.team-member {
	width: 165px;
	height: auto;
	margin: 16px 15px 0 0;
	padding: 0;
	color: #555;
	background: #fff;
	border-bottom: 1px #d2d2d2 solid;
	float: left;
}

#content a.team-member:nth-of-type(4n+4) {
	margin-right: 0;
}

#content a.team-member .photo {
	width: 165px;
	height: 140px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

#content a.team-member .photo img {
	width: 165px !important;
}

#content a.team-member .info {
	width: 141px;
	margin: 0;
	padding: 12px;
	font-size: 14px;
	float: left;
}

#content a.team-member .info h3 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: 400;
	color: #333;
	-webkit-transition: 0.3s all;
	transition: 0.3s;
}

#content a.team-member:hover .info h3 {
	color: #08d;
}

#content #sector-grid {
	width: 657px;
	margin: 24px 0 0 0;
	padding: 24px;
	background: #fff;
	border-bottom: 1px #c1bfbb solid;
	border-radius: 8px;
	float: left;
}

#content #sector-grid .sector {
	width: 186px;
	margin: 0;
	padding: 24px;
	text-align: center;
	border: 1px #d2d2d2 solid;
	border-width: 1px 1px 0 0;
	float: left;
}

#content #sector-grid .sector:nth-of-type(3n+1) {
	padding: 24px 24px 24px 0;
}

#content #sector-grid .sector:nth-of-type(3n+2) {
	width: 187px;
}

#content #sector-grid .sector:nth-of-type(3n+3) {
	padding: 24px 0 24px 24px;
	border-width: 1px 0 0 0;
}

#content #sector-grid .sector:nth-of-type(1), #content #sector-grid .sector:nth-of-type(2), #content #sector-grid .sector:nth-of-type(3) {
	padding-top: 0;
	border-top: 0;
}

#content #sector-grid .sector:last-child, #content #sector-grid .sector:nth-last-child(2), #content #sector-grid .sector:nth-last-child(3) {
	padding-bottom: 0;
}

#content .sector .icon {
	width: 56px;
	height: 56px;
	margin: 0 auto;
	padding: 0;
}

#content .sector .summary {
	width: 100%;
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 14px;
	float: left;
}

#content .sector .summary h3 {
	margin: 0 0 4px 0;
	font-size: 16px;
	font-weight: 300;
	color: #333;
}

#content .sector .summary p {
	margin: 0;
	font-size: 15px;
}

#content img.portrait {
	width: 216px !important;
	margin: 5px 20px 16px 0;
	float: left;
}

#content a.news-item {
	width: 100%;
	margin: 24px 0 0 0;
	padding: 0 0 16px 0;
	font-size: 14px;
	color: #555;
	border-bottom: 1px #d2d2d2 solid;
	float: left;
}

#content a.news-item:nth-of-type(1) {
	padding: 16px 0;
	border-top: 1px #d2d2d2 solid;
}

#content a.news-item:nth-last-child(1) {
	padding: 0;
	border-bottom: 0;
}

#content a.news-item .date {
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 14px;
	color: #666;
	float: left;
}

#content a.news-item h2 {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 19px;
	font-weight: 400;
	color: #444;
	line-height: 1.4;
	float: left;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

#content a.news-item:hover h2 {
	color: #08d;
}

#content a.news-item p:after {
	content: " Read more »";
	color: #999;
}

#content a.news-item:hover p:after {
	color: #08d;
}

#content p.back-link {
	margin: 32px 0 0 0;
	padding: 16px 0 0 0;
	border-top: 2px #d2d2d2 solid;
}

#content table {
	margin: 16px 0 !important;
	border: 1px #c0c0c0 solid;
}

#content table, #content table td, #content table td p, #content table td span {
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif !important;
	font-size: 13px !important;
}

/* -------- */

#side {
	width: 230px;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 16px;
	float: left;
}

#side a {
	width: 100%;
	padding: 8px 0 9px 0;
	font-weight: 300;
	color: #666;
	border: 1px #d2d2d2 solid;
	border-width: 0 0 1px 0;
	float: left;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

#side a:hover {
	color: #08d;
}

#side a.active, #side a.active:hover {
	font-weight: 400;
	color: #08d;
}

#side a:first-child {
	border-width: 1px 0;
}

#side .heading {
	width: 100%;
	margin: 0;
	padding: 0 0 9px 0;
	font-weight: 400;
	color: #222;
	border-bottom: 2px #d2d2d2 solid;
	float: left;
}

#side a + .heading {
	margin: 32px 0 0 0;
}

/* -------- */

#hero-feature {
	width: 960px;
	height: 420px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	overflow: hidden;
}

#hero-feature img {
	width: 960px !important;
	height: 420px !important;
	float: left;
}

#hero-feature .hero-card {
	width: 452px;
	margin: 0;
	padding: 24px 32px 26px 32px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #222;
	background: rgba(255,204,0,0.92);
	position: absolute;
	right: 0;
	bottom: 48px;
	z-index: 16;
}

#hero-feature .hero-card h2 {
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 42px;
	font-weight: 400;
	color: #fff;
	line-height: 1.1;
}

#hero-feature .hero-card h2.card-2 {
	font-size: 32px;
}

#hero-feature .hero-card h2.card-3 {
	font-size: 29px;
}

#hero-feature .hero-card h2.card-4 {
	font-size: 40px;
}

#hero-feature .hero-card p {
	margin: 4px 0 0 0;
	line-height: 1.5;
}

/* -------- */

#hero-box {
	width: 912px;
	margin: 0;
	padding: 24px;
	font-size: 16px;
	font-weight: 300;
	color: #666;
	line-height: 1.4;
	background: #fff;
	border-bottom: 1px #c1bfbb solid;
	border-radius: 0 0 12px 12px;
	float: left;
}

#hero-box .wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("../images/home/bg.home.hero.box.png") center 0 repeat-y;
	float: left;
}

#hero-box a.box {
	width: 271px;
	margin: 0 49px 0 0;
	padding: 0;
	color: #666;
	float: left;
}

#hero-box a.box:nth-of-type(2) {
	width: 272px;
}

#hero-box a.box:nth-of-type(3) {
	margin: 0;
}

#hero-box a.box h2 {
	margin: -2px 0 0 0;
	font-size: 19px;
	font-weight: 400;
	color: #222;
	line-height: 1.2;
	-webkit-transition: 0.3s all;
	transition: 0.3s;
}

#hero-box a.box p {
	margin: 4px 0 0 0;
}

#hero-box a.box small {
	font-size: 15px;
	font-weight: 300;
	color: #999;
	-webkit-transition: 0.3s all;
	transition: 0.3s;
}

#hero-box a.box:hover h2 {
	color: #08d;
}

#hero-box a.box:hover small {
	color: #08d;
}

/* -------- */

#stage:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* -------- iPad Portrait */

@media only screen and (device-width: 768px) and (orientation: portrait) {
	#stage {
		padding: 12px 0 24px 0;
	}
	
	#stage.home {
		padding: 12px 0 0 0;
	}
	
	/* -------- */
	
	.wrapper {
		width: 768px;
	}
	
	#footer .wrapper {
		width: 720px;
	}

	/* -------- */

	#header {
		width: 768px;
		padding: 0 0 16px 0;
	}

	/* -------- */
	
	#logo {
		padding: 0 0 0 24px;
	}
	
	/* -------- */

	#nav {
		width: 734px;
		margin: 16px 0 0 0;
		padding: 16px 17px 0 17px;
		border-top: 1px #d2d2d2 solid;
		float: left;
	}
	
	#nav a {
		padding: 0;
		border-bottom: 0;
	}
	
	#nav .block {
		width: 5px;
		padding: 0 13px;
	}

	#nav .block:nth-of-type(1) {
		padding: 0 14px;
	}

	/* -------- */

	#banner {
		width: 768px;
		overflow: hidden;
	}

	#banner.short {
		width: 768px;
		border-bottom: 1px solid #d2d2d2;
	}
	
	#banner img.rounded, #banner.short {
		border-radius: 0;
	}
	
	/* -------- */
	
	#map {
		width: 768px;
	}

	/* -------- */

	#content {
		width: 720px;
		padding: 0 24px;
		float: left;
	}

	#content a.team-member {
		width: 168px;
		margin: 16px 16px 0 0;
	}

	#content a.team-member:nth-of-type(4n+4) {
		margin-right: 0;
	}

	#content a.team-member .photo {
		width: 168px;
		height: 142px;
	}

	#content a.team-member .photo img {
		width: 168px !important;
	}

	#content a.team-member .info {
		width: 144px;
	}

	#content #sector-grid {
		width: 672px;
	}

	#content #sector-grid .sector {
		width: 191px;
	}
	
	#content #sector-grid .sector:nth-of-type(3n+2) {
		width: 192px;
	}

	#content a.news-item, #content a.news-item:nth-of-type(1) {
		border-color: #e3e3e3;
	}

	/* -------- */

	#side {
		width: 720px;
		margin: 32px 24px 0 24px;
		padding: 4px 0 0 0;
		border-top: 6px #d2d2d2 double;
	}

	#side a {
		width: 168px;
		margin: 0 16px 0 0;
		padding: 16px 0 4px 0;
		border-width: 0;
	}
	
	#side a:nth-child(4n+4) {
		margin: 0;
	}

	#side a:first-child {
		border-width: 0;
	}
	
	#side.shorty a {
		width: 224px;
		margin: 0 24px 0 0;
	}
	
	#side.shorty a:nth-child(3n+3) {
		margin: 0;
	}
	
	#side.shorty a:nth-child(4n+4) {
		margin: 0 24px 0 0;
	}

	#side a:first-child {
		border-width: 0;
	}
	
	#side .heading:nth-of-type(1) {
		padding: 24px 0 9px 0;
	}

	#side a + .heading {
		margin: 28px 0 0 0;
	}

	/* -------- */

	#hero-feature {
		width: 768px;
		height: 420px;
	}

	#hero-feature img {
		width: 960px !important;
		height: 420px !important;
	}
	
	/* --------- */
	
	#hero-feature .hero-card {
		width: 368px;
		padding: 16px 24px 18px 24px;
	}

	#hero-feature .hero-card h2 {
		font-size: 35px;
	}

	#hero-feature .hero-card h2.card-2 {
		font-size: 26px;
	}

	#hero-feature .hero-card h2.card-3 {
		font-size: 23px;
	}

	#hero-feature .hero-card h2.card-4 {
		font-size: 32px;
	}

	/* -------- */

	#hero-box {
		width: 720px;
		border-bottom: 0;
		border-radius: 0;
	}

	#hero-box .wrap {
		background: url("../images/home/bg.home.hero.box.ipad.portrait.png") center 0 repeat-y;
	}

	#hero-box a.box {
		width: 207px;
	}
	
	#hero-box a.box:nth-of-type(2) {
		width: 208px;
	}
	
	#hero-box a.box small {
		display: none;
	}
	
}

/* -------- iPhone Portrait */

@media only screen and (device-width: 320px) and (orientation: portrait) {
	
	.forced-break:after {
		content: none;
	}
	
	#stage {
		padding: 12px 0 16px 0;
	}
	
	#stage.home {
		padding: 12px 0 0 0;
	}

	#footer {
		padding: 12px 0 18px 0;
		font-size: 11px;
	}

	/* -------- */

	.wrapper {
		width: 320px;
	}
	
	#footer .wrapper {
		width: 296px;
	}

	/* -------- */

	#header {
		width: 320px;
/*		max-height: 238px !important;*/
		padding: 0;
	}

	#logo {
		width: 90px;
		height: 48px;
		padding: 0 0 12px 12px;
	}
	
	#logo, #logo .home, #logo .home img {
		width: 90px;
		height: 48px;
	}
	
	/* -------- */
	
	#mobinav {
		width: 44px;
		height: 44px;
		margin: 2px 12px 0 0;
		padding: 0;
		background: url("../images/core/bg.mobinav.png") center center no-repeat;
		background-size: 36px 24px;
		display: block;
		float: right;
	}

	/* -------- */

	#nav {
		width: 320px;
		height: 0px;
		margin: 0;
		padding: 0;
		font-size: 17px;
		float: left;
		background: #f6f4f0;
		overflow: hidden;
/*		-webkit-transform: translate3d(0,0,0);*/
		/*		-webkit-backface-visibility: hidden;
				-webkit-perspective: 1000;*/
	}

	#nav a {
		width: 296px;
		margin: 0;
		padding: 8px 12px;
		border-bottom: 0;
		border-top: 1px #d2d2d2 solid;
		background: #f6f4f0;
	}
	
	#nav a:hover, #nav a.active {
		border-top: 1px #d2d2d2 solid;
	}

	#nav .block {
		display: none;
	}

	/* -------- */

	#banner {
		width: 320px;
		height: 168px;
		margin: 0 0 16px 0;
		overflow: hidden !important;
	}

	#banner img {
		width: 575px !important;
		height: 168px !important;
	}
	
	#banner img.lefty {
		margin: 0 0 0 -195px;
		float: left;
	}
	
	#banner img.rounded {
		border-radius: 0;
	}

	#banner.short {
		width: 320px;
		height: 0px;
		border-bottom: 1px solid #d2d2d2;
	}

	/* -------- */

	#map {
		width: 320px;
		height: 240px;
		margin: 0 0 16px 0;
	}

	/* ------ */

	#content {
		width: 296px;
		padding: 0 12px;
		font-size: 14px;
		float: left;
	}

	#content h1 {
		font-size: 25px;
		line-height: 1.2;
	}

	#content h2 {
		font-size: 18px;
		line-height: 1.2;
	}

	#content p {
		margin: 12px 0 0 0;
	}

	#content h1 + p {
		font-size: 16px;
	}

	#content.news h1 + p {
		font-size: 14px;
	}

	#content .team-members {
		width: 100%;
		margin: 0 0 16px 0;
		padding: 0;
		float: left;
	}

	#content .team-members + h2 {
		width: 100%;
		margin: 16px 0 0 0;
		float: left;
	}

	#content a.team-member {
		width: 296px;
		height: auto !important;
		margin: 12px 0 0 0;
	}

	#content a.team-member:nth-of-type(4n+4) {
		margin-right: 0;
	}

	#content a.team-member .photo {
		width: 136px;
		height: 115px;
	}

	#content a.team-member .photo img {
		width: 136px !important;
	}

	#content a.team-member .info {
		width: 136px;
		float: right;
	}

	#content #sector-grid {
		width: 272px;
		margin: 16px 0 0 0;
		padding: 12px;
	}

	#content #sector-grid .sector {
		width: 272px;
		padding: 16px 0 12px 0;
		border: 1px #d2d2d2 solid;
		border-width: 1px 0 0 0;
	}

	#content #sector-grid .sector:nth-of-type(3n+1) {
		padding: 12px 0;
	}

	#content #sector-grid .sector:nth-of-type(3n+2) {
		width: 272px;
	}

	#content #sector-grid .sector:nth-of-type(3n+3) {
		padding: 16px 0 12px;
		border-width: 1px 0 0 0;
	}
	
	#content #sector-grid .sector:nth-of-type(1), #content #sector-grid .sector:nth-of-type(2), #content #sector-grid .sector:nth-of-type(3) {
		padding-top: 16px;
		border-top: 1px #d2d2d2 solid;
	}
	
	#content #sector-grid .sector:nth-of-type(1) {
		padding-top: 0;
		border-top: 0;
	}

	#content #sector-grid .sector:last-child {
		padding-bottom: 0;
	}
	
	#content #sector-grid .sector:nth-last-child(2), #content #sector-grid .sector:nth-last-child(3) {
		padding-bottom: 12px;
	}

	#content img.portrait {
		width: 296px !important;
		margin: 0 0 16px 0;
	}

	#content a.news-item {
		width: 296px !important;
		border-bottom: 1px #e3e3e3 solid;
	}

	#content a.news-item:nth-of-type(1) {
		border-top: 1px #e3e3e3 solid;
	}

	#content a.news-item h2 {
		font-size: 18px;
	}
	
	#content a.news-item p:after {
		content: none;
	}

	/* -------- */

	#side {
		width: 296px;
		margin: 32px 12px 0 12px;
		padding: 0;
		border-top: 6px #d2d2d2 double;
	}

	#side a {
		border: 0;
		border-width: 0;
	}

	#side a:first-child {
		border-width: 0;
	}

	#side .heading {
		width: 100%;
		padding: 16px 0 9px 0;
	}

	#side a + .heading {
		margin: 0;
	}

	/* -------- */

	#hero-feature {
		width: 320px;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
		position: relative;
	}

	#hero-feature img {
		width: 384px !important;
		height: 168px !important;
		float: left;
	}

	#hero-feature .hero-card {
		width: 296px;
		padding: 12px 12px 14px 12px;
		font-size: 16px;
		color: #222;
		position: relative;
		bottom: 0;
		background: rgb(255,204,0);
		float: left;
	}

	#hero-feature .hero-card h2 {
		font-size: 28px;
	}

	#hero-feature .hero-card h2.card-2 {
		font-size: 28px;
	}

	#hero-feature .hero-card h2.card-3 {
		font-size: 28px;
	}

	#hero-feature .hero-card h2.card-4 {
		font-size: 26px;
	}

	/* -------- */

	#hero-box {
		width: 296px;
		padding: 0 12px;
		border-bottom: 0;
		border-radius: 0;
	}

	#hero-box .wrap {
		background: none;
	}

	#hero-box a.box {
		width: 296px;
		margin: 0;
		padding: 16px 0;
		border-top: 1px #d1d1d1 solid;
	}
	
	#hero-box a.box:nth-of-type(1) {
		border-top: 0;
	}

	#hero-box a.box:nth-of-type(2) {
		width: 296px;
	}

	#hero-box a.box:nth-of-type(3) {
		margin: 0;
	}

	#hero-box a.box h2 {
		font-size: 18px;
	}

	#hero-box a.box p {
		margin: 4px 0 0 0;
	}

	#hero-box a.box small {
		display: none;
	}
}

/* -------- iPhone 4 Landscape */

@media only screen and (device-width: 320px) and (orientation: landscape) {
	
	.forced-break:after {
		content: none;
	}
	
	#stage {
		padding: 12px 0 16px 0;
	}
	
	#stage.home {
		padding: 12px 0 0 0;
	}

	#footer {
		padding: 12px 0 18px 0;
		font-size: 11px;
	}

	/* -------- */

	.wrapper {
		width: 480px;
	}
	
	#footer .wrapper {
		width: 456px;
	}

	/* -------- */

	#header {
		width: 480px;
		padding: 0;
	}

	#logo {
		width: 90px;
		height: 48px;
		padding: 0 0 12px 12px;
	}
	
	#logo, #logo .home, #logo .home img {
		width: 90px;
		height: 48px;
	}
	
	/* -------- */
	
	#mobinav {
		width: 44px;
		height: 44px;
		margin: 2px 12px 0 0;
		padding: 0;
		background: url("../images/core/bg.mobinav.png") center center no-repeat;
		background-size: 36px 24px;
		display: block;
		float: right;
	}

	/* -------- */

	#nav {
		width: 480px;
		height: 0px;
		margin: 0;
		padding: 0;
		font-size: 17px;
		float: left;
		background: #f6f4f0;
		overflow: hidden;
		-webkit-transform: translate3d(0,0,0);
	}

	#nav a {
		width: 456px;
		margin: 0;
		padding: 8px 12px;
		border-bottom: 0;
		border-top: 1px #d2d2d2 solid;
		background: #f6f4f0;
	}
	
	#nav a:hover, #nav a.active {
		border-top: 1px #d2d2d2 solid;
	}

	#nav .block {
		display: none;
	}

	/* -------- */

	#banner {
		width: 480px;
		height: 168px;
		margin: 0 0 16px 0;
		overflow: hidden !important;
	}

	#banner img {
		width: 575px !important;
		height: 168px !important;
	}
	
	#banner img.lefty {
		margin: 0;
		float: left;
	}
	
	#banner img.rounded {
		border-radius: 0;
	}

	#banner.short {
		width: 480px;
		height: 0px;
		border-bottom: 1px solid #d2d2d2;
	}

	/* -------- */

	#map {
		width: 480px;
		height: 168px;
		margin: 0 0 16px 0;
	}

	/* ------ */

	#content {
		width: 456px;
		padding: 0 12px;
		font-size: 14px;
		float: left;
	}

	#content h1 {
		font-size: 25px;
		line-height: 1.2;
	}

	#content h2 {
		font-size: 18px;
		line-height: 1.2;
	}

	#content p {
		margin: 12px 0 0 0;
	}

	#content h1 + p {
		font-size: 16px;
	}

	#content.news h1 + p {
		font-size: 14px;
	}

	#content .team-members {
		width: 100%;
		margin: 0 0 12px 0;
		padding: 0;
		float: left;
	}

	#content .team-members + h2 {
		width: 100%;
		margin: 16px 0 0 0;
		float: left;
	}

	#content a.team-member {
		width: 222px;
		height: auto !important;
		margin: 12px 12px 0 0;
	}

	#content a.team-member:nth-of-type(2n+2), #content a.team-member:nth-of-type(4n+4) {
		margin-right: 0;
	}

	#content a.team-member .photo {
		width: 96px;
		height: 92px;
	}

	#content a.team-member .photo img {
		width: 96px !important;
	}

	#content a.team-member .info {
		width: 102px;
		padding: 8px 12px;
		font-size: 12px;
		float: right;
	}
	
	#content a.team-member .info h3 {
		font-size: 14px;
	}

	#content #sector-grid {
		width: 424px;
		margin: 16px 0 0 0;
		padding: 16px;
	}

	#content #sector-grid .sector {
		width: 424px;
		padding: 16px 0 12px 0;
		border: 1px #d2d2d2 solid;
		border-width: 1px 0 0 0;
	}

	#content #sector-grid .sector:nth-of-type(3n+1) {
		padding: 12px 0;
	}

	#content #sector-grid .sector:nth-of-type(3n+2) {
		width: 424px;
	}

	#content #sector-grid .sector:nth-of-type(3n+3) {
		padding: 16px 0 12px;
		border-width: 1px 0 0 0;
	}
	
	#content #sector-grid .sector:nth-of-type(1), #content #sector-grid .sector:nth-of-type(2), #content #sector-grid .sector:nth-of-type(3) {
		padding-top: 16px;
		border-top: 1px #d2d2d2 solid;
	}
	
	#content #sector-grid .sector:nth-of-type(1) {
		padding-top: 0;
		border-top: 0;
	}

	#content #sector-grid .sector:last-child {
		padding-bottom: 0;
	}
	
	#content #sector-grid .sector:nth-last-child(2), #content #sector-grid .sector:nth-last-child(3) {
		padding-bottom: 12px;
	}
	
	#content .sector .icon {
		margin: 0;
		float: left;
	}

	#content .sector .summary {
		width: 352px;
		margin: 0;
		text-align: left;
		line-height: 52px !important;
		float: right;
	}

	#content img.portrait {
		width: 208px !important;
		margin: 0 16px 16px 0;
	}

	#content a.news-item {
		width: 456px !important;
		border-bottom: 1px #e3e3e3 solid;
	}

	#content a.news-item:nth-of-type(1) {
		border-top: 1px #e3e3e3 solid;
	}

	#content a.news-item h2 {
		font-size: 18px;
	}
	
	#content a.news-item p:after {
		content: none;
	}

	/* -------- */

	#side {
		width: 456px;
		margin: 32px 12px 0 12px;
		padding: 0;
		border-top: 6px #d2d2d2 double;
	}

	#side a {
		border: 0;
		border-width: 0;
	}

	#side a:first-child {
		border-width: 0;
	}

	#side .heading {
		width: 100%;
		padding: 16px 0 9px 0;
	}

	#side a + .heading {
		margin: 0;
	}

	/* -------- */

	#hero-feature {
		width: 480px;
		height: 168px;
		margin: 0;
		padding: 0;
		float: left;
		position: relative;
		overflow: hidden;
	}

	#hero-feature img {
		width: 384px !important;
		height: 168px !important;
		margin: 0 0 0 -40px;
		float: left;
	}
	
	#hero-feature img.lefty {
		width: 384px !important;
		height: 168px !important;
		margin: 0 0 0 -80px;
		float: left;
	}

	#hero-feature .hero-card {
		width: 216px;
		height: 148px;
		padding: 10px 12px 10px 12px;
		font-size: 16px;
		color: #222;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgb(255,204,0);
	}

	#hero-feature .hero-card h2 {
		font-size: 24px;
	}

	#hero-feature .hero-card h2.card-2 {
		font-size: 22px;
	}

	#hero-feature .hero-card h2.card-3 {
		font-size: 22px;
	}

	#hero-feature .hero-card h2.card-4 {
		font-size: 24px;
	}

	/* -------- */

	#hero-box {
		width: 456px;
		padding: 0 12px;
		border-bottom: 0;
		border-radius: 0;
	}

	#hero-box .wrap {
		background: none;
	}

	#hero-box a.box {
		width: 456px;
		margin: 0;
		padding: 16px 0;
		border-top: 1px #d1d1d1 solid;
	}
	
	#hero-box a.box:nth-of-type(1) {
		border-top: 0;
	}

	#hero-box a.box:nth-of-type(2) {
		width: 456px;
	}

	#hero-box a.box:nth-of-type(3) {
		margin: 0;
	}

	#hero-box a.box h2 {
		font-size: 18px;
	}

	#hero-box a.box p {
		margin: 4px 0 0 0;
	}

	#hero-box a.box small {
		display: none;
	}
}

/* -------- iPhone 5 Landscape */

@media only screen and (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	
	.forced-break:after {
		content: none;
	}
	
	#stage {
		padding: 12px 0 16px 0;
	}
	
	#stage.home {
		padding: 12px 0 0 0;
	}

	#footer {
		padding: 12px 0 18px 0;
		font-size: 11px;
	}

	/* -------- */

	.wrapper {
		width: 568px;
	}
	
	#footer .wrapper {
		width: 544px;
	}

	/* -------- */

	#header {
		width: 568px;
		padding: 0;
	}

	#logo {
		width: 90px;
		height: 48px;
		padding: 0 0 12px 12px;
	}
	
	#logo, #logo .home, #logo .home img {
		width: 90px;
		height: 48px;
	}
	
	/* -------- */
	
	#mobinav {
		width: 44px;
		height: 44px;
		margin: 2px 12px 0 0;
		padding: 0;
		background: url("../images/core/bg.mobinav.png") center center no-repeat;
		background-size: 36px 24px;
		display: block;
		float: right;
	}

	/* -------- */

	#nav {
		width: 568px;
		height: 0px;
		margin: 0;
		padding: 0;
		font-size: 17px;
		float: left;
		background: #f6f4f0;
		overflow: hidden;
		-webkit-transform: translate3d(0,0,0);
	}

	#nav a {
		width: 544px;
		margin: 0;
		padding: 8px 12px;
		border-bottom: 0;
		border-top: 1px #d2d2d2 solid;
		background: #f6f4f0;
	}
	
	#nav a:hover, #nav a.active {
		border-top: 1px #d2d2d2 solid;
	}

	#nav .block {
		display: none;
	}

	/* -------- */

	#banner {
		width: 568px;
		height: 168px;
		margin: 0 0 16px 0;
		overflow: hidden !important;
	}

	#banner img {
		width: 575px !important;
		height: 168px !important;
	}
	
	#banner img.lefty {
		margin: 0;
		float: left;
	}
	
	#banner img.rounded {
		border-radius: 0;
	}

	#banner.short {
		width: 568px;
		height: 0px;
		border-bottom: 1px solid #d2d2d2;
	}

	/* -------- */

	#map {
		width: 568px;
		height: 168px;
		margin: 0 0 16px 0;
	}

	/* ------ */

	#content {
		width: 544px;
		padding: 0 12px;
		font-size: 14px;
		float: left;
	}

	#content h1 {
		font-size: 25px;
		line-height: 1.2;
	}

	#content h2 {
		font-size: 18px;
		line-height: 1.2;
	}

	#content p {
		margin: 12px 0 0 0;
	}

	#content h1 + p {
		font-size: 16px;
	}

	#content.news h1 + p {
		font-size: 14px;
	}

	#content .team-members {
		width: 100%;
		margin: 0 0 12px 0;
		padding: 0;
		float: left;
	}

	#content .team-members + h2 {
		width: 100%;
		margin: 16px 0 0 0;
		float: left;
	}

	#content a.team-member {
		width: 266px;
		height: auto !important;
		margin: 12px 12px 0 0;
	}

	#content a.team-member:nth-of-type(2n+2), #content a.team-member:nth-of-type(4n+4) {
		margin-right: 0;
	}

	#content a.team-member .photo {
		width: 96px;
		height: 92px;
	}

	#content a.team-member .photo img {
		width: 96px !important;
	}

	#content a.team-member .info {
		width: 146px;
		padding: 8px 12px;
		font-size: 12px;
		float: right;
	}
	
	#content a.team-member .info h3 {
		font-size: 14px;
	}

	#content #sector-grid {
		width: 512px;
		margin: 16px 0 0 0;
		padding: 16px;
	}

	#content #sector-grid .sector {
		width: 512px;
		padding: 16px 0 12px 0;
		border: 1px #d2d2d2 solid;
		border-width: 1px 0 0 0;
	}

	#content #sector-grid .sector:nth-of-type(3n+1) {
		padding: 12px 0;
	}

	#content #sector-grid .sector:nth-of-type(3n+2) {
		width: 512px;
	}

	#content #sector-grid .sector:nth-of-type(3n+3) {
		padding: 16px 0 12px;
		border-width: 1px 0 0 0;
	}
	
	#content #sector-grid .sector:nth-of-type(1), #content #sector-grid .sector:nth-of-type(2), #content #sector-grid .sector:nth-of-type(3) {
		padding-top: 16px;
		border-top: 1px #d2d2d2 solid;
	}
	
	#content #sector-grid .sector:nth-of-type(1) {
		padding-top: 0;
		border-top: 0;
	}

	#content #sector-grid .sector:last-child {
		padding-bottom: 0;
	}
	
	#content #sector-grid .sector:nth-last-child(2), #content #sector-grid .sector:nth-last-child(3) {
		padding-bottom: 12px;
	}
	
	#content .sector .icon {
		margin: 0;
		float: left;
	}

	#content .sector .summary {
		width: 440px;
		margin: 0;
		text-align: left;
		line-height: 52px !important;
		float: right;
	}

	#content img.portrait {
		width: 208px !important;
		margin: 0 16px 16px 0;
	}

	#content a.news-item {
		width: 544px !important;
		border-bottom: 1px #e3e3e3 solid;
	}

	#content a.news-item:nth-of-type(1) {
		border-top: 1px #e3e3e3 solid;
	}

	#content a.news-item h2 {
		font-size: 18px;
	}
	
	#content a.news-item p:after {
		content: none;
	}

	/* -------- */

	#side {
		width: 544px;
		margin: 32px 12px 0 12px;
		padding: 0;
		border-top: 6px #d2d2d2 double;
	}

	#side a {
		border: 0;
		border-width: 0;
	}

	#side a:first-child {
		border-width: 0;
	}

	#side .heading {
		width: 100%;
		padding: 16px 0 9px 0;
	}

	#side a + .heading {
		margin: 0;
	}

	/* -------- */

	#hero-feature {
		width: 568px;
		height: 168px;
		margin: 0;
		padding: 0;
		float: left;
		position: relative;
		overflow: hidden;
	}

	#hero-feature img {
		width: 384px !important;
		height: 168px !important;
		margin: 0 0 0 -40px;
		float: left;
	}
	
	#hero-feature img.lefty {
		width: 384px !important;
		height: 168px !important;
		margin: 0 0 0 -80px;
		float: left;
	}

	#hero-feature .hero-card {
		width: 272px;
		height: 148px;
		padding: 10px 12px 10px 12px;
		font-size: 18px;
		color: #222;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgb(255,204,0);
	}

	#hero-feature .hero-card h2 {
		font-size: 28px;
	}

	#hero-feature .hero-card h2.card-2 {
		font-size: 28px;
	}

	#hero-feature .hero-card h2.card-3 {
		font-size: 28px;
	}

	#hero-feature .hero-card h2.card-4 {
		font-size: 28px;
	}

	/* -------- */

	#hero-box {
		width: 544px;
		padding: 0 12px;
		border-bottom: 0;
		border-radius: 0;
	}

	#hero-box .wrap {
		background: none;
	}

	#hero-box a.box {
		width: 544px;
		margin: 0;
		padding: 16px 0;
		border-top: 1px #d1d1d1 solid;
	}
	
	#hero-box a.box:nth-of-type(1) {
		border-top: 0;
	}

	#hero-box a.box:nth-of-type(2) {
		width: 544px;
	}

	#hero-box a.box:nth-of-type(3) {
		margin: 0;
	}

	#hero-box a.box h2 {
		font-size: 18px;
	}

	#hero-box a.box p {
		margin: 4px 0 0 0;
	}

	#hero-box a.box small {
		display: none;
	}
}


/* -------- */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#content ul {
		margin: 0 0 0 -28px;
	}
	
	#hero-feature .hero-card h2 {
		font-size: 40px;
	}
}