/*
	Theme Name: Signature Family Wealth Advisors
	Theme URI: http://www.signatureus.com
	Description: Signature FWA WordPress Theme
	Version: 1.0
	Author: 
	Author URI: 

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-size: 18px;
	line-height: 180%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#192951;
	background-color: #ffffff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#192951;
	text-decoration:underline;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a:hover {
	color:#192951;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
a.moreinfo {
	color: #d3575b;
	font-size: 30px;
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
}
a.moreinfo:hover {
	text-decoration: none;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
a[href^=tel] { color:inherit;text-decoration:none;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}
main {
  position: relative;
  z-index: 1;
}
/* header */
.header {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 1180px;
	height: 95px;
	margin: 0 0 0 -640px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1000;
}
.header.bio-open {
	z-index:0;
}

.header-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	height: 95px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 31px 0 51px;
}
.sticky-navigation.stuck {
    position: fixed;
    top: 0;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
/* logo */
.logo,
.footer-logo {
	width: 358px;
	height: 53px;
	float: left;
	position: relative;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* tagline */
.tagline {
	position: absolute;
	left: 180px;
	top: 38px;
	font-family: "MetricWeb-Black" ,sans-serif;
	font-size: 13px;
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
}

.logo-img {
	width: 358px;
	height: 53px;
	top: 0px;
	position: relative;
	text-indent: -1000em;
	overflow: hidden;
	display: inline-block;
	background: transparent url(img/logo-header-signature.png) no-repeat center center;
	background-size: contain;
}
.header.nav-open .logo {
	position: fixed;
	z-index: 9999;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.header.nav-open .menu-header {
	position: fixed;
	z-index: 8000;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background-color: #FFF;
	display: block;
}
.home .logo,
.home .header.nav-open .menu-header {
	display: none;
}
.footer-logo {
	width: 471px;
	height: 71px;
}

.footer-logo .logo-img {
	width: 471px;
	height: 71px;
}


/* nav */
.nav-main {
	position: relative;
	margin: 0;
	right: 0;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	height: 0;
	opacity: 0;
	display: block;
}

.nav-main.open {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: transparent url(img/overlay.png) repeat top left;
	opacity: 1;
	color: #ffffff;
	z-index: 5000;
	overflow-y: auto;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.section-toggle {
	position: fixed;
	width: 90px;
	height: 21px;
	background-color: #bda63a;
	display: block;
	z-index: 9999;
	top:99px;
	right:0px;
	opacity: 1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
}
.header.nav-open .section-toggle {
	opacity: 0;
	height: 0;
}
.control-btn {
	position: absolute;
	width: 18px;
	height: 13px;
	display: block;
	cursor: pointer;
}
.sec-down {
	top: 4px;
	left: 51px;
	background: transparent url(img/section-toggle-down.png) no-repeat top left;
	background-size: 100%;
}
.sec-down:hover {
	background: transparent url(img/section-toggle-down.png) no-repeat bottom left;
	background-size: 100%;
}
.sec-up {
	top: 4px;
	left: 23px;
	background: transparent url(img/section-toggle-up.png) no-repeat top left;
	background-size: 100%;
}
.sec-up:hover {
	background: transparent url(img/section-toggle-up.png) no-repeat bottom left;
	background-size: 100%;
}

.nav-main-toggle {
	position:fixed;
	top:30px;
	right:0px;
	z-index:9990;
	display:block;
	width:55px;
	height:56px;
	background-color: #ffffff;
	border-top: 2px solid #bda63a;
	border-left: 2px solid #bda63a;
	border-bottom: 2px solid #bda63a;
	border-right: 33px solid #bda63a;
	cursor:pointer;
	text-align: center;
	color: #bda63a;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 100%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
}
.nav-main-toggle .icon {
	position: relative;
	width: 36px;
	height: 19px;
	display: block;
	margin: 10px auto 8px;
	background: transparent;
}
.nav-main-toggle .icon span {
	position: absolute;
	width: 10px;
	height: 8px;
	background-color: #bda63a;
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
}
.nav-main-toggle .icon .tl {
	top: 0;
	left: 0;
}
.nav-main-toggle .icon .tm {
	top: 0;
	left: 13px;
}
.nav-main-toggle .icon .tr {
	top: 0;
	left: 26px;
}
.nav-main-toggle .icon .bl {
	bottom: 0;
	left: 0;
}
.nav-main-toggle .icon .bm {
	bottom: 0;
	left: 13px;
}
.nav-main-toggle .icon .br {
	bottom: 0;
	left: 26px;
}

.nav-main-toggle:hover {
	border-color: #a39035;
	color: #a39035;
}
.nav-main-toggle:hover .icon span {
	background-color: #a39035;
}
.nav-main-toggle.open span.tm,
.nav-main-toggle.open span.bm {
	opacity: 0;
	height: 0;
}
.nav-main-toggle.open span.tm {
	top: 8px;
}
.nav-main-toggle.open span.bm {
	bottom: 8px;
}

.nav-main-toggle.open span.tl {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	width: 14px;
	height: 3px;
	top: 3px;
	left: 6px;
}

.nav-main-toggle.open span.bl {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	width: 14px;
	height: 3px;
	bottom: 4px;
	left: 6px;
	
}
.nav-main-toggle.open span.tr {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	width: 14px;
	height: 3px;
	top: 3px;
	left: 15px;
}

.nav-main-toggle.open span.br {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	width: 14px;
	height: 3px;
	left: 15px;
	bottom: 4px;
}

.nav-main-toggle .label-close {
	position: absolute;
	opacity: 0;
	width: 55px;
	top: 37px;
	left: 0;
	text-align: center;
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
}
.nav-main-toggle .label-menu {
	position: absolute;
	opacity: 1;
	width: 55px;
	top: 37px;
	left: 0;
	text-align: center;
	-webkit-transition:opacity .25s ease-in;
	-moz-transition:opacity .25s ease-in;
	-o-transition:opacity .25s ease-in;
	transition:opacity .25s ease-in;
}
.nav-main-toggle.open .label-close {
	opacity: 1;
}
.nav-main-toggle.open .label-menu {
	opacity: 0;
}

.nav-main ul {
	position: relative;
	margin: 0;
	padding: 0 0 25px;
	list-style: none;
	font-size: 20px;
	line-height: 100%;
	font-family: 'Knockout 48 A', 'Knockout 48 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
.nav-main .menu {
  padding-top: 110px;
}

.nav-main .menu ul {
	max-width: 1500px;
	margin: 0 auto;
}
.nav-main li {
	position: relative;
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
	list-style: none;
	line-height: 85%;
	text-align: center;
	width: 30%;
	margin: 1%;
	background-color: #ffffff;
	overflow: hidden;
	-webkit-transition:opacity .3s ease-in;
	-moz-transition:opacity .3s ease-in;
	-o-transition:opacity .3s ease-in;
	transition:opacity .3s ease-in;
	opacity: 0;
}
.nav-main.open li {
	opacity: 1;
}
.nav-main li:before,
.nav-main li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:0;
	background-color: transparent;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-o-transition:all .25s ease-out;
	transition:all .25s ease-out;
}
.nav-main li:before {
	z-index:1;
	background: transparent url(img/nav-overlay.png) repeat left top;
	opacity: 0;
}
.nav-main li:after {
	background-repeat: no-repeat;
	background-position: center center;
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	-ms-transform: scale(1.01);
}

.nav-main li.nav-home:after {
	background-image: url(img/bg-nav-home.jpg);
	background-size: cover;
}
.nav-main li.nav-whatwedo:after {
	background-image: url(img/bg-nav-whatwedo.jpg);
	background-size: cover;
}
.nav-main li.nav-aboutus:after {
	background-image: url(img/bg-nav-aboutus.jpg);
	background-size: cover;
}
.nav-main li.nav-bios:after {
	background-image: url(img/bg-nav-bios.jpg);
	background-size: cover;
}
.nav-main li.nav-insights:after {
	background-image: url(img/bg-nav-insights.jpg);
	background-size: cover;
}
.nav-main li.nav-getintouch:after {
	background-image: url(img/bg-nav-getintouch.jpg);
	background-size: cover;
}
.nav-main li:hover:before {
	 opacity: 1;
}
.nav-main li:hover:after {
	 transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.nav-main li a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	z-index: 10;
	text-decoration: none;
	-moz-transition:all .25s ease-in;
	-ms-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent url(img/blank.png) repeat left top;
}
.nav-main li a:hover {
	color: #192951;
}
.nav-main li.active a {
	color: #e70094;
	text-decoration: none;
}
.nav-main .border {
	max-width: 100;
	z-index: 1;
	position: relative;
}
.nav-main .page {
	position: absolute;
	top: 37%;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 0.125em;
}
.nav-main .page:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 5px;
	margin-left: -10px;
	top: -22px;
	left: 50%;
	background-color: #bda63a;
}

.nav-main .title {
	position: absolute;
	top: 48%;
	left: 0;
	width: 100%;
	padding: 0 15%;
	font-size: 32px;
	line-height: 110%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
  	text-transform: capitalize;
}

.link-client-login {
	position: relative;
	background: #bda63a;
	text-align: center;
}
.link-client-login:before,
.link-client-login:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:0;
	background-color: transparent;
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
	
}
.link-client-login:before {
	opacity: 0;
	z-index: 1;
	background: transparent url(img/nav-clientlogin-squiggly-hover.png) repeat center center;
}
.link-client-login:after {
	background: transparent url(img/nav-clientlogin-squiggly.png) repeat center center;
}

.link-client-login:hover {
	background: #a39035;
}
.link-client-login:hover:before {
	opacity: 1;
}
.link-client-login a {
	position: relative;
	display: block;
	padding: 40px 0 50px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0.0625em;
	font-family: 'Knockout 48 A', 'Knockout 48 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	z-index: 100;
}
.link-client-login .line {
  position: relative;
  display: inline-block;
}
.link-client-login .line:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 5px;
	margin-left: -10px;
	bottom: -10px;
	left: 50%;
	background-color: #192951;
}

.button,
.contact-form input[type=submit] {
	position:relative;
	clear: both;
	color: #192951;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	height: auto;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}
.button {
	padding-right: 35px;
}
.button:after {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	margin-top: -12px;
	top: 50%;
	right: 0;
	background: transparent url(img/button-arrow.png) no-repeat top left;
	background-size: 100%;
}
.button:hover {
	text-decoration: none;
	color: #bda63a;
}
.button:hover:after {
	background: transparent url(img/button-arrow.png) no-repeat center left;
	background-size: 100%;
}

.contact-form input[type=submit] {
	padding: 0 15px;
}
.mobile-section-toggle {
	display: none;
}





/* sidebar */
.sidebar {

}
/* footer */
.footer {
	position: relative;
	z-index: 50;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	display: block;
	height: auto;
	max-height: 100%;
}

.footer-widgets {
	max-width: 1180px;
	position: relative;
	width: 100%;
	margin:0 auto;
	border-top: 3px solid #BDA63A;
	padding: 0 0 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
}
.footer-widget-left {
	width: 44%;
	float: left;
	position: relative;
	padding: 10px 0 0 22px;
}
.footer-section {
	color: #bda63a;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
}
.footer-widget-left h5 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 120%;
	font-family: 'Knockout 48 A', 'Knockout 48 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:0.2em;
	margin: 0;
	padding-bottom: 3px;
	color: #bda63a;
}
.footer-widget-left .view-all {
	display: none;
}
.footer-widget .main-phone {
	font-size: 28px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #192951;
}
.footer-widget .main-email {
	font-size: 28px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #192951;
}
.footer-widget-right {
	width: 56%;
	float: right;
	position: relative;
	padding: 10px 0 0 22px;
	
}
.footer-line:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 20px;
	top:0;
	left: 0;
	display: block;
	background-color: #BDA63A;
}
.footer-addresses {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.footer-addresses li {
	list-style: none;
	padding: 0 0 0 50px;
	margin: 0 0 25px;
	width: 50%;
	height: 120px;
	position: relative;
	display: inline-block;
	float: left;
}
.footer-addresses li:before {
	content: "";
	display: block;
	width: 28px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(img/icon-map-marker.png) no-repeat center center;
	background-size: contain;
}
.footer-addresses h5 {
	font-size: 24px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	padding-bottom: 10px;
	color: #bda63a;
}
.footer-addresses h5 a {
	color: inherit;
	text-decoration: none;
}
.footer-addresses h5 a:hover {
	color: #192951;
}
.footer-addresses .contact {
	padding: 0;
	color: #192951;
	font-size: 14px;
	line-height: 150%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.footer-addresses .phone {
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
}
.footer-addresses .phone-indicate {
	color: #bda63a;
}

.footer-widget-left .footer-widget {
	padding-top: 30px;
}
.footer-widget-right .footer-widget {
	padding-top: 15px;
}

.footer-widget {
	position: relative;
	width: 100%;
}

.footer-details {
	position: relative;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #BDA63A;
}

.footer .copyright {
	text-align: right;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: normal;
	font-style: normal;
	line-height: 150%;
	z-index: 0;
	float: right;
}
ul { margin: 0 0 25px; }

ul li {
	padding-bottom: 5px;
}

.hide {display:none;}
.show {display:block;}
.clear { clear: both; }
.center { text-align: center; }
.img_r {
	position: relative;
	float: right;
	padding: 0 0 10px 25px;
}
.img_l {
	position: relative;
	float: left;
	padding: 0 10px 10px 0;
}
.left {
	position: relative;
	float: left;
}
.right {
	position: relative;
	float: right;
}
.quarter { width: 24%; }
.threequarter { width: 74%; }
.halfwidth { width: 49%; }
.third { width: 32%; }
.twothird { width: 64%; }
.third img {max-width:100%;}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Page Animations */

@keyframes slideUp {
	0% {
		transform: translateY(100%);
		opacity: 0.0;
	}
	50%{
		transform: translateY(10%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		opacity: 1;
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
		opacity: 1;
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
		opacity: 0.0;
	}
	50%{
		-webkit-transform: translateY(10%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		opacity: 1;
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
		opacity: 1;
	}	
}

.isto-animate {
	visibility: hidden;
}
.is-animated {
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	visibility: visible !important;	
}
.home #all-sections {
	position: relative;
	z-index: 1;
}
/* VIDEO PLAYER */
.video_sec {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.video_home_item {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: 0;
}
.video_sec .cover_img {
	display: none;
}
.video_sec video,
.video_home_item video {
	position: absolute;
}

.video_sec > video,
.video_home_item > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.touch .video_sec video {
	display: none !important;
}
.touch .video_sec .cover_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	display: block;
	z-index: 0;
}
.video_blur {
	z-index: 1;
}
.video_clear {
	z-index: 2;
}
.video-border {
	position: relative;
	z-index: 10;
}
.video-control {
	position: absolute;
	z-index: 15;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.touch .video-control {
	display: none;
}
.video-control .play,
.video-control .pause {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 200px;
	margin-top: 4px;
	margin-left: -100px;
	display: inline-block;
	color: #bda63a;
	font-size: 15px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-in;
	-moz-transition: opacity 0.25s ease-in;
	-ms-transition: opacity 0.25s ease-in;
	-o-transition: opacity 0.25s ease-in;
	transition: opacity 0.25s ease-in;
}
.video-control .play:before,
.video-control .play:after {
	content: "";
	position: absolute;
	width: 91px;
	height: 91px;
	bottom: -100px;
	left: 50%;
	margin-left: -45px;
	background: transparent url(img/button-videoplay.png) no-repeat top left;
	background-size: 100%;
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-in;
	-moz-transition: opacity 0.25s ease-in;
	-ms-transition: opacity 0.25s ease-in;
	-o-transition: opacity 0.25s ease-in;
	transition: opacity 0.25s ease-in;
}
.video-control .play:after {
	background-position: bottom left;
	opacity: 0;
}
.video-control.hover .play:before { opacity: 0; }
.video-control.hover .play:after { opacity: 1; }

.video-control .pause,
.video-control.playing .play {
	opacity: 0;
}
.video-control.playing.hover .pause {
	opacity: 1;
}

/* 1. No object-fit support: */
@media (min-aspect-ratio: 16 / 9) {
	.video_sec > video,
	.video_home_item > video {
		height: 300%;
		top: -100%;
	}
}
@media (max-aspect-ratio: 16 / 9) {
	.video_sec > video,
	.video_home_item > video {
		width: 300%;
		left: -100%;
	}
}
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
	.video_sec > video,
	.video_home_item > video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/*.blur {
  filter: blur(5px);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: url(#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
  background: transparent url("image.png") left top no-repeat;
}*/

.super {
	position: absolute;
	overflow: hidden;
	display: inline-block;
	z-index: 0;
}
.super.posi1 {
	top: 38%;
	right: -50%;
}
.super.posi2 {
	top: 70%;
	left: -40%;
}
.super.posi3 {
	top: 87%;
	left: -50%;
}

.super.feel-like {
	background: transparent url(img/super-feellike.png) no-repeat center center;
	background-size: contain;
	width: 1187px;
	height: 209px;
}
.super.look-forward {
	background: transparent url(img/super-welookforward.png) no-repeat center center;
	background-size: contain;
	width: 607px;
	height: 136px;
	margin-left: 400px;
}

.loadbar {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 0;
	background-color: #bda63a;
	z-index: 100;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

/* Section: Splash */
.section-splash {
	position: relative;
	overflow: hidden;
	height: 975px;
	margin-bottom: 50px;
}

.splash-animate {
	position: relative;
	max-height: 2000px;
	overflow: hidden;
	opacity: 1;
	-webkit-transition:all .6s ease-out;
	-moz-transition:all .6s ease-out;
	-o-transition:all .6s ease-out;
	transition:all .6s ease-out;
}
/*.splash-animate.animated {
	max-height: 0;
	opacity: 0;
}*/

.section-splash-image {
	display: table-cell;
    vertical-align: middle;
    position: relative;
}
.section-splash-image img {
	width: 100%;
}
.section-splash-content {
    position:  absolute;
    left: 0;
    top: 0;
    width:  100%;
    height: 100%;
    display: table;
    color:  #192951;
    text-align:  center;
    z-index: 10;
}

.section-splash-text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-top: 80px;
}
.section-splash-text h2 {
	font-size: 72px;
	line-height: 80%;
	color: #192951;
	text-transform: uppercase;
	font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.120em;
	padding:0;
	max-width: 820px;
	margin: 0 auto 35px auto;
}
.section-splash-text h3 {	
	color: #ffffff;
	font-size: 12px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 110%;
	display: inline-block;
	padding: 7px 25px;
	margin-bottom: 38px;
	text-transform: uppercase;
	background-color: #bda63a;
	letter-spacing: 0.125em;
}
.section-splash-text p.callout {	
	color: #192951;
	font-size: 24px;
	line-height: 200%;
	display: inline-block;
	border: 2px solid #bda63a;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 35px;
	max-width: 735px;
}
.section-splash-text p.callout strong {
	font-size: 18px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.125em;
}

.splash-jump {
	display: none;
}

/* Subsection Callout */
.subsection-callout {
	position: relative;
	margin: 0 auto 100px;
	width: 90%;
}
.subsection-callout.gold {
	background: #fbfbfb url(img/bg-subsection-callout.png) repeat center center;
}
.subsection-callout.teal {
	background: #fbfbfb url(img/bg-news-callout.png) repeat center center;
}
.subsection-callout h4 {
	font-size: 74px;
	line-height: 80%;
	color: #192951;
	text-transform: uppercase;
	font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.002em;
	padding: 35px 0 40px;
	position: relative;
}
.subsection-callout h4:before {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 5px;
	top: 0;
	left: 0;
}
.subsection-callout.gold h4:before {
	background-color: #bda63a;
}
.subsection-callout.teal h4:before {
	background-color: #47a7a9;
}
.subsection-callout h4 a {
	text-decoration: none;
}
.subsection-callout h4 a:hover {
	color: #47A7AA;
}
.subsection-callout h4 .sub-title {
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-size: 40px;
	font-style: italic;
	text-transform: none;
}
.subsection-callout .meta-date {
	color: #47a7aa;
	font-size: 18px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 25px;
	display: block;
	position: relative;
}
.subsection-callout .meta-newssource {
	font-weight: 700;
}
.subsection-callout .meta-newssource a {
	text-decoration: none;
}
.subsection-callout-content {
	padding: 60px;
}
.subsection-callout-content p:last-child {
	padding-bottom: 0;
}
.subsection-callout-footer {
	padding: 10px 23px 10px;
	text-align: right;
}
.subsection-callout.gold .subsection-callout-footer {
	background-color: #bda63a;
}
.subsection-callout.teal .subsection-callout-footer {
	background-color: #47a7a9;
}
.subsection-callout-footer .button {
	font-size: 24px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #ffffff;
	padding-right: 50px;
	letter-spacing: 0;
	text-transform: capitalize;
	margin: 13px 0 15px;
}
.subsection-callout-footer .button:after {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: transparent url(img/button-arrow.png) no-repeat top left;
	background-size: 100%;
}
.subsection-callout-footer .button:hover:after {
	background: transparent url(img/button-arrow.png) no-repeat bottom left;
	background-size: 100%;
}

/* Section: Homepage Header */
.section-homepage {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-homepage-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	text-align: left;
	padding: 0 0 100px;
}

/* Section: Video Player */
.section-videoplayer {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-videoplayer-content {
	position: relative;
	width: 100%;
	margin:0 auto 190px;
	text-align: left;
	padding: 0;
}


/* Section: News Callout */
.section-newscallout {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-newscallout-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 140px;
}
.seeallnews {
	position: absolute;
	top: 90px;
	right: 0;
}
.section-newscallout-slider {
	width: 88%;
	position: relative;
	margin: 0 auto;
}
.section-newscallout-slider .bx-wrapper .bx-prev {
	left: -6%;
}
.section-newscallout-slider .bx-wrapper .bx-next {
	right: -6%;
}
.section-newscallout .panel {
	background: #fbfbfb url(img/bg-news-callout.png) repeat center center;
}
.section-newscallout .panel-footer {
	padding: 23px 23px 15px;
	background-color: #47a7aa;
	text-align: right;
}
.section-newscallout .panel-content {
	display: block;
	width: 100%;
	height: 550px;
	padding: 50px;
}
.section-newscallout h3 {
	font-size: 74px;
	line-height: 80%;
	color: #192951;
	text-transform: uppercase;
	font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.002em;
	padding: 35px 50px 20px 0;
	position: relative;
}
.section-newscallout h3:before {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 5px;
	top: 0;
	left: 0;
	background-color: #47a7aa;
}
.section-newscallout .meta-date {
	color: #47a7aa;
	font-size: 18px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 25px;
	display: block;
	position: relative;
}
.section-newscallout .meta-newssource {
	font-weight: 700;
}
.section-newscallout .meta-newssource a {
	text-decoration: none;
}
.section-newscallout p:last-child {
	padding-bottom: 0;
}

.section-newscallout .panel-footer .button {
	font-size: 24px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	padding-right: 50px;
	letter-spacing: 0;
	text-transform: capitalize;
}
.section-newscallout .panel-footer .button:after {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: transparent url(img/button-arrow.png) no-repeat top left;
	background-size: 100%;
}
.section-newscallout .panel-footer .button:hover {
	color: #ffffff;
}
.section-newscallout .panel-footer .button:hover:after {
	background: transparent url(img/button-arrow.png) no-repeat bottom left;
	background-size: 100%;
}

/* Section: About Us */
.section-about {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-about-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 140px;
}

/* Section: Process */
.section-process {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
#process4 {
  padding-bottom: 200px;
}
.section-process-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 100px;
}
.process-item {
	margin: 0;
	position: relative;
}
.process-item.green {
	padding-top: 19px;
	padding-bottom: 0;
}
.process-item.blue {
	padding-top: 175px;
	padding-bottom: 0;
}
.process-image {
	position: absolute;
	z-index: 0;
	display: inline-block;
}
.process-icon {
	position: absolute;
	width: 225px;
	height: 225px;
	z-index: 5;
}
.process-item.green .process-image {
	top: 0;
	left: 0;
}
.process-item.blue .process-image {
	top: 0;
	right: 0;
}
.process-item.green .process-icon {
	top: 289px;
	left: 147px;
}
.process-item.blue .process-icon {
	top: 287px;
	right: 90px;
}
.p-simplify .process-image {
	background: transparent url(img/photo-process-simplify.jpg) no-repeat center center;
	background-size: cover;
}
.p-simplify .process-icon {
	background: transparent url(img/icon-process-simplify.png) no-repeat center center;
	background-size: contain;
}
.p-rightsize .process-image {
	background: transparent url(img/photo-process-rightsize.jpg) no-repeat center center;
	background-size: cover;
}
.p-rightsize .process-icon {
	background: transparent url(img/icon-process-rightsize.png) no-repeat center center;
	background-size: contain;
}
.p-servingclients .process-image {
	background: transparent url(img/photo-process-servingclients.jpg) no-repeat center center;
	background-size: cover;
}
.p-servingclients .process-icon {
	background: transparent url(img/icon-process-servingclients.png) no-repeat center center;
	background-size: contain;
}
.p-rightrelationship .process-image {
	background: transparent url(img/photo-process-rightrelationship.jpg) no-repeat center center;
	background-size: cover;
}
.p-rightrelationship .process-icon {
	background: transparent url(img/icon-process-rightrelationship.png) no-repeat center center;
	background-size: contain;
}
.process-description {
	padding: 32px 35px;
	width: 50%;
	position: relative;
	z-index: 100;
}
.green .process-description {
	background-color: #e6f0cb;
	margin-left: 45%;
}
.blue .process-description {
	background-color: #b4e1e8;
	margin-left: 13%;
}
.process-description-content {
	padding-top: 2px;
}
.green .process-description-content {
	border-top: 3px solid #75b152;
}
.blue .process-description-content {
	border-top: 3px solid #47a7a9;
}
.process-description-content p {
	font-size: 16px;
}
.process-description-content p:last-of-type {
	padding-bottom: 0;
}
.process-description-content h3 {
	padding: 15px 0 20px;
	color: #ffffff;
	font-size: 18px;
	line-height: 100%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.125em;
}
.green .process-description-content h3 {
	border-top: 1px solid #75b152;
	text-shadow: 0px -1px 21px rgba(0, 0, 0, 0.18);
}
.blue .process-description-content h3 {
	border-top: 1px solid #47a7a9;
}

.process-item.animate .process-description {
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-o-transition:all .4s ease-out;
	transition:all .4s ease-out;
	opacity: 0;
	top: 70px;
}
.process-item.animate .process-image {
	-webkit-transition:all .7s ease-out;
	-moz-transition:all .7s ease-out;
	-o-transition:all .7s ease-out;
	transition:all .7s ease-out;
	opacity: 0;
	top: 50px;
}
.process-item.animate .process-icon {
	-webkit-transition:opacity 1s ease;
	-moz-transition:opacity 1s ease;
	-o-transition:opacity 1s ease;
	transition:opacity 1s ease;
	opacity: 0;
}
.process-item.animated .process-description,
.process-item.animated .process-image {
	opacity: 1;
	top: 0;
}
.process-item.animated .process-icon {
	opacity: 1;
}

/* Section: What We Do */
.section-whatwedo {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-whatwedo-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0;
}

/* Section: Our Methods */
.section-ourmethods {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-ourmethods-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 90px;
}
.methods-list {

}
.method-tick,
.method-control {
	display: none;
}

.method-item {
	position: relative;
	display: inline-block;
	float: left;
	width: 33%;
	/*height: 400px;*/
	margin-bottom: 18px;
	padding-bottom: 20px;
}
.method-item h4 {
	padding-top: 3px;
	position: relative;
	font-size: 60px;
	line-height: 100%;
	color: #192951;
	text-transform: uppercase;
	font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.010em;
}
.method-item h4:before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 5px;
	top: 0;
	left: 0;
	background-color: #bda63a;
}
.method-item h3 {
	color: #bda63a;
	font-size: 26px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	padding-right: 50px;
	letter-spacing: 0;
	text-transform: capitalize;
}
.method-item p {
	font-size: 16px;
	line-height: 130%;
}
.method-description-content {
	padding-right: 20%;
}

/* Section: Approach */
.section-approach {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-approach-header {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 90px;
}
.section-approach-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 140px;
}

.approach-item {
	margin: 0;
	position: relative;
}
.approach-item.green {
	padding-top: 19px;
	padding-bottom: 100px;
}
.approach-item.blue,
.approach-item.gold {
	padding-top: 175px;
	padding-bottom: 60px;
}
.approach-image {
	position: absolute;
	z-index: 0;
}

.approach-item.green .approach-image {
	top: 0;
	left: 0;
}
.approach-item.blue .approach-image,
.approach-item.gold .approach-image {
	top: 0;
	right: 0;
}
.a-listen .approach-image {
	background: transparent url(img/photo-approach-listen.jpg) no-repeat center center;
	background-size: cover;
}
.a-learn .approach-image {
	background: transparent url(img/photo-approach-learn.jpg) no-repeat center center;
	background-size: cover;
}
.a-conceptualize .approach-image {
	background: transparent url(img/photo-approach-conceptualize.jpg) no-repeat center center;
	background-size: cover;
}
.a-analyze .approach-image {
	background: transparent url(img/photo-approach-analyze.jpg) no-repeat center center;
	background-size: cover;
}
.a-implement .approach-image {
	background: transparent url(img/photo-approach-implement.jpg) no-repeat center center;
	background-size: cover;
}
.a-assess .approach-image {
	background: transparent url(img/photo-approach-assess.jpg) no-repeat center center;
	background-size: cover;
}
.a-optimize .approach-image {
	background: transparent url(img/photo-approach-optimize.jpg) no-repeat center center;
	background-size: cover;
}

.approach-description {
	padding: 16px 12px;
	width: 50%;
	position: relative;
	z-index: 100;
}
.green .approach-description {
	background: #ffffff url(img/bg-zigzag-green.png) repeat center center;
	margin-left: 35%;
	border-bottom: 20px solid #75b152;
}
.blue .approach-description {
	background: #ffffff url(img/bg-zigzag-blue.png) repeat center center;
	margin-left: 13%;
	border-bottom: 20px solid #47a7aa;
}
.gold .approach-description {
	background: #ffffff url(img/bg-zigzag-gold.png) repeat center center;
	margin-left: 13%;
	border-bottom: 20px solid #bda63a;
}
.approach-description-content {
	padding-top: 2px;
}
.green .approach-description-content {
	border-top: 3px solid #75b152;
}
.blue .approach-description-content {
	border-top: 3px solid #47a7aa;
}
.gold .approach-description-content {
	border-top: 3px solid #bda63a;
}
.approach-description-content p {
	font-size: 16px;
	padding-left: 16px;
	padding-right: 16px;
}
.approach-description-content p:last-of-type {
	padding-bottom: 0;
}
.approach-description-content h3 {
	padding: 10px 16px 8px;
	margin-bottom: 10px;
	color: #192951;
	font-size: 26px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: capitalize;
}
.green .approach-description-content h3 {
	border-bottom: 1px solid #75b152;
}
.blue .approach-description-content h3 {
	border-bottom: 1px solid #47a7aa;
}
.gold .approach-description-content h3 {
	border-bottom: 1px solid #bda63a;
}

.line-wide {
	position: absolute;
	width: 56%;
	left: 37%;
	bottom: 0;
	height: 4px;
	display: block;
	background: transparent url(img/bg-line-wide.png) repeat-x top left;
}
.line-wide:before {
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 45px;
	top: -45px;
	left: 0;
	background: transparent url(img/bg-line-tall.png) repeat-y top left;
}

.line-tall {
	position: absolute;
	display: block;
	height: 225px;
	width: 4px;
	right: 0;
	bottom: -225px;
	background: transparent url(img/bg-line-tall.png) repeat-y top left;
}
.line-tall:after {
	content: "";
	position: absolute;
	display: block;
	width: 100px;
	height: 4px;
	bottom: 0px;
	right: 0;
	background: transparent url(img/bg-line-wide.png) repeat-x top left;
}

.approach-item.a-listen {
	padding-top: 180px;
	margin-bottom: 76px;
}
.approach-item.a-learn {
	padding-top: 115px;
	padding-bottom: 60px;
	margin-bottom: 110px;
}
.approach-item.a-learn .line-wide {
	left: 5%;
}
.approach-item.a-learn .line-wide:before {
	height: 60px;
	top: -60px;
	left: auto;
	right: 0;
}
.approach-item.a-learn .line-tall {
	height: 155px;
	right: auto;
	left: 0;
	bottom: -155px;
}
.approach-item.a-learn .line-tall:after {
	width: 80px;
	right: auto;
	left: 0;
}
.approach-item.a-conceptualize {
	padding-top: 0;
	padding-bottom: 215px;
	margin-bottom: 80px;
}
.approach-item.a-conceptualize .line-wide {
	left: 40%;
	width: 52%;
}
.approach-item.a-conceptualize .line-wide:before {
	height: 210px;
	top: -210px;
}
.approach-item.a-conceptualize .line-tall {
	height: 230px;
	bottom: -230px;
}
.approach-item.a-conceptualize .line-tall:after {
	width: 75px;
}
.approach-item.a-conceptualize .approach-image {
	margin-top: 30px;
}
.approach-item.a-analyze {
	padding-top:75px;
	padding-bottom: 130px;
	margin-bottom: 80px;
}
.approach-item.a-analyze .line-wide {
	left: 7%;
	width: 53%;
}
.approach-item.a-analyze .line-wide:before {
	height: 125px;
	top: -125px;
	left: auto;
	right: 0;
}
.approach-item.a-analyze .line-tall {
	height: 365px;
	bottom: -371px;
	right: auto;
	left: 0;
}
.approach-item.a-analyze .line-tall:after {
	width: 60px;
	left: 0;
}
.approach-item.a-implement {
	padding-top: 195px;
	padding-bottom: 88px;
	margin-bottom: 90px;
}

.approach-item.a-implement .line-wide:before {
	height: 75px;
	top: -75px;
}
.approach-item.a-implement .line-tall {
	height: 220px;
	bottom: -222px;
}
.approach-item.a-implement .line-tall:after {
	width: 88px;
}
.approach-item.a-assess {
	padding-top: 70px;
	padding-bottom: 165px;
	margin-bottom: 70px;
}
.approach-item.a-assess .line-wide {
	left: 39%;
	width: 20%;
}
.approach-item.a-assess .line-wide:before {
	height: 155px;
	top: -155px;
	left: auto;
	right: 0;
}
.approach-item.a-assess .line-tall {
	/*height: 165px;*/
	height: 280px;
	bottom: -285px;
	right: auto;
	left: 0;
}
.approach-item.a-assess .line-tall:after {
	width: 0;
	left: 0;
}
.approach-item.a-optimize {
	padding-top: 225px;
	padding-bottom: 25px;
}
.approach-item.a-optimize .approach-image {
	margin-top: 50px;
}

.approach-item.animate .approach-description {
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-o-transition:all .4s ease-out;
	transition:all .4s ease-out;
	opacity: 0;
	top: 70px;
}
.approach-item.animate .approach-image {
	-webkit-transition:all .7s ease-out;
	-moz-transition:all .7s ease-out;
	-o-transition:all .7s ease-out;
	transition:all .7s ease-out;
	opacity: 0;
	top: 50px;
}
.approach-item.animate .line-wide {
	-webkit-transition:opacity .7s ease;
	-moz-transition:opacity .7s ease;
	-o-transition:opacity .7s ease;
	transition:opacity .7s ease;
	opacity: 0;
}
.approach-item.animated .line-wide {
	opacity: 1;
}
.approach-item.animated .approach-description,
.approach-item.animated .approach-image {
	opacity: 1;
	top: 0;
}

/* Section: Philosophy */
.section-philosophy {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-philosophy-header {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 0;
}
.section-philosophy-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 140px;
}


/* Section: Bios Intro */
.section-biosintro {
	position: relative;
	max-width: 1180px;
	margin: 0 auto 150px;
}
.section-biosintro-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0;
}

/* Section: Bios */
.section-bios {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-bios-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 120px;
}
.bio-list {
	padding: 30px 0;
}
.bio-item {
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
}

.bio-close {
	position:absolute;
	top:50px;
	right:43px;
	z-index:100;
	display:block;
	width:35px;
	height:35px;
	cursor:pointer;
}

.bio-close span {
	position:absolute;
	display:block;
	width:100%;
	height:4px;
	background-color:transparent;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}

.bio-temp-content.open .bio-close span {
	background-color: #bda63a;
}

.bio-temp-content.open .bio-close:hover span {
	background-color: #a39035;
}

.bio-close span.middle,
.bio-close span.middlecopy {
	top:8px;
}

.bio-temp-content.open .bio-close span.middle {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.bio-temp-content.open .bio-close span.middlecopy {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

.bio-item-content {
	padding: 25px;
}
.bio-item-image {
	cursor: pointer;
	position: relative;
	width: 210px;
	height: 210px;
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.bio-img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
	z-index: 5;
}

.bio-item-image.hover .bio-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.image-holder {
	position: relative;
	width: 100%;
	z-index: 0;
}
.bio-item-image .hoverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0;
	z-index: 100;
	-webkit-transition: opacity 0.25s ease-in;
	-moz-transition: opacity 0.25s ease-in;
	-ms-transition: opacity 0.25s ease-in;
	-o-transition: opacity 0.25s ease-in;
	transition: opacity 0.25s ease-in;
}
.bio-item-image.hover .hoverlay {
	opacity: 0.3;
}
.bio-item .bio-description {
	display: none;
	visibility: hidden;
}
.bio-temp-content {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(img/overlay.png) repeat top left;
	position: fixed;
	top: 0;
	left: 0;
	clear: both;
	max-height: 0;
	overflow: hidden;
	z-index: 9998;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bio-temp-content.open {
	max-height: 100%;
	opacity: 1;
}
.bio-description {
	font-size: 23px;
	line-height: 34px;
	padding: 0;	
}
.bio-temp-content .bio-description {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: auto;
}

.bio-description p {
	color: #192951;
	font-size: 14px;
	line-height: 180%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.bio-image-area {
	width: 33%;
	position: relative;
	float: left;
	padding: 150px 25px 50px 50px;
}
.bio-img-lg {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.bio-description-area {
	width: 66%;
	padding: 150px 50px 130px 25px;
	position: relative;
	float: right;
}

.bio-name {
	font-size: 22px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	padding: 25px 0 10px;
	margin: 0;
	text-transform: none;
	color: #414042;
}
.bio-description .bio-name {
	font-size: 29px;
	color: #192951;
	margin: 0;
	padding: 0 0 10px;
}
.bio-jobtitle {
	font-size: 13px;
	line-height: 150%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #bda63a;
}
.bio-description .bio-jobtitle {
	font-size: 17px;
	padding-bottom: 25px;
}
.bio-details {
	position: relative;
	display: block;
}
.bio-details-contact {
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	color: #192951;
	text-align: right;
	font-size: 13px;
	line-height: 120%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}
.bio-phone,
.ematdom {
	display: block;
}
.ematdom a {
	color: #192951;
	cursor: pointer;
	text-decoration: none;
}
.ematdom a:hover {
	color: #bda63a;
}
.bio-description-content {
	position: relative;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}
.bio-nav,
.section-nextprevposts {
	position: relative;
	width: 100%;
	background-color: #bda63a;
	padding: 25px 50px;
}
.bio-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	display: none;
}
.bio-nav.bio-open {
	display: block;
}
.prev-item a,
.next-item a {
	color: #ffffff;
	font-size: 24px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
	position: relative;
}
.prev-item a:before,
.prev-item a:after,
.next-item a:before,
.next-item a:after {
	content: "";
	position: absolute;
	width: 31px;
	height: 46px;
	top:50%;
	margin-top: -23px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.prev-item a:before,
.prev-item a:after {
	left: 0;
}
.next-item a:before,
.next-item a:after {
	right: 0;
}
.prev-item a:before {
	background: transparent url(img/arrow-bio-nav.png) no-repeat top left;
	background-size: 62px;
	opacity: 1;
}
.prev-item a:hover:before {
	opacity: 0;
}
.prev-item a:after {
	background: transparent url(img/arrow-bio-nav.png) no-repeat bottom left;
	background-size: 62px;
	opacity: 0;
}
.prev-item a:hover:after {
	opacity: 1;
}
.next-item a:before {
	background: transparent url(img/arrow-bio-nav.png) no-repeat top right;
	background-size: 62px;
	opacity: 1;
}
.next-item a:hover:before {
	opacity: 0;
}
.next-item a:after {
	background: transparent url(img/arrow-bio-nav.png) no-repeat bottom right;
	background-size: 62px;
	opacity: 0;
}
.next-item a:hover:after {
	opacity: 1;
}

.prev-item a:hover,
.next-item a:hover {
	color: #192951;
}
.next-item a {
	float: right;
	position: relative;
	padding-right: 54px;
}
.prev-item a {
	float: left;
	padding-left: 54px;
}

.recent-news {
	display: none;
	padding-top: 50px;
}
.recent-news-fill .recent-news {
	display: block;
}
.recent-news-panel {
	width: 50%;
	float: left;
	position: relative;
	padding-right: 20px;
}
.recent-news-panel:last-child {
	padding-left: 15px;
}
.recent-news h3 {
	font-size: 13px;
	line-height: 100%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}
.recent-news h4 {
	color: #47a7aa;
	font-size: 30px;
	line-height: 100%;
	font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.0125em;
	padding-bottom: 0;
}
.recent-news h4 a {
	color: inherit;
	text-decoration: none;
}
.recent-news h4 a:hover {
	color: #192951;
}

.recent-news .button {
	padding-right: 25px;
	vertical-align: middle;
	color: #414042;
	font-size: 16px;
	line-height: 110%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	position: relative;
	display: inline-block;
}
.recent-news .button:after {
	width: 13px;
	height: 13px;
	margin-top: -8px;
	background: transparent url(img/button-arrow-teal-hover.png) no-repeat top left;
	background-size: 100%;
}
.recent-news .button:hover:after {
	background: transparent url(img/button-arrow-teal-hover.png) no-repeat bottom left;
	background-size: 100%;
}


.backto {
	position: relative;
	background-color: #bda63a;
	padding: 0 13px;
	text-align: left;
	display: inline-block;
}

.backto a {
	position: relative;
	font-size: 14px;
	line-height: 100%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
.backto a:hover {
	color: #192951;
}

.nextpost {
	position: relative;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 75px 0 55px;
	text-align: left;
	color: #ffffff;
	font-size: 22px;
	line-height: 100%;
	font-family: "MetricWeb-Light", sans-serif;
	font-style: normal;
	font-weight: normal;
}
.nextpost h2 {
	font-size: 45px;
	line-height: 100%;
	font-family: "MetricWeb-BlackItalic", sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.nextpost h3 {
	font-size: 18px;
	line-height: 100%;
	font-family: "MetricWeb-Black", sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.nextpost a {
	color: #ffffff;
	text-decoration: none;
}



/* Photo Montage */
.section-photomontage {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding-bottom: 140px;
}
.section-photomontage img {
	width: 100%;
}


/* Section: Services */

.section-services {
	position: relative;
	width: 100%;
	margin:0 auto;
}
.section-services-content {
	max-width:940px;
	position: relative;
	width: 100%;
	margin:0 auto;
	text-align: left;
	padding: 100px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.section-services-details {
	position: relative;
	width: 100%;
	margin:0 auto;
	text-align: left;
	padding: 100px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
}



/* Section: Clients */

.section-clients {
	position: relative;
	width: 100%;
	margin:0 auto;
	background-color: #e71096;
	color: #ffffff;
}
.section-clients-content {
	max-width:1180px;
	position: relative;
	width: 100%;
	margin:0 auto;
	text-align: center;
	padding: 70px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h3.clienttitle {
	color: #192951;
	padding-bottom: 60px;
}

.client-item {
	position: relative;
	display: inline-block;
	width: 170px;
	margin: 0 20px;
	height: 110px;
}
.client-item img {
	position: relative;
	max-width: 100%;
}

/* Section: Values */
.section-values {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-values-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 140px;
}
.section-values .subsectiontitle {
	background-color: #BDA63A;
	display: block;
	width: 300px;
	font-size: 30px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	padding: 8px 5px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #ffffff;
	margin: 0 auto -25px;
	z-index: 100;
	text-align: center;
}
.section-values-slider .subsectiontitle:before { display: none; }
.section-values-slider .panel-content {
	border: 4px solid #BDA63A;
	text-align: center;
	padding: 70px 15% 70px;
	height: 350px;
}
.section-values-slider h4 {
	font-size: 20px;
	color: #bda63a;
	line-height: 100%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}
.section-values-slider h3 {
	font-size: 43px;
	color: #414042;
	line-height: 130%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	text-transform: none;
}

/* Section: Share Story */
.section-sharestory {
	position: relative;
	max-width: 1180px;
	margin: 0 auto 90px;
}
.section-sharestory-content {
	position: relative;
	width: 45%;
	float: left;
	padding: 0 0 65px;
}
.section-sharestory-callout {
	position: relative;
	width: 55%;
	float: right;
	padding: 33px 37px;
	background-color: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-sharestory-callout-content {
	position: relative;
	border-top: 4px solid #bda63a;
	border-bottom: 2px solid #bda63a;
	padding: 23px 8px;
}
.section-sharestory-callout .button {
	font-size: 24px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	padding-right: 50px;
	letter-spacing: 0;
	text-transform: capitalize;
}
.section-sharestory-callout .button:after {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: transparent url(img/button-arrow.png) no-repeat top left;
	background-size: 100%;
}
.section-sharestory-callout .button:hover:after {
	background: transparent url(img/button-arrow.png) no-repeat center left;
	background-size: 100%;
}
.section-sharestory-callout p:last-child {
	padding-bottom: 50px;
}

.section-sharestory .panel-content {
	display: table;
	height: 400px;
	width: 100%;
}


/* Section: Contact Intro */
.section-contactintro {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-contactintro-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 75px;
}

/* Section: Contact */
.section-contact {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-contact-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 140px;
}

.section-contact-left {
	position: relative;
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 80px;
}
.section-contact-right {
	position: relative;
	width: 50%;
	float: right;
	text-align: left;
	overflow: hidden;
}

.section-contact-content h4 {
	text-transform: uppercase;
	font-size: 23px;
	line-height: 120%;
	font-family: 'Knockout 48 A', 'Knockout 48 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2em;
	margin: 0;
	padding-bottom: 15px;
	color: #BDA63A;
}
.section-contact-content .main-phone {
	font-size: 66px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #192951;
}
.section-contact-content .main-email {
	font-size: 36px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #192951;
}

/* Section: Locations */
.section-locations {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-locations-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 40px;
}

.location-item {
	margin: 0;
	position: relative;
}
.location-item.align-left {
	padding-top: 220px;
	padding-bottom: 80px;
}
.location-item.align-right {
	padding-top: 123px;
	padding-bottom: 127px;
}
.location-map {
	position: absolute;
	width: 591px;
	height: 332px;
	z-index: 0;
}
.location-item.align-left .location-map {
	top: 0;
	right: 0;
}
.location-item.align-right .location-map {
	top: 0;
	left: 0;
}
/*.l-hamptonroads .location-map {
	background: transparent url(img/map-norfolk.jpg) no-repeat center center;
	background-size: contain;
}
.l-richmond .location-map {
	background: transparent url(img/map-richmond.jpg) no-repeat center center;
	background-size: contain;
}
.l-charlottesville .location-map {
	background: transparent url(img/map-charlottesville.jpg) no-repeat center center;
	background-size: contain;
}*/
.location-description {
	padding: 41px 35px 25px;
	width: 38%;
	position: relative;
	z-index: 100;
	background: #FBFBFB url(img/bg-news-callout.png) repeat center center;
	
}
.align-left .location-description {
	margin-left: 24%;
}
.align-right .location-description {
	margin-left: 45%;
}
.l-richmond .location-description {
	border-bottom: 11px solid #b3e1e9;
}
.l-hamptonroads .location-description {
	border-bottom: 11px solid #73b24c;
	background: #ffffff url(img/bg-zigzag-green.png) repeat center center;
}
.l-charlottesville .location-description {
	border-bottom: 11px solid #42a7ab;
	background: #ffffff url(img/bg-zigzag-blue.png) repeat center center;
}
.location-description-content p {
	font-size: 19px;
	line-height: 140%;
}
.location-description-content p:last-of-type {
	padding-bottom: 0;
}
.location-description-content .phone {
	font-weight: 700;
	color: #bda63a;
}
.location-description-content h3 {
	position: absolute;
	display: inline-block;
	left: 13px;
	top: -45px;
	padding: 20px;
	color: #ffffff;
	font-size: 32px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize;
}
.l-richmond .location-description-content h3 {
	background-color: #b3e1e9;
}
.l-hamptonroads .location-description-content h3 {
	background-color: #73b24c;
}
.l-charlottesville .location-description-content h3 {
	background-color: #42a7ab;
}


/* Section: News Intro */
.section-newsintro {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-newsintro-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 75px;
}

/* Section: News */
.section-news {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.section-news-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 140px;
}
.news-filter {
	position: relative;
	width: 25%;
	background-color: #bda63a;
	padding: 25px;
	float: left;
}
.news-filter-header {
	color: #ffffff;
	font-size: 30px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize;
}
.news-filter ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 110%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
}
.news-filter li {
	position: relative;
	margin: 0;
	padding: 0 0 13px;
	list-style: none;
}
.news-filter li a {
	color: #192951;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.news-filter li a:hover {
	color: #ffffff;
}
.news-filter li a.active {
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #ffffff;
}
.prev-next-posts {
	position: absolute;
	bottom: 0;
	z-index: 2;  
	left: 50%;
	width: 290px;
	text-align: center;
	margin-left: -145px;
	cursor: pointer;
	display: inline-block;
	background-color: #bda63a;
	padding: 5px 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 19px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 0.125em;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.prev-next-posts.loading {
	opacity: 0.4;
}
.prev-next-posts.complete {
	opacity: 0;
}
.news-listing {
	position: relative;
	width: 75%;
	padding-left: 50px;
	padding-bottom: 20px;
	float: right;
}
.news-item {
	width: 50%;
	float: left;
	position: relative;
}
.news-item-content {
	padding: 0 25px 25px;
}
.news-item h3 {
	font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 44px;
	line-height: 100%;
	text-transform: uppercase;
}
.news-item h3 a {
	color: #192951;
	text-decoration: none;
}
.news-item h3 a:hover {
	color: #47a7aa;
}
.news-item .meta-newssource {
	color: #414042;
	font-size: 14px;
	line-height: 150%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: capitalize;
	padding-bottom: 4px;
	display: block;
	position: relative;
}
.news-item .meta-newssource a {
	text-decoration: none;
}
.news-item .meta-date {
	color: #bda63a;
	font-size: 17px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
	display: block;
	position: relative;
}
.news-item .button {
	padding-right: 23px;
	width: 0;
}
.news-item .button:after {
	margin-top: -5px;
}
.news-item p:last-of-type {
	padding-bottom: 0;
}

/* Section: News Detail */
.singledetail-bgheader {
	position: absolute;
	z-index: 0;
	width: 100%;
}
.section-singledetail {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 200px;
	z-index: 1;
}
.section-singledetail-content {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 0 0 90px;
}
.section-singledetail-content article .subsectiontitle {
	padding-top: 25px;
	margin-bottom: 20px;
	font-size: 74px;
	line-height: 100%;
	letter-spacing: 0;
}
.section-singledetail-content article .subsectiontitle:before {
	display: none;
}
.section-singledetail-content article .the-content p:first-of-type {
	font-weight: 700;
	font-size: 22px;
	line-height: 200%;
}
.section-singledetail-content article .meta-date {
	color: #47a7aa;
	font-size: 18px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 55px;
	display: block;
	position: relative;
	letter-spacing: 0.125em;
}
.section-singledetail-content article .meta-newssource {
	font-weight: 700;
}
.section-singledetail-content article .meta-newssource a {
	text-decoration: none;
}
.section-singledetail-content article .the-content a {
	color: #BDA63A;
	text-decoration: none;
	font-weight: 700;
}
.section-singledetail-content article .the-content a:hover {
	color: #192951;
}
.section-nextprevposts {
	margin-bottom: 70px;
}


.divider {
	width:70%;
	height:1px;
	background-color: #000000;
	position: relative;
	margin-bottom: 30px;
}


.author-item {
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #fbfbfb;
	padding: 30px;
}
.author-item h3 {
	font-size: 30px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #bda63a;
	text-transform: none;
	padding-bottom: 30px;
}
.author-item-content {
	padding-bottom: 25px;
}
.author-item-image {
	position: relative;
	max-width: 210px;
	max-height: 210px;
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.author-img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
	z-index: 5;
}

.author-item-image.hover .author-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.author-item-image .image-holder {
	position: relative;
	width: 100%;
	z-index: 0;
}
.author-item-image .hoverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0;
	z-index: 100;
	-webkit-transition: opacity 0.25s ease-in;
	-moz-transition: opacity 0.25s ease-in;
	-ms-transition: opacity 0.25s ease-in;
	-o-transition: opacity 0.25s ease-in;
	transition: opacity 0.25s ease-in;
}
.author-item-image.hover .hoverlay {
	opacity: 0.3;
}
.author-description {
	font-size: 23px;
	line-height: 34px;
	padding: 0;
	text-align: left;
}

.author-description p {
	color: #192951;
	font-size: 13px;
	line-height: 180%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0;
}
.author-description .read-more {
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #bda63a;
	text-transform: uppercase;
	text-decoration: none;
}
.author-description .read-more:hover {
	color: #192951;
}
.author-description-area {
	width: 100%;
	padding: 0;
	position: relative;
}
.author-name {
	font-size: 22px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	padding: 25px 0 10px;
	margin: 0;
	text-transform: none;
	color: #192951;
	padding: 0 0 15px;
}
.author-jobtitle {
	font-size: 13px;
	line-height: 150%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	padding: 0 0 25px;
	margin: 0;
	color: #bda63a;
}

.author-details {
	position: relative;
	display: block;
}



/* Section: Contact Social */
.section-contact-social ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
}
.section-contact-social li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 10px;
	padding: 40px 0 27px;
	border-bottom: 7px solid #000000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section-contact-social li a {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	text-indent: -1000em;
}

.icon-facebook {
	background: transparent url(img/icon-social-facebook.png) no-repeat top center;
	background-size: 100%;
}
.icon-youtube {
	background: transparent url(img/icon-social-youtube.png) no-repeat top center;
	background-size: 100%;
}
.icon-instagram {
	background: transparent url(img/icon-social-instagram.png) no-repeat top center;
	background-size: 100%;
}
.icon-twitter {
	background: transparent url(img/icon-social-twitter.png) no-repeat top center;
	background-size: 100%;
}
.icon-linkedin {
	background: transparent url(img/icon-social-linkedin.png) no-repeat top center;
	background-size: 100%;
}
.section-contact-social li a:hover {
	background-position: bottom center;
}
.section-contact-social li:hover {
	border-bottom: 7px solid #ffffff;
}

.contact-form {
	padding: 105px 0;
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	text-align: left;
}
.contact-form h3 {
	font-size: 30px;
	line-height: 100%;
	font-family: "MetricWeb-BlackItalic" ,sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #e70094;
	margin-bottom: 23px;
}
span.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}
.contact-style-left {
	position: relative;
	width: 48%;
	float: left;
	display: block;
	margin-bottom: 13px;
}
.contact-style-right {
	position: relative;
	width: 48%;
	float: right;
	display: block;
	margin-bottom: 13px;
}
.contact-style-full {
	position: relative;
	width: 100%;
	float: none;
	display: block;
	margin-bottom: 13px;
}

.contact-form input,
.contact-form textarea {
	border: none;
	border-bottom: 1px solid black;
	background-color: #ffffff;
	padding: 25px 13px 13px 13px;
	width: 100%;
	font-size: 34px;
	line-height: 100%;
	font-family: "MetricWeb-Light" ,sans-serif;
	font-style: normal;
	font-weight: normal;
	-webkit-border-radius: 0
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact-form input[type=submit] {
	margin-top: 60px;
}
.contact-form textarea {
	outline: none;
	resize: none;
	overflow: auto;
}

.contact-form label {
	color: #000;
	position: absolute;
	top: 56px;
	left: 13px;
	font-size: 14px;
	line-height: 80%;
	font-family: "MetricWeb-Bold" ,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	z-index:10;
	cursor: text;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.contact-form input.curfocus,
.contact-form input.hasval {
	background-color: #e70094;
	border-bottom: 1px solid #E70094;
	color: #fff;
}

.contact-form label.curfocus,
.contact-form label.hasval {	
	top: 10px;
}

span.wpcf7-not-valid-tip {
	color: #f04b1e;
}
div.wpcf7-validation-errors {
	color: #ffffff;
	background-color: #f04b1e;
	border: none;
}

.garnish,
.garnish-bottom {
	position: relative;
}

.garnish:before,
.garnish-bottom:before {
	position: absolute;
	top: -13px;
	left: 50%;
	overflow: hidden;
	display: block;
	width: 35px;
	height: 5px;
	margin-left: -17px;
	line-height: 0;
	text-indent: -48px;
	text-align: left;
	color: #bda53a;
	content: "\25A0";
	font-size: 300px;
	font-weight: 700;
}
.garnish-bottom:before {
	top: auto;
	bottom: -10px;
	left: auto;
	margin-left: 0;
	height: 10px;
	width: 60px;
}

#map {
	position: relative;
	width: 100%;
	height: 500px;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    VIDEO
\*------------------------------------*/

/*video {
  width: 100%    !important;
  height: auto   !important;
}*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper object,
.videoWrapper embed,  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

p {
	margin: 0; padding:0 0 25px 0;
	font-size: 18px;
	line-height: 180%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 400;
	font-style: normal;
}
p strong, p b {
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h1 { font: 33px/33px 'Knockout 49 A', 'Knockout 49 B', sans-serif; font-weight: 400; padding: 0 0 4px 0; }
h2 { font: 33px/33px 'Knockout 49 A', 'Knockout 49 B', sans-serif; font-weight: 400; padding: 0 0 12px 0; }
h3 { font: 26px/27px 'Knockout 49 A', 'Knockout 49 B', sans-serif; font-weight: 400; padding: 0 0 15px 0; }
h4 { font: 14px/15px 'Knockout 49 A', 'Knockout 49 B', sans-serif; font-weight: 400; padding: 0 0 15px 0; }
h5 { font: 12px/15px 'Knockout 49 A', 'Knockout 49 B', sans-serif; font-weight: 400; padding: 0 0 15px 0; }
h1, h2, h3, h4 { margin: 0; text-transform: uppercase; font-weight: normal;}

h1 sup, h2 sup, h3 sup { font-size: 60%; }

hr { position: relative; border-top: 1px solid #444444;background-color: #444444; margin: 5px 0 25px; padding: 0;clear: both; }


.sectiontitle {
	color: #192951;
	font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	text-align: center;
	line-height: 100%;
	padding-bottom: 0;
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.subsectiontitle {
	color: #192951;
	font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
	text-align: left;
	line-height: 120%;
	letter-spacing: 0.125em;
	padding-bottom: 0;
	position: relative;
	margin-bottom: 40px;
	text-transform: uppercase;
	padding-top: 40px;
}
.subsectiontitle .highlight {
	color: #bda63a;
	display: block;
}
.subsectiontitle .highlight-alt {
	color: #bda63a;
}
.break {
	display: block;
}
.subsectiontitle:before {
	content: "";
	position: absolute;
	display: block;
	width: 180px;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #bda63a;
}
.pretitle {
	font-size: 28px;
	line-height: 100%;
	font-family: 'Mercury SSm A', 'Mercury SSm B', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #bda63a;
	text-transform: capitalize;
	margin-bottom: -53px;
	position: relative;
	display: inline-block;
	padding-top: 10px;
}
.pretitle:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #bda63a;
}
.pretitle.padded {
	margin-bottom: 40px;
}
.pretitle + .subsectiontitle {
	padding-top: 25px;
}
.pretitle + .subsectiontitle:before {
	display: none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1440px) {
	.bio-description .bio-jobtitle {
		padding-bottom: 10px;
	}
	.bio-details-contact {
		position: static;
		text-align: inherit;
		padding-bottom: 10px;
	}
	.bio-description-content {
		padding-top: 15px;
	}
}

@media only screen and (max-width:1279px) {
	.header {
		top: 0;
		left: 0;
		width: 100%;
		height: 95px;
		margin: 0;
	}
	.doc-section,
	.footer,
	.section-splash-text {
		padding-left: 65px;
		padding-right: 65px;
	}
	.section-splash {
		padding-left: 0;
		padding-right: 0;
	}
	.nav-main .title {
		font-size: 28px;
	}
	.section-contact-content .main-email {
		font-size: 30px;
	}


}

@media only screen and (max-width:1179px) {

	.nav-main .title {
		font-size: 26px;
	}
	.methods-list {
		padding-left: 10%;
	}
	.pretitle.padded {
		margin-left: 10%;
	}
	.method-item {
		width: 50%;
	}
	.bio-item {
		width: 33%;
	}
	.section-contact-left,
	.section-contact-right {
		position: relative;
		width: 90%;
		float: none;
		margin: 0 auto;
		padding: 0;
		overflow: visible;
	}
	.footer-widget .main-email {
		font-size: 20px;
	}

	p {
		font-size: 16px;
	}

}
@media only screen and (max-width:979px) {
	.twothird,
	.third {
		width: 100%;
	}
	.subsectiontitle,
	.section-singledetail-content article .subsectiontitle {
		font-size: 47px;
	}
	.pretitle {
		font-size: 22px;
	}
	.pretitle.padded {
		margin-bottom: 35px;
	}
	.section-toggle {
		display: none;
	}
	.nav-main .title {
		font-size: 21px;
	}
	.nav-main .page {
		font-size: 11px;
	}
	.splash-jump {
		display: block;
		width: 50px;
		height: 50px;
		background: transparent url(img/button-splash-jumpdown.png) no-repeat center center;
		background-size: contain;
		position: absolute;
		bottom: 50px;
		left: 50%;
		margin-left: -25px;
		cursor: pointer;
		z-index: 50;
	}
	.super.feel-like {
		width: 900px;
	}
	.video-control .play,
	.video-control .pause {
		top: 35%;
	}

	.section-splash-text {
		padding-top: 0;
	}
	.section-splash-text h2 {
		font-size: 56px;
	}
	.approach-description {
		width: 65%;
	}
	.approach-description-content p {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.approach-description-content h3 {
		font-size: 21px;
		padding: 5px 10px 7px;
	}

	.section-sharestory-content,
	.section-sharestory-callout {
		width: 100%;
		float: none;
	}
	.section-sharestory-content {
		padding-bottom: 0;
	}
	.subsection-callout {
		margin-bottom: 90px;
		width: 100%;
	}
	.section-biosintro,
	.section-videoplayer-content {
		margin-bottom: 90px;
	}
	.subsection-callout-content,
	.section-sharestory-callout,
	.section-newscallout .panel-content {
		padding: 60px;
	}
	.section-sharestory-callout-content {
		padding: 20px 0px;
	}
	.subsection-callout-footer .button,
	.section-sharestory-callout .button,
	.section-newscallout .panel-footer .button {
		font-size: 20px;
		padding-right: 37px;
	}
	.subsection-callout-footer .button:after,
	.section-sharestory-callout .button:after,
	.section-newscallout .panel-footer .button:after {
		width: 25px;
		height: 25px;
		margin-top: -13px;
	}
	.section-newscallout-slider {
		width: 100%;
	}
	.section-newscallout .panel-footer {
		padding: 20px 20px 5px;
	}

	.subsection-callout h4,
	.section-newscallout h3 {
		font-size: 55px;
	}
	
	.subsection-callout h4 .sub-title {
		font-size: 29px;
	}
	
	.section-newscallout .meta-date {
		font-size: 20px;
	}
	.footer-logo,
	.footer-logo .logo-img {
		width: 275px;
		height: 50px;
	}
	.footer-widget-right {
		display: none;
	}
	.footer-widget-left {
		width: 100%;
	}
	.footer-widget-left .view-all {
		display: inline-block;
		position: absolute;
		right: 0;
		top: -19px;
		background-color: #ffffff;
		text-decoration: none;
		border: 3px solid #bea72e;
		color: #bea72e;
		padding: 5px 10px;
		font-size: 20px;
		line-height: 100%;
		font-family: 'Knockout 48 A', 'Knockout 48 B', sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.25em;
		text-transform: uppercase;
	}
	.section-photomontage {
		padding-bottom: 90px;
	}
	.section-newsintro-content {
		padding-bottom: 0;
	}
	.section-news .subsectiontitle {
		width: 50%;
	}
	.news-filter {
		position: absolute;
		width: 40%;
		top: -100px;
		right: 0;
		overflow: hidden;
		max-height: 55px;
		float: none;
		z-index: 1000;
		background-color: #ffffff;
		border: 3px solid #bda63a;
		padding: 9px 20px 20px 20px;
		-webkit-transition: all 0.25s ease-in;
		-moz-transition: all 0.25s ease-in;
		-ms-transition: all 0.25s ease-in;
		-o-transition: all 0.25s ease-in;
		transition: all 0.25s ease-in;
	}
	.news-filter-header {
		color: #bda63a;
		font-size: 30px;
		text-align: right;
		cursor: pointer;
		-webkit-transition: all 0.25s ease-in;
		-moz-transition: all 0.25s ease-in;
		-ms-transition: all 0.25s ease-in;
		-o-transition: all 0.25s ease-in;
		transition: all 0.25s ease-in;
	}
	.news-filter ul {
		text-align: right;
	}
	.news-filter.open {
		max-height: 1000px;
		background-color: #bda63a;
	}
	.news-filter.open .news-filter-header {
		color: #ffffff;
	}
	.news-listing {
		position: relative;
		width: 100%;
		padding-left: 0;
		float: none;
	}
	.section-singledetail-content article .backto {
		display: none;
	}
	.section-singledetail-content article .the-content-footer .backto {
		display: inline-block;
	}
	.process-description {
		width: 60%;
		padding: 18px;
	}
	.process-description-content h3 {
		padding: 10px 0;
	}
	.process-description-content p {
		font-size: 12px;
		line-height: 150%;
	}
	.process-image {
		width:50%;
	}
	.process-icon {
		width: 150px;
		height: 150px;
	}
	.process-item.blue {
		padding-top: 95px;
	}
	.blue .process-description {
		margin-left: 6%;
	}
	.green .process-description {
		margin-left: 35%;
	}
	.process-item.green .process-icon {
		top: 157px;
		left: 5%;
	}
	.process-item.blue .process-icon {
		right: 5%;
		top: 157px;
	}
	.section-process-content {
		padding-bottom: 90px;
	}
	#process4 {
		padding-bottom: 40px;
	}


	.bio-item-content {
		padding: 15px 10px;
	}
	.bio-item-image {
		width: 150px;
		height: 150px;
	}
	.bio-name {
		font-size: 17px;
		padding: 12px 0 10px;
	}
	.bio-jobtitle {
		font-size: 10px;
	}

	.bio-image-area {
		width: 100%;
		float: none;
		max-width: 450px;
		margin: 0 auto;
		padding: 150px 50px 50px 50px;
	}
	.bio-description-area {
		width: 100%;
		padding: 0px 50px 50px 50px;
		float: none;
	}
	.bio-description-content {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	.bio-details {
		text-align: center;
	}
	.bio-details .ematdom {
		margin-bottom: 8px;
	}
	.bio-details-contact {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 45px;
	}
	.bio-details-contact:before {
		content: "";
		position: relative;
		top: 0;
		display: block;
		width: 100px;
		height: 2px;
		background-color: #BDA63A;
		margin: 0 auto 20px;
	}
	.recent-news-panel {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.recent-news-panel:last-child {
		padding-top: 24px;
		padding-left: 0;
	}
	.section-contact-content .main-phone {
		font-size: 50px;
	}
	.section-contact-content .main-email {
		font-size: 30px;
	}
	.location-item.align-left {
		padding-top: 270px;
		padding-bottom: 80px;
	}
	.location-item.align-right {
		padding-top: 270px;
		padding-bottom: 80px;
	}
	.location-description {
		width: 65%;
	}
	.align-left .location-description {
		margin-left: 0%;
	}
	.align-right .location-description {
		margin-left: 35%;
	}
	.author-item {
		margin-bottom: 30px;
	}
	.author-item h3 {
		font-size: 25px;
	}
	.author-item-content {
		padding-bottom: 0;
		width: 45%;
		position: relative;
		float: left;
		padding-right: 30px;
	}
	.author-description {
		text-align: left;
		position: relative;
		width: 55%;
		float: left;
	}

}
@media only screen and (max-width:767px) {
	.doc-section,
	.footer {
		padding-left: 50px;
		padding-right: 50px;
	}
	.section-splash {
		padding-left: 0;
		padding-right: 0;
	}
	.section-splash-text {
		padding-right: 50px;
		padding-left: 50px;
	}
	.header .logo {
		left: -100px;
		width: 500px;
		height: 65px;
	}
	.header.nav-open .logo {
		left: -49px;
	}
	.header .logo .logo-img {
		width: 500px;
		height: 65px;
	}
	.super.feel-like {
		width: 900px;
	}
	.super.look-forward {
		width: 500px;
		margin-left: 200px;
	}
	.video-control .play,
	.video-control .pause {
		top: 30%;
	}
	
	.nav-main li {
		width: 35%;
	}
	.nav-main .page:before {
		height: 3px;
		margin-left: -10px;
		top: -11px;
	}
	.nav-main .page {
		top: 28%;
		font-size: 11px;
	}
	.nav-main .title {
		top: 45%;
		font-size: 20px;
		line-height: 100%;
	}
	.link-client-login a {
		padding: 20px 0 30px;
		font-size: 26px;
	}
	.section-splash-text h3 {
		font-size: 9px;
		margin-bottom: 25px;
	}
	.section-splash-text h2 {
		font-size: 28px;
		line-height: 100%;
	}
	.section-splash-text p.callout {
		font-size: 15px;
	}
	.section-splash-text p.callout strong {
		font-size: 12px;
	}
	.section-contact-content,
	.section-contactintro-content,
	.section-news-content,
	.section-bios-content,
	.section-homepage-content,
	.section-newscallout-content,
	.section-approach-content,
	.section-process-content {
		padding-bottom: 90px;
	}
	.section-ourmethods-content {
		padding-bottom: 50px;
	}
	.seeallnews {
		position: relative;
		top: auto; 
		right: auto;
		margin-bottom: 40px;
		font-size: 12px;
		padding-right: 27px;
	}
	.seeallnews.button:after {
		width: 18px;
		height: 18px;
		margin-top: -10px;
	}
	.methods-list {
		padding-left: 5%;
	}
	.pretitle.padded {
		margin-left: 5%;
	}
	.method-description-content {
		padding-right: 10%;
	}
	.location-item.align-left,
	.location-item.align-right {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.location-description {
		padding: 36px 15px 15px;
		width: 86%;
		margin: 0 auto !important;
		top: -25px;
	}
	.location-description-content h3 {
		font-size: 17px;
		padding: 10px 15px;
		top: -17px;
	}
	.location-description-content p {
		font-size: 12px;
		line-height: 160%;
	}
	.location-map {
		position: relative;
		width: 100%;
		height: 250px;
		display: block;
	}
	.section-values-slider h3 {
		font-size: 31px;
	}
}

@media only screen and (max-width:640px) {

	body, p {
		font-size: 13px;
	}
	.header .logo {
		left: -120px;
		width: 358px;
		height: 53px;
	}
	.header.nav-open .logo {
		left: -69px;
	}
	.header .logo .logo-img {
		width: 358px;
		height: 53px;
	}
	.doc-section,
	.footer {
		padding-left: 25px;
		padding-right: 25px;
	}
	.section-splash {
		padding-left: 0;
		padding-right: 0;
	}
	.nav-main li {
		width: 85%;
	}
	.nav-main .page {
		font-size: 9px;
	}
	.nav-main .title {
		font-size: 17px;
		line-height: 100%;
	}
	.super.feel-like {
		width: 600px;
	}
	.super.look-forward {
		width: 450px;
		margin-left: 100px;
	}
	.video-control .play,
	.video-control .pause {
		top: 50%;
		width: 91px;
		height: 91px;
		margin-top: -45px;
		margin-left: -45px;
		text-indent:-1000em;
	}
	.video-control .play:before,
	.video-control .play:after {
		bottom: auto;
		top: 50%;
		margin-top: -45px;
	}
	.section-splash-text p.callout {
		padding: 25px;
	}
	.subsection-callout-footer {
		padding: 5px 20px 5px;
	}
	.news-item,
	.section-sharestory-content,
	.section-sharestory-callout {
		width: 100%;
		float: none;
	}
	.section-sharestory-content,
	.section-contactintro-content p {
		padding-bottom: 0;
	}
	.subsection-callout-content,
	.section-sharestory-callout,
	.section-newscallout .panel-content {
		padding: 20px;
	}
	.section-sharestory-callout-content {
		padding: 20px 0px;
	}
	.subsection-callout-footer .button,
	.section-sharestory-callout .button,
	.section-newscallout .panel-footer .button {
		font-size: 13px;
		padding-right: 30px;
	}
	.subsection-callout-footer .button:after,
	.section-sharestory-callout .button:after,
	.section-newscallout .panel-footer .button:after {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.section-newscallout-slider {
		width: 100%;
	}
	.section-newscallout .panel-footer {
		padding: 20px 20px 5px;
	}
	.section-newscallout-slider .bx-controls {
		display: none;
	}
	.subsection-callout h4,
	.section-newscallout h3 {
		font-size: 27px;
		line-height: 100%;
		padding: 10px 40px 10px 0;
	}
	.subsection-callout h4:before,
	.section-newscallout h3:before {
		width: 20px;
		height: 2px;
	}
	.subsection-callout h4 .sub-title {
		font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
		font-size: 27px;
		font-style: normal;
		text-transform: uppercase;
	}
	.section-contact-content h4 {
		font-size: 13px;
		line-height: 100%;
		padding-bottom: 5px;
	}
	.section-newscallout .meta-date {
		font-size: 13px;
		padding-bottom: 10px;
	}
	.section-contact-content,
	.section-contactintro-content,
	.section-news-content,
	.section-photomontage,
	.section-bios-content,
	.section-homepage-content,
	.section-newscallout-content,
	.section-ourmethods-content,
	.section-approach-header,
	.section-approach-content,
	.section-process-content {
		padding-bottom: 50px;
	}
	#process4 {
		padding-bottom: 0;
	}
	.section-biosintro,
	.section-videoplayer-content {
		margin-bottom: 50px;
	}
	.method-item {
		width: 100%;
	}
	
	.news-item-content {
		padding: 20px 0;
	}
	.section-singledetail-content article .the-content p:first-of-type {
		font-size: 16px;
	}
	.methods-list,
	.method-description-content {
		padding-left: 0;
		padding-right: 0;
	}
	.methods-list {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto;
		background-color: #fbfbfb;
	}
	.method-item {
		position: relative;
		display: inline-block;
		float: none;
		width: 100%;
		margin-bottom: 18px;
		padding: 20px;
		display: none;
		height: auto !important;
	}
	.method-item.active {
		display: inline-block;
	}
	.method-item h4 {
		padding-top: 3px;
		font-size: 55px;
	}
	.method-item h4:before {
		width: 30px;
		height: 5px;
	}
	.method-item h3 {
		font-size: 26px;
		padding-right: 50px;
	}
	.method-item p {
		font-size: 14px;
		line-height: 170%;
	}
	.method-description-content {
		padding-right: 0;
	}

	.method-tick {
		position: absolute;
		bottom: 20px;
		width: 100%;
		height: 4px;
		padding: 0 20px 20px;
		display: block;
	}
	.method-tick ul {
		position: relative;
		width: 100%;
		height: 4px;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.method-tick li {
		position: relative;
		display: inline-block;
		width: 14%;
		height: 5px;
		background-color: #e8e6df;
		margin: 0 0.5% 0 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
	}
	.method-tick li:last-of-type {
		margin-right: 0;
	}
	.method-tick li span {
		position: absolute;
		width: 100%;
		height: 100%;
		top: -5px;
		left: 0px;
		background-color: #bda63a;
		display: block;
		text-indent: -1000em;
		overflow: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.method-tick li.active span {
		top: 0;
	}
	.method-control {
		position: absolute;
		width: 100%;
		top: 50%;
		margin-top: -10px;
		height: 20px;
		display: block;
	}
	.prev-method,
	.next-method {
		position: absolute;
		width: 14px;
		height: 20px;
		top: 0;
		display: block;
		text-indent: -1000em;
		overflow: hidden;
	}
	.prev-method {
		left: -20px;
		background: transparent url(img/method-nav-prev.png) no-repeat center center;
		background-size: contain;
	}
	.next-method {
		right: -20px;
		background: transparent url(img/method-nav-next.png) no-repeat center center;
		background-size: contain;
	} 
	.section-splash-text {
		padding-right: 25px;
		padding-left: 25px;
	}
	.footer-widget-right {
		display: none;
	}
	.section-values .subsectiontitle {
		font-size: 17px;
		line-height: 160%;
		width: 45%;
	}
	.section-values-slider h4 {
		font-size: 11px;
	}
	.section-values-slider h3 {
		font-size: 15px;
	}
	.section-values-slider .panel-content {
		border-size: 3px;
		padding: 40px 20% 50px;
		height: 200px;
	}
	.bio-item {
		width: 50%;
	}
	.prev-item a, .next-item a {
		font-size: 15px;	
	}
	.prev-item a {
		padding-left: 30px;
	}
	.next-item a {
		padding-right: 30px;
	}
	.prev-item a:before,
	.prev-item a:after,
	.next-item a:before,
	.next-item a:after {
		width: 20px;
		height: 47px;
	}
	.bio-nav, .section-nextprevposts {
		padding: 25px 25px;
	}
	.bio-image-area {
		padding: 70px 50px 25px 50px;
	}
	.footer-logo,
	.footer-logo .logo-img {
		width: 155px;
		height: auto;
	}
	.footer-widget-left {
		padding-left: 11px;
	}
	.footer-widget-left .view-all {
		top: -16px;
		font-size: 15px;
		letter-spacing: 0.2em;
	}
	.footer-section {
		font-size: 11px;
	}
	.footer-widgets {
		padding-bottom: 0;
	}
	.footer-widget-left h5 {
		font-size: 10px;
	}
	.footer-widget .main-phone {
		font-size: 15px;
	}
	.footer-widget .main-email {
		font-size: 15px;
	}
	.footer-widget-left .footer-widget {
		padding-top: 15px;
	}
	.break {
		display: inline;
	}
	.section-contact-content .main-phone {
		font-size: 35px;
	}
	.section-contact-content .main-email {
		font-size: 20px;
	}
	.approach-item.green,
	.approach-item.blue,
	.approach-item.gold {
		padding-top: 175px;
		padding-bottom: 60px;
	}
	.approach-image {
		position: relative;
		width: 100%;
		z-index: 0;
		display: inline-block;
	}
	.approach-item.green .approach-image,
	.approach-item.blue .approach-image,
	.approach-item.gold .approach-image {
		left: auto;
		right: auto;
	}

	.approach-description {
		padding: 7px;
		width: 80%;
	}
	.green .approach-description,
	.blue .approach-description,
	.gold .approach-description {
		margin-left: auto;
		margin-right: auto;
		border-bottom-width: 10px;
		margin-top: -36px;
	}
	.approach-description-content {
		padding-top: 2px;
	}
	.green .approach-description-content,
	.blue .approach-description-content,
	.gold .approach-description-content {
		border-top-width: 2px;
	}
	.approach-description-content p {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.approach-description-content h3 {
		padding: 4px 10px 4px;
		margin-bottom: 10px;
		font-size: 15px;
	}

	.approach-item.a-listen .line-wide,
	.approach-item.a-learn .line-wide,
	.approach-item.a-conceptualize .line-wide,
	.approach-item.a-analyze .line-wide,
	.approach-item.a-implement .line-wide,
	.approach-item.a-assess .line-wide {
		width: 4px;
		left: 50%;
		bottom: -65px;
		height: 65px;
		background: transparent url(img/bg-line-tall.png) repeat-y top left;
	}
	.line-wide:before,
	.line-tall,
	.line-tall:after {
		display: none;
	}

	.approach-item.a-listen,
	.approach-item.a-learn,
	.approach-item.a-conceptualize,
	.approach-item.a-analyze,
	.approach-item.a-implement,
	.approach-item.a-assess,
	.approach-item.a-optimize {
		padding-top: 5px;
		padding-bottom: 8px;
		margin-bottom: 65px;
	}
	.approach-item.a-conceptualize .approach-image,
	.approach-item.a-optimize .approach-image {
		margin-top: 0;
	}

	.process-item {
		margin: 0;
	}
	.process-item.green,
	.process-item.blue {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.process-image {
		position: relative;
		z-index: 0;
		width: 100%;
	}
	.process-icon {
		position: absolute;
		width: 112px;
		height: 112px;
		z-index: 5;
	}
	.process-item.green .process-image,
	.process-item.blue .process-image {
		top: auto;
		right: auto;
		left: auto;
	}
	.process-item.green .process-icon {
		top: -10px;
		right: -10px;
		left: auto;
	}
	.process-item.blue .process-icon {
		top: -10px;
		left: -10px;
		right: auto;
	}
	.process-description {
		padding: 20px;
		width: 80%;
		margin-top: -34px;
	}
	.green .process-description,
	.blue .process-description {
		margin-left: auto;
		margin-right: auto;
	}
	.green .process-description-content,
	.blue .process-description-content {
		border-top-width: 2px;
	}
	.process-description-content p {
		font-size: 12px;
	}
	.process-description-content h3 {
		padding: 9px 0 11px;
		font-size: 14px;
		letter-spacing: 0.125em;
	}






}
@media only screen and (max-width:479px) {

	.header .logo {
		left: -140px;
		width: 335px;
		height: 45px;
	}
	.header.nav-open .logo {
		left: -89px;
	}
	.header.nav-open .menu-header {
		height: 90px;
	}
	.header .logo .logo-img {
		width: 335px;
		height: 45px;
	}
	.nav-main .menu {
		padding-top: 90px;
	}
	.nav-main .title {
		font-size: 14px;
	}
	.nav-main-toggle {
		top:20px;
		border-right: 24px solid #bda63a;
	}
	.subsectiontitle,
	.section-singledetail-content article .subsectiontitle {
		font-size: 24px;
		padding-top: 15px;
		margin-bottom: 25px;
	}
	.pretitle {
		font-size: 17px;
	}
	.pretitle.padded {
		margin-bottom: 20px;
		margin-left: 0;	
	}
	.subsectiontitle:before {
		width: 65px;
	}
	.section-splash-text p.callout {
		padding: 15px;
		line-height: 160%;
		font-size: 14px;
	}
	.section-splash-text p.callout strong {
		letter-spacing: 0.065em;
	}
	.process-description,
	.approach-description {
		width: 90%;
	}
	.super.feel-like {
		width: 400px;
	}
	.super.look-forward {
		width: 340px;
	}
	.section-splash {
		overflow: hidden;
	}
	.section-splash-image img {
		width: 180%;
		left: -38%;
		position: relative;
		margin: 0 auto;
		max-width: 200%;
	}
	.splash-jump {
		width: 46px;
		height: 46px;
		bottom: 30px;
		margin-left: -23px;
	}
	.news-filter {
		width: 40%;
		max-height: 44px;
		top: -68px;
		border-width: 2px;
	}
	.news-filter.open {
		width: 70%;
	}
	.news-filter ul {
		font-size: 11px;
	}
	.news-filter-header {
		font-size: 21px;
	}
	.author-item {
		display: none;
	}
	.footer-logo,
	.footer-logo .logo-img {
		width: 135px;
		height: auto;
	}
	.footer-widget-left .view-all {
		top: -15px;
		font-size: 12px;
		letter-spacing: 0.125em;
		padding: 4px 6px;
	}
	.footer .copyright {
		font-size: 9px;
		text-align: left;
		float: none;
		padding-top: 5px;
	}
	.bio-item-image {
		width: 100px;
		height: 100px;
	}
	.bio-details .ematdom a {
		display: inline-block;
		text-indent: -1000em;
		overflow: hidden;
		width: 26px;
		height: 20px;
		background: transparent url(img/icon-mail.png) no-repeat center center;
		background-size: contain;
		
	}
	.section-contact-left,
	.section-contact-right {
		width: 80%;
	}
	.section-contact-content .main-phone {
		font-size: 25px;
	}
	.section-contact-content .main-email {
		font-size: 15px;
	}


}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#BDA63A;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#BDA63A;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#BDA63A;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

