/*..............................................................................................................................................................
............................?...................................................................................................................................
............................+I..................................................................................................................................
..........................?I?7=.. .I?+$.........................................................................................................................
..............II..........$~I7I:.??+7$:.........................................................................................................................
..............7=+~.......$7?77777+7$+?..........................................................................................................................
.............77I7I+......777$77$?7$$=...........................................................................................................................
.............I?I?I?.....III~7$7777$7?? .........................................................................................................................
..............7I$I77...:?7$I7$$I$$77II?+=+......................................................................................................................
..............I??I777II777?$I$77$+:+?+I~. ......................................................................................................................
...............=$7II7?7+$$?7$=7+.,~:... ........................................................................................................................
...............+?77?7$7$$7I7?=+.,.......Z$$$$$$$$$$$ ..... $$.............. .+$......................~$............$$ .........................................
...............:=$$I7$77=$I=?~I. ..........7$:.....77$....$$$...............~7$.....................,$7.......... +$$...........................................
.........:=?...=?I=$7$$$7I?~~7.............$7~......$$$......................77......................$7.........................................................
..........:?I=~++$=77=7I77?7~?7I=..........$$~..... I7$......................$7......................$7..................:..................=...................
...........=+?I777?7?7==+:.=,~++I?==+~  ...$$+......$$......I................$7......................$7.............Z....7.................$+ ..................
...........=7II7$7I:?=~~=I7$7I?~+??I:I+,...$$?$$$$$$.....~$7I....7$...~7~... $$..$7$Z$......$$?$7:...$$..7$$$+.. .$$$..I$7$$$$...$$?$7,...7$$777?.77..7$~.......
........ .,7II?$~,I$$?7I$:..:I$77$?:~......$77....I$$$~...:$I...7+..... $7.. $$?=....7$...,7....$$ ..$7,....,7$I...$$...$$.....:7....7$....$+....I$.....7.......
.........+7??~$=+7I?$7I........... ........77+..... .$$$...7I..$$........7$..$$......I7...7I....$7...$$.......$$:..$$...$$.....$=....$$....7+....7$$............
.........+=7?=$=II7I+I+??. ................7$?........$$...7I.$7$........$$. $$......:$...... .=$$...$$........$$..$$...7$..........I$$....7+ ... =7$$7.........
..........==7I~~+7.........................$$$.......7$7...7+..$$........7$..$$......+$....$....7$.. $7.......I$...$$...77.... .Z....7$...,7+....$.....,$. .....
..........~==....==........................7$$......7$.....$+...$$......$7...$$......$$...7$...7$7..?$$7.....=$:...$$...$7....$$$...$7$..~.$$....+$.....$  .....
.........I..............................Z$$$$$$$$77:. ..Z$77$77...$$=?$7..:7$$$77..7777$$.77$$...$$I.7..$$$$$=..7$$7$$Z..$$$$,.$7$$...$7?..?$777..$$7=77........
................................................................................................................................................................
....  7.........................................................................................................................................................
.....=..........................................................................................................................................................
....$...........................................................................................................................................................
................................................................................................................................................................
................................................................................................................................................................*/


/* = = = = = = = = = = = = = = = = = = = = = 	

	1.0 — Reset/Misc.

 = = = = = = = = = = = = = = = = = = = = = */	


	*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	  margin: 0;
	  padding: 0;
	  outline: none;
	  box-sizing: border-box;
	}
	
	
	html, body{
		min-width: 100%;
		width: 100%;
		position: relative;
		display: block;
	}
	
	html{
		margin-top: 0px !important;
	}
	
	body{
		padding-top: 100px;
	}
	
	a img{
		border: 0;
	}
	
/*
	img{
		-webkit-backface-visibility: initial;
		backface-visibility: initial;
	}
*/
	
	.clearfix{

	}
	
	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */


	@-webkit-keyframes rotating /* Safari and Chrome */ {
	  from {
	    -webkit-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	  }
	  to {
	    -webkit-transform: rotate(360deg);
	    -o-transform: rotate(360deg);
	    transform: rotate(360deg);
	  }
	}
	@keyframes rotating {
	  from {
	    -ms-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	  }
	  to {
	    -ms-transform: rotate(360deg);
	    -moz-transform: rotate(360deg);
	    -webkit-transform: rotate(360deg);
	    -o-transform: rotate(360deg);
	    transform: rotate(360deg);
	  }
	}

	.rotating{
		-webkit-animation: rotating 30s linear infinite;
		-moz-animation: rotating 30s linear infinite;
		-ms-animation: rotating 30s linear infinite;
		-o-animation: rotating 30s linear infinite;
		animation: rotating 30s linear infinite
	}
	
	.rotating-slower{
		-webkit-animation: rotating 120s linear infinite;
		-moz-animation: rotating 120s linear infinite;
		-ms-animation: rotating 120s linear infinite;
		-o-animation: rotating 120s linear infinite;
		animation: rotating 120s linear infinite
	}
	
	@media screen and (max-width: 768px ){
		
		
		.rotating, .rotating-slower{
			
			-webkit-animation: none;
			-moz-animation: none;
			-ms-animation: none;
			-o-animation: none;
			animation: none;
			
		}
		
	}
	
	.link-mobile-only{
		display: none;
	}
	

/* = = = = = = = = = = = = = = = = = = = = = 	

	2.0 — General Content/Objects.

 = = = = = = = = = = = = = = = = = = = = = */
 	
 	
 	
 	.white-content-block{
	 	background: url('../img/white-content-block.jpg') top left repeat;
 	}
 	
 	
 	
 	h6{
	 	display: inline-block;
	 	position: relative;
	 	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	 	font-size: 14px;
	 	letter-spacing: 3px;
	 	text-transform: uppercase;
	 	padding: 0px 15px;
	 	height: 24px;
	 	line-height: 24px;
	 	color: #929b62;
	 	background: #f4f4f4 url('../img/bg-wave-2.png') top left repeat;
	 	margin-bottom: 30px;
 	}
 	
 	h2, h1{
	 	font-family: "kepler-std-display", Times, serif;
	 	font-size: 80px;
	 	font-weight: normal;
	 	font-weight: 600;
	 	line-height: 90px;
	 	color: #505a64;
	 	text-shadow: 0px 0px 25px white, 0px 0px 35px white, 0px 0px 45px white, 0px 0px 55px white, 0px 0px 65px white;
	 	display: block;
	 	position: relative;
 	}
 	
 		.white-content-block h2{
	 		max-width: calc(100% / 3 * 2);
	 		margin-bottom: 30px;
 		}
 	
 	h3{
	 	position: relative;
	 	display: block;
 	}
 		
 	p{
	 	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	    font-size: 18px;
	    line-height: 30px;
	    color: #5d656b;
	    display: block;
	    position: relative;
 	}
 	
 		.white-content-block p{	
	 		
	 		margin-bottom: 15px;
	 		max-width: 40%;
	 		text-shadow: /* 0px 0px 15px white, 0px 0px 25px white, 0px 0px 50px white, 0px 0px 75px white, 0px 0px 100px white, 0px 0px 125px white,  */0px 0px 150px white;
	 		
		}
 	
	
	a{
		font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		height: 50px;
		display: inline-block;
		line-height: 50px;
		padding: 0px 20px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 2px;
		color: white;
		margin-right: 15px;
	}
	
			
		.link-violet{
			background: #735888;
		}
		
		.link-green{
			background: #929b62;
		}
		
		.link-blue{
			background: #4e5565;
		}
		
		.link-no-color{
			background: rgba(0, 0, 0, 0);
			padding: 0px;
		}
		
		.link-grey{
			background: #333333;
		}
		
		.white-content-block a{
			margin-top: 15px;
		}	
		
	.three-across{
		width: calc(100% / 3);
		padding: 90px 45px 30px;
	}	
	
		.three-across:first-child{
			padding: 90px 45px 30px 45px;
		}
		
		.three-across:last-child{
			padding: 90px 60px 30px 45px;
		}
	
	.two-across{
		width: 50%;
		padding: 90px 30px 45px;
	}	
		
		.two-across:first-child{
			padding: 90px 30px 45px 60px;
		}
		
		.two-across:last-child{
			padding: 90px 60px 45px 30px;
		}
	
	.one-across{
		width: 100%;
		padding: 90px 30px 45px;
	}
		
		.one-across:first-child{
			padding: 90px 60px 45px;
		}
	


/* = = = = = = = = = = = = = = = = = = = = = 	

	3.0 — Navigation.

 = = = = = = = = = = = = = = = = = = = = = */	
 
 
 	nav {
	 	display: block;
	 	position: fixed;
	 	width: 100%;
	 	height: auto;
	 	z-index: 2000;
	 	background: rgba(255, 255, 255, 1);
	 	padding: calc(25px / 2) 0px;
	 	top: 0px;
	 	box-shadow: 0px 5px 5px rgba(0, 46, 102, 0.05);
 	}
 	
 	nav *{
	 	list-style: none;
 	}
 	
 	#mobile-nav-wrap{
	 	overflow: visible !important;
 	}
 	
 	#mobile-nav-wrap > #logo{
	 	z-index: 2001;
 	}
	 	
 	#nav-wrap{
	 	display: block;
	 	position: relative;
	 	max-width: 1280px;
	 	width: 100%;
	 	margin: 0 auto;
	 	padding: 0px 60px;
 	}
 	
 		#nav-wrap > *{
	 		display: inline-block;
	 		vertical-align: middle;
	 		position: relative;
 		}
	 	
 		#logo{
	 		width: calc(100% / 15 * 2.5);
/* 			width: 300px; */
			z-index: 2;
 		}
	 		
 			#logo a{
	 			width: 100%;
	 			display: block;
	 			position: relative;
	 			height: auto;
	 			padding: 0px;
 			}
 			
 			#logo a img{
	 			height: auto;
	 			width: 100%;
	 			display: block;
	 			position: relative;
 			}
 	
 	
 	
 		#primary-navigation{
	 		width: calc(100% / 15 * 9.5);
	 		z-index: 1;
	 		text-align: right;
 		}
 			
 			.menu-primary-container{
	 			display: inline-block;
	 			width: auto;
	 			position: relative;
	 			right: 80px;
	 			top: 8px
 			}
 		
  			#menu-primary{
	 			display: block;
	 			width: auto;
	 			position: relative;
 			}
 			
 				#menu-primary > .menu-item{
	 				display: inline-block;
	 				position: relative;
	 				padding: 0px;
	 				vertical-align: middle;
	 				cursor: pointer;
 				}
 				
 					#menu-primary > .menu-item-has-children:after{
	 					display: block;
					    width: auto;
						top: 32px;
					    left: 50%;
					    transform: translateX(-50%);
					    position: absolute;
					    content: "\25BE \FE0E";
					    color: #ddd;
					    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
					    font-size: 16px;
					    opacity: .8;
					    
					    -webkit-transition: opacity .25s ease-in-out, top .125s ease-in-out;
					    -moz-transition: opacity .25s ease-in-out, top .125s ease-in-out;
					    -ms-transition: opacity .25s ease-in-out, top .125s ease-in-out;
					    -o-transition: opacity .25s ease-in-out, top .125s ease-in-out;
					    transition: opacity .25s ease-in-out, top .125s ease-in-out;
 					}
 					
 						#menu-primary > .menu-item-has-children:hover:after{
	 						top: 35px;
	 						opacity: 1;
 						}
 					
 					#menu-primary > .menu-item-has-children.hidden:after{
	 					opacity: 0;
	 					pointer-events: none;
 					}
 				
 				
 					#menu-primary li a{
	 					font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	 					color: #6f80a7;
	 					font-size: 13px;
	 					font-weight: 600;
	 					position: relative;
	 					display: block;
	 					margin: 0 auto;
	 					text-align: center;
	 					cursor: pointer;
	 					-webkit-transition: color .25s ease-in-out;
	 					-moz-transition: color .25s ease-in-out;
	 					-ms-transition: color .25s ease-in-out;
	 					-o-transition: color .25s ease-in-out;
	 					transition: color .25s ease-in-out;
 					}
 					
 						#menu-primary li a:hover{
	 						color: #505a64;
 						}
 					
 					#menu-primary > .menu-item-has-children.opened a, #menu-primary > .menu-item.active a, #menu-primary > .current-menu-ancestor > a, #menu-primary > .current_page_item a{
	 					color: #a1b04e;
 					}
 					
 					
 				
 				#menu-primary > .menu-item .sub-menu{
 				    position: absolute;
 				    display: none;
				    padding: 0px;
				    background: #6f80a7;
				    text-align: center;
				    top: 67px;
				    right: 50%;
				    -webkit-transform: translateX(50%);
				    -moz-transform: translateX(50%);
				    -ms-transform: translateX(50%);
				    -o-transform: translateX(50%);
				    transform: translateX(50%);
 				}
 				
 				
 				#menu-primary > .menu-item .sub-menu li{
	 				
 				}
 				
 				#menu-primary > .menu-item .sub-menu li a{
	 				white-space: nowrap;
	 				color: white;
	 				margin: 0 auto;
 					line-height: 45px;
 					display: block;
 					position: relative;
 					font-weight: 300;
 					height: 45px;
 					padding: 0px 30px;
 					
 					-webkit-transition: color .125s ease-in-out, background .125s ease-in-out;
 					-moz-transition: color .125s ease-in-out, background .125s ease-in-out;
 					-ms-transition: color .125s ease-in-out, background .125s ease-in-out;
 					-o-transition: color .125s ease-in-out, background .125s ease-in-out;
 					transition: color .125s ease-in-out, background .125s ease-in-out;
	 			} 
	 			
	 			#menu-primary > .menu-item .sub-menu li a:hover{
		 			color: #c8e0ff;
		 			background: #5b6a8e;
	 			}
	 			
	 		
 	
 	
 		#utility-navigation{
	 		
	 		width: calc(100% / 15 * 3);
	 		font-size: 0px;
	 		padding-left: 30px;
	 		border-left: 1px solid #eee;
	 	}
 	
	 		#utility-navigation li{
		 		display: inline-block;
		 		width: 50%;
		 		vertical-align: top;
		 		position: relative;
	 		}
	 		
	 		#utility-navigation li a{
		 		color: #505a64;
		 		font-size: 11px;
		 		letter-spacing: 1px;
		 		line-height: 25px;
		 		white-space: nowrap;
		 		padding: 0px;
		 		margin: 0px;
		 		height: 25px;
		 		font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
				-webkit-transition: color .25s ease-in-out;
				-moz-transition: color .25s ease-in-out;
				-ms-transition: color .25s ease-in-out;
				-o-transition: color .25s ease-in-out;
				transition: color .25s ease-in-out;
	 		}
	 		
	 		
	 		#utility-navigation li a:hover{
		 		color: #6f80a7;
		 	}
	 		
	 			#utility-navigation .current_page_item a{
		 			color: #a1b04e;
	 			}
	 			
 	
 	#nav-search{
	 	z-index: 2;
	 	position: absolute;
	 	right: 30px;
	 	top: 0;
	 	bottom: 0;
	 	white-space: nowrap;
	 	left: calc(100% - 54px);
	 	padding: 0px;
	 	overflow: hidden;
	 	height: 100%;
	 	text-align: left;
	 	display: table-cell;
	 	vertical-align: middle;
	 	background: rgba(255, 255, 255, 0);
	 	-webkit-transition: background .45s ease-in-out, left .35s ease-in-out;
	 	-moz-transition: background .45s ease-in-out, left .35s ease-in-out;
	 	-ms-transition: background .45s ease-in-out, left .35s ease-in-out;
	 	-o-transition: background .45s ease-in-out, left .35s ease-in-out;
	 	transition: background .45s ease-in-out, left .35s ease-in-out;
	 	
 	}
 	
 	#nav-search div{
	 	display: block;
	 	position: relative;
	 	top: calc(50% + 6px);
	 	-webkit-transform: translateY(-50%);
	 	-moz-transform: translateY(-50%);
	 	-ms-transform: translateY(-50%);
	 	-o-transform: translateY(-50%);
	 	transform: translateY(-50%);
 	}
 	
 	#nav-search div > *{
	 	display: inline-block;
	 	vertical-align: middle;
 	}
 	
 	#nav-search svg > *{

 	}
 	
 	#nav-search.opened{
	 	left: 45px;
	 	background: rgba(255, 255, 255, 1);
	 	
	 	-webkit-transition: background .25s ease-in-out, left .25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	 	-moz-transition: background .25s ease-in-out, left .25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	 	-ms-transition: background .25s ease-in-out, left .25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	 	-o-transition: background .25s ease-in-out, left .25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	 	transition: background .25s ease-in-out, left .25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
 	}
 	
 	#search-trigger, #close-search{
	 	position: relative;
	 	width: auto;
	 	height: auto;
	 	padding: 0px;
	 	margin: 0px;
	 	line-height: 0px;
	 	cursor: pointer;
 	}
 	
 	#search-trigger *, #close-search *{
	 	cursor: pointer;
	}
	
	#nav-search .search-pos{
		width: calc(100% - 44px);
		padding: 0px 10px;
		position: relative;
		overflow: hidden;
	}
	
	#nav-search .search-pos input[type=text]{
		width: 100%;
		border: 0;
		border-bottom: 1px solid #eee;
		height: 30px;
		font-family: "mr-eaves-xl-sans", Helvetica, arial, sans-serif;
		line-height: 26px;
		font-size: 18px;
		color: #7e878e;
		font-weight: 300;
		
		-webkit-transition: border .25s ease-in-out;
		-moz-transition: border .25s ease-in-out;
		-ms-transition: border .25s ease-in-out;
		-o-transition: border .25s ease-in-out;
		transition: border .25s ease-in-out;
	}
	
		#nav-search .search-pos input[type=text]:hover{
			border-bottom: 2px solid #6f80a7;
		}
		
		#nav-search .search-pos input[type=text]:focus, #nav-search .search-pos input[type=text]:active{
			border-bottom: 2px solid #eee;
		}
	
	#nav-search .search-pos input::-webkit-input-placeholder {
		color: #bbb !important;
	}
		 
	input:-moz-placeholder { /* Firefox 18- */
		color: #bbb !important;  
	}
		 
	input::-moz-placeholder {  /* Firefox 19+ */
		color: #bbb !important;  
	}
		 
	input:-ms-input-placeholder {  
		color: #bbb !important;  
	}
	
	#nav-search .search-pos button{
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    -ms-appearance: none;
	    appearance: none;
	    right: 10px;
	    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	    font-size: 16px;
	    font-weight: 900;
	    letter-spacing: 4px;
	    color: rgb(111, 128, 167);
	    text-transform: uppercase;
	    position: absolute;
	    right: 10px;
	    height: 30px;
/* 	    display: inline-block; */
		display: none;
	    background: none;
	    border: none;
	}
	


/* = = = = = = = = = = = = = = = = = = = = = 	

	4.0 — Header.

 = = = = = = = = = = = = = = = = = = = = = */	
 	
 	
 	header{
	 	display: block;
	 	position: relative;
	 	height: 40vw;
	 	max-height: 540px;
	 	min-height: 480px;
	 	width: 100%;
	 	overflow: hidden;
 	}
 	
 	#body-home header{
	 	height: 50vw;
	 	max-height: 800px;
	 	min-height: 480px;
 	}
 	
 	.background-ellipse{
	 	position: absolute;
	 	width: 75vw;
	 	height: 75vw;
	 	top: 50%;
	 	background: #d5ebff;
	 	opacity: .25;
	 	left: -20vw;
	 	-webkit-transform: translateY(-50%);
	 	-moz-transform: translateY(-50%);
	 	-ms-transform: translateY(-50%);
	 	-o-transform: translateY(-50%);
	 	transform: translateY(-50%);
	 	border-radius: 1280px;
	 	z-index: 200;
	 	pointer-events: none;
 	}
 	
 	
 	.header-gradient{
	 	width: 100%;
	 	height: 100%;
	 	top: 0;
	 	left: 0;
	 	position: absolute;
	 	display: block;
	 	z-index: 199;
	 	pointer-events: none;
/*
		background: -moz-linear-gradient(left, rgba(152,177,197,1) 0%, rgba(152,177,197,0) 100%);
		background: -webkit-linear-gradient(left, rgba(152,177,197,1) 0%,rgba(152,177,197,0) 100%); 
		background: linear-gradient(to right, rgba(152,177,197,1) 0%,rgba(152,177,197,0) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b1c5', endColorstr='#0098b1c5',GradientType=1 );
*/
		
		background: -moz-linear-gradient(left, rgba(152,177,197,1) 0%, rgba(55,72,84,0) 70%, rgba(14,27,35,0.5) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(152,177,197,1) 0%,rgba(55,72,84,0) 70%,rgba(14,27,35,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(152,177,197,1) 0%,rgba(55,72,84,0) 70%,rgba(14,27,35,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b1c5', endColorstr='#800e1b23',GradientType=1 ); 
 	}
 	
 	
	#header-slideshow .information{
		position: absolute;
		width: 100%;
		right: 30px;
		z-index: 300;
		left: initial;
		bottom: 45px;
		padding-right: 0px;
		pointer-events: none;
	}
	
		#header-slideshow .persistent-caption{
			max-width: 1280px;
/*
			left: 50%;
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			transform: translateX(-50%);
*/
		}
		
		#header-slideshow .persistent-caption {
			bottom: 45px;
		}
	
	#header-wrap .header-pager{
		display: block;
		position: absolute;
		pointer-events: all;
		right: 60px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
		padding: 0px;
	}

	
		#body-search #header-wrap .header-pager{
			
			right: 0px;
				
		}
	
	#header-wrap .header-pager span{
		display: block;
		position: relative;
		color: transparent;
		line-height: 10px;
		width: 15px;
		height: 15px;
		border-radius: 15px;
		margin: 20px 0px;
		font-size: 0px;
		border: 2px solid white;
		background: rgba(255, 255, 255, 0);
		cursor: pointer;
		
		-webkit-transition: background .25s ease-in-out, border .4s ease-in-out;
		-moz-transition: background .25s ease-in-out, border .4s ease-in-out;
		-ms-transition: background .25s ease-in-out, border .4s ease-in-out;
		-o-transition: background .25s ease-in-out, border .4s ease-in-out;
		transition: background .25s ease-in-out, border .4s ease-in-out;
	}
	
	#header-wrap .header-pager .cycle-pager-active {
	    color: transparent;
	    border: 5px solid white;
	    background: white;
	}
	
	#header-wrap .header-pager span:hover{
		border: 2px solid #becc6d;
		background: #becc6d;
		-webkit-transition: background .25s ease-in-out, border .2s ease-in-out;
		-moz-transition: background .25s ease-in-out, border .2s ease-in-out;
		-ms-transition: background .25s ease-in-out, border .2s ease-in-out;
		-o-transition: background .25s ease-in-out, border .2s ease-in-out;
		transition: background .25s ease-in-out, border .2s ease-in-out;
	}
	
	#header-slideshow .information > div{
		display: block;
		width: auto;
/* 		max-width: calc(100% / 15 * 5); */
		max-width: calc(100% / 5 * 2.5);
		position: relative;
		float: right;
		pointer-events: all;
		padding: 10px 15px;
/* 		background: rgba(78, 85, 101, 0.85); */
	}
	
		#header-slideshow .information > div > div{
			display: inline-block;
			width: calc(100% - 45px);
			position: relative;
			padding: 0px 30px 0px 15px;
			vertical-align: middle;
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
			font-size: 16px;
			font-weight: 300;
			color: white;
			overflow: hidden;
			line-height: 18px;
			
/*
			
			-webkit-transition: width .25s ease-in-out;
			-moz-transition: width .25s ease-in-out;
			-ms-transition: width .25s ease-in-out;
			-o-transition: width .25s ease-in-out;
			transition: width .25s ease-in-out;
*/
		}
		
			#header-slideshow .information > div > div a{
				height: initial;
				line-height: initial;
			}
		
			#header-slideshow .information > div > div em{
				font-weight: 900;
				margin-right: 5px;
				font-size: 13px;
				color: #a9d3f5;
				font-style: normal;
				letter-spacing: 3px;
				text-transform: uppercase;
			}
	
		#header-slideshow .information .trigger{
			width: 45px;
			height: 45px;
			padding: 0px;
			position: relative;
			display: inline-block;
			pointer-events: all;
			vertical-align: middle;
		}
		
			#header-slideshow .information .trigger em{
				border: 2px solid #becc6d;
				border-radius: 60px;
				color: white;
				font-family: "kepler-std-display", Times, serif;
				font-size: 36px;
				width: 100%;
				height: 100%;
				position: relative;
				display: block;
				text-align: center;
				cursor: pointer;
				line-height: 45px;
				text-transform: none;
				font-style: italic;
				font-weight: 100;
				box-sizing: border-box;
				
				background: rgba(190, 204, 108, 0); 
				
				-webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
				-moz-transition: background .25s ease-in-out, color .25s ease-in-out;
				-ms-transition: background .25s ease-in-out, color .25s ease-in-out;
				-o-transition: background .25s ease-in-out, color .25s ease-in-out;
				transition: background .25s ease-in-out, color .25s ease-in-out;
			}
			
				#header-slideshow .information .trigger:hover em{
					background: #becc6d;
					color: black;
				}
				
 	
 	#header-container{
	 	width: 100%;
	 	height: 100%;
	 	top: 0;
	 	left: 0;
	 	position: absolute;
	 	display: block;
 	}
 	
 		#header-wrap, .pager-info-wrap{
	 		max-width: 1280px;
	 		width: 100%;
	 		height: calc(100% - 45px);
	 		position: relative;
	 		margin: 0 auto;
	 		display: block;
	 		padding: 0px 60px;
	 		z-index: 201;
	 		pointer-events: none;
 		}
 		
 			#header-wrap *, .pager-info-wrap *{
	 			pointer-events: all;
 			}
 		
 		.header-caption{
	 		position: absolute;
	 		display: block;
	 		bottom: 45px;
	 		width: calc(100% / 15 * 9);
	 		padding-left: 0px;
 		}
 		
 			#body-home .header-caption{
	 			bottom: initial;
	 			top: 50%;
	 			-webkit-transform: translateY(-50%);
	 			-moz-transform: translateY(-50%);
	 			-ms-transform: translateY(-50%);
	 			-o-transform: translateY(-50%);
	 			transform: translateY(-50%);
 			}
 		
 			.header-caption h1{
	 			font-family: "kepler-std-display", Times, serif;
	 			font-size: 80px;
	 			line-height: 80px;
	 			letter-spacing: -2px;
	 			font-weight: 100;
	 			font-style: oblique;
	 			color: white;
	 			text-shadow: none;
	 			
	 			-webkit-transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1), opacity .75s ease-in-out;
	 			-moz-transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1), opacity .75s ease-in-out;
	 			-ms-transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1), opacity .75s ease-in-out;
	 			-o-transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1), opacity .75s ease-in-out;
	 			transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1), opacity .75s ease-in-out;
	 			
	 			transition-delay: 1s;
 			}
 			
 				#body-home .header-caption h1{
	 				font-style: normal;
 				}
 				
 				.cycle-slide .header-caption h1{
					left: -90px;
					opacity: 0;
 				}
 			
 				.cycle-slide-active .header-caption h1{
	 				left: 0;
	 				opacity: 1;
 				}
 	
 			.header-caption h1 em{
	 			font-style: italic;
	 			font-weight: 600;
	 			color: #4e5565;
	 			text-shadow: 0px 0px 50px white, 0px 0px 50px white;
 			}
 					
 			.header-caption h3{
	 			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	 			font-size: 30px;
	 			line-height: 40px;
	 			color: white;
	 			letter-spacing: 1px;
	 			font-weight: 300;
	 			margin-top: 30px;
	 			left: -120px;
	 			opacity: 0;
	 			
	 			-webkit-transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1), opacity .75s ease-in-out;
	 			-moz-transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1), opacity .75s ease-in-out;
	 			-ms-transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1), opacity .75s ease-in-out;
	 			-o-transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1), opacity .75s ease-in-out;
	 			transition: left 1.75s cubic-bezier(0.19, 1, 0.22, 1), opacity .75s ease-in-out;
	 			
	 			transition-delay: 1.25s;
 			}
 			
 				.cycle-slide-active .header-caption h3{
	 				left: 0;
	 				opacity: 1;
 				}
 			
 			.header-caption a{
	 			margin-top: 25px;
	 			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	 			text-transform: uppercase;
	 			text-decoration: none;
	 			height: 50px;
	 			display: inline-block;
	 			line-height: 50px;
	 			padding: 0px 20px;
	 			font-size: 16px;
	 			font-weight: 700;
	 			letter-spacing: 2px;
	 			color: white;
	 			margin-right: 15px;
	 			opacity: 0;
	 			
	 			-webkit-transition: opacity .75s ease-in-out;
	 			-moz-transition: opacity .75s ease-in-out;
	 			-ms-transition: opacity .75s ease-in-out;
	 			-o-transition: opacity .75s ease-in-out;
	 			transition: opacity .75s ease-in-out;
	 			
	 			transition-delay: 1.5s;
 			}
 			
 				.cycle-slide-active .header-caption a{
	 				left: 0;
	 				opacity: 1;
 				}
 	
 	
 		#header-slideshow{
	 		width: 100%;
	 		position: absolute;
	 		top: 0;
	 		left: 0;
	 		display: block;
	 		height: 100%;
 		}
 	
 		.header-slide{
	 		height: 100%;
	 		width: 100%;
	 		display: block;
 		}
 	
 		
 	
 	@media screen and (max-width: 1280px){
	
		#header-slideshow .information > div{
			padding: 10px 25px 10px 0px;
			max-width: calc(100% / 5 * 2.5);
		}	
		
		#header-slideshow .information{
			right: 0px;
		}
	 	
		#header-wrap .header-pager {
			right: 40px;
		}
		#header-slideshow .information.persistent-caption {
			padding-right: 0px;
		}
		
	 	
	 	
 	}
	
	
	
 	@media screen and (max-width: 1024px){
	 	
	 	#header-wrap{
		 	height: 100%;
	 	}
	 	
	 	#header-wrap .header-pager{
		 	right: 30px;
	 	}
	 	
 	}


 	@media screen and (max-width: 1024px){
	 	
		#header-wrap .header-pager {
		    right: 25px;
		}
		
	}
	
	
	@media screen and (max-width: 980px){
		
		.header-caption{
			width: calc(100% - 90px);
		}
		
		.header-caption h1{
			width: 100%;
		}
		
		.header-caption h3{
			width: 100%;
		}
		
	}
	
	@media screen and (max-width: 890px){
	
		.header-video{
			width: auto !important;
		    left: 50% !important;
		    height: 100% !important;
		    top: initial !important;
		    -webkit-transform: translateX(-50%) !important;
		    -moz-transform: translateX(-50%) !important;
		    -ms-transform: translateX(-50%) !important;
		    -o-transform: translateX(-50%) !important;
		    transform: translateX(-50%) !important;
		}
	
	}

 	@media screen and (max-width: 860px){
	 	
		#header-wrap .header-pager {
		    right: 35px;
		}
		
		.header-caption h1 {
		    font-size: 70px;
		    line-height: 66px;
		}
		
	}
	
	
	@media screen and (max-width: 768px){
		
		.header-caption {
		    width: calc(100% - 120px);
		}
		
		
		.header-caption h3 br{
			display: none;
		}
		
		.header-gradient{
			background: -moz-linear-gradient(top, rgba(78,85,101,0) 1%, rgba(78,85,101,0) 20%, rgba(78,85,101,0.99) 99%, rgba(78,85,101,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(78,85,101,0) 1%,rgba(78,85,101,0) 20%,rgba(78,85,101,0.99) 99%,rgba(78,85,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(78,85,101,0) 1%,rgba(78,85,101,0) 20%,rgba(78,85,101,0.99) 99%,rgba(78,85,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e5565', endColorstr='#4e5565',GradientType=0 );
		}
		
	}
	
	
	@media screen and (max-width: 580px){
		
		#header-wrap .header-caption h1 {
			font-size: 60px;
			line-height: 60px;
			width: 100%;
		}
		
		.header-caption h3{
			width: 100%;
		}
		
		#header-wrap {
			padding: 45px 30px;
		}
		
		.header-caption a{
			font-size: 12px;
			display: block;
			text-align: center;
			line-height: 20px;
			height: auto;
			padding: 15px 15px;
		}
		
		.header-caption a:after{
			display: none !important;
		}
		
		#header-wrap .header-caption {
			display: block;
			width: calc(100% - 60px);
			height: auto;
			bottom: 45px;
			top: initial;
			-webkit-transform: none;
			-moz-transform: none;
			-ms-transform: none;
			-o-transform: none;
			transform: none;
		}
		
	}




/* = = = = = = = = = = = = = = = = = = = = = 	

	5.0 — Index/Homepage.

 = = = = = = = = = = = = = = = = = = = = = */

 	#body-home #main-content{
		z-index: 200;
		position: relative;
		display: block;
		margin-top: -45px;
		overflow: hidden;
 	}
 	
 	#index-main-content-wrapper{
	
		display: block;
		position: relative;
		width: 100%;
		
 	}

 	#index-intro{

		vertical-align: top;
		display: inline-block;
		width: calc(100% / 3 * 2);
		padding: 45px 0px;
		max-width: calc((100% - 1280px) / 2 + (1280px / 3 * 2));
 	}
 	
 		#index-intro-wrap{
			float: right;
			display: block;
			position: relative;
			padding: 90px 60px;
			width: 100%;
			max-width: calc(1280px / 3 * 2);
 		}
 	
 	#index-newsletter-feature {
		vertical-align: top;
		position: absolute;
		top: 0px;
		bottom: 0px;
		display: inline-block;
		width: calc(100% / 3);
		padding-top: 45px;

	}
	
		#index-newsletter-feature-wrap{
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			height: 100%;
			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			-o-flex-direction: column;
			flex-direction: column;
			-webkit-flex: 1;
			-moz-flex: 1;
			-ms-flex: 1;
			-o-flex: 1;
			flex: 1;
		}
		
		#index-newsletter-image{
			-webkit-flex: 1;
			-moz-flex: 1;
			-ms-flex: 1;
			-o-flex: 1;
			flex: 1;
			position: relative;
			background-blend-mode: luminosity;
		}
	
		#index-newsletter-content{
			background: #4e5565;
			padding: 30px 60px 45px 30px;
		}
		
		#index-newsletter-content-wrap{
			display: block;
			position: relative;
			width: 100%;
			max-width: calc(100% - ((100vw - 1280px) / 2));
		}
		
		#index-newsletter-content h6{
			background: none;
			padding: 0px;
			color: white;
			font-weight: 900;
			margin-bottom: 30px;
		}
		
			#index-newsletter-content h6 span{
				color: #2d3844;
			}
		
			#index-newsletter-content h6 strong{
				color: #c3d274;
			}
		
		#index-newsletter-content h2{
			font-size: 40px;
			text-shadow: none;
			color: white;
			line-height: 52px;
			margin-bottom: 10px;
		}
 	
		#index-newsletter-content a{
			margin-top: 15px;
		}
		
		#index-newsletter-content p{
			color: #8a9aa7;
		}
		
	
	#featured-content-block{
		display: block;
		position: relative;
		background: #5d4a6b;
	}
	
	#featured-content-wrap{
		max-width: 1280px;
		width: 100%;
		display: block;
		position: relative;
		margin: 0 auto;
	}
 	
 	#featured-content-wrap > div{
	 	display: table-cell;
	 	position: relative;
	 	background: #645073;
	 	overflow: hidden;
	 	z-index: 1;
	 	vertical-align: bottom;
	 	width: 33.333333%;
	 	
	 	-webkit-transition: -webkit-transform .35s cubic-bezier(0.215, 0.61, 0.355, 1);
	 	-moz-transition: -moz-transform .35s cubic-bezier(0.215, 0.61, 0.355, 1);
	 	-ms-transition: -ms-transform .35s cubic-bezier(0.215, 0.61, 0.355, 1);
	 	-o-transition: -o-transform .35s cubic-bezier(0.215, 0.61, 0.355, 1);
	 	transition: transform .35s cubic-bezier(0.215, 0.61, 0.355, 1);
	 	
 		-webkit-transform: scale(1);
 		-moz-transform: scale(1);
 		-ms-transform: scale(1);
 		-o-transform: scale(1);
 		transform: scale(1);
 	}
 	
	 	#featured-content-wrap > div > *{
		 	z-index: 2;
	 	}
 	
 		#featured-content-wrap > div:hover{
	 		-webkit-transform: scale(1.025);
	 		-moz-transform: scale(1.025);
	 		-ms-transform: scale(1.025);
	 		-o-transform: scale(1.025);
	 		transform: scale(1.025);
	 		z-index: 2;
 		}
 	
 	.featured-selection-background{
	 	position: absolute;
	 	top: 0;
	 	bottom: 0;
	 	left: 0;
	 	right: 0;
	 	display: block;
	 	z-index: 1 !important;
	 	filter: grayscale(100%);
	 	opacity: .25;
	 	pointer-events: none;
	 	
	 	-webkit-transition: opacity .25s ease-in-out, filter .25s ease-in-out;
	 	-moz-transition: opacity .25s ease-in-out, filter .25s ease-in-out;
	 	-ms-transition: opacity .25s ease-in-out, filter .25s ease-in-out;
	 	-o-transition: opacity .25s ease-in-out, filter .25s ease-in-out;
	 	transition: opacity .25s ease-in-out, filter .25s ease-in-out;
 	}
 	
 		.featured-content-selection:hover .featured-selection-background{
	 		opacity: .4;
	 		filter: grayscale(25%);
 		}
 	
 	.featured-content-selection h2{
	 	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: 700;
		color: #c3d274;
		line-height: 28px;
		margin-bottom: 15px;
		text-transform: uppercase;
		letter-spacing: 3px;
		text-shadow: none;
		position: relative;
		display: inline-block;
 	}
 	
 		.featured-content-selection h2 span{
	 		display: inline-block;
	 		position: relative;
	 		height: 2px;
	 		margin-left: 20px;
	 		top: -2px;
	 		vertical-align: middle;
	 		width: 40px;
	 		background-color: #c3d274;
 		}
 	
 	.featured-content-selection h3{
	 	font-family: "kepler-std-display", Georgia, Times, serif;
		font-size: 28px;
		font-weight: 700;
		color: white;
		line-height: 32px;
		font-weight: 300;
		margin-bottom:  15px;
		text-shadow: none;
		position: relative;
		display: block;
 	}
 	
 	.featured-content-selection p{
	 	display: block;
	 	position: relative;
	 	color: #ccc;
	 	line-height: 24px;
 	}
 	
 	.featured-content-selection a{
	 	overflow: hidden;
	 	height: 50px;
	 	line-height: 50px;
	 	display: inline-block;
	 	position: relative;
	 	opacity: 1;
	 	padding-right: 10px;
	 	margin-top: 25px;
	 	
	 	-webkit-transition: padding .25s ease-in-out, line-height .125s ease-in-out, opacity .25s ease-in-out;
	 	-moz-transition: padding .25s ease-in-out, line-height .125s ease-in-out, opacity .25s ease-in-out;
	 	-ms-transition: padding .25s ease-in-out, line-height .125s ease-in-out, opacity .25s ease-in-out;
	 	-o-transition: padding .25s ease-in-out, line-height .125s ease-in-out, opacity .25s ease-in-out;
	 	transition: padding .25s ease-in-out, line-height .125s ease-in-out, opacity .25s ease-in-out;
 	}
 	
 		.featured-content-selection a span{
	 		position: absolute;
	 		opacity: 0;
	 		right: 0;
	 		font-size: 20px;
	 		font-family: Helvetica, Arial, sans-serif;
	 		font-weight: 100;
	 		top: 50%;
	 		-webkit-transform: translateY(-50%);
	 		-moz-transform: translateY(-50%);
	 		-ms-transform: translateY(-50%);
	 		-o-transform: translateY(-50%);
	 		transform: translateY(-50%);
	 		color: #f5d390;
	 		display: inline-block;
	 		
	 		-webkit-transition: opacity .25s ease-in-out;
	 		-moz-transition: opacity .25s ease-in-out;
	 		-ms-transition: opacity .25s ease-in-out;
	 		-o-transition: opacity .25s ease-in-out;
	 		transition: opacity .25s ease-in-out;
 		}
 		
 			.featured-content-selection a:hover span{	 			
	 			opacity: 1;
 			}
 	
 		.featured-content-selection:hover a{
	 		opacity: 1;
 		}
 		
 		.featured-content-selection a:hover{
	 		padding-right: 30px;
 		}
 	
 	
 	#homepage-certification{
	 	background: url('../img/white-content-block.jpg') top left repeat;
	 	display: block;
	 	width: 100%;
	 	position: relative;
 	}
 	
 		#homepage-certification .content-block-wrap{
	 		display: block;
	 		width: 100%;
	 		max-width: 1280px;
	 		margin: 0 auto;
	 		position: relative;
	 		padding: 0px 60px;
	 		text-align: center;
 		}
 	
 		#homepage-certification .circle-graphic {
		    width: calc(100% / 15 * 6);
		    height: calc((1280px - 120px) / 15 * 6);
		    vertical-align: middle;
		    display: inline-block;
		    position: relative;
		}
		
		#homepage-certification .circle-graphic p{
			display: block;
			position: absolute;
			bottom: 60px;
			left: 90px;
			font-size: 12px;
			font-style: italic;
			color: #999;
		}
		
			#homepage-certification .circle-graphic .svg-certifications{
				display: block;
				position: relative;
				width: 100%;
				height: auto;
				top: 50%;
				-webkit-transform: translateY(-50%);
				-moz-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				transform: translateY(-50%);
				z-index: 2;
			}
			
				#homepage-certification .circle-graphic .svg-certifications *{
					fill: #505a64;
				}
		
			#homepage-certification .circle-graphic > div{
				position: absolute;
				border-radius: 60vw;
				display: block;
			    background: white;
			    overflow: hidden;
				top: 60px;
				left: 60px;
				z-index: 1;
				right: 60px;
				bottom: 60px;
			}
		
			#homepage-certification .circle-graphic-image{
				background: url('../img/bluemarble.jpg') center center no-repeat;
				background-size: cover;
				opacity: .25;
				-webkit-filter: grayscale(100%);
				-moz-filter: grayscale(100%);
				-ms-filter: grayscale(100%);
				-o-filter: grayscale(100%);
				filter: grayscale(100%);
				position: absolute;
				display: block;
				width: 100%;
			    border-radius: 5000px;
				left: 0;
				top: 0;
				height: 100%;
				z-index: 1;
			}
			
			#homepage-certification h2{
				font-size: 56px;
				font-weight: normal;
				font-weight: 600;
				line-height: 56px;
				margin-bottom: 20px;
			}
			
			.circle-graphic-texture{
				
				background: url('../img/circle-graphic-texture.png') center center no-repeat;
				position: absolute;
				display: block;
				width: 100%;
				left: 0;
				top: 0;
				pointer-events: none;
				height: 100%;
				z-index: 2;
				
			}
			
			.circle-graphic-gradient{
				    position: absolute;
				    display: block;
				    width: 200%;
				    pointer-events: none;
				    left: -50%;
				    top: -50%;
				    height: 200%;
				    z-index: 3;
				    opacity: .25;
				    background: rgb(0,86,191); /* Old browsers */
					background: -moz-linear-gradient(left, rgba(0,86,191,1) 25%, rgba(172,206,0,1) 75%); /* FF3.6-15 */
					background: -webkit-linear-gradient(left, rgba(0,86,191,1) 25%,rgba(172,206,0,1) 75%); /* Chrome10-25,Safari5.1-6 */
					background: linear-gradient(to right, rgba(0,86,191,1) 25%,rgba(172,206,0,1) 75%);
			}
 		
 		#homepage-certification .certification-content {
		    width: calc(100% / 15 * 9);
		    display: inline-block;
		    position: relative;
		    text-align: left;
		    padding-left: 60px;
		    vertical-align: middle;
		}
		
			#homepage-certification .certification-content h6{
				margin-bottom: 50px;
			}
		
			#homepage-certification .certification-content p{
				font-size: 22px;
				font-weight: 100;
				margin-bottom: 40px;
			}
 	
 	
 	@media screen and (max-width: 1140px){
	 
	 	
	 	#body-home #main-content h2{
		 	max-width: 80%;
	 	}
	 	
	 	#body-home .white-content-block p{
			max-width: 80%;	
			text-shadow: 0px 0px 5px white, 0px 0px 15px white, 0px 0px 20px white, 0px 0px 75px white, 0px 0px 100px white, 0px 0px 125px white, 0px 0px 150px white;
	 	}
	 	
 	}
 	
 	@media screen and (max-width: 768px){
	 	
	 	#body-home #main-content h2{
		 	max-width: 100%;
	 	}
	 	
	 	#body-home .white-content-block p{
			max-width: 100%;	
			text-shadow: 0px 0px 5px white, 0px 0px 15px white, 0px 0px 20px white, 0px 0px 75px white, 0px 0px 100px white, 0px 0px 125px white, 0px 0px 150px white;
	 	}
	 	
	 	
		#homepage-certification .circle-graphic .svg-certifications{
			top: initial;
			-webkit-transform: initial;
			-moz-transform: initial;
			-ms-transform: initial;
			-o-transform: initial;
			transform: initial;    
			max-width: 580px;
		    margin: 0 auto;	
		}
	 	
 	}
 	
 
 	@media screen and (max-width: 580px){
	 	
	 	#body-home .white-content-block{
		 	margin-top: 0px !important;
	 	}
	 	
 	}
 	
 	
 	@media screen and (min-width: 1280px){
	 	
	 	#index-newsletter-feature{
		 	width: calc((1280px / 3) + ((100% - 1280px) / 2));
	 	}
	 	
 	}
 	
 	
	
	
	




/* = = = = = = = = = = = = = = = = = = = = = 	

	6.0 — About Us/Subpages.

 = = = = = = = = = = = = = = = = = = = = = */
 
#body-about-us header{
	z-index: 0;
}
 
#body-about-us #main-content{
	position: relative;
	display: block;
	z-index: 1;
	
}
 
#about-us-main-content-wrapper{
	 
	display: block;
	position: relative;
	width: 100%; 
	background: url('../img/white-content-block.jpg') top left repeat;
	padding: 0px 0px 0px;
	 
}
 
#body-about-us .white-content-block{
	 
	background: white;
	display: block;
	position: relative;
	width: 100%;
	max-width: 1280px;
	padding: 45px 60px;
	margin: 0 auto;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.125);
/* 	margin-top: -120px; */
	top: -45px;
	 
}
 
#body-about-us .white-content-block h2{
/*
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #9da573;
	line-height: 36px;
	display: block;
*/
	font-weight: 300;
	display: block;
	max-width: 100%;
	font-size: 64px;
	line-height: 72px;
	position: relative;
}

#body-about-us .white-content-block h3{
/*
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #9da573;
	line-height: 36px;
	display: block;
*/
	font-weight: 300;
    display: block;
    color: #929b62;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
}
 
#body-about-us .white-content-block p{
	
	font-weight: 300;
	font-size: 20px;
	line-height: 36px;	
	max-width: 100%;
}

#body-about-us .white-content-block-copy,
#body-about-us .white-content-block-image{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	font-size: 0px;
}

	#body-about-us .white-content-block-image.circle-background-graphic .circle-graphic-image{
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		opacity: .45;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
	}

	#body-about-us .white-content-block-image.circle-background-graphic{
		padding-right: 90px;
	}

	#body-about-us .white-content-block-image.circle-background-graphic > div{
		
/* 	    width: calc(100% / 15 * 6); */
		width: 100%;
	    height: calc((1280px - 120px) / 15 * 6);
	    vertical-align: middle;
	    display: inline-block;
	    position: relative;
	    border-radius: 100%;
	    overflow: hidden;
	    
	}

	
	
	#body-about-us .white-content-block-image.faded-background-graphic{
	
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		
	}


	#body-about-us .white-content-block-image.faded-background-graphic .background-gradient{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		left: 0px;
		display: block;
		box-shadow: inset 0px 0px 50px white;
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.98) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.98) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.98) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	}


	#body-about-us .white-content-block-copy.faded-background-graphic{
		font-size: 0px;
	}

	#body-about-us .white-content-block-copy.faded-background-graphic h2{
		display: inline-block;
		width: 35%;
		padding-right: 30px;
		font-weight: 600;
		vertical-align: middle;
	}
	
	#body-about-us .white-content-block-copy.faded-background-graphic span{
		display: inline-block;
		width: 65%;
		vertical-align: middle;
		padding-left: 30px;
		position: relative;
	}
	
	#body-about-us .white-content-block-copy.faded-background-graphic p:first-of-type,
	#body-about-us .white-content-block-copy.faded-background-graphic p:last-of-type{
		display: none;
	}
	
	#body-about-us .white-content-block-copy.faded-background-graphic p{
		font-weight: 100;
	}
		
		#body-about-us .white-content-block-copy.faded-background-graphic p a{
			font-size: 20px;
			line-height: 36px;
			max-width: 100%;
			color: #6f80a7;
			height: initial;
			padding: 0px;
			margin-right: 0px;
			letter-spacing: 0px;
			text-transform: none;
			display: inline;
			padding-bottom: 3px;
		    border-bottom: 1px dashed rgba(204, 204, 204, 0);
		    transition: border .25s ease-in-out;
		}
		
		#body-about-us .white-content-block-copy.faded-background-graphic p a:hover{
			border-bottom: 1px dashed #ccc;
		}
	
	
	
	#body-about-us #values{
		max-width: 1280px;
		width: 100%;
		display: block;
		position: relative;    
		padding: 0px 60px 90px;
	    margin: 60px auto 0px;
	}
	
	#body-about-us #values .value{
		display: block;
		width: 100%;
		position: relative;
		margin-bottom: 90px;
	}
	
		#body-about-us #values .value:last-of-type{
			margin-bottom: 0px;
		}
	
	#body-about-us #values .value-content-block,
	#body-about-us #values .value-image-block{
		display: inline-block;
		position: relative;
		width: calc(100% / 3 * 2);
		font-size: 0px;
		vertical-align: middle;
	}
	
	#body-about-us #values .value-image-block{
		height: calc((1280px - 420px) / 15 * 6);
		padding-left: 0px;
		width: calc(100% / 3);
		
		height: 100vw;
		max-height: calc(1280px / 3.5);
		width: 100%;
		max-width: calc(1280px / 3.5);
	}
	
	
		#body-about-us #values .value-image-block > div{
			width: 100%;
			position: absolute;
			top: 0;
			overflow: hidden;
			height: 100%;
			left: 0;
			border-radius: 100%;
			width: 100%;	
			border: 0px solid rgba(255, 255, 255, 0.0);
			box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
			
			-webkit-transition: border .5s cubic-bezier(0.23, 1, 0.32, 1);
			-moz-transition: border .5s cubic-bezier(0.23, 1, 0.32, 1);
			-ms-transition: border .5s cubic-bezier(0.23, 1, 0.32, 1);
			-o-transition: border .5s cubic-bezier(0.23, 1, 0.32, 1);
			transition: border .5s cubic-bezier(0.23, 1, 0.32, 1);
		}
		
			#body-about-us #values .value-image-block > div:hover{
				border: 10px solid #fff;
			}
	
	#body-about-us #values .value-content-block{
		padding-left: 60px;
		background: url('../img/paint-bg-3.png') no-repeat;
		background-size: contain;
		background-position-y: 5%;
		background-position-x: center;
	}
	
		#body-about-us .value:nth-of-type(even) .value-content-block{
			padding-left: 0px;
			padding-right: 60px;	
		}
	
	#body-about-us #values .circle-graphic-image{
		height: 100%;
		top: 0px;
		width: 100%;
		left: 0px;
		position: absolute;
		display: block;
		opacity: .6;
		border-radius: 5000px;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		
		-webkit-transition: -webkit-filter .4s ease-in-out, opacity .3s ease-in-out;
		-moz-transition: -moz-filter .4s ease-in-out, opacity .3s ease-in-out;
		-ms-transition: -ms-filter .4s ease-in-out, opacity .3s ease-in-out;
		-o-transition: -o-filter .4s ease-in-out, opacity .3s ease-in-out;
		transition: filter .4s ease-in-out, opacity .3s ease-in-out;
	}
	
	
	#body-about-us #values .value-image-block div:hover .circle-graphic-texture{
		opacity: 1;
	}
	
	#body-about-us #values .circle-graphic-texture, #body-about-us #values .circle-graphic-gradient{
		-webkit-transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
	}
	
	
		#body-about-us #values .value-image-block div:hover .circle-graphic-texture, #body-about-us #values .value-image-block div:hover .circle-graphic-gradient{
			opacity: 0;
		}
		
		#body-about-us #values .value-image-block div:hover .circle-graphic-image{
			opacity: 1;
			-webkit-filter: grayscale(0%);
			-moz-filter: grayscale(0%);
			-ms-filter: grayscale(0%);
			-o-filter: grayscale(0%);
			filter: grayscale(0%);
		}
		
		
	
	#body-about-us #values h6 {
	    left: calc(100% / 15 * 4 + 60px);
	}
	
	#body-about-us #values .value-content-block h2{
		font-family: "kepler-std-display", Georgia, Times, serif;
		font-weight: 300;
		line-height: 80px;
		font-size: 56px;
	}
	
	#body-about-us #values .value-content-block h3{
		position: relative;
		display: block;
		font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
		font-size: 28px;
		line-height: 40px;
		color: #929b62;
		margin: 0px;
		font-weight: 300;
		width: 75%;
		padding-left: 30px;
		border-left: 3px solid rgba(175, 175, 175, 0.36);
		margin: 20px 0px 45px;
	}
	
	#body-about-us #values .value-content-block > p{
	    font-weight: 500;
	    font-size: 20px;
	    line-height: 30px;
	    display: inline-block;
		width: 55%;
		padding: 0px;
		vertical-align: middle;
		padding-right: 45px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}	
	
	#body-about-us #values .value-content-block .value-image-quote{
		display: inline-block;
		width: 45%;
		background: rgba(255, 255, 255, 0.83);
		padding: 45px 45px 35px;
		box-shadow: 0px 0px 25px rgba(234, 234, 234, 0.5);
		vertical-align: middle;
	}
	
		#body-about-us #values .value-content-block .value-image-quote p{
			font-size: 13px;
			display: initial;
			position: initial;
			color: #6f80a7;
		    line-height: 25px;
		    letter-spacing: 2px;
		    text-transform: uppercase;
		    font-weight: 700;
		}
	
		#body-about-us #values .value-content-block .value-image-quote span{
		    display: block;
		    width: 100%;
		    position: relative;
		    font-weight: 500;
		    margin-top: 5px;
		    color: #999;
		    -webkit-text-fill-color: initial;
		}
	
		
		
#body-about-us #approach{
	width: 100%;
	display: block;
	position: relative;
	padding: 90px 0px;
	background: #3e2d4a url("../img/bg-wave.png") top left repeat;
}

	#body-about-us #approach #approach-wrap{
		max-width: 1280px;
		width: 100%;
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 0px 60px;
	}
	
	#body-about-us #approach-copy,
	#body-about-us #approach-image{
		display: inline-block;
		position: relative;
		width: 50%;
	}
	
	#body-about-us #approach-copy{
		padding-right: 60px;
	}
	
	#body-about-us #approach-image{
		padding-left: 45px;
		position: absolute;
		top: 0;
		height: 100%;
		right: 0;
	}
		
		#body-about-us #approach-image > div{
			position: absolute;
			top: 0;
			left: 0;
			right: 90px;
			height: 100%;
			
			-webkit-filter: grayscale(100%);
			-moz-filter: grayscale(100%);
			-ms-filter: grayscale(100%);
			-o-filter: grayscale(100%);
			filter: grayscale(100%);
		}
		
			#body-about-us #approach-image > span{
				position: absolute;
				top: 0;
				left: 0;
				right: 90px;
				height: 100%;	
				background: #560f88;
				opacity: .3;		
			}
	
		#body-about-us #approach-copy h6{
			padding: 0px;
			background: none;
			font-weight: 700;
		}
		
			#body-about-us #approach-copy h6 span{
				color: #2a1a36;
			}
	
			#body-about-us #approach-copy h6 strong{
				color: white;
				font-weight: 900;
			}
	
		#body-about-us #approach-copy h3{
			position: relative;
			display: block;
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
			font-size: 28px;
			line-height: 40px;
			color: #929b62;
			margin: 0px;
			font-weight: 300;
			width: 100%;
			margin: 20px 0px 45px;
		}
	
	#body-about-us #approach-tenets{
		display: block;
		width: 100%;
		max-width: 1280px;
		position: relative;
		margin: 30px auto 0px;
		padding: 0px 60px;
	}
	
		#body-about-us #approach-tenets > div{
			display: inline-block;
			width: calc(100% / 3 - 40px);
			position: relative;
			vertical-align: top;
			margin-right: 60px;
		}
		
		#body-about-us #approach-tenets > div:last-of-type{
			margin-right: 0px;
		}
		
		#body-about-us #approach-tenets h3{
			font-family: "kepler-std-display", Georgia, Times, serif;
			font-size: 40px;
			line-height: 56px;
			color: white;
			font-style: italic;
			font-weight: 300;
			margin-bottom: 20px;
		}
	
		#body-about-us #approach-tenets p{
		
			color: #ababab;
			line-height: 28px;	
			
		}
	



#body-about-us.team .white-content-block-copy.faded-background-graphic span{
    display: inline-block;
    width: 42.5%;
	margin-right: 30px;
    vertical-align: middle;
    padding-left: 30px;
    position: relative;
    text-align: left;
}

#body-about-us.team .white-content-block h2{
    display: inline-block;
    /* width: 35%; */
    padding-right: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 100%;
    font-size: 42px;
    line-height: 50px;
}

#body-about-us.team .white-content-block h3{
	font-weight: 300;
    display: block;
    color: #929b62;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
}

#body-about-us.team .white-content-block p{
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    line-height: 36px;
    vertical-align: middle;
    text-align: left;
    width: calc(57.5% - 30px);
    margin-bottom: 0px;
    max-width: 100%;
}

	
#body-about-us.team .button-group{
    margin-top: 15px;
    border-top: 1px solid #efefef;
    padding-top: 15px;

}


#body-about-us.team .button-group a{
	color: #999;
}

		

#body-about-us.team #staff-grid{

    display: block;
    max-width: 1400px;
    width: 100%;
    margin-left: calc((100% - 1400px) / 2 + 60px);
 	position: relative;
}
 
#body-about-us.team #staff-grid .staff-member{
	
    width: calc(25% - 60px + (30px / 4));
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-size: 0px;
	height: 12.5vw;
	margin-right: 30px !important;
	margin-bottom: 30px !important;
}


#body-about-us.team #staff-grid .staff-member .staff-info{
	font-size: 11px;
	color: white;
}

.team-openings{
	background: #3e2d4a url('../img/bg-wave.png') top left repeat
}

#body-about-us.team #team-openings-intro{
	padding: 90px 60px;
}

#body-about-us.team #team-openings-intro h6{
	margin-bottom: 30px;
	padding: 0px;
	background: none;
}

#body-about-us.team #team-openings-intro h2{
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	font-style: italic;
	text-shadow: none;
	color: white;
	
}

#team-openings-contain{
	margin-top: 60px;
	padding: 45px 60px 120px;
	display: flex;
}



@media (max-width: 1280px){
	
	#body-about-us .white-content-block{
		top: 0px;
	}
	
	#body-about-us #header-wrap{
		height: 100%;
	}
	
}


@media (max-width: 1024px){
	
	#body-about-us #values{
		padding: 90px 45px 75px;
		margin: 0px;
	}
	
	#about-us-main-content-wrapper{
		padding: 0px;
	}
	
	#body-about-us .white-content-block{
		margin-top: 0px;
	}
	
	
}



@media screen and (max-width: 980px){
	
	#body-about-us.team .white-content-block-copy.faded-background-graphic h2 {
	    font-size: 30px;
	    line-height: 44px;
	}
	
	#body-about-us.team .white-content-block h3{
		font-size: 22px;
		line-height: 30px;
	}
	
	#body-about-us.team .white-content-block p{
		font-size: 18px;
		line-height: 28px;
	}
	
}



@media screen and (max-width: 680px){
	
	#body-about-us.team .white-content-block-copy.faded-background-graphic span{
		display: block;
		position: relative;
		width: 100%;
	}
	
	#body-about-us.team .white-content-block p{
		display: block;
		position: relative;
		width: 100%;
		padding-left: 30px;
	}
		
}


@media screen and (max-width: 580px){
	
	#body-about-us.team .white-content-block-copy.faded-background-graphic span{
		padding-left: 0px;
	}
	
	#body-about-us.team .white-content-block p{
		padding-left: 0px;

	}
	
	#body-about-us.team .button-group{
		margin-top: 30px;
	}
	
}





#career-openings-intro, #career-openings-contain {
	display: block;
    position: relative;
    margin: 60px auto 0px;
    max-width: 1280px;
    width: 100%;
    font-size: 0px;
    padding: 0px 60px;
}

#body-about-us.careers .white-content-block-image{
	box-shadow: inset 0px 0px 150px white;
}

#body-about-us.careers .opening {
    width: calc(50% - 30px);
    display: inline-block;
    position: relative;
    background: white;
    vertical-align: top;
    margin-bottom: 60px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
#body-about-us.careers .opening:nth-of-type(even) {
	margin-left: 60px;
}
#body-about-us.careers .opening h3 {
	color: white;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    width: 100%;
    padding: 15px 30px;
    background: #6f80a7 url(../img/bg-wave-2.png) top left repeat;
/*     height: 60px; */
    line-height: 24px;
    font-weight: 900;
    text-shadow: none;
}
#body-about-us.careers .opening h4 {
    display: block;
    color: #929b62;
    background: #f7f7f7;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 14px;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 20px 30px 10px 30px;
}   
#body-about-us.careers .opening h5 {
	color: #505a64;
	background: #f7f7f7;
	font-family: "kepler-std", Georgia, Times, serif;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 0px 0px 20px 30px;
    position: relative;
} 
#body-about-us.careers .opening p {
	padding: 30px 30px 30px 30px;
	font-weight: 300;
}
#body-about-us.careers .opening a{
		background: #929b62;
		margin: 0 30px 30px 30px;
}

#body-about-us.careers #benefits{
	display: block;
	position: relative;
}

#body-about-us.careers h6{
	margin-bottom: 15px;
}

#body-about-us.careers .white-content-block a{
	margin-bottom: 45px;
	position: relative;
	cursor: pointer;
}

#body-about-us.careers #benefits{
	display: none;
}

#body-about-us.careers #benefits > div{

}

#body-about-us.careers #benefits ul{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	vertical-align: top;
	position: relative;
	padding: 15px;
	list-style-type: disc;
	list-style-position: outside;
		
}

	#body-about-us.careers #benefits ul li{
		color: #5d656b;
		position: relative;
		line-height: 24px;
		font-weight: 100;
		font-size: 18px;
		font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
		
	}









.collaborator {
	 margin-bottom: 90px;
}
#collaborators-contain {
    max-width: 1280px;
    width: 100%;
    display: block;
    position: relative;
    padding: 90px 60px;
    margin: 60px auto 0px;
}

.collaborator-logo {
	display: inline-block;
    position: relative;
    font-size: 0px;
    vertical-align: middle;
    height: calc((1280px - 120px) / 15 * 6);
    padding-left: 0px;
    width: calc(100% / 5 * 2);
}
.collaborator-logo > div {
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 100%;
    left: 0;
    border-radius: 100%;
    border: 0px solid rgba(255, 255, 255, 0.0);
    -webkit-transition: border .5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: border .5s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: border .5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: border .5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: border .5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #fff;
}
.collaborator-logo > div:hover {
	border: 10px solid #929b62;
}
.collaborator-logo > div:hover .circle-graphic-image {
	opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.collaborator-logo > div:hover .circle-graphic-texture {
	opacity: 0;	
}
.collaborator-logo > div:hover .circle-graphic-gradient {
	opacity: 0;	
}
.collaborators .circle-graphic-image {
    height: 100%;
    top: 0px;
    width: 100%;
    left: 0px;
    border-radius: 5000px;
    position: absolute;
    display: block;
    opacity: .6;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter .4s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: -moz-filter .4s ease-in-out, opacity .3s ease-in-out;
    -ms-transition: -ms-filter .4s ease-in-out, opacity .3s ease-in-out;
    -o-transition: -o-filter .4s ease-in-out, opacity .3s ease-in-out;
    transition: filter .4s ease-in-out, opacity .3s ease-in-out;
    
    background-size: 60% !important;
}

.collaborator-overview {
    display: inline-block;
    position: relative;
    width: calc(100% / 5 * 3);
    font-size: 0px;
    vertical-align: middle;
    padding-left: 90px;
    background: url(../img/paint-bg-3.png) no-repeat;
    background-size: contain;
    background-position-y: 5%;
    background-position-x: center;
}

.collaborator:nth-of-type(even) .collaborator-overview{
	
	padding-left: 0px;
	padding-right: 90px;
	
}

.collaborator-overview h3 {
    font-family: "kepler-std-display", Georgia, Times, serif;
    font-weight: 300;
    font-size: 80px;
    line-height: 80px;
    color: #505a64;
    text-shadow: 0px 0px 25px white, 0px 0px 35px white, 0px 0px 45px white, 0px 0px 55px white, 0px 0px 65px white;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.collaborator-overview p {
	font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 18px;
}
.collaborator-overview p:first-of-type {
	border-top: 3px solid rgba(175, 175, 175, 0.36);
	padding-top: 30px;
}

.collaborator-overview p a {
	display: inline;
	margin: 0px 4px;
	padding: 0px;
	height: auto;
	color: #505a64;
	text-transform: none;
	letter-spacing: initial;
	font-size: inherit;
    line-height: inherit;
    border-bottom: 2px dotted #ddd;
   
   	-webkit-transition: color .25s ease-in-out;
   	-moz-transition: color .25s ease-in-out;
   	-ms-transition: color .25s ease-in-out;
   	-o-transition: color .25s ease-in-out;
   	transition: color .25s ease-in-out; 
}
.collaborator-overview p a:hover {
	color: #a1b04e;
}
.collaborator-overview ul {
	display: inline-block;
    width: 75%;
    vertical-align: top;
    color: #6f80a7;
    list-style: disc inside none ;
}
.collaborator-overview ul li {
    display: list-item;
    position: relative;
    width: 100%;
    color: #7e878e;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin: 0px 0px 10px 45px;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 28px;
    list-style-position: outside;
    text-transform: none;
    letter-spacing: 0px;
}
.collaborator-overview ul li:last-of-type {
	margin-bottom: 20px;
}







#body-about-us.recognition #recognition-contain {
	font-size: 0;
    max-width: 1280px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 120px;
    margin: 120px auto 0px;
}


#body-about-us.recognition #recognition-contain h2{
	margin-bottom: 45px;
}

#body-about-us.recognition .recognized-activity {
	
    margin-bottom: 90px;
    display: inline-block;
    margin-right: 60px;
    font-size: 0px;
    width: calc(50% - 30px);
}

#body-about-us.recognition .recognized-activity:nth-of-type(even){
	
	margin-right: 0px;
	
}

#body-about-us.recognition .recognized-activity .project-image{
	
	display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    vertical-align: middle;

}


#body-about-us.recognition .project-information {
	
	display: inline-block;
    width: calc(100% - 300px);
    vertical-align: middle;
    font-size: 0;
    padding-left: 60px;
    padding-right: 0px;
	
}

#body-about-us.recognition .project-information .awards-won a{
	border-bottom: 1px dashed #ccc;
	
    cursor: pointer;	
}

#body-about-us.recognition .project-information .awards-won a, 
#body-about-us.recognition .project-information .awards-won p{
	
	position: relative;
    display: inline;

	color: #6f80a7;

    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    
    letter-spacing: 2px;
    line-height: 26px;
    
    height: auto;

	padding: 0px;
	/*  margin: 0 auto; */
  	margin-bottom: 10px;
    
    text-align: left;
    
    text-transform: uppercase;    
    
}

#body-about-us.recognition .project-information p, #body-about-us.recognition .project-information h3 {
    padding: 0px;
    margin-bottom: 20px;
   
  
}


#body-about-us.recognition .project-information p em{
	margin-top: 15px;
	line-height: 18px;
}

#body-about-us.recognition .project-information > a, #body-about-us.recognition .project-information h3 {
	display: inline-block;
    position: relative;
    padding: 0px;
    height: auto;
    margin-bottom: 25px;
    color: #929b62;
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
    font-size: 26px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 32px;
    margin: 0px;
    margin-bottom: 15px;
    }


#body-about-us.recognition .project-information p em{
	font-weight: 300;
}

    
   #body-about-us.recognition .project-information > a{
/* 	   	border-bottom: 1px dashed #ccc; */
		cursor: pointer;	
   }

#body-about-us.recognition a.see-more-work{
	
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: white;
    margin: 0px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	
}








@media screen and (max-width: 1280px){
	
	#body-about-us #values .value-image-block{
		height: calc((100vw - 180px) / 15 * 5);
		width: calc(100% / 15 * 5);
	}
	
	#body-about-us #values .value-content-block{
		width: calc(100% / 15 * 10);
	}
	
	
}

 
 
 	
 
@media screen and (max-width: 1400px){
	
	#body-about-us #values h6 {
	    left: initial;
	}
	
	#body-about-us #values .value{
		margin-bottom: 150px;
	}
	
	#body-about-us #values .value-content-block h3{
		width: 95%;
		margin-bottom: 60px;
		font-size: 24px;
		line-height: 36px;
	}
	
	#body-about-us #values .value-content-block h2{
		font-size: 64px;
		line-height: 72px;
	}
	
	#body-about-us #values .value-image-block{
		
		top: -90px;
		padding-left: 0px;
		position: absolute;
		right: 0;
		z-index: 2;
		
	}
	
	#body-about-us #values .value-content-block{
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		z-index: 1;
	}
	
	
} 
 
 
 
 
 
 
 
 
 
 
 	
 	
	
	
	




/* = = = = = = = = = = = = = = = = = = = = = 	

	7.0 — How We Work/Bioregions.

 = = = = = = = = = = = = = = = = = = = = = */		
		
#bioregions{
	display: block;
	position: relative;
	margin: 90px auto;
	max-width: 1280px;
	width: 100%;
	font-size: 0px;
	padding: 0px 90px;
}	


#bioregions-main-content-wrapper{
    display: block;
    position: relative;
    width: 100%;
    background: url(../img/white-content-block.jpg) top left repeat;
    padding: 0px 0px;
}

#body-where-we-work .white-content-block{
	background: white;
    display: block;
    position: relative;
    width: 100%;
    max-width: 1280px;
    z-index: 300;
    margin: 0 auto;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.125);
	padding: 45px 60px 30px;
	top: -45px;
	
}

#body-where-we-work .white-content-block-image.faded-background-graphic{
	
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		
	}


	#body-where-we-work .white-content-block-image.faded-background-graphic .background-gradient{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		left: 0px;
		display: block;
		box-shadow: inset 0px 0px 50px white;
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.98) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.98) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.98) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	}


	#body-where-we-work .white-content-block-copy.faded-background-graphic{
		font-size: 0px;
	}
	
	#body-where-we-work .white-content-block-copy.faded-background-graphic > span {
	    display: inline-block;
	    width: 65%;
	    vertical-align: middle;
	    padding-left: 30px;
	    position: relative;
	}

	#body-where-we-work .white-content-block-copy.faded-background-graphic > h2 {
	    display: inline-block;
	    width: 35%;
	    padding-right: 30px;
	    position: relative;
	    line-height: 60px;
	    font-weight: 600;
	    vertical-align: middle;
	}
	
	#body-where-we-work .white-content-block h3 {
	    font-weight: 300;
	    display: block;
	    color: #929b62;
	    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	    font-size: 24px;
	    line-height: 40px;
	    margin-bottom: 15px;
	    position: relative;
	}

	#body-where-we-work .white-content-block-copy.faded-background-graphic p {
	    font-weight: 100;
	}
	
	#body-where-we-work .white-content-block p {
	    font-weight: 300;
	    font-size: 20px;
	    line-height: 36px;
	    max-width: 100%;
	}
	

#body-where-we-work .white-content-block h2{
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0px;
	color: #7e8d9a;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#body-where-we-work .white-content-block h2 strong{
	font-family: "kepler-std-display", Times, serif;
    font-size: 80px;
    font-weight: normal;
    font-weight: 600;
    letter-spacing: initial;
    text-transform: none;
    line-height: 50px;
    color: #505a64;
    text-shadow: 0px 0px 25px white, 0px 0px 35px white, 0px 0px 45px white, 0px 0px 55px white, 0px 0px 65px white;
    display: block;
    position: relative;
}

#body-where-we-work .white-content-block h2 span{
	color: #afbd66;
}

#body-where-we-work .bioregion{
	width: calc(50% - 30px);
	display: inline-block;
	position: relative;
	background: white;
	vertical-align: top;
	margin-bottom: 60px;
}

#body-where-we-work .bioregion:nth-of-type(even){
	margin-right: 60px;
}

#body-where-we-work .bioregion-title{
	color: white;
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	width: 100%;
	padding: 0px 20px;
	height: 60px;
	line-height: 60px;
	font-weight: 900;
	text-shadow: none;
}

.bioregion#chesapeake .bioregion-title{
	background: #5a6887 url('../img/bg-wave-2.png') top left repeat;
}
.bioregion#cascadia .bioregion-title{
	background: #9aa77b url('../img/bg-wave-2.png') top left repeat;
}
.bioregion#great-lakes .bioregion-title{
	background: #528299 url('../img/bg-wave-2.png') top left repeat;
}
.bioregion#hudson-river .bioregion-title{
	background: #8c555e url('../img/bg-wave-2.png') top left repeat;
}
.bioregion#ohio-river .bioregion-title{
	background: #60856a url('../img/bg-wave-2.png') top left repeat;
}
.bioregion#southeast .bioregion-title{
	background: #907e4c url('../img/bg-wave-2.png') top left repeat;
}
.bioregion#southern-rocky .bioregion-title{
	background: #ad6e2a url('../img/bg-wave-2.png') top left repeat;
}
.bioregion#southwest-basin .bioregion-title{
	background: #b59439 url('../img/bg-wave-2.png') top left repeat;
}


#body-where-we-work .bioregion-content-contain{
	display: block;
	position: relative;
	width: 100%;
}

#body-where-we-work .bioregion-offices{
	width: 240px;
	display: inline-block;
	position: relative;
	background: #ebedf0;
	vertical-align: top;
	padding: 30px 15px;
	color: #505a64;
	z-index: 2;
}

	#body-where-we-work .offices-back{
		position: absolute;
		top: 0;
		left: 0;
		width: 240px;
		bottom: 0;
		display: block;
		z-index: 1;
		background: #ebedf0;
	}

	#body-where-we-work .office-info{
		font-family: "kepler-std", Georgia, Times, serif;
	    font-size: 18px;
	    display: block;
	    height: 100%;
	    max-height: 0px;
	    padding: 0px 0px 0px 5px;
	    margin: 0px;
	    position: relative;
	    overflow: hidden;
	    transition: max-height .25s ease-in-out;
	}

	#body-where-we-work .office-info.opened{
		max-height: 500px;
	}
	
		#body-where-we-work .office-info a{    
			font-family: "kepler-std", Georgia, Times, serif;
		    font-size: 18px;
		    line-height: 18px;
		    -webkit-appearance: none;
		    padding: 0px;
		    color: #98a6b3;
		    height: initial;
		    font-weight: 100;
		    letter-spacing: 0px;
		    margin-top: 5px;
		    border-bottom: 1px dashed #ccc;
		}

	#body-where-we-work .office .office-title{
		color: #929b62;
		font-size: 12px;
		display: block;
		padding: 0px;
		position: relative;
		line-height: initial;
		cursor: pointer;
		height: initial;
		line-height: 20px;
		padding: 0px 0px 0px 5px;
		border-bottom: 1px solid #ddd;
		margin-right: 0px;
		margin-bottom: calc(15px / 2);
	}
	
	#body-where-we-work .office .office-title:after{
		position: absolute;
		right: 0px;
		color: #aaa;
		font-size: 14px;			
	    content: "\25BE \FE0E";
	}

#body-where-we-work .bioregion-poc{
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	background: white;
	z-index: 3;
	position: relative;
	width: calc(100% - 240px);
}

#body-where-we-work .bioregion-poc > h4{
	display: block;
	color: #929b62;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 14px;
	font-family: "mr-eaves-xl-sans";
	text-transform: uppercase;
	position: relative;
	margin-bottom: 15px;
}

#body-where-we-work #poc-content{
	display: table;
	position: relative;
	width: 100%;
}

#body-where-we-work .poc-photo{
	display: table-cell;
	width: calc(100% / 3);
	position: relative;
	vertical-align: top;
}

#body-where-we-work .poc-info{
	display: table-cell;
	padding-left: 15px;
	position: relative;
	width: calc(100% /3 * 2);
}

#body-where-we-work .poc-info h3{
	display: block;
	position: relative;
	width: 100%;
	font-family: "kepler-std", Georgia, Times, serif;
	font-size: 22px;
	font-weight: 500; 
	margin-bottom: 10px;
	color: #505a64;
}

#body-where-we-work .poc-info h4{
	display: block;
	position: relative;
	width: 100%;
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300; 
	color: #505a64;
	margin-bottom: 30px;
}

#body-where-we-work .poc-info h5 a{
	padding: 0px;
	line-height: 14px;
	height: initial;
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #505a64;
	letter-spacing: 2px;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 10px;
}

#body-where-we-work .poc-info .social{
	width: 20px;
	height: 20px;
	line-height: initial;
	padding: 0px;
	margin: 0px;
	position: relative;
}

	
#body-where-we-work .poc-info .social svg *{
	
	fill: #aaa;
	
}


@media screen and (max-width: 1024px){
	
	#body-where-we-work .white-content-block{
		top: 0px;
	}
	
}


















#body-what-we-do .main-wrapper{
    display: block;
    position: relative;
    width: 100%;
    background: url('../img/white-content-block.jpg') top left repeat;
	padding: 0px;
}

#what-we-do-opening-contain{
	display: block;
	position: relative;
	width: 100%;
/* 	max-width: 1280px; */
/* 	overflow: hidden; */
/* 	top: -45px; */
	margin: 0 auto;
}

#body-what-we-do #practice-area-contain{
    display: inline-block;
    width: calc((1280px / 4) + ((100% - 1280px) / 2));
/*     top: 45px; */
    bottom: initial;
    background: #4e5565 url(../img/bg-wave-2.png) top left repeat;
    vertical-align: top;
    height: 100%;
    min-height: 455px;
    position: relative;
    /* left: 0px; */
    position: absolute;
}

#body-what-we-do #practice-area-pager{
	display: block;
	position: relative;
	margin-bottom: 25px;
}

#body-what-we-do #practice-area-pager-contain{
    padding: 45px 30px 45px 0px;
    /* position: absolute; */
    width: calc(1280px / 4 - 60px);
    display: block;
    right: 0;
    position: absolute;
}

	#body-what-we-do .stuck #practice-area-pager-contain{
	    width: calc(1280px / 4 - 60px);	
	    position: fixed;
	    top: 100px;
	    left: calc((100% - 1280px) / 2 + 60px);
	    right: initial;
	}
	
	#body-what-we-do .abstuck #practice-area-pager-contain{
		position: absolute;
		right: 0;
		left: initial;
	}

	#body-what-we-do #practice-area-pager-contain h3 span{
		position: absolute;
	    top: 0px;
	    right: 0px;
	    width: 30px;
	    cursor: pointer;
	    height: 30px;
	    transform: scale(-1);
	    border-radius: 50%;
	    border: 1px solid rgba(255, 255, 255, .2);
	    background: url(../img/icon-dropdown.svg) no-repeat center center;
	    background-size: 14px 12px;
	    -webkit-transition: .25s ease-in-out;
	    -moz-transition: .25s ease-in-out;
	    -ms-transition: .25s ease-in-out;
	    -o-transition: .25s ease-in-out;
	    transition: .25s ease-in-out;
	}
	
	
	#body-what-we-do #practice-area-contain.open h3 span{
		transform: scale(1);	
	}

#body-what-we-do #practice-area-pager-contain h3{
    font-family: "mr-eaves-xl-sans", Helvetica, arial, sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    height: 40px;
    padding-left: 30px;
    line-height: 24px;
    border-bottom: 2px solid #92a7d6;
}

#body-what-we-do #practice-area-pager-contain a{
	font-family: "kepler-std-display", Georgia, Times, serif;
	font-size: 22px;
	color: #ccc;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 32px;
	height: 32px;
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-right: 0px;
}

	#body-what-we-do #practice-area-pager-contain .cycle-pager-active{
		color: #ffffff;
	}


#body-what-we-do .white-content-block{
    background: white;
    display: inline-block;
    position: relative;
    /* width: calc(100% / 4 * 3); */
    max-width: calc((100% - 1280px) / 2 + (1280px / 4 * 3));
    /* float: right; */
    z-index: 300;
    margin: 0 auto;
    /* margin-top: -60px; */
}

#body-what-we-do .white-content-block .cycle-slideshow{
	display: block;
	position: relative;
	width: 100%;
/* 	overflow: hidden; */
	max-width: calc(1280px / 5 * 4);
	background: white;
}

#body-what-we-do .white-content-block .cycle-slideshow h3{
	max-width: 60%;
}

#body-what-we-do .white-content-block .practice-background{
	height: 33vw;
    max-height: 420px;
    width: 33vw;
    max-width: 420px;
    overflow: hidden;
    border-radius: 40vw;
    top: 90px;
    display: block;
    position: absolute;
    left: 50%;
    z-index: 1;
}

#body-what-we-do .white-content-block .practice-background .circle-graphic-image{
	opacity: .6;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#body-what-we-do .white-content-block .practice-background .circle-graphic-topcoat{
	z-index: 10;
	opacity: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

		
	#body-what-we-do .white-content-block .cycle-slideshow .cycle-slide{
		padding: 120px 60px;
		background: white;		
	}
	
	#body-what-we-do .intro-block h2{
		position: relative;
		display: inline-block;
		text-shadow: none;
		width: auto !important;
		max-width: initial !important;		
	    font-size: 48px;
	    font-weight: 400;
	    line-height: 48px;
	}
	
	#body-what-we-do .intro-block h2 span{
		position: relative;
		z-index: 2;
	}
	
	#body-what-we-do .intro-block h2 strong{
		display: block;
		position: absolute;
		left: -15px;
		width: calc(100% + 30px);
		top: 15px;
		bottom: 15px;
		background: #f1f5e3;
	}
	
	#body-what-we-do .intro-block ul{
		display: block;
		width: 100%;
		max-width: 60%;
		margin-top: 20px;
		font-size: 0px;
		position: relative;
	}
	
	#body-what-we-do .intro-block li{
		width: 100%;
		display: list-item;
		position: relative;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
		font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	    font-size: 16px;
	    letter-spacing: calc(1px / 4s);
	    font-weight: 500;
	    line-height: 24px;
	    margin-bottom: 10px;
	    color: #7e878e;
	}
	
	#body-what-we-do .white-content-block .cycle-slide h3{
	    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	    font-size: 24px;
	    color: #9da573;
	    font-weight: 400;
	    line-height: 32px;
	    display: block;
	    position: relative;
	    /* max-width: 60%; */
	    margin-bottom: 20px;
	}
	
	#body-what-we-do .cycle-slide .intro-block p:first-of-type,
	#body-what-we-do .cycle-slide .intro-block p:last-of-type{
		display: none;
	}
	
	#body-what-we-do .cycle-slide p{
		
		line-height: 26px;
		margin-bottom: 15px;
		max-width: 60%;
		font-size: 18px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

		#body-what-we-do .cycle-slide p a{
			text-transform: none;
			color: inherit;
			font-weight: 600;
			font-size: inherit;
			letter-spacing: inherit;
			padding: 0px;
			margin-right: 0px;
			border-bottom: 1px dashed #ccc;
			height: inherit;
			margin-top: initial !important;
			line-height: initial;
		}

		#body-what-we-do .cycle-slide a{
			margin-top: 15px !important;
		}


#practice-area-wrap{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 45px 60px 75px;
	position: relative;
	display: block;
}


#body-what-we-do .cycle-slide .services-list li h3{
	height: 65px;
	width: 100%;
	line-height: 65px;
	z-index: 2;
	color: white;
	font-family: "kepler-std-display", Georgia, Times, serif;
	font-size: 20px;
	margin-bottom: 0px;
	max-width: 100%;
	padding: 0px 20px;
	cursor: pointer;
	font-weight: 300;
	background-image: url(../img/pattern-underpainting-2.png);
	background-position: top left;
	background-repeat: repeat; 
}

.services-block{
	width: 100%;
	margin-top: 90px;
	margin-bottom: 90px;
	height: auto;
}

.autoadjust-wrapper{
	height: auto;
	width: 100%;
	position: relative;
	display: block;
	font-size: 0px;
}

.tester{
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
}

.services-list{
	display: inline-block;
	position: relative;
	vertical-align: top;
    width: calc(50% - (15px / 2));
    margin-right: 15px;
	font-size: 0px;
}

	.services-list:last-child{
		margin-right: 0px;
	}

	.services-list li{
		display: inline-block;
	    width: 100%;
	    position: relative;
	    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	    color: #7e878e;
	    font-size: 16px;
	    vertical-align: top;
	    padding: initial;
	    font-weight: initial;
	    margin: initial;
	    height: initial;
	    margin-bottom: 15px;
	    margin-right: 15px;
	}
	
		.services-list li a{
			display: inline;
			width: calc(50% - (30px / 2));
			position: relative;
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
			color: #778ea1;
			border-bottom: 1px dashed #ddd;
			font-size: 16px;
			vertical-align: top;
			padding: initial;
			font-weight: initial;
			margin: initial;
			line-height: initial;
			text-transform: none;
			letter-spacing: initial;
			height: initial;
			margin-bottom: 15px;
			margin-right: 15px;
		}
	
	.services-list li:nth-of-type(even){
		margin-right: 0px;
	}

	.services-list .marine{
		background: #526b7f;
	}
	
	.services-list .land{
		background: #7a8d60;
	}
	
	.services-list .drylands{
		background: #9e8971;
	}
	

#body-what-we-do .service-bullet-points{
    background: white;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 0vh;
    
    box-shadow: 0px 0px 25px rgba(213, 220, 230, 0.4);
    overflow:hidden;
	transition: max-height .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

	#body-what-we-do .service-bullet-points.open{
		max-height: 600px;
	}
	
	#body-what-we-do .white-content-block .cycle-slide .service-bullet-points.shadowless{
		box-shadow: none;
		max-height: auto !important;
		overflow: initial;
		width: 100%;
		max-width: 100%;
		height: auto;
		background: transparent; 
	    display: block;
	    margin-bottom: 30px;
	    position: relative;
	}
	
		#body-what-we-do .white-content-block .cycle-slide .service-bullet-points.shadowless h3{
			   
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
		    font-size: 24px;
		    color: #9da573;
		    font-weight: 400;
		    line-height: 32px;
		    height: auto;
		    padding: 0px;
		    cursor: initial;
		}
		
		[alt="Research & Development"] ul{
			width: 100%;
			max-width: 100%;
		}
/*
		
		[alt="Research & Development"] #see-all-projects{
			display: none !important;
		}
		
*/
		[alt="Research & Development"] .services-block{
			margin-bottom: 0px;
		}
	

#body-what-we-do .service-bullet-points *:after{
	content: "";
	display: table;
	clear: both;
}

#body-what-we-do .service-bullet-points p{
	display: block;
	max-width: 100%;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 28px;
	padding: 15px 30px 15px;
	margin-bottom: 0px;
}

	#body-what-we-do .service-bullet-points p:first-of-type{
		padding-top: 30px;
	}	

	
#body-what-we-do .service-bullet-points ul{
	font-size: 0px;
	padding: 30px 30px 30px;
	list-style-type: initial;
	display: block;
	position: relative;
}

	#body-what-we-do .service-bullet-points p + ul{
		padding: 0px 30px 0px 45px;
	}
	
	#body-what-we-do .service-bullet-points p:last-of-type + ul{
		padding: 0px 30px 30px 45px;
	}
	
#body-what-we-do .service-bullet-points ul li{
	display: list-item;
	list-style-type: initial;
	width: calc(50% - 15px);
	float: left;
	position: relative;
	line-height: initial !important;
	margin-right: 30px;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 15px !important;
}

	
	#body-what-we-do .service-bullet-points ul li::before{
		display: none !important;	
	}

	#body-what-we-do .service-bullet-points ul li:nth-of-type(even){
		margin-right: 0px;
	}



















#related-content-wrap{
	display: block;
	position: relative;
	width: 100%;
	background: #443350 url('../img/bg-wave.png') top left repeat;
}

#related-content-wrap .cycle-slideshow{
	max-width: 1280px;
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

	#related-content-wrap .cycle-slideshow .cycle-slide{			
		padding: 60px;
		width: 100%;
	}
	
	#related-content-wrap .cycle-slide p{
		color: #bfcf68;
		max-width: 100%;
		width: 100%;
		line-height: 24px;
	}

#related-content-wrap h6{
	background: none;
	color: #bfcf68;
	padding: 0px;
	display: block;
	margin-bottom: 15px;
}

#related-content-wrap .featured-project{
	width: calc(100% / 3);
	display: inline-block;
	position: relative;
	vertical-align: middle;
	height: 27.5vw;
	max-height: 360px;
	padding: 30px;
}
	
	#related-content-wrap .featured-project .featured-project-desc{
		position: absolute;
		bottom: 30px;
		display: block;
		width: 100%;
		left: 0;
		padding: 0px 30px;
		z-index: 3;
	}
	
	#related-content-wrap .project-thumbnail-back{
		opacity: .6;
		filter: grayscale(100%);
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		
		-webkit-transition: -webkit-filter .25s ease-in-out, opacity .25s ease-in-out;
		-moz-transition: -moz-filter .25s ease-in-out, opacity .25s ease-in-out;
		-ms-transition: -ms-filter .25s ease-in-out, opacity .25s ease-in-out;
		-o-transition: -o-filter .25s ease-in-out, opacity .25s ease-in-out;
		transition: filter .25s ease-in-out, opacity .25s ease-in-out;
	}

	#related-content-wrap .featured-project h3{
		font-family: "kepler-std-display", Georgia, Times, serif;
		font-size: 30px;
		font-weight: 300;
		color: white;
		max-width: 100%;
		width: 100%;
	}
	
/*
	#related-content-wrap .featured-project p{
		margin-bottom: 15px;
	}
*/
	
	#related-content-wrap .featured-project a{
		padding: 0px;
		height: 16px;
		line-height: 16px;
	}

#related-content-wrap .related-projects.two-across{
	width: calc(100% / 3 * 2 - 5px);
	display: inline-block;
	position: relative;
	padding: 0px 0px 0px 60px;
	vertical-align: middle;
}

	#related-content-wrap .related-projects.two-across .related-project{
			
		display: inline-block;
		width: calc(50% - 30px);
		vertical-align: top;
		
	}		
	
	
	#related-content-wrap .related-projects.two-across .related-project:first-of-type{
		margin-right: 60px;
	}
	

	#related-content-wrap .related-projects .project-thumbnail{
		max-height: 200px;
		height: 30vw;	
		margin-bottom: 25px;
		display: block;
		position: relative;
	}
	
	
	#related-content-wrap .featured-project:hover .project-thumbnail-back{
		opacity: 1;
		filter: grayscale(33%);
	}

	
#body-what-we-do .related-project{
    margin-bottom: 15px;
}

#related-content-wrap .related-project:hover .project-thumbnail-back{
	opacity: 1;
	filter: grayscale(33%);
}

#body-what-we-do .related-project:last-of-type{
	margin-right: 0px;
	margin-bottom: 0px;
}

#body-what-we-do .cycle-slide .related-project h3,
#body-what-we-do .cycle-slide .related-project p{
	width: 100%;
	max-width: 100%;
}

#body-what-we-do .cycle-slide .related-project h3{
	font-family: "kepler-std-display", Georgia, Times, serif;
    color: #5d656b;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 5px;
	
	transition: color .3s ease-in-out;
}

	#body-what-we-do .cycle-slide .related-project:hover h3{
		color: #2e3b44;
	}

#body-what-we-do .cycle-slide .related-project p{
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: none;
	line-height: 18px;
	color: #5d656b;
}

#body-what-we-do .cycle-slide .related-project a{
	padding: 0px;
	width: 100%;
	display: block;
	margin-top: 0px !important;
}



#body-what-we-do .related-links{
	margin-top: 60px;
	width: 100%;
}

#body-what-we-do .related-link{
	display: inline-block;
	width: calc(100% * 3 - 15px);
	margin-right: 30px;
	position: relative;
	vertical-align: top;
}


#body-what-we-do .related-link:nth-of-type(even){
	margin-right: 0px;
}

#body-what-we-do .related-link a{
	padding: 0px;
	margin: 0px;
	text-transform: none;
	font-size: 20px;
	letter-spacing: 0px;
	color: #5d656b;
	font-weight: 500;
	line-height: 30px;
	height: initial;
	margin-bottom: 5px;
	display: inline;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	
}

#body-what-we-do .related-link p{
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#body-what-we-do .related-downloadables{
	margin-top: 30px;
	font-size: 0px;
}

#body-what-we-do .related-downloadable{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

#body-what-we-do .related-downloadables a{
	font-weight: 300;
	margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 18px;
    padding: 0px;
    line-height: initial;
    height: initial;
    margin-bottom: 0px;
    margin-top: 0px !important;
    display: block;
    margin-right: 0px;
}

	.related-downloadables a span {
	    content: '';
	    vertical-align: top;
	    display: inline-block;
	    width: 30px;
	    height: 21px;
	    background: url(../img/icon-downloadPDF.svg) no-repeat left center;
	    background-size: 10px 13px;
	}

	#body-what-we-do .related-downloadables a strong{
	    font-family: "kepler-std-display", Georgia, Times, serif;
	    color: #5d656b;
	    vertical-align: top;
	    font-size: 18px;
	    line-height: 24px;
	    font-weight: 300;
	    margin-bottom: 5px;
	    width: calc(100% - 30px);
	    display: inline-block;
	}



@media screen and (max-width: 1295px){
	
	
	#body-what-we-do #practice-area-contain, #body-what-we-do .white-content-block{
/*
		display: inline-block;
		position: relative;
		vertical-align: top;
*/
	}
	
	#body-what-we-do #practice-area-contain{
		width: 25% !important;
		padding-left: 60px;
		padding-right: 30px;
	}
	
		#body-what-we-do #practice-area-pager-contain {
		    padding: 45px 0px;
		    position: relative;
		    width: 100%;
	    }
		
	#body-what-we-do .white-content-block{
		width: 75% !important;
		margin-left: 25% !important;
	}
	
	
}

@media screen and (max-width: 1280px){
	
	#body-what-we-do .white-content-block{
		max-width: 75%;
		width: 75%;
		display: inline-block;
		
	}
	
	#body-what-we-do #practice-area-contain{
		
	}
	
	
	#body-what-we-do .stuck #practice-area-pager-contain {
	    width: calc(25% - 90px);
	    top: 100px;
	    left: 60px;
	    right: initial;
    }
    
    #body-what-we-do .abstuck #practice-area-pager-contain{
	    width: calc(100% - 90px);
    }
	
	
}



@media screen and (max-width: 1140px){
	
	#body-what-we-do #practice-area-pager-contain #practice-area-pager a, #body-what-we-do #practice-area-pager-contain a{
		height: auto !important;
		line-height: 20px !important;
		margin-bottom: calc(25px / 2) !important;
	}
		
}

@media screen and (min-width: 1025px){
	#body-what-we-do #practice-area-pager-contain h3 span{
		display: none;
	}
}

@media screen and (max-width: 1024px){
	
	#body-what-we-do .white-content-block{
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		position: relative;
		margin-left: 0px !important;
	}
	
	#body-what-we-do #practice-area-contain{
		display: block;
		position: absolute;
		top: 0px;
		width: 100% !important;
		z-index: 301;
		height: auto !important;
		max-height: 67px;
		min-height: 0px;
		overflow: hidden;
		padding: 20px 0px 0px;
		
		transition: max-height .25s cubic-bezier(0.86, 0, 0.07, 1);
	}
	
	
	#body-what-we-do #practice-area-contain.stuck{
		min-height: 67px;
		position: fixed;
		top: 100px;
		z-index: 1999;
	}
	
	#body-what-we-do .stuck #practice-area-pager-contain {
	    width: 100%;
	    top: 0px !important;
	    position: relative;
	    left: 0px;
	    right: initial;
	    padding: 0px 20px 0px 60px;
	}
	
		#body-what-we-do #practice-area-contain.open{
			max-height: 900px;
			height: initial !important;
		}
	
	#body-what-we-do #practice-area-pager-contain{
		padding: 0px 60px;
	}
	
	#body-what-we-do #practice-area-pager-contain h3{
		border-bottom: 0px;
	}
	
	#body-what-we-do .white-content-block .cycle-slideshow .cycle-slide{
		padding: 180px 60px 60px 60px !important;
	}
	
	#body-what-we-do .white-content-block .practice-background{
		top: 67px !important;
		height: 50vw !important;
		overflow: hidden !important;
	}
	
	#body-what-we-do .white-content-block .practice-background .circle-graphic-topcoat{
		z-index: 10;
		opacity: 1;
		top: 0;
		left: 0;
		width: 100%;
		display: block !important;
		height: 100%;
		position: absolute;
		display: block;
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	}
	
	#white-tip{
		display: none !important;
	}
	
	#body-what-we-do .intro-block{
		padding-top: 20vw;
	}
	
		#body-what-we-do #intro .intro-block{
			padding-top: 0px;
		}
		
	#body-what-we-do .circle-graphic-texture, #body-what-we-do .circle-graphic-gradient.rotating{
		display: block !important;
	}
	
	#body-what-we-do .circle-graphic-gradient.rotating{
		height: 200vw;
		width: 200vw;
	}
	
	#body-what-we-do .white-content-block .practice-background .circle-graphic-image{
		filter: grayscale(1) !important;
	}
	
	#body-what-we-do .white-content-block h2, #body-what-we-do .white-content-block .cycle-slide h3, #body-what-we-do .white-content-block .cycle-slide p{
		width: 100%;
		max-width: 100%;
	}
	
	#body-what-we-do .white-content-block .cycle-slideshow .cycle-slide .intro-block h6{
	    color: #f4f4f4;
	    background: #929b62;
	}
	
	#body-what-we-do .intro-block ul{
		max-width: 100%;
	}
	
	#body-what-we-do .intro-block ul:after{
		content: "";
	    clear: both;
	    display: table;
	}
	
	#body-what-we-do .intro-block ul li{
		width: 33%;
		padding-right: 45px;
		float: left;
	}
	
	
}


@media screen and (max-width: 768px){
	
	#body-what-we-do #practice-area-contain{
		
	}
	
	#body-what-we-do #practice-area-pager-contain{
		padding-top: 0px !important;
		padding-left: 60px !important;
		padding-right: 30px !important;	
	}
	
	#body-what-we-do .white-content-block .cycle-slideshow .cycle-slide .intro-block h6,
	#body-what-we-do .white-content-block .cycle-slideshow .cycle-slide h6{
		margin-top: 0px !important;
	}
	
	#body-what-we-do .related-block{
		display: block;
		padding: 0px;
		width: 100%;
		position: relative;
	}
	
	#body-what-we-do .related-block > div:first-of-type,
	#body-what-we-do .related-block > div:nth-of-type(2){
		display: block;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		position: relative;
	}
	
	#body-what-we-do .featured-project{
		height: 50vw !important;
		top: initial !important;
		bottom: initial !important;
		position: relative !important;
		width: 100% !important;
		margin-bottom: 45px;
	}
	
	
	#body-what-we-do .featured-project a{
		margin-right: 0px;
	}
	
	#body-what-we-do .related-projects{
		position: relative;
		display: block;
		width: 100%;
	}
	
	#body-what-we-do .white-content-block .related-project h3{
		margin-bottom: 5px !important;
	}
	
	#body-what-we-do .white-content-block .related-project p{
		margin-bottom: 0px !important;
	}
	
	
	#body-what-we-do .intro-block ul li{
		width: 100%;
		padding-right: 0px;
		float: none;
	}
	
	
	
}


@media screen and (max-width: 580px){
	
	
	#body-what-we-do #practice-area-pager-contain{
		padding-left: 30px !important;
	}
	
	#body-what-we-do .white-content-block .cycle-slideshow .cycle-slide{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	#body-what-we-do .cycle-slide .services-list li h3{
		font-size: 18px !important;
	}
	
	
	#body-what-we-do .white-content-block .related-project h3{
		font-size: 18px !important;
		line-height: 24px !important;
	}
	
	#body-what-we-do .service-bullet-points ul li{
		width: 100% !important;
		float: none;
	}
	
	#body-what-we-do .related-downloadable{
		display: block;
		width: 100%;
	}
	
	#body-what-we-do .related-downloadable:first-of-type{
		margin-bottom: calc(5px / 2 + 5px)
	}
	
	#body-what-we-do .intro-block h2 strong{
		display: none !important;
	}
	
	
}











#footer-block{
	background: #393939;
	padding: 60px 0px;
	display: block;
	position: relative;
}

#footer-contain{
	max-width: 1280px;
    padding: 0px 90px 0px 45px;
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
}

#footer-block .sub-menu{
	display: none;
}

	#footer-block #logo-up-top a:last-of-type{
		display: block;
		position: relative;
		float: right;
		width: calc(100% / 6);
		padding-left: 30px;
		padding-right: 0px;
		margin-right: 0px;
	}

#footer-content{
	display: block;
	position: relative;
}

#footer-content > div{
	display: inline-block;
	position: relative;
	width: auto;
	vertical-align: top;
	padding: 0px 30px;
	width: calc(100% / 6 * 2.5);
}

#footer-content > div:nth-of-type(3){
	width: calc(100% / 6 * 1.5);
}

#footer-content > div:first-child{
	padding-left: 0px;
	padding-right: 0px;
	width: calc(100% / 6);
}

#footer-content > div:last-child{
	padding-right: 0px;
	width: calc(100% / 6);
}



#logo-up-top a:first-of-type{
	padding: 0px;
	margin: 0px;
}

#footer-content #contact .social{
	padding-right: 30px;
}

#footer-content #contact > a{
	display: block;
	position: relative;
	line-height: 30px;
	height: 30px;
	font-family: "kepler-std-display", Georgia, Times, serif;
	color: #aaa;
	text-transform: none;
	font-size: 22px;
	letter-spacing: 0px;
	padding-left: 45px;
	font-weight: 400;
	width: 100%;
	padding-right: 0px;
	margin-right: 0px;
}

	#footer-content #contact > a svg *{
		fill: #666;
	}

#footer-content .social a{
	width: 20%;
	height: 25px;
	padding: 0px;
	text-align: left;
	margin-right: 0px;
}

	#footer-content .social a svg{
		max-width: 24px;
		max-height: 24px;
		position: relative;
		display: block;
	}
	
		#footer-content .social a svg *{
			fill: #aaa;
			transition: fill .25s ease;
		}
		
			#footer-content .social a:hover svg *{
				fill: white;
			}

#footer-content .social a:last-child{
	margin-right: 0px;
}

#menu-footer-site-map{
	display: block;
	position: relative;
	width: 100%;
	font-size: 0px;
}

#menu-footer-site-map li{
	display: inline-block;
	width: calc(100% / 3);
}

#menu-footer-site-map a{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	height: initial;
	line-height: initial;
	height: 30px;
	line-height: 30px;
}

#secondary-map{
	font-size: 0px;
}

#secondary-map a{
	width: 50%;
	font-size: 16px;
	color: #aaa;
	font-weight: 300;
	height: initial;
	line-height: initial;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}

#copyright *{
    font-size: 13px !important;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 0px;
    margin: 0px;
    letter-spacing: 2px !important;
}

#copyright a{
	padding: 0px;
	margin: 0px;
	height: initial;
	line-height: initial;
	line-height: 30px;
}


@media screen and (max-width: 1280px){
	
	#footer-content #contact .social{
		padding-right: 0px;
	}
	
}



@media screen and (max-width: 1280px){
	
	#footer-content #contact .social{
		display: inline-block;
		width: auto;		
	}
	
	#footer-content .social a{
		width: 24px;
		margin-right: 10px;
	}
	
}


/* CSC - 11/10/17 - Misc styles for header carousel elements */

/* (i) Caption linked text - Normalizing */
#header-slideshow .information > div > div a {
	padding: 0;
	text-transform: none;
	text-decoration: underline;
	font-size: inherit;
    font-weight: normal;
    letter-spacing: normal;
    margin-right: 0;
    display: inline;
}

/* (i) Caption <em> text - Normalizing */
#header-slideshow .information > div > div em:not(:first-of-type) {
	padding: 0;
	font-weight: normal;
    margin-right: 0;
    font-size: inherit;
    font-style: italic;
    font-weight: normal;
    color: white;
    letter-spacing: normal;
    text-transform: none;
}

/* (i) Caption text photog credit */
#header-slideshow .information > div > div span {
	color: #CCC;
	font-style: italic;
	text-transform: uppercase;
	font-size: small;
	display: inline;
	padding-left: 10px;
}


@media screen and (max-width: 768px){
	
	
	#related-content-wrap .related-projects .project-thumbnail{
		max-height: 300px;
		height: 50vw;
	}
	
	
}










/*==========================================*/
/*											*/
/*		LEAF LITTER HOME DECLARATIONS 		*/
/*											*/
/*==========================================*/


.leaf-litter-quarterly #header-wrap{
	max-width: 1280px;
}

.leaf-litter-quarterly .background-ellipse{
	opacity: .25;	
}

.leaf-litter-quarterly .header-quarterly{
	width: 65%;
}

.leaf-litter-quarterly #header-wrap .header-caption{
	position: absolute;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
    top: 50%;
    bottom: initial;
    width: calc(100% - 120px);
    padding-left: 0px;
}

.leaf-litter-quarterly #header-wrap h6{
	display: inline-block;
    position: relative;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background: #4E5566 url(../img/bg-wave-2.png) top left repeat;
    margin-bottom: 45px;
}

.leaf-litter-quarterly #header-wrap h1{
	font-size: 72px;
	line-height: 72px;
}

.leaf-litter-quarterly #header-wrap h3{
	font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 22px;
    height: initial;
    margin: 0px;
}

.leaf-litter-quarterly #header-wrap h3 strong{
    font-weight: 900;
    font-size: 15px;
}

.leaf-litter-quarterly #header-wrap h3 span{
	font-size: 6px;
    position: relative;
    top: -2px;
}

.leaf-litter-quarterly #leaf-litter-main-content-wrapper{
	z-index: 300;
	background: none;
}

.leaf-litter-quarterly #intro-container{
    display: table;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -45px;
    z-index: 500;
}

.leaf-litter-quarterly #intro-container #introduction,
.leaf-litter-quarterly #intro-container #browsing-utility{
	display: table-cell;
	position: relative;
	vertical-align: top;
}

.leaf-litter-quarterly #intro-container > #introduction{
    width: 60%;
    padding-left: calc((100% - 1280px) / 2 + 60px );
    padding-right: 60px;
    padding-top: 95px;
    padding-bottom: 60px;
    vertical-align: top;
    background: white;
}


.leaf-litter-quarterly #intro-container > #introduction h2{
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 72px;
}

.leaf-litter-quarterly #intro-container > #introduction p{
	font-weight: 300;
    display: block;
    color: #929b62;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
}

.leaf-litter-quarterly #intro-container #browsing-utility{
    /* padding-top: 60px; */
    padding-top: 45px;
    width: 40%;
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.leaf-litter-quarterly #intro-container #browsing-utility > div{
	padding-right: calc((100vw - 1280px) / 2 + 60px );
    padding-left: 30px;
    padding-top: 45px;
    padding-bottom: 30px;
    /* position: relative; */
    background: #4b5361;
    background-image: url(../pattern-underpainting-1.png);
    background-image: url(../img/pattern-underpainting-1.png), linear-gradient(to right, #4b5361 0%,#5f7685 100%);
    background-position: top left;
    background-repeat: repeat;
    right: 0px;
    left: 0px;
    bottom: 0px;
    top: 45px;
    position: absolute;
    overflow: hidden

}

.leaf-litter-quarterly .subscribe-links{
	padding-left: 30px;
	display: inline-block;
    color: white;
    height: 40px;
    margin-bottom: 20px;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	white-space: nowrap;
}

.leaf-litter-quarterly .subscribe-links > *{
	vertical-align: middle;
}

.leaf-litter-quarterly .subscribe-links svg{
	width: 16px;
	height: auto;
	margin-right: 5px;
}

.leaf-litter-quarterly .subscribe-links svg *{
	fill: #929b62;
}

#browsing-utility h3{
	
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 900;
    display: block;
    color: white;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 30px;
	height: auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

#browsing-utility h3:first-of-type{
	margin-top: 0px;
}
	
#browsing-utility > div > div{
    width: auto;
    /* border: 2px solid red; */
    display: block;
    overflow-y: auto;
    height: auto;
    bottom: 45px;
    left: 30px;
    right: calc((100vw - 1280px) / 2 + 60px);
    top: 235px;
    /* padding: 15px; */
    padding-right: 15px;
    position: absolute;
}

#browsing-utility > div > div li{
	display: block;
    position: relative;
    line-height: initial;
    height: initial;
    margin-bottom: 10px;
}

#browsing-utility > div > div li a{
	line-height: initial;
    height: initial;
    font-family: "kepler-std", Georgia, Times, serif;
    font-size: 18px;
    font-weight: 300;
    display: inline;
    text-transform: none;
    padding: 0px;
    margin-right: 0px;
    color: #b4cad2;
    letter-spacing: 0px;
    border-bottom: 1px solid rgba(180, 201, 209, 0);
    transition: color .25s ease-in-out, border .25s;
}

	#browsing-utility > div > div li a:hover{
		color: white;
	    border-bottom: 1px solid rgba(180, 201, 209, .25);
	}


#edition-browser{
/*     min-height: 512px; */
/*
    max-height: 568px;
    height: 45vw;
*/
    display: block;
    position: relative;
    width: 100%;
    background: url(../img/white-content-block.jpg) top left repeat;
}

#edition-browser #controls-and-pager{
	height: 60px;
	display: block;
	position: relative;
	width: 100%;
	padding: 0px calc((100% - 1280px) / 2 + 30px);
	vertical-align: middle;
	background: #F6F6F6;
	z-index: 300;
}


#edition-browser #edition-left,
#edition-browser #edition-right{
	width: calc(100% / 10 * 1);
	display: inline-block;
	position: relative;
	line-height: 60px;
	color: #666;
	cursor: pointer;
	text-align: center;
	font-size: 35px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	height: 100%;
	vertical-align: top;
}
	
	#edition-browser #edition-left span{	
		left: 0px;	
		position: relative;
		-webkit-transition: left .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		-moz-transition: left .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		-ms-transition: left .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		-o-transition: left .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: left .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	
	#edition-browser #edition-right span{	
		right: 0px;	
		position: relative;
		-webkit-transition: right .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		-moz-transition: right .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		-ms-transition: right .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		-o-transition: right .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: right .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	
	#edition-browser #edition-left:hover span{
		left: -10px;
	}
	
	#edition-browser #edition-right:hover span{
		right: -10px;
	}
	

#edition-browser #edition-year-pager{
	width: calc(100% / 10 * 8);
	display: inline-block;
	position: relative;
	background: #E6E6E6;
	height: auto;
	overflow: hidden;
	max-height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: top;
	
	-webkit-transition: max-height .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: max-height .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: max-height .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: max-height .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: max-height .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#edition-browser #edition-year-pager.active{
	max-height: 100vh;
}


#edition-browser #edition-year-pager ul{
	display: block;
	position: relative;
	width: 100%;
	padding: 0px 30px;
	background: white;
	height: auto;
	border-bottom: 2px solid #eee;
}


#edition-browser #edition-year-pager li{
	display: inline-block;
	font-size: 12px;
	height: initial;
	line-height: 20px;
	color: #666;
}

#edition-browser #edition-year-pager li a{
	color: #666;
	line-height: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	border-bottom: 2px solid rgba(222, 222, 222, 0);
	
	-webkit-transition: color .25s ease-in-out, border .25s ease-in-out;
	-moz-transition: color .25s ease-in-out, border .25s ease-in-out;
	-ms-transition: color .25s ease-in-out, border .25s ease-in-out;
	-o-transition: color .25s ease-in-out, border .25s ease-in-out;
	transition: color .25s ease-in-out, border .25s ease-in-out;
}

#edition-browser #edition-year-pager li a:hover{
	
	color: #929b62;
	border-bottom: 2px solid rgba(222, 222, 222, 1);
	
}


#edition-browser #edition-year-pager #pager-hud{
    position: relative;
    width: 100%;
    top: 0px;
    text-align: center;
    left: 0;
    line-height: 60px;
    display: block;
    height: 60px;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    cursor: pointer;
}
	

#available-editions-container{
	width: 100%;
	display: block;
/* 	height: calc(100% - 60px); */
/* 	position: relative;	 */
}

#edition-browser #available-editions{
	overflow: hidden;
	width: 100%;
	max-width: calc(1280px - 120px);
/* 	height: calc(100% - 60px); */
/* 	position: relative; */
	display: block;
	margin: 0 auto;
/* 	background: url(../img/white-content-block.jpg) top left repeat; */
}

#edition-browser #available-editions .edition-year-slide{
	width: 100%;
	font-size: 0px;
/* 	height: 100%; */
/* 	background: url(../img/white-content-block.jpg) top left repeat; */
}

#edition-browser #available-editions .edition-year-slide .slide-contain{
	width: 100%;
/*
	display: block;
	position: relative;
*/
	padding: 45px 0px 30px;
	height: auto;
	text-align: center;
}


#edition-browser #available-editions .edition-year-slide a{
    display: inline-block;
	width: calc(25% - (90px / 4));
	margin-right: 30px;
    vertical-align: top;
    height: auto;
    line-height: initial;
    padding: 0px;
    position: relative;
    margin-bottom: 30px;
}

#edition-browser #available-editions .edition-year-slide a .edition-cover-gradient{
    width: 105%;
    display: block;
    position: absolute;
    z-index: 300;
    left: -60%;
    transform: translateX(55%);
    height: 75%;
    bottom: -50%;
    opacity: 1;
    border-radius: 100%;
    background: #4b5361;
    background-image: url(../pattern-underpainting-1.png);
    background-image: url(../img/pattern-underpainting-1.png), linear-gradient(to right, #4b5361 0%,#5f7685 100%);
}

	#edition-browser #available-editions .edition-year-slide a .edition-cover-gradient.gradient-winter{
		
	    background-image: url(../img/pattern-underpainting-1.png), linear-gradient(to right, #4b5361 0%,rgba(165, 209, 227, 0.7) 100%);
		
	}
	
	#edition-browser #available-editions .edition-year-slide a .edition-cover-gradient.gradient-fall{
		
	    background-image: url(../img/pattern-underpainting-1.png), linear-gradient(to right, #4b5361 0%,rgba(207, 172, 172, 0.7) 100%);
		
	}
	
	#edition-browser #available-editions .edition-year-slide a .edition-cover-gradient.gradient-summer{
		
	    background-image: url(../img/pattern-underpainting-1.png), linear-gradient(to right, #4b5361 0%,rgba(227, 211, 167, 0.7) 100%);
		
	}
	
	#edition-browser #available-editions .edition-year-slide a .edition-cover-gradient.gradient-spring{
		
	    background-image: url(../img/pattern-underpainting-1.png), linear-gradient(to right, #4b5361 0%,rgba(188, 199, 163, 0.7) 100%);
		
	}
	
	#edition-browser #available-editions .edition-year-slide a .edition-cover-gradient.gradient-generic{
		
	    background-image: url(../img/pattern-underpainting-1.png), linear-gradient(to right, #4b5361 0%,rgba(204, 204, 204, 0.50) 100%);
		
	}

#edition-browser #available-editions .edition-year-slide a:nth-of-type(4n){
	margin-right: 0px;
}

#edition-browser #available-editions .edition-year-slide a .edition-thumb {
    height: 27.5vw;
    max-height: 350px;
    min-height: 225px;
    width: 100%;
    position: relative;
    display: block;
	overflow: hidden;
}

#edition-browser #available-editions .edition-year-slide a .edition-thumb > p{
	position: absolute;
    bottom: 0;
    color: white;
    display: block;
    width: 100%;
    line-height: 20px;
    z-index: 301;
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

#edition-browser #available-editions .edition-year-slide a .edition-thumb > p span{
	display: block;
	position: relative;
}

	#edition-browser #available-editions .edition-year-slide a .edition-thumb > p.gradient-winter span{
		color: rgba(165, 209, 227, 1);	
	}

	#edition-browser #available-editions .edition-year-slide a .edition-thumb > p.gradient-fall span{
		color: rgba(207, 172, 172, 1);
	}

	#edition-browser #available-editions .edition-year-slide a .edition-thumb > p.gradient-summer span{
		color: rgba(227, 211, 167, 1);
	}

	#edition-browser #available-editions .edition-year-slide a .edition-thumb > p.gradient-spring span{
		color: rgba(188, 199, 163, 1);
	}

	#edition-browser #available-editions .edition-year-slide a .edition-thumb > p.gradient-generic span{
		color: #CCCCCC;	
	}

#edition-browser #available-editions .edition-year-slide a > p{
	font-family: "kepler-std-display", Georgia, Times, serif;
	font-size: 20px;
	color: #4e5565;
	font-weight: 500;
	display: block;
	line-height: initial;
	text-transform: none;
	letter-spacing: 0px;
	margin-top: 15px;	
}

#edition-browser #available-editions .edition-year-slide a > p span{
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
}


/*==========================================*/
/*											*/
/*			HOW WE WORK DECLARATIONS 		*/
/*											*/
/*==========================================*/




#how-we-work-opening-contain{
	display: block;
	position: relative;
	width: 100%;
/* 	margin-top: -60px; */
	z-index: 300;
}

#how-we-work-opening-contain #process-stage-contain{
    position: absolute;
/*     top: 30px; */
	top: 0px;
    bottom: 0;
    display: inline-block;
    width: calc((1280px / 10 * 2) + ((100% - 1280px) / 2));
    background: #4b5361;
    background-image: url(../pattern-underpainting-1.png);
    background-image: url(../img/pattern-underpainting-1.png), linear-gradient(to right, #4b5361 0%,#5f7685 100%);
    background-position: top left;
    background-repeat: repeat;
}


#how-we-work-opening-contain .white-content-block{
	position: relative;
	background: white;
    display: inline-block;
    width: calc((1280px / 10 * 8) + ((100% - 1280px) / 2));
    margin-left: calc((1280px / 10 * 2) + ((100% - 1280px) / 2));
    padding-left: calc(1280px / 10 * 2 + 30px);
    padding-top: 145px;
    padding-bottom: 110px;
    padding-right: calc((100% - 1280px) / 2 + 60px);
}

#how-we-work-opening-contain .white-content-block .cycle-slideshow{
	display: block;
	position: relative;
	width: 100%;

}


#how-we-work-opening-contain .white-content-block .cycle-slideshow h2{
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 15px;
}


#how-we-work-opening-contain .white-content-block .cycle-slideshow h3{
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #9da573;
    font-weight: 300;
    line-height: 36px;
    display: block;
    position: relative;
    /* max-width: 60%; */
    margin-bottom: 15px;
}


#how-we-work-opening-contain .white-content-block ul{
	display: inline-block;
	width: calc(50% - 23px);
    vertical-align: top;
	position: relative;
	margin-left: 20px;
	padding-right: 30px;
}

#how-we-work-opening-contain .white-content-block ul:last-of-type{
	padding-right: 0px;	
}

#how-we-work-opening-contain .white-content-block li{
	color: #7e878e;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    list-style-type: square;
    font-size: 19px;
    display: list-item;
    list-style-position: outside;
    list-style-type: disc; /* CSC - 12/21/17 */
    line-height: 34px;
    position: relative;
}


#how-we-work-opening-contain .white-content-block ul li ul{
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}

#how-we-work-opening-contain .white-content-block ul li ul li{
    color: #a8b0b6;
    left: 18px;
    line-height: 28px;
    font-weight: 300;
    display: list-item;
}


#body-how-we-work #culture{
	display: block;
	position: relative;
    background: url(../img/white-content-block.jpg) top left repeat;
}

#body-how-we-work #culture #secondary-block-content{
	max-width: 1280px;
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 60px;
	font-size: 0px;
}

#body-how-we-work #culture #secondary-block-content h2{
	font-size: 56px;
	line-height: 64px;
/* 	max-width: calc(100% / 10 * 4);	 */
}


#body-how-we-work #culture #secondary-block-content p{
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #9da573;
    font-weight: 300;
    line-height: 36px;
    display: block;
    position: relative;
/*     max-width: calc(100% / 10 * 4); */
	margin-top: 25px;
    margin-bottom: 50px;
}

#body-how-we-work #culture #secondary-block-content p:first-of-type,
#body-how-we-work #culture #secondary-block-content p:last-of-type{
	display: none;
}

#how-we-work-culture-copy{
/* 	width: calc(100% - 680px); */
	width: calc(100% / 3 * 2);
	display: inline-block;
	position: relative;
	vertical-align: middle;
	z-index: 2;
	padding: 90px 60px 60px 90px;
}

#how-we-work-culture-copy p{

    margin-bottom: 15px;
    max-width: 100%;
    
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #9da573;
    font-weight: 400;
    line-height: 30px;
    display: block;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

	#how-we-work-culture-copy p:first-of-type,
	#how-we-work-culture-copy p:last-of-type{
		display: none;
	}

#body-our-services #culture #secondary-block-content h2{
	font-weight: 400;
	font-size: 42px;
	line-height: 48px;
	max-width: 100%;
}

	#body-our-services #culture #secondary-block-content h2{
		margin-bottom: 20px;
	}

#body-our-services #culture #secondary-block-content p a{
    color: inherit;
    height: initial;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0px;
    padding: 0;
    font-size: inherit;
    text-transform: none;
    letter-spacing: 0;
    font-weight: inherit;
    line-height: 22px;
/*     border-bottom: 1px dashed #ddd; */
	border-bottom: 2px solid #ddd;
    -webkit-transition: color 50ms ease-out 50ms;
    -moz-transition: color 50ms ease-out 50ms;
    -o-transition: color 50ms ease-out 50ms;
    transition: color 50ms ease-out 50ms;
    /* CSC - quick link style for only this page, this paragraph */
}

#body-our-services #culture #secondary-block-content p a:hover {
    color: #666;
	border-bottom: 2px solid #eee;
}

#how-we-work-culture-copy .afterlinks{
	margin-bottom: 10px;
}

#how-we-work-culture-copy .afterlinks:last-of-type{
	margin-bottom: 0px;
	margin-top: 0px;
}

.how-we-work-culture-bg{
/*
	height: 33vw;
    max-height: 680px;
    width: 33vw;
    max-width: 680px;
*/
	height: 475px;
	
	width: 475px;
	
    overflow: hidden;
    border-radius: 100%;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0%;
	-webkit-transform:  translateY(-50%);
	-moz-transform:  translateY(-50%);
	-ms-transform:  translateY(-50%);
	-o-transform:  translateY(-50%);
	transform: translateY(-50%);
}

.how-we-work-culture-bg .circle-graphic-topcoat{
    z-index: 10;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 2%, rgba(250,250,250,0) 100%);
    background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%,rgba(250,250,250,1) 2%,rgba(250,250,250,0) 100%);
    background: linear-gradient(to right, rgba(250,250,250,1) 0%,rgba(250,250,250,1) 2%,rgba(250,250,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.how-we-work-culture-bg .circle-graphic-image{
	top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
    opacity: .6;
    filter: grayscale(1);
    height: 100%;
    
}


#body-how-we-work #process-stage-pager-contain {
    display: block;
    right: 0px;
    height: 100%;
    position: absolute;
    width: calc(1280px / 10 * 2 - 60px);
}

/* CSC - Temp hide for review - 12/21/17 */
#body-how-we-work #process-stage-pager {
		display:none;
}


#body-how-we-work #wheelContain{
	overflow: visible;
	width: calc(1280px / 10 * 2 + 140px);
	height: calc(1280px / 10 * 2 + 140px);
	z-index: 400;
	top: 120px;
	pointer-events: none;
	position: absolute !important;

}


#body-how-we-work #wheelDiv{
	position: relative;
	height: 100%;
	width: 100%;
} 


#body-how-we-work #wheelBG{

    height: 101.25%;
    width: 101.25%;
    background: white url(../img/bg-wave-2.png) top left repeat;
    border-radius: 102.5%;
    border: 2px solid #e8e8e8;
    position: absolute;
    z-index: 399;
    left: -0.75%;
    top: -0.75%;
    box-shadow: 0px 0px 35px #0000001f;	
	
}


#body-how-we-work #wheelDiv > svg{
	width: 100%;
	height: 100%;
	z-index: 400;
	pointer-events: none;
	position: relative;
	display: block;
	overflow: visible !important;
}

#body-how-we-work #wheelDiv > svg *{

	pointer-events: all;
	
}

#body-how-we-work #process-stage-prev,
#body-how-we-work #process-stage-next{
	height: 45px;
    width: 45px;
    position: absolute;
    text-align: center;
    line-height: 45px;
    border-radius: 45px;
    background: #92b7d2;
    color: white;
    cursor: pointer;
    pointer-events: all;
    z-index: 500;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#body-how-we-work #process-stage-prev{
	top: -80px;
	left: 45%;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#body-how-we-work #process-stage-next{
	bottom: -80px;
}

#body-how-we-work #wheelDiv svg text {
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    font-size: 16px !important;
    
    color: white !important;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer !important;
}






#body-how-we-work #wheelDiv svg #wheelnav-wheelDiv-slice-0 {
	fill: rgba(147, 191, 181, 1);
	stroke: white;
	stroke-width: 2px;
	transition: fill .25s ease, opacity .25 ease;
}

#body-how-we-work #wheelDiv svg #wheelnav-wheelDiv-slice-1 {
	fill: rgba(161, 191, 159, 1);
	stroke: white;
	stroke-width: 2px;
	transition: fill .25s ease, opacity .25 ease;
}

#body-how-we-work #wheelDiv svg #wheelnav-wheelDiv-slice-2 {
	fill: rgba(160, 168, 163, 1);
	stroke: white;
	stroke-width: 2px;
	transition: fill .25s ease, opacity .25 ease;
}

#body-how-we-work #wheelDiv svg #wheelnav-wheelDiv-slice-3 {
	fill: hsla(254, 11%, 61%, 1);
	stroke: white;
	stroke-width: 2px;
	transition: fill .25s ease, opacity .25 ease;
}

#body-how-we-work #wheelDiv svg #wheelnav-wheelDiv-slice-4 {
	fill: hsla(260, 19%, 62%, 1);
	stroke: white;
	stroke-width: 2px;
	transition: fill .25s ease, opacity .25 ease;
}

#body-how-we-work #wheelDiv svg #wheelnav-wheelDiv-slice-5 {
	fill: hsla(230, 28%, 64%, 1);
	stroke: white;
	stroke-width: 2px;
	transition: fill .25s ease, opacity .25 ease;
}

#body-how-we-work #wheelDiv svg #wheelnav-wheelDiv-slice-6 {
	fill: rgba(135, 175, 197, 1);
	stroke: white;
	stroke-width: 2px;
	transition: fill .25s ease, opacity .25 ease;
}

#wheelnav-wheelDiv-marker{
	stroke: #bdc590;
	stroke-width: 4px;
}

#body-how-we-work #process-stage-pager-contain h3{
	display: none;
}



@media screen and (max-width: 1280px) {

	.how-we-work-culture-bg{

		height: calc(50vw - 70px);	
	
	}
	
	#how-we-work-opening-contain .white-content-block {
	    width: 82.5%;
	    margin-left: 17.5%;
	    padding-left: 17.5%;
	    padding-top: 120px;
	    padding-bottom: 160px;
	    padding-right: 60px;
	}
	
	#body-how-we-work #wheelContain{
		width: 200%;
		height: auto;
	}
	
	#body-how-we-work #process-stage-pager-contain{
		width: calc(100% - 60px);
		height: 100%;
	}
	
	#how-we-work-opening-contain #process-stage-contain {
/* 	    top: 30px; */
	    bottom: 0;
	    width: 17.5%;
    }
    
	#how-we-work-opening-contain{
		width: 100%;
	}
	
	.how-we-work-culture-bg .circle-graphic-topcoat {
	
	    background: rgb(0,86,191);
	    opacity: .2;
	    background: -moz-linear-gradient(left, rgba(0,86,191,1) 25%, rgba(172,206,0,1) 75%);
	    background: -webkit-linear-gradient(left, rgba(0,86,191,1) 25%,rgba(172,206,0,1) 75%);
	    background: linear-gradient(to right, rgba(0,86,191,1) 25%,rgba(172,206,0,1) 75%);
    }

	.how-we-work-culture-bg .circle-graphic-gradient{
		display: none;
	}
	

}


@media screen and (max-width: 1080px){
	
	
	#how-we-work-culture-copy{
		width: 100%;
	}
	
	#body-how-we-work #culture #secondary-block-content p{
		font-size: 20px; 
		line-height: 32px;
		margin-bottom: 30px;
	}
	
	#body-how-we-work #culture #secondary-block-content h2{
		font-size: 40px;
		line-height: 48px;
	}
	
}


@media screen and (max-width: 1024px){
	
	#body-how-we-work #wheelContain, #body-how-we-work #wheelContain > *{
		display: none;
	}
	
	#how-we-work-opening-contain #process-stage-contain{
		display: block;
		position: relative;
	}
	
	#how-we-work-opening-contain .white-content-block{
		display: block;
		width: 100%;
		margin-left: 0px;
		padding: 60px;
		margin-top: 0px !important;
	}
	
	#how-we-work-opening-contain #process-stage-contain{
		width: 100%;
		position: relative;
		display: block;
		top: initial;
		padding: 30px 60px;
		bottom: initial;
	}
	
	#body-how-we-work #process-stage-pager-contain{
		width: 100%;
		right: initial;
		position: relative;
		display: block;
	}
	
	#body-how-we-work #process-stage-pager-contain h3{
		display: inline-block;
		position: relative;
		color: #ffffff;
		display: inline-block;
		position: relative;
		font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
		font-size: 14px;
		letter-spacing: 3px;
		text-transform: uppercase;
		padding: 0px 15px;
		height: 24px;
		line-height: 24px;
		margin-bottom: 30px;
		background: #afbd66 url(../img/bg-wave-2.png) top left repeat;
	}
	
	#body-how-we-work #process-stage-pager {
		display:block;
		position: relative;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding: 15px 0px 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		text-align: center;
	}
	
	#body-how-we-work #process-stage-pager span{
		display: inline-block;
		color: rgba(255, 255, 255, 0.65);
		font-family: "kepler-std-display", Georgia, Times, serif;
		font-weight: normal;
		font-weight: 300;
		font-size: 20px;
		margin-right: 15px;
		margin-top: 15px;
		cursor: pointer;
		border-bottom: 1px solid rgba(255, 255, 255, 0);
		
		-webkit-transition: color .25s ease-in-out, border .25s ease-in-out;
		-moz-transition: color .25s ease-in-out, border .25s ease-in-out;
		-ms-transition: color .25s ease-in-out, border .25s ease-in-out;
		-o-transition: color .25s ease-in-out, border .25s ease-in-out;
		transition: color .25s ease-in-out, border .25s ease-in-out;
		
	}
	
		#body-how-we-work #process-stage-pager .cycle-pager-active{
			color: white;
			border-bottom: 1px solid #afbd66;
		}
	
	#body-how-we-work #process-stage-pager span:hover{
		color: white;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}
	
		
	.leaf-litter-quarterly #intro-container{
		margin-top: 0px;
	}	
	
}


@media screen and (max-width: 980px){
	
	
	#body-how-we-work #culture #secondary-block-content > div{
		display: block;
		width: 100%;
	}
	
	.how-we-work-culture-bg{
		position: absolute;
		top: 0px;
		left: 0px;
		border-radius: 0px;
		min-height: 350px;
		height: 350px;
	}
	
	.how-we-work-culture-bg .circle-graphic-image{
		background-position: top center;
	}
	
	#how-we-work-culture-copy{
		padding-top: 350px;
		padding-right: 0px;
	}
	
	
}


@media screen and (max-width: 860px){
	
	.link-mobile-only{
		display: inline-block;
		margin-top: 30px;
	}
	
}

@media screen and (amx-width: 800px){
	
	#header-wrap .header-caption h1 {
	    font-size: 60px;
	    line-height: 76px;
	}
	
}



@media screen and (max-width: 768px){
	
	#body-how-we-work #culture #secondary-block-content{
		padding: 45px;
	}
	
	#how-we-work-culture-copy a.afterlinks{
		height: auto;
		margin-right: 0px;
		text-align: center;
		width: 100%;
		line-height: 25px;
		padding: 10px 15px;
	}
	
	#how-we-work-culture-copy a:after{
		display: none;
	}
	
}


@media screen and (max-width: 680px){

	#body-how-we-work #culture #secondary-block-content h2 {
	    font-size: 32px;
	    line-height: 40px;
	}

}


@media screen and (max-width: 580px){
	
	#how-we-work-opening-contain{
		margin-top: initial;
	}
	
	#how-we-work-opening-contain #process-stage-contain{
		padding: 30px;
	}
	
	#how-we-work-opening-contain .white-content-block{
		padding: 60px 30px;
	}
	
	#how-we-work-opening-contain .white-content-block li,
	#how-we-work-opening-contain .white-content-block ul{

		width: 100%;
	}
	
	#how-we-work-opening-contain .white-content-block ul{
		display: block;
	}
	
/*
	
	#how-we-work-opening-contain .white-content-block li{
	    list-style-position: inside;
    }
*/
	
}






















#body-our-services .main-wrapper{
    display: block;
    position: relative;
    width: 100%;
    background: none;
	padding: 0px;
}

#body-our-services .ring-graphic{
	background: url('../img/colorwheel.png') center center;
	background-size: contain;
	position: absolute;
	display: block;
	z-index: 1;
	
	transform: rotate(0deg);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#body-our-services .slide-gradient{
	width: 100%;
	height: 100%;
	bottom: 0px;
	background-image: url(../img/white-content-block.jpg); */
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

	#body-our-services .ring-graphic:first-of-type{
		height: 512px;
		width: 512px;
		top: -90px;
		left: -90px;
/*
	    max-width: 580px;
	    max-height: 580px;
        min-height: 480px;
        min-width: 480px;
*/
	    opacity: .5;
	}
	
	#body-our-services .ring-graphic:nth-of-type(2){
		height: calc(1280px / 4 * 3);
		width: calc(1280px / 4 * 3);
		top: 120px;
		left: calc(1280px - (1280px / 4 * 3));
		opacity: .1;
	}
	
	#body-our-services #process-stages-block[alt="Engage"] .ring-graphic{
		transform: rotate(0deg);
	}
	
	#body-our-services #process-stages-block[alt="Assess"] .ring-graphic{
		transform: rotate(40deg);
	}
	
	#body-our-services #process-stages-block[alt="Plan"] .ring-graphic{
		transform: rotate(80deg);
	}
	
	#body-our-services #process-stages-block[alt="Engineer & Design"] .ring-graphic{
		transform: rotate(120deg);
	}
	
	#body-our-services #process-stages-block[alt="Build"] .ring-graphic{
		transform: rotate(160deg);
	}
	
	#body-our-services #process-stages-block[alt="Monitor"] .ring-graphic{
		transform: rotate(200deg);
	}
	
	#body-our-services #process-stages-block[alt="Manage"] .ring-graphic{
		transform: rotate(240deg);
	}
	
	#body-our-services #process-stages-block[alt="Evolve"] .ring-graphic{
		transform: rotate(280deg);
	}
	
	#body-our-services #process-stages-block[alt="Regenerate"] .ring-graphic{
		transform: rotate(320deg);
	}

#body-our-services #texture-block{
    background: url(../img/white-content-block.jpg) top left repeat;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: calc(((100% - 1280px) / 2) + (1280px / 4));
    right: 0px;
    display: block;
}

#our-services-opening-contain{
	display: block;
	position: relative;
	width: 100%;
/* 	max-width: 1280px; */
/* 	overflow: hidden; */
    top: 0px;
    margin: 0 auto;
    z-index: 1750;
}

#body-our-services #process-stages-contain{
    display: inline-block;
    width: calc((1280px / 4) + ((100% - 1280px) / 2));
    top: 0px;
    bottom: initial;
    background: #4e5565 url(../img/bg-wave-2.png) top left repeat;
    vertical-align: top;
    height: 100%;
    min-height: 455px;
    position: relative;
    /* left: 0px; */
    position: absolute;
}

#body-our-services #process-stages-pager{
	display: block;
	position: relative;
	margin-bottom: 25px;
}

#body-our-services #process-stages-pager-contain{
    padding: 45px 30px 45px 0px;
    /* position: absolute; */
    width: calc(1280px / 4 - 60px);
    display: block;
    right: 0;
    position: absolute;
}

	#body-our-services .stuck #process-stages-pager-contain{
	    width: calc(1280px / 4 - 60px);	
	    position: fixed;
	    top: 100px;
	    left: calc((100% - 1280px) / 2 + 60px);
	    right: initial;
	}
	
	#body-our-services .abstuck #process-stages-pager-contain{
		position: absolute;
		right: 0;
		left: initial;
	}

	#body-our-services #process-stages-pager-contain h3 span{
		position: absolute;
	    top: 0px;
	    right: 0px;
	    width: 30px;
	    height: 30px;
	    border-radius: 50%;
	    border: 1px solid rgba(255, 255, 255, .2);
	    background: url(../img/icon-dropdown.svg) no-repeat center center;
	    background-size: 14px 12px;
	    transform: scale(-1);	
	    -webkit-transition: .25s ease-in-out;
	    -moz-transition: .25s ease-in-out;
	    -ms-transition: .25s ease-in-out;
	    -o-transition: .25s ease-in-out;
	    transition: .25s ease-in-out;
	}
	
	#body-our-services #process-stages-contain.open h3 span{
	    transform: scale(1);	
	}

#body-our-services #process-stages-pager-contain h3{
    font-family: "mr-eaves-xl-sans", Helvetica, arial, sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    height: 40px;
    padding-left: 30px;
    line-height: 24px;
    border-bottom: 2px solid #92a7d6;
}

#body-our-services #process-stages-pager-contain a{
	font-family: "kepler-std-display", Georgia, Times, serif;
	font-size: 22px;
	color: #ccc;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 32px;
	height: 32px;
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-right: 0px;
}

	#body-our-services #process-stages-pager-contain .cycle-pager-active{
		color: #ffffff;
	}
	
	
	#body-our-services .white-content-block{
	    display: inline-block;
	    position: relative;
	    /* width: calc(100% / 4 * 3); */
	    max-width: calc((100% - 1280px) / 2 + (1280px / 4 * 3));
	    /* float: right; */
	    z-index: 300;
	    margin: 0 auto;
	    /* margin-top: -60px; */
	}
	
	#body-our-services .white-content-block .cycle-slide h3{
		font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
		font-size: 28px;
		color: #9da573;
		font-weight: 300;
		line-height: 36px;
		display: block;
		text-shadow: 0px 0px 25px white, 0px 0px 25px white, 0px 0px 25px white, 0px 0px 50px white, 0px 0px 50px white, 0px 0px 50px white, 0px 0px 75px white, 0px 0px 75px white, 0px 0px 75px white;
		position: relative;
		max-width: 80%;
		margin-left: -30px;
		width: calc(100% + 30px);
		padding-left: 30px;
		border-left: 2px solid #eee;
		margin-bottom: 20px;
	}
	
	#body-our-services .white-content-block .cycle-slideshow .cycle-slide .intro-block > * {
	    z-index: 2;
	}
	
	#body-our-services .intro-block h6 {
		margin-bottom: 45px;
	}
	
	#body-our-services .intro-block h2 {
	    position: relative;
	    display: inline-block;
	    text-shadow: none;
	    width: auto !important;
	    max-width: initial !important;
	    font-size: 56px;
	    font-weight: 400;
	    line-height: 64px;
	}
	
	#body-our-services .intro-block h2 span {
	    position: relative;
	    z-index: 2;
	}
	
	#body-our-services .intro-block h2 strong {
	    display: block;
	    position: absolute;
	    left: -15px;
	    width: calc(100% + 30px);
	    top: 15px;
	    bottom: 15px;
	    background: #f1f5e3;
	}
	
	#body-our-services .cycle-slide p{
		
		line-height: 30px;
		max-width: 80%;
		font-size: 22px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-bottom: 30px;
	}
	
		#body-our-services .cycle-slide p:first-of-type,
		#body-our-services .cycle-slide p:last-of-type{
			display: none;
		}
	
		#body-our-services .cycle-slide p strong{
			font-weight: normal;
			text-shadow: 0px 0px 25px white, 0px 0px 25px white, 0px 0px 25px white, 0px 0px 50px white, 0px 0px 50px white, 0px 0px 50px white, 0px 0px 75px white, 0px 0px 75px white, 0px 0px 75px white;
		}

		#body-our-services .cycle-slide p a{
			text-transform: none;
			color: inherit;
			font-weight: 600;
			font-size: inherit;
			letter-spacing: inherit;
			padding: 0px;
			margin-right: 0px;
			border-bottom: 1px dashed #ccc;
			height: inherit;
			margin-top: initial;
			line-height: initial;
		}
		
		#body-our-services .cycle-slide ul{
			display: block;
			width: 100%;
			position: relative;
			width: 70%;
		}
		
			#body-our-services .cycle-slide ul li{
			    float: left;
			    width: 50%;
			    font-family: "kepler-std-display", Georgia, Times, serif;
			    font-size: 18px;
			    font-style: italic;
			    color: #7e878e;
			    line-height: 26px;
			    font-weight: 100;
			    vertical-align: top;
			    display: list-item;
			    padding-right: 30px;
			}
			
			#body-our-services .cycle-slide ul li a{
				text-transform: none;
				color: #8d97af;
				font-weight: 600;
				position: relative;
				font-size: inherit;
				letter-spacing: inherit;
				padding: 0px;
				margin-right: 0px;
				border-bottom: 1px dashed #ccc;
				height: inherit;
				margin-top: initial !important;
				line-height: initial;
				font-family: "kepler-std", Georgia, Times, serif;
				letter-spacing: 0px;
				font-weight: 100;
				border-bottom: 0px;
				display: inline;
				border-bottom: 1px dashed #eee;
			}

		#body-our-services .cycle-slide a{
			margin-top: 15px !important;
		}


@media screen and (max-width: 1295px){
	
	#body-our-services #process-stages-contain {
	    width: 25% !important;
	    padding-left: 60px;
	    padding-right: 30px;
	}
	
	#body-our-services #process-stages-pager-contain {
	    padding: 45px 0px;
	    position: relative;
	    width: 100%;
	}
	
	#body-our-services .white-content-block {
	    width: 75% !important;
	    margin-left: 0% !important;
	    padding-left: 25%;
	}
	
}



@media screen and (max-width: 1280px){
	
	
	
	#body-our-services .stuck #process-stages-pager-contain {
	    width: calc(25% - 90px);
	    top: 100px;
	    left: 60px;
	    right: initial;
    }
    
    #body-our-services .abstuck #process-stages-pager-contain{
	    width: calc(100% - 90px);
    }
	
	
}



#culture{
	
	display: block;
	position: relative;
	pointer-events: all;
    max-width: calc(1280px / 4 * 3);
}

#culture #secondary-block-content{
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}
















/* PRIVACY POLICY  */


#privacy-policy-main-content-wrapper {
	padding: 0px calc((100% - 1280px) / 2 + 60px);
	display: block;
	position: relative;
    background: url(../img/white-content-block.jpg) top left repeat;
    padding-bottom: 60px;
}

#privacy-wrap{
    background: white;
    display: block;
    position: relative;
    width: 100%;
    padding: 60px;
    margin: 0 auto;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.125);
    margin-top: -60px;
    z-index: 300;
}

#privacy-content{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}


#privacy-content h2{
	font-family: "kepler-std-display", Times, serif;
    font-size: 60px;
    font-weight: normal;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 30px;
    color: #505a64;
    text-shadow: 0px 0px 25px white, 0px 0px 35px white, 0px 0px 45px white, 0px 0px 55px white, 0px 0px 65px white;
    display: block;
    position: relative;
}

#privacy-content p{
	font-weight: 300;
    display: block;
    color: #888;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
    margin-bottom: 45px;
    letter-spacing: 1px;
}


#privacy-content p:last-of-type{
	margin-bottom: 0px;
}













@media screen and (max-width: 1280px){
	
		
	.leaf-litter-quarterly #intro-container #browsing-utility > div{
		padding-right: 60px;
	}
	
	#browsing-utility > div > div{
		right: 60px;
	}
	
	
	#body-our-services .stuck #process-stages-pager-contain {
	    width: calc(25% - 90px);
	    top: 100px;
	    left: 60px;
	    right: initial;
	}
	
	
}














#search-main-content-wrapper{
	display: block;
    position: relative;
    width: 100%;
    background: url(../img/white-content-block.jpg) top left repeat;
    padding: 60px 0px 0px;
}

#body-search header{
	z-index: 1;
}

#body-search #main-content{
	z-index: 300;
	position: relative;
}

#body-search .white-content-block .result-group{
	display: block;
	width: 100%;
	position: relative;
	height: auto;
}

	#body-search .white-content-block .result-group .collapsible{
		max-height: 1000vh;
		overflow: hidden;
		height: auto;
		opacity: 1;
		position: relative;
		display: block;
		-webkit-transition: max-height .25s ease-in-out, opacity .25s .25s ease-in-out;
		-moz-transition: max-height .25s ease-in-out, opacity .25s .25s ease-in-out;
		-ms-transition: max-height .25s ease-in-out, opacity .25s .25s ease-in-out;
		-o-transition: max-height .25s ease-in-out, opacity .25s .25s ease-in-out;
		transition: max-height .25s ease-in-out, opacity .25s .25s ease-in-out;
	}
	
	#body-search .white-content-block .result-group.collapsed .collapsible{
		max-height: 0px;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: max-height .25s .25s ease-in-out, opacity .25s ease-in-out;
		-moz-transition: max-height .25s .25s ease-in-out, opacity .25s ease-in-out;
		-ms-transition: max-height .25s .25s ease-in-out, opacity .25s ease-in-out;
		-o-transition: max-height .25s .25s ease-in-out, opacity .25s ease-in-out;
		transition: max-height .25s .25s ease-in-out, opacity .25s ease-in-out;
	}

#body-search .white-content-block{
	background: white;
    display: block;
    position: relative;
    width: 100%;
    max-width: 1280px;
    padding: 60px;
    margin: 0 auto;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.125);
    margin-top: -120px;
	font-size: 0px;
}

#body-search .white-content-block .result-group > h2{
    height: 50px;
    display: block;
    width: 100%;
    line-height: 50px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

#body-search .white-content-block .result{
	width: calc(100% / 3 - 20px);
	margin-bottom: 60px;
	vertical-align: top;
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

#body-search .white-content-block .result > div{
	height: 225px;
	width: 100%;
	position: relative;
	display: block;
	background: #ddd;
	margin-bottom: 25px;
}

	#body-search .white-content-block .result-group .result .image a{
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		display: block;
		z-index: 1;
	}

#body-search .white-content-block .result-group .result:nth-of-type(3n){
	margin-right: 0px;
}



#body-search .white-content-block h6{
	margin-bottom: 20px;
}

#body-search .white-content-block span{
	display: block;
	position: relative;
	width: 100%;
	color: #5d656b;
	font-family: "kepler-std-display", Georgia, Times, serif;
	font-size: 48px;
	line-height: 60px;
	margin-top: 0px;
	background: none;
	text-transform: none;
	margin-bottom: 30px;
	letter-spacing: 0px;
}

#body-search .white-content-block h2{
/*
	font-size: 28px;
	line-height: initial;
*/
	width: 100%;
	margin-bottom: 10px;
	max-width: 100%;
	font-weight: normal;
	text-shadow: none;
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #929b62;
}

#body-search .white-content-block .result-group > h2{
	font-family: "kepler-std-display", Georgia, Times, serif;
	font-size: 28px;
	line-height: 50px;
	color: #7e878e;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 100;
}
	
#body-search .white-content-block h3{
	width: auto;
    padding: 0px 15px;
    display: inline-block;
    position: relative;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #929b62;
    margin-bottom: 25px;
    height: 25px;
    z-index: 2;
}

#body-search .white-content-block p{
/*
	line-height: 30px;
    margin-bottom: 15px;
    max-width: 100%;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #5d656b;
*/
    display: block;
    position: relative;
    
    margin-top: 15px;
    max-width: 100%;
    letter-spacing: calc(1px / 2);
    margin-bottom: 10px;
    width: 100%;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #7e878e;
    text-transform: none;
}

#body-search .white-content-block h2 em{
	display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #eee;
}

#body-search .white-content-block h2 span{
    
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    background: url('../img/icon-dropdown-black.svg') no-repeat center center;
    background-size: 14px 12px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


#body-search .white-content-block .result-group.collapsed h2 em span{
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

#body-search form{
    margin: 20px 0px 30px;
}

#body-search form .search{
    width: calc(100% - 100px);
    margin-right: 15px;
    height: 50px;
    font-size: 38px;
    font-family: "kepler-std-display", Georgia, Times, serif;
    color: #6f80a7;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 5px;
    border: 0px;
    
    border-bottom: 1px solid #eee;
    
    -webkit-transition: border .25s ease-in-out;
    -moz-transition: border .25s ease-in-out;
    -ms-transition: border .25s ease-in-out;
    -o-transition: border .25s ease-in-out;
    transition: border .25s ease-in-out;
}

#body-search form .search:hover, #body-search form .search:active, #body-search form .search:focus{
	border-bottom: 2px solid #6f80a7;
}

#body-search form #search-result-submit{
	
    appearance: none;
    width: calc(85px);
    height: 50px;
    padding: 15px 0px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-color: #929b62;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    outline: none;
    border: none;
    border-radius: 0px;
    
}












#body-rhizome-blog #main-content{
	display: block;
	position: relative;
	width: 100%;
	background: #efefef url(../img/white-content-block.jpg) top left repeat;
}

#rhizome-single #header-wrap{
	max-width: 1160px;
	padding-left: 0px;
}

#rhizome-home-main-content-wrapper{
	position: relative;
	display: block;
	width: 100%;
/* 	max-width: 1280px; */
	padding: 0px;
	margin: 0 auto;
	z-index: 300;
	top: -0px;
}


#rhizome-home-main-content-wrapper #latest-blog-post #latest-post-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0px;
	filter: grayscale(1);
	opacity: .1;
	z-index: 2;
}

#rhizome-home-main-content-wrapper #latest-blog-post #latest-post-texture{
/* 	background: white url(../img/bg-wave-2.png) top left repeat; */
	opacity: .7;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 3;
}


#body-rhizome-blog #intro-container{
    padding: 45px 60px;
    top: -45px;
    display: block;
    z-index: 2;
    background: white;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px -30px 30px rgba(77, 104, 134, 0.1), 0px -10px 30px rgba(30, 50, 73, 0.1);
}

	#body-rhizome-blog #intro-container *{
		color: #505a64;;
	}

	#body-rhizome-blog #intro-container h2{
		text-shadow:  0px 0px 0px rgba(0, 0, 0, 0);
		font-weight: 300;
		color: #505a64;
	}
	
	
#body-rhizome-blog #intro-container #latest-post-content{
	display: flex;
	position: relative;
	z-index: 4;
}

	#body-rhizome-blog #intro-container #latest-post-featured{
		flex: 2;
		position: relative;
	}
	#body-rhizome-blog #intro-container #latest-post-copy{
		flex: 3;
	    position: relative;
	    padding: 30px 60px 30px 0px;
	}
	

#body-rhizome-blog #intro-container h3{
    display: inline-block;
    position: relative;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background: #afbd66 url(../img/bg-wave-2.png) top left repeat;
    margin-bottom: 30px;
    text-shadow: 0px 2px rgba(118, 140, 0, 0.6);
}

#body-rhizome-blog #intro-container strong{
    position: relative;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #505a64;
    margin-bottom: 15px;
    display: block;
}

#body-rhizome-blog #intro-container strong em{
	font-weight: 600;
	font-style: normal;
}

#body-rhizome-blog #intro-container p{
	margin-bottom: 30px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#body-rhizome-blog #intro-container a{
	position: relative;
	color: white;
}



#body-rhizome-blog #post-listing{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
/* 	background: white; */
}


#body-rhizome-blog #listing-contain{
	display: block;
	position: relative;
	width: 100%;
	font-size: 0px;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0px 45px 45px 45px;
}

.rhizome-pagination{
	display: block;
/*     background: #f9fafb; */
    width: 100%;
/*     box-shadow: 0px 0px 30px rgba(30, 50, 73, 0.1); */
    position: relative;
    
	max-width: 1280px;
	margin: 0 auto 15px;
}

.rhizome-pagination:last-of-type{
	display: block;
	
	max-width: initial;
	margin-bottom: 0px;
    position: relative;
    padding: 0px;
    top: 0px;
    background: #4b5361;
    background-image: url(../pattern-underpainting-1.png);
    background-image: url(../img/pattern-underpainting-1.png), linear-gradient(to right, #4b5361 0%,#5f7685 100%);
    background-position: top left;
    background-repeat: repeat;
}

.rhizome-pagination .page-numbers {
    margin: 10px 0px;
    display: inline-block;
    padding: 0px 10px;
    height: initial;
    line-height: initial;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    margin-right: 10px;
    color: #666;
    line-height: 30px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
}

.rhizome-pagination .page-numbers.dots{
	font-weight: 300;
}

	.rhizome-pagination:last-of-type .page-numbers {
		color: white;
	}

.rhizome-pagination .page-numbers.current {
    color: #fff;
    background: #6f80a7;
    text-shadow: none;
}

	.rhizome-pagination:last-of-type .page-numbers.current {
	    background: #afbd66 url(../img/bg-wave-2.png) top left repeat;
	    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	}

/*
.rhizome-pagination:last-of-type{
	bottom: -45px;
}
*/

#body-rhizome-blog .rhizome-blog-post-contain{
	width: calc(100% / 3 - 1px);
	display: inline-block;
	position: relative;
	padding: 15px;
	background: rgba(240, 240, 240, 0);
	vertical-align: top;
	
	-webkit-transition: background .125s ease-in-out;
	-moz-transition: background .125s ease-in-out;
	-ms-transition: background .125s ease-in-out;
	-o-transition: background .125s ease-in-out;
	transition: background .125s ease-in-out;
}

	#body-rhizome-blog .rhizome-blog-post-contain:hover{
		background: rgba(240, 240, 240, 1);
	}

#body-rhizome-blog .rhizome-blog-post-contain a{
	padding: 0px;
	margin: 0px;
	line-height: initial;
	font-weight: initial;
	letter-spacing: initial;
	text-transform: initial;
	text-decoration: none;
	font-size: initial;
	height: 100%;
	display: block;
	width: 100%;
	position: relative;
}

/*
#body-rhizome-blog .rhizome-blog-post-content{
	flex: 1;
}
*/

#body-rhizome-blog .rhizome-blog-post-contain h3{
    display: inline-block;
    position: absolute;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    z-index: 100;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background: url(../img/bg-wave-2.png) top left repeat;
    margin-bottom: 30px;
    text-shadow: 0px 2px rgba(118, 140, 0, 0.6);
}


#body-rhizome-blog h3.blog-tag{
	background-color: #afbd66 !important;
}

#body-rhizome-blog h3.video-tag{
	background-color: #6f80a7 !important;
}

#body-rhizome-blog h3.webinar-tag{
	background-color: #735888 !important;
}

#body-rhizome-blog .rhizome-blog-post-content h2{
/*
	font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-bottom: calc(15px / 2);
	line-height: 28px;
	letter-spacing: calc(-1px / 2);
*/
	position: relative;
/*
	font-weight: 400;
	display: block;
*/
	
	display: inline-block;
    /* background-color: brown; */
    font-weight: 600;
    padding: 0;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #929b62;
    margin-bottom: 10px;
}

#body-rhizome-blog .rhizome-blog-post-content strong{
    position: relative;
    font-family: "kepler-std", Georgia, Times, serif;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: none;
    color: #7e878e;
    margin-bottom: 15px;
    display: block;
}

#body-rhizome-blog .rhizome-blog-post-content strong span{
	font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 24px;
    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
}

#body-rhizome-blog .rhizome-blog-post-image{
	display: block;
	position: relative;
	max-height: 250px;
	min-height: 150px;
	height: 30vw;
	width: 100%;
	margin-bottom: 10px;
}








#rhizome-single header{
	max-height: 580px;
	min-height: 500px;
	height: 33vw;
}


#rhizome-single header .background-ellipse{
	display: none;
}

#rhizome-single header .header-texture{
    background: #032140;
    background-image: url(../pattern-underpainting-1.png);
    background-image: url(../img/pattern-underpainting-1.png), linear-gradient(to right, #032140 0%,#709ebb 100%);
	opacity: .7;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 3;
}


#rhizome-single header .header-gradient{
	display: none;
}

#rhizome-single header .header-image{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0px;
    filter: grayscale(1);
    opacity: .4;
    z-index: 2;
}

#rhizome-single header .back-to-blog-home{
	top: 45px;
	left: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	position: absolute;
	display: inline-block;
	color: white;
}

#rhizome-single header .back-to-blog-home:after{
	display: none;
	content: "";
}

#rhizome-single #main-content{
	background: #efefef url(../img/white-content-block.jpg) top left repeat;
}


#rhizome-single #blog-post-wrap{
/* 	padding: 45px 60px; */
    display: flex;
    background: white;
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
    top: -45px;
    z-index: 205;
    position: relative;
    box-shadow: 0px 0px 30px rgba(30, 50, 73, 0.2), 0px 0px 30px rgba(30, 50, 73, 0.2);
}

	#rhizome-single .blog-post-contain{
		flex: 2;
		position: relative;
		padding: 45px 30px;
	}
	
		#rhizome-single .blog-post-contain .img-span{
			
			position: relative;
			display: block;
/* 			margin-bottom: 30px; */
/* 			width: calc(100% / 5 * 2); */
		
		}
		
		#rhizome-single .blog-post-contain .img-span.alignright{
			float: right;
			margin-left: 30px;
			margin-bottom: 10px;
		}
		
		#rhizome-single .blog-post-contain .img-span.alignleft{
			float: left;
			margin-right: 30px;
			margin-bottom: 10px;
		}
		
		#rhizome-single .blog-post-contain .img-span.aligncenter{
/* 			max-width: 480px; */
/* 			margin: 60px auto 30px; */
			width: 100%;
		}
		
		#rhizome-single .blog-post-contain .img-span.aligncenter:first-of-type{
			margin-top: 0px;
		}
		
		
		#rhizome-single .blog-post-contain .img-span > span{
		    font-size: 13px;
		    display: block;
		    position: relative;
		    font-weight: 400;
		    font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
		    padding: 10px 15px;
		    letter-spacing: 2px;
		    line-height: 16px;
		    width: 100%;
		    background: #505a64;
		    top: -10px;
		    color: white;
		    text-transform: uppercase;
		}
		
			#rhizome-single .blog-post-contain .img-span img{
				display: block;
				position: relative;
				width: 100%;
				height: auto !important;
			}
		
		#rhizome-single .blog-post-contain p a{
			color: #6f80a7;
			border-bottom: 1px solid #ddd;
			height: initial;
			line-height: initial;
			text-transform: none;
			font-weight: inherit;
			font-size: inherit;
			padding: 0px;
			margin-right: initial;
			letter-spacing: 0px;
			display: inline;
		}
		
		#rhizome-single .blog-post-contain p{
			margin-bottom: 20px;
			font-weight: 300;
			font-size: 20px;
			line-height: 28px;
		}
		
		#rhizome-single .blog-post-contain h1{
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
			font-size: 36px;
			line-height: 40px;
			color: #5d656b;
			display: block;
			position: relative;
			margin-bottom: 15px;
		}
		
		
		#rhizome-single .blog-post-contain h2{
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
			font-size: 32px;
			line-height: 36px;
			color: #5d656b;
			display: block;
			position: relative;
			text-shadow: none;
			margin-bottom: 15px;
		}
		
		#rhizome-single .blog-post-contain h3{
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
			font-size: 30px;
			line-height: 32px;
			color: #5d656b;
			display: block;
			position: relative;
			text-shadow: none;
			margin-bottom: 15px;
		}
		
		#rhizome-single .blog-post-contain h4{
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
			font-size: 28px;
			line-height: 30px;
			color: #5d656b;
			display: block;
			position: relative;
			text-shadow: none;
			margin-bottom: 15px;
		}
		
		#rhizome-single .blog-post-contain h5{
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
			font-size: 24px;
			line-height: 28px;
			color: #5d656b;
			display: block;
			position: relative;
			text-shadow: none;
			margin-bottom: 15px;
		}
		
		#rhizome-single .blog-post-contain h6{
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
			font-size: 22px;
			line-height: 24px;
			color: #5d656b;
			display: block;
			position: relative;
			text-shadow: none;
			text-transform: none;
			background: none;
			letter-spacing: 0px;
			padding: 0;
			margin: 0;
			margin-bottom: 15px;
		}
		
		#rhizome-single .blog-post-contain strong, #rhizome-single .blog-post-contain b{
			font-weight: 600;
		}
		
		#rhizome-single .blog-post-contain em, #rhizome-single .blog-post-contain i{
			font-style: italic;
			font-style: oblique;
		}
		
		#rhizome-single .blog-post-contain .wp-caption{
/* 			max-width: initial !important; */
		}
		
			#rhizome-single .blog-post-contain .alignright{
				float: right;
				margin-left: 30px;
			}
			
			#rhizome-single .blog-post-contain .alignleft{
				float: left;
				margin-right: 30px;
			}
		
			#rhizome-single .blog-post-contain .wp-caption p{
				width: 100%;
				padding: 10px 20px;
				font-size: 12px;
				line-height: 20px;
				color: white;
				text-transform: uppercase;
				letter-spacing: 2px;
				background: #505a64;
			}

	#rhizome-single 	.a2a_kit *{
		opacity: 1 !important;
	}
		
	#rhizome-single 	.a2a_kit a{
		height: 24px;
		width: 24px;
	}
		
	#rhizome-single 	header .a2a_kit a span{
		height: 24px !important;
		width: 24px !important;
		background: #8c96af !important;
	}
	
	#rhizome-single .header-content{
		width: 100%;
		display: flex;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

	#rhizome-single header .header-caption{
		display: initial;
		width: initial;
		bottom: initial;
		position: initial;
		padding: 45px 30px 45px;
		flex: 2;
	}
	
		#rhizome-single .header-content .header-thumbnail{
			flex: 1;
		}
	
	
	#rhizome-single .header-caption h1{
		opacity: 1;
		left: 0px;
		font-size: 60px;
		font-weight: 100;
		letter-spacing: 0px;
		line-height: 60px;
		margin-bottom: 10px;
/* 		width: 80%; */
	}
	
	#rhizome-single .header-caption strong{
		position: relative;
		font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
		font-size: 14px;
		letter-spacing: 3px;
		text-transform: uppercase;
		height: 30px;
		line-height: 30px;
		color: #ffffff;
/* 		margin-bottom: 15px; */
		display: block;
		font-weight: 400;
	}
	
	#rhizome-single .header-caption strong em{
		font-style: normal;
		font-weight: 600;
	}

	#rhizome-single #blog-post-panel{
		flex: 1;
		background: #f8f8f8;
		padding: 45px 0px 60px;
	}
	
	#rhizome-single #blog-post-panel #blog-post-panel-contain{
/* 		border: 2px solid red; */
		padding: 0px 30px;
	}
	
		#rhizome-single #blog-post-panel #blog-post-panel-contain .related-tag{
			border-radius: 30px;
			background: #ececec;
			margin-right: calc(5px / 2);
			margin-bottom: 5px;
			cursor: pointer;
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
			font-size: 11px;
			text-transform: uppercase;
			font-weight: 600; 
			letter-spacing: 1px;
			display: inline-block;
			position: relative;
			padding: 0px 10px;
			height: 24px;
			line-height: 24px;
		}
	
		#rhizome-single #blog-post-panel h3{
			font-family: "mr-eaves-xl-sans", Helvetica, Arial, sans-serif;
			font-size: 15px;
			letter-spacing: 2px;
			font-weight: 900;
			text-transform: uppercase;
			color: #505a64;
		    display: block;
		    padding-bottom: 15px;
		    margin-bottom: 20px;
		    border-bottom: 1px solid rgba(206, 206, 206, 0.33);
		}
		
		#rhizome-single #blog-post-panel h3:nth-of-type(n+2){
			margin-top: 30px;
		}
		
		#rhizome-single #blog-post-panel a{
			line-height: initial;
			height: initial;
			font-family: "kepler-std", Georgia, Times, serif;
			font-size: 18px;
			font-weight: 300;
			display: inline;
			text-transform: none;
			padding: 0px;
			margin-right: 0px;
			color: #6f80a7;
			letter-spacing: 0px;
			border-bottom: 1px solid rgba(180, 201, 209, 0);
			transition: color .25s ease-in-out, border .25s;
		}
		
			#rhizome-single #blog-post-panel a:hover{
				color: #505a64;
			    border-bottom: 1px solid rgba(180, 201, 209, 0.35);
			}
		
		
		#rhizome-single #blog-post-panel span{
			display: block;
			margin-top: 10px;
		}
		
/*
		#rhizome-single #blog-post-panel #blog-post-panel-contain.stuck{
			position: fixed;
			width: calc((100% - 1160px) / 2 - 45px);
			top: 145px;
		}
*/


@media screen and (max-width: 1295px){
	
	#body-our-services #process-stages-pager-contain {
	    padding: 45px 0px;
	    position: relative;
	    width: 100%;
	}
	
	#body-our-services #process-stages-contain {
	    width: 25% !important;
	    padding-left: 60px;
	    padding-right: 30px;
	}
	
}



@media screen and (max-width: 1280px){
	
	#what-we-do-opening-contain {
	    margin-top: 0px;
	}
	
}


@media screen and (min-width: 1025px){
	#body-our-services #process-stages-pager-contain h3 span{
		display: none;
	}
}

@media screen and (max-width: 1024px){
	
	#body-rhizome-blog #intro-container, .rhizome-pagination{
		top: 0px;
	}
	
	.rhizome-pagination{
		top: 45px;
	}
	
	#body-rhizome-blog #listing-contain{
		padding: 45px;
	}
	
	#rhizome-single #blog-post-wrap{
		top: 0px;
	}
	
	#body-our-services #process-stages-contain.stuck {
	    min-height: 67px;
	    position: fixed;
	    top: 100px;
	    z-index: 1999;
	}
	
	#body-our-services .stuck #process-stages-pager-contain {
	    width: 100%;
	    top: 0px !important;
	    position: relative;
	    left: 0px;
	    right: initial;
	    padding: 0px 20px 0px 60px;
	}
	
	#culture{
		max-width: 100%;
	}
	
	#body-our-services .circle-graphic-texture, #body-our-services .circle-graphic-gradient.rotating {
	    display: none;
	}
	#body-our-services .circle-graphic-gradient.rotating {
	    height: 200vw;
	    width: 200vw;
	}
	#body-our-services .circle-graphic-texture, #body-our-services .circle-graphic-gradient.rotating {
	    display: block !important;
	}
}

@media screen and (max-width: 980px){
	
	#body-rhizome-blog #intro-container #latest-post-copy{
		
		padding: 0px 60px 0px 0px;
		
	}
	
	#body-rhizome-blog #intro-container{
		padding: 60px;
	}
	
	#body-rhizome-blog .rhizome-blog-post-contain {
    		width: calc(100% / 2 - 1px);
    }
	
}


@media screen and (max-width: 890px){
	
	#rhizome-single .blog-post-contain .wp-caption{
/* 		max-width: 540px !important; */
		width: 100%;
		display: block;
		position: relative;
/* 		float: none; */
/* 		margin: 0 auto; */
	}
	
	#rhizome-single #blog-post-panel{
		display: none;
	}
	
	#rhizome-single .header-content{
		display: block;
		width: 100%;
		height: 100%;
	}
	
	#rhizome-single header .back-to-blog-home{
		z-index: 3;
	}
	
	#rhizome-single header .header-caption{
		width: 100%;
		position: absolute;
		display: block;
		z-index: 2;
		bottom: 0px;
	    text-shadow: 0px 0px 5px rgba(66, 94, 126, 0.5), 0 0 5px rgba(66, 94, 126, 0.5), 0 0 15px rgba(66, 94, 126, 0.5), 0 0 25px rgba(66, 94, 126, 0.5), 0 0 35px rgba(66, 94, 126, 0.5) !important;
	}
	
	#rhizome-single header .header-caption h1{
		
	    text-shadow: 0px 0px 5px rgba(66, 94, 126, 0.5), 0 0 5px rgba(66, 94, 126, 0.5), 0 0 15px rgba(66, 94, 126, 0.5), 0 0 25px rgba(66, 94, 126, 0.5), 0 0 35px rgba(66, 94, 126, 0.5) !important;
	}
	
	#rhizome-single .header-content .header-thumbnail{
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
}


@media screen and (max-width: 768px){

	#body-rhizome-blog .rhizome-blog-post-contain {
    		width: 100%;
    		display: block;
    }
    
    #body-rhizome-blog .rhizome-blog-post-image {
	    display: block;
	    position: relative;
	    max-height: 340px;
	    min-height: 150px;
	    height: 60vw;
	    width: 100%;
	    margin-bottom: 10px;
	}
	
	#body-rhizome-blog #intro-container #latest-post-featured{
		display: none;
	}
	
	#body-rhizome-blog #intro-container #latest-post-copy{
		padding: 0px;
		width: 100%;
	}
	
	#body-rhizome-blog #intro-container h2{
		padding-right: 0px;
		margin-bottom: 15px;
	}
	
	#body-rhizome-blog #intro-container h5{
		height: initial;
		line-height: 18px;
		margin-bottom: 30px;
	}

}


@media screen and (max-width: 600px){
	
	#body-rhizome-blog #intro-container{
		padding: 45px 30px;
	}
	
	#body-rhizome-blog #listing-contain{
		padding: 45px 15px;
	}
	
	#rhizome-single .blog-post-contain .wp-caption{
		width: 100% !important;
		max-width: 100% !important;
	    display: block;
	    position: relative;
	    float: none !important;
	    margin: 0 auto;
    }
	
}



#body-contact #secondary-map .contact,
body.careers #secondary-map .careers,
#body-privacy-policy #secondary-map .privacy-policy,
#body-in-the-news #secondary-map .in-the-news
{
	color: white;
}














