@charset "UTF-8";
/* Minimum breakpoints account for 320px width */

body {
	text-align: center;
	letter-spacing: -0.31em;
	*letter-spacing: normal; 	/* ie8 hack */
	word-spacing: -0.43em;  	/* IE < 8 & gecko collapse white-space btwn units */
	margin: 0px;
	padding: 0px;
	background: url('../images/clean-gray-paper.png') rgb(255,255,255);
	color: #000;
	font-family: 'Roboto', arial, sans-serif;
	font-size: 11pt;
	}

a {
	color: #059;
	}

a:hover {
	cursor: pointer;
	text-decoration: underline;
	}

h1 {
	float: left;
	color: white;
	font-size: 24pt;
	}

h2 {
	font-family: 'Roboto', arial, sans-serif;
	font-size: 18pt;
	font-weight: 300;
	margin: 0;
	padding: 1em 0 0.5em 0;
	}

h3 {
	font-family: 'Roboto', arial, sans-serif;
	font-size: 14pt;
	font-weight: 500;
	margin: 0;
	padding: 0.5em 0 0.25em 0;
	}

h4 {
	font-family: 'Roboto', arial, sans-serif;
	font-size: 11pt;
	font-weight: 300;
	margin: 0;
	padding: 0.5em 0 0.25em 0;
	}

p {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	line-height: 140%;
	font-size: 11pt;
	}

ul {
	margin: 0.5em 0 1em 2em;
	padding: 0;
	}

li {
	margin: 0 0 0.7em 0;
	padding: 0;
	}

ul.singles li {
	margin-bottom: 0.2em;
	}

ul#Sections {
	float: left;
	list-style-type: none;
	height: 50px;
	margin: 0 0 0 2em;
	padding: 0;
	}
	
ul#Sections li {
	float: left;
	margin: 0;
	padding: 0;
	color: #000;
	height: 50px;
	line-height: 50px;
	/* border-right: 1px solid rgb(128,128,128); */
	}

ul#Sections li:first-child {
	/* border-left: 1px solid rgb(128,128,128); */
	}

ul#Sections li a {
	text-decoration: none;
	font-family: 'Roboto', arial, sans-serif;
	font-size: 11pt;
	font-weight: 400;
	color: #fff;
	padding: 0 1em;
	display: inline-block;
	}

ul#Sections li a:hover {
	color: white;
	background: rgba(245,245,245,0.4);
	background: -moz-linear-gradient(top, rgba(245,245,245,0) 30%, rgba(245,245,245,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 30%, rgba(245,245,245,0.6) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 30%, rgba(245,245,245,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeee', endColorstr='#000000',GradientType=0 );
	}

ul#Sections li.selected, ul#Sections li.selected a:hover, #MenuButton.selected {
	background: rgba(245,245,245,0.4);
	background: -moz-linear-gradient(top, rgba(245,245,245,0) 30%, rgba(245,245,245,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 30%, rgba(245,245,245,0.6) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 30%, rgba(245,245,245,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeee', endColorstr='#000000',GradientType=0 );
	}

ul#Sections li.selected a {
	color: #fff;
	text-shadow: 0 2px 5px rgb(0,0,0);
	}

.sectionHeroImg {
	width: 100%;
	height: 300px;
	max-height: 300px;
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 1em 0;
	position: absolute;
	top: 37px;
	left: 0;
	-webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
	clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
	}

.afterSectionHeroImg {
	margin-top: 300px;
	}

.sectionHeroImg > h2 {
	margin: 0px 20px 0 20px;
	padding: 20px 0 10px 0;
	color: #000;
	font-weight: 200;
	font-size: 24pt;
	text-shadow: 0 0 3px #fff;
	}
	
.sectionHeroImg > h3 {
	margin: 0 20px 0 20px;
	padding: 0px;
	color: #000;
	font-weight: 400;
	text-shadow: 0 0 3px #fff;
	}

.subhead {
	/* for clarification of a main heading with minimal spacing between */
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #666;
	font-weight: 300;
	}

.divider {
	padding: 0 0.5em 0 0.5em;
	color: #ccc;
	}

.darkGray {
	color: #999;
	}

.lightGray {
	color: #ddd;
	}

.bold {
	font-weight: 700;
	}

.bolder {
	font-weight: 500;
	}

.medium {
	font-weight: 400;
	}

.narrow {
	font-weight: 300;
	}

.narrowest {
	font-weight: 100;
	}

.right {
	float: right;
	}

#OuterWrapper {
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	*display: inline; 			/* IE hack to mimic inline-block */
	zoom: 1; 					/* IE hack continued */
	width: 100%;
	position: static;
	z-index: 100;
	}
	
#InnerWrapper {
	width: 100%;
	position: absolute;
	z-index: 3;
	}

#MenuBar > h1 {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 12pt;
	font-weight: 300;
	padding: 0 0 0 22px;
	margin: 0;
	border-bottom: 0;
	line-height: 50px;
	}

#MainMenuWrapper {
	/* used for scrolling long side menu on mobile interactions */
	display: none;
	width: 280px;
	position: absolute;
	z-index: 2;
	left: -280px;
	top: 0;
	background: url('../images/45-degree-fabric-light.png') rgb(80,80,80);
	}
	
#MainMenu {
	width: 264px;
	list-style-type: none;
	padding: 0.5em 0 0 1em;
	margin: 0;
	font-size: 12pt;
	font-weight: 300;
	/*
	background: rgb(221,221,221);
	background: -moz-linear-gradient(left, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 96%, rgba(181,181,181,1) 100%);
	background: -webkit-linear-gradient(left, rgba(221,221,221,1) 0%,rgba(221,221,221,1) 96%,rgba(181,181,181,1) 100%);
	background: linear-gradient(to right, rgba(221,221,221,1) 0%,rgba(221,221,221,1) 96%,rgba(181,181,181,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#b5b5b5',GradientType=1 );
	*/
	}

#MainMenu > li {
	margin: 0;
	padding: 0.1em 0 0.1em 0;
	color: white;
	}

#MainMenu > li.selected {
	background-color: rgba(38,65,102,0.5);
	padding: 0 0 0 1em;
	margin: 0 0 0 -1em;
	font-weight: 500;
	}

#MainMenu > li.selected a {
	color: #fff;
	}

#MainMenu > li.subsection {
	padding: 0;
	margin: 2em 1em 0 0.8em;
	color: #999;
	font-weight: 400;
	font-size: 8pt;
	text-transform: uppercase;
	}

#MainMenu > ul > li.selected {
	color: #000;
	font-weight: bold;
	}

#MainMenu a {
	display: inline-block;
	*display: inline;			/* IE hack */
	width: 100%;
	text-decoration: none;
	cursor: pointer;
	padding: 0.5em 0.5em 0.5em 1em;
	margin: 0;
	color: inherit;
	}

#MenuButton {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url('../images/icn_menu2.png') transparent 50% 50% no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	float: left;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: 8pt;
	}

#MenuButton.selected {
	background-image: url('../images/icn_menu2.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: rgb(38,65,102);
	}

#MenuBar {
	height: 50px;
	/* background: rgb(59,103,158); */
	background: url('../images/45-degree-fabric-light.png') rgb(0,0,0);
	/*
	background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
	background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
	*/
	box-shadow: 0 -1em 0.5em #666;
	}

#ContentWrapper {
	/* Wraps main and secondary content so it flows to the right of the exposed main menu when needed */
	max-width: 900px;
	margin: 0 auto 3em auto;
	padding: 0 2em;
	}

#Content {
	padding: 1em 0;
	margin: 0;
	width: 100%;
	float: none;
	}

#SecondaryContent {
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	float: none;
	}
	
#Footer {
	display: block;
	clear: both;
	text-align: center;
	font-size: 9pt;
	font-weight: 300;
	color: #666;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	padding: 1.5em 1em 2em 1em;
	width: 90%;
	}

#Footer p {
	text-align: center;
	}

.button {
	border: 1px solid RGB(29,87,154);
	border-radius: 0.3em;
	display: inline-block;
	padding: 0.5em 1.5em;
	margin: 0.5em 1em 0.5em 0;
	background: rgb(59,103,158);
	background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
	background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
	
	}

.button:hover {
	cursor: pointer;
	}

.button .label {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	}

.footnote {
	color: #999;
	}

.sampleTile {
	float: left;
	padding: 1em;
	margin: 1em 0 1em 0;
	width: 30%;
	}

.sampleTile .thumb {
	background-color: white;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 250px;
	max-height: 250px;
	overflow: hidden;
	border: 1px solid #999;
	box-shadow: 0 0.4em 0.75em #999;
	-webkit-transition: background-size 0.25s; /* Safari */
    transition: background-size 0.25s;
	}

.sampleTile .thumb:hover {
	background-size: 110% auto;
	}

.sampleTile h2 {
	margin: 0.5em 0;
	padding: 0;
	font-size: 12pt;
	font-weight: 400;
	}

.sampleTile p {
	margin: 0;
	padding: 0;
	}

.sampleTile .date {
	float: right;
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 8pt;
	line-height: 12pt;
	}
/*
@keyframes ANIMthumbHover {
	0%  {
		-webkit-transform: scale3D(1,1,1);
	    transform: scale3D(1,1,1);
		}
	100% {
		-webkit-transform: scale3D(1.1,1.1,1.1);
	    transform: scale3D(1.1,1.1,1.1);
		}
	}
*/
#ContentWrapper.fullWidth, .fullWidth {
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: 100%;
	}

/* PAGE SPECIFIC ==================== */
.home p, .home li {
	/* max-width: 600px; */
	}

.contactInfo a {
	white-space: nowrap;
	}

.contactInfo {		
	line-height: 2.5em;
	}

#Content.home .sectionHeroImg {
	/* background-image: url('../images/homepage-welcome.jpg'); */
	background-image: url('../images/world-trade-center.jpg');
	background-position: 50% 70%;
	}
	
#Content.sampleIndex .sectionHeroImg {
	background-image: url('../images/journey-mapping.jpg');
	background-size: 180%;
	background-position: 0% 0%;
	}	

#Content.sampleIndex .afterSectionHeroImg {
	margin: 300px 20px 0 20px;
	}

.timeline {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px solid #999;
	}

/* RESPONSIVE BREAKPOINTS ==================== */
@media only screen and (max-width: 539px) {
	.sectionHeroImg {
		height: 200px;
		max-height: 200px;
		}
	
	.sectionHeroImg h2 {
		font-size: 18pt;
		font-weight: 300;
		}

	.sectionHeroImg h3 {
		font-size: 14pt;
		font-weight: 300;
		}
	
	.afterSectionHeroImg {
		margin-top: 200px;
		}
	
	#MenuButton {
		display: inline;
		}
	
	#MainMenuWrapper {
		display: inline;
	}
	
	#Sections {
		display: none;
	}

	.sampleTile {
		width: 91%;
		margin: 1em 0 1em 1em;
		padding: 0;
		}

	#Content.home .sectionHeroImg {
		background-size: 150%;
		background-position: 50% 50%;
		}

	#Content.sampleIndex .sectionHeroImg {
		background-size: 350%;
		background-position: 50% 100%;
		}
	
	#Content.sampleIndex .afterSectionHeroImg {
		margin: 200px 20px 0 20px;
		}

}

@media only screen and (min-width: 540px) {
	/* remove mobile hide and show menu in favor of static top menu */	
	#MenuButton {
		display: none;
		}
		
	#InnerWrapper h1 {
		display: block;
		}
	
	#MainMenuWrapper {
		width: 170px;
		margin-right: 20px;
		position: static;
		display: none;
		float: left;
		}
	
	#MainMenu {
		width: 170px;
		padding-top: 1.5em;
		font-size: 10pt;
		}
	
	#MainMenu > li.subsection {
		margin-left: 0.6em;
		}
	
	#Sections {
		
		}

	#ContentWrapper {
		max-width: 900px;
		margin: 0 auto;
		padding: 0 2em;
		}

	#Content {
		float: none;
		max-width: 100%;
		}

	#Content.twocol {
		float: left;
		width: 70%;
		}

	#SecondaryContent {
		float: left;
		width: 25%;
		padding: 1.5em 0 0 1em;
		}
}


@media only screen and (min-width: 541px) and (max-width: 949px) {

	.sampleTile {
		width: 47%;
		margin: 1em 0 1em 1em;
		padding: 0;
		}
		
	#Content.sampleIndex .sectionHeroImg {
		background-size: 260%;
		}
}

@media only screen and (min-width: 950px) {

	.sampleTile {
		width: 31%;
		margin: 20px 0 1em 22px;
		padding: 0;
		}
}