/*
Theme Name: OJC SEARCH
Theme URI: ****************
Description: Main Theme
Version: 1.0
Author: 
Author URI: 
*/

/* 

COLOURS 

	white: #fff;  
	brown: #a39787;
	navy: #434b5d;
	mint: #b4dbbd;
	

*/

@import "css/layout.css";

/*  ==========================================================================
	Reset
	========================================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	  	margin: 0;
	  	padding: 0;
	  	border: 0;
	  	outline: 0;
	  	line-height: inherit;
	  	font-weight: inherit;
	  	font-style: inherit;
	  	font-size: 14px;
		font-family: 'Inter', sans-serif;
	  	vertical-align: baseline;
	}


/*  ==========================================================================
	Miscellaneous Styles
	========================================================================== */
	::-moz-selection {
		background-color: #a39787;
		color: #FFF;
		text-shadow: none;
	}
	::selection {
		background-color: #a39787;
		color: #FFF;
		text-shadow: none;
	}
	::-webkit-input-placeholder {
	   color: #003A3F;
	}
	:-moz-placeholder { /* Firefox 18- */
	   color:  #003A3F;
	}
	::-moz-placeholder {  /* Firefox 19+ */
	   color: #003A3F;
	}
	:-ms-input-placeholder {  
	   color: #003A3F;
	}


/*  ==========================================================================
	Typography
	========================================================================== */
	html,
	body {
		overflow-x: hidden;
	}
	html {
		font-size: 100%;
	    min-height:100%;
	    -webkit-font-smoothing: antialiased;
	}
	html.open {
		overflow: hidden;
	}
	html {
	  	-webkit-box-sizing: border-box;
	  	-moz-box-sizing: border-box;
	  	box-sizing: border-box;
	}
	*, *:before, *:after {
	  	-webkit-box-sizing: inherit;
	  	-moz-box-sizing: inherit;
	  	box-sizing: inherit;
	}
	body {
	     min-height:100%;
	     background-color: #fff;
	     -webkit-text-size-adjust: 100%;
	     position: relative;
	     width: 100%;
	     overflow: hidden;
	}
	html.open {
		overflow: hidden;
	}
	p, address, blockquote, pre, h1, h2, h3, h4, h5, h6 {
		margin-bottom: 30px;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #434b5d;
		font-family: 'Noe Display', Helvetica, Arial, sans-serif;
		font-weight: 400;
	}
	h1 {
		font-size: 50px;
		line-height: 60px;

	}
	h2 {
		font-size: 50px;
		line-height: 54px;

	}
	h3 {
		font-size: 35px;
		line-height: 37px;
	}
	h4 {
		font-size: 30px;
		line-height: 35px;

		margin-bottom: 30px;
	}
	h5 {
		font-size: 16px;
		line-height: 16px;
	}
	h6 {
		font-size: 18px;
		line-height: 18px;
	}
	p, blockquote,
	ol, ul, li {
		font-size: 18px;
		line-height: 28px;
		color: #231f20;
		letter-spacing: 0.4px;
	}
	blockquote p {
		margin: 0;
		font-weight: bold;
	}
	blockquote, .debug {
		width: 94%;
		padding: 3%;
		color: #F2F2F2;
	}
	strong {
		font-family: 'Inter', Helvetica, Arial, sans-serif;
		font-size: inherit;
		font-weight:800;
	}
	figure {
		margin: 0;
	}
	figure img {
		width: 100%;
		height: auto;
	}
	article ul,
	article ol {
		margin-left: 25px;
		margin-bottom: 20px;
	}
	article ul li {
		list-style: disc;
		color: #231f20;
	}
	article ol li {
		list-style: decimal;
		color: #231f20;
	}
	article > *:last-child {
		margin-bottom: 0;
	}
	article figure {
		margin-bottom: 20px;
	}
	a {
		text-decoration: none; 
		font-size: inherit; 
		font-family: inherit; 
		color: #fff;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	a:hover,
	a:focus {
		color: #fff;
	}
	a {
		text-decoration: underline;
	}
	a:hover,
	a:focus {
		color: #b4dbbd;
		text-decoration: none;
	}
	.animated {
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	input[type="checkbox"], input[type="radio"] {
		margin: 0 10px 10px 0;
	}
	img {
		display: block;
	}
	span {
		font-size: inherit;
		font-weight: inherit;
		font-family: inherit;
		display: block;
	}
	textarea,
	input[type="text"],
	input[type="email"],
	input[type="button"],
	input[type="submit"] {
	     -webkit-appearance: none;
	     border-radius: 0;
	}
	
	
/*  ==========================================================================
	Clearfix
	========================================================================== */
	.cf:before,
	.cf:after {
	    content: " "; /* 1 */
	    display: table; /* 2 */
	}
	.cf:after {
	    clear: both;
	}
	/**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
	.cf {
	    *zoom: 1;
	}	
	.clear {
		clear: both;
	}


/*  ==========================================================================
	Utility Classes
	========================================================================== */
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.centered {
		text-align: center;
	}
	.col3 {
		width: 33.3333333%;
	}
	.col4 {
		width: 25%;
	}
	.thin-wrapper .col-3 {
		width: 30%;
	}
	.thin-wrapper .col-4 {
		width: 40%;
	}
	.thin-wrapper .col-6 {
		width: 60%;
	}
	.last {
		margin-right: 0;
	}
	.col-half {
		width: 50%;
	}
	.fullwidth {
		width: 100%;
	}
	.hidden {
		display: none;
	}
	.table {
		display: table;
	}
	.v-h-center {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 100%;
	}
	.browser-height {
		height: 100%;
		height: 100vh;
		min-height: 460px;
	}
	.cover-bg {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.service-padding {
		padding-top: 112%;
		height: 0;
	}
	.square-padding {
		padding-top: 100%;
		height: 0;
	}
	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.wow {
		visibility: hidden;
	}
	.ie-styles .wow {
		visibility: visible;
	}
	.subtitle {
		font-size: 18px;
		line-height: 22px;
		color: #434b5d;
		font-family: 'Inter', sans-serif;
		text-transform: uppercase;
		font-weight:400;
	}
	.vertical-keyline {
		width: 2px;
		height: 150px;
		bottom: -75px;
		left: 50%;
		margin-left: -1px;
		position: absolute;
	}
	.vertical-keyline.small-keyline {
		height: 65px;
		bottom: -32px;
		margin-left: 0;
	}
	.vertical-keyline.keyline-top {
		bottom: auto;
		top: -75px;
	}
	.keyline-intro-2 {
		top: 120px;
	}
	.relative {
		position: relative;
	}
	.pad-100 {
		padding: 100px 0;
	}
	.pad-160 {
		padding: 160px 0;
	}
	.circular {
		border-radius: 50%;
		overflow: hidden;
	}
	.no-margin {
		margin: 0;
	}
	.intro-block {
		padding: 100px 0 150px;
	}
	


/*  ==========================================================================
	Buttons
	========================================================================== */
	.button,
	.wpcf7-submit {
		display: inline-block;
		zoom:1; *display: inline; _height: 60px;
		margin: 0 auto;
		padding: 20px 35px;
		text-transform: uppercase;
		position: relative;
		overflow: hidden;
		letter-spacing: 2px;
		font-size: 18px;
		line-height: 22px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		cursor: pointer;
		z-index: 10;
		text-decoration: none;
	}
	.button.small {
		font-size: 16px;
		line-height: 18px;
		padding: 15px 25px;
	}
	.white-bg .button {
		background-color: #fff;
	}
	.button:hover,
	.button:focus,
	.wpcf7-submit:focus,
	.wpcf7-submit:hover {
	
	}
	.keyline-button.navy {
		border: 1px solid #434b5d;
	}
	.button.navy {
		color: #434b5d;
	}
	.keyline-button.brown {
		border: 1px solid #a39787;
	}
	.button.brown {
		color: #a39787;
	}
	.button.brown:hover,
	.button.brown:focus,
	.button.navy:hover,
	.button.navy:focus {
		color: #fff;
	}
	.keyline-button.white {
		border: 1px solid #fff;
	}
	.button.white {
		color: #fff;
	}
	.button.white:hover,
	.button.white:focus {
		color: #a39787;
	}
	.button-up-hover:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: -1;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}
	.brown-up-hover:after {
		background-color: #a39787;
	}
	.white-up-hover:after {
		background-color: #fff;
	}
	.navy-up-hover:after {
		background-color: #434b5d;
	}
	.mint-up-hover:after {
		background-color: #b4dbbd;
	}
	.header-button:hover.button-up-hover:after,
	.header-button:focus.button-up-hover:after,
	.button:hover.button-up-hover:after,
	.button:focus.button-up-hover:after {
		top: 0;
		cursor: pointer;
	}
	.header-button:hover,
	.header-button:focus {
		color: #fff !important;
	}
	.keyline-button.mint {
		border: 1px solid #b4dbbd;
	}
	.button.mint {
		color: #b4dbbd;
	}
	.button.mint:hover,
	.button.mint:focus {
		color: #434b5d;
	}
	
	
	
	
/*  ==========================================================================
	Color classes
	========================================================================== */	
	.white-bg {
		background-color: #fff; 
	} 
	.brown-bg {
		background-color: #a39787;
	} 
	.navy-bg {
		background-color: #434b5d;
	} 
	.mint-bg {
		background-color: #b4dbbd;
	}
	.white {
		color: #fff; 
	} 
	.brown {
		color: #a39787;
	} 
	.navy {
		color: #434b5d;
	} 
	.mint {
		color: #BADB9E;
	} 
	.white * {
		color: #fff;
	}

	

	
/*  ==========================================================================
	Site Header
	========================================================================== */	
	#site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 6000;
		padding: 20px 0;
	}
	#site-header.header-style-2 .header-button {
		border: none;
		color: #fff;
		background-color: transparent;
	}
	#site-header .outer-wrapper {
		width: 100%;
		max-width: 1920px;
		margin: 0 auto;
		position: relative;	
	}
	.header-style-2 #liveoffers-toggle:before {
		background-image: url(images/liveicon-white.svg);
	}
	.logo-link {
		display: block;
		width: 262px;
		height: auto;
		margin: 0 auto;
		float: none;
	}
	.popup-logo {
		display: block;
		width: 240px;
		height: auto;
		position: absolute;
		top: 20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		  -ms-transform: translateX(-50%);
		      transform: translateX(-50%);
	}
	.logo-link img {
		width: 100%;
		height: auto;
	}
	.logo-link:hover img,
	.logo-link:focus img {
		opacity: 0.5;
	}
	.header-button {
		position: absolute;
		cursor: pointer;
		top: 0;
		bottom: 0;
		line-height: 98px;
		font-size: 16px;
		width: 238px;
		text-transform: uppercase;
		overflow: hidden;
		text-align: center;
		z-index: 10;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.header-button span {

	}
	.mobileonly {
		display: none !important;
	}
	#liveoffers-toggle {
		color: #434b5d;
		left: 0;
		letter-spacing: 3px;
		border-right: 2px solid #fff;	
	}
	#liveoffers-toggle span {
		padding-left: 40px;
	}
	#liveoffers-toggle:before {
		content: "";
		background-image: url(images/liveicon.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 45px auto;
		width: 44px;
		height: 34px;
		display: block;
		position: absolute;
		float: left;
		top: 50%;
		left: 25px;
		margin-top: -17px;
	}
	
	
	
/*  ==========================================================================
	Live offers slide down
	========================================================================== */	
	#live-close {
		position: fixed;
		top: 30px;
		right: 42px;
		cursor: pointer;
		color: #fff;
		font-size: 40px;
	    line-height: 40px;
	    font-family: 'freightbold', Helvetica, Arial, sans-serif;
	    font-weight: 400;
	}
	#live-close:hover,
	#live-close:focus {
		color: #434b5d;
	}
	#live-offers {
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		overflow-y: scroll;
		min-height: 100vh;
		bottom: 0;
		z-index: 9999;
		-webkit-transform: translateY(-100%);
		  -ms-transform: translateY(-100%);
		      transform: translateY(-100%);	
	}
	#live-offers.open {
		visibility: visible;
		-webkit-transform: translateY(0%);
		  -ms-transform: translateY(0%);
		      transform: translateY(0%);		
	}
	#live-offers .live-icon {
		width: 75px;
		height: auto;
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}
	#live-offers h2 {
		line-height: 56px;
		margin-bottom: 50px;
	}
	#live-slick-dots {
		margin-top: -70px;
		counter-reset: item; 
	}
	#live-slick-dots li {
		width: 33.33333%;
		text-align: center;
		display: inline-block;
		margin-top: -55px;
		pointer-events: none;
	}
	#live-slick-dots li:before {
		content: counter(item);
		counter-increment: item;
		position: relative;
		display: block;
		font-size: 60px;
		line-height: 110px;
		height: 110px;
		width: 110px;
		background-color: #fff;
		color: #a39787;	
		margin: 0 auto 30px;
		font-family: 'freightbold', Helvetica, Arial, sans-serif;
		text-align: center;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	#live-slick-dots li.slick-active:before {
		background-color: #a39787; 
		color: #fff;
	}
	#live-slick-dots li a {
		text-align: center;
		text-decoration: none;
	}
	#live-slick-dots li a span {
		color: #a39787;	
		font-family: 'freightbold', Helvetica, Arial, sans-serif;
		font-size: 30px;
	}
	#live-slick {
		padding: 80px 0 120px;	
	}
	#live-slick .subtitle {
		margin-bottom: 10px;
	}
	.live-offers-inner {
		overflow-y: scroll;
	}
	#live-slick .form-wrapper {
		margin-bottom: 40px;
	}
	.centered .wpcf7-submit {
		float: none;
	}
	#live-slick .double-columns {
		margin-bottom: 50px;
	}
	#live-slick .double-columns ul {
		margin: 0 20px 20px;
		-webkit-column-break-inside: avoid; /* Chrome, Safari */
	    page-break-inside: avoid;           /* Theoretically FF 20+ */
	    break-inside: avoid-column;         /* IE 11 */
	    display:table; 
	}
	.elec-prof label {
		margin-right: 30px;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
		letter-spacing: 0.4px;
	}
	#step-3 {
		background-color: #BADB9E;
		color: #434b5d !important;
		font-size: 18px;
		line-height: 20px;
		border: none !important;
		display: inline-block;
		width: auto !important;
		padding: 30px 120px 30px 80px !important;
		background-image: url(images/arrow-right-navy.svg);
		background-repeat: no-repeat;
		background-size: 38px 20px;
		background-position: 70% center;
	}
	#step-3:hover,
	#step-3:focus {
		background-color: #a39787;
		color: #fff !important;
		background-image: url(images/arrow-right-white.svg);
	}
	
	
	
	
/*  ==========================================================================
	Slideout Navigation
	========================================================================== */
	#allcontent {
		-webkit-transition: all 0.3s ease-in-out 0.1s;
		-moz-transition: all 0.3s ease-in-out 0.1s;
		-o-transition: all 0.3s ease-in-out 0.1s;
		transition: all 0.3s ease-in-out 0.1s;
	}	
	#allcontent.open {		
		-webkit-transform: translateX(-100px);
		  -ms-transform: translateX(-100px);
		      transform: translateX(-100px);
	}
	#site-header.open {
		left: -100px;
	}
	#menu-toggle {
		position: absolute;
		right: 0;
		border-left: 2px solid #fff;
		letter-spacing: 4px;
		color: #fff;		
	}
	#menu-close {
		right: 0;
		letter-spacing: 4px;
		position: absolute;
		cursor: pointer;
		top: 0;
		line-height: 98px;
		font-size: 16px;
		text-transform: uppercase;
		overflow: hidden;
		text-align: center;
		z-index: 10;
		width: 245px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		color: #fff;
	}	
	#menu-close span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		color: #fff;
	}
	#menu-close span:after {
		content: "X";
		position: absolute;
		left: 100%;
		margin-left: 20px;
		font-size: 40px;
		line-height: 40px;
		top: 50%;
		margin-top: -20px;
		font-family: 'freightbold', Helvetica, Arial, sans-serif;
		font-weight: 400;
	}
	#menu-close:hover span,
	#menu-close:focus span {
		color: #003A3F;
	}
	#slideout-nav {
		width: 480px;
		position: fixed;
		top: 0;
		right: -480px;
		height: 100%;
		z-index: 8000;
		-webkit-transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
		-o-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
		padding-bottom: 50px;
		background:#BADB9E;
	}
	#slideout-nav.open {
		right: 0;
		overflow-y: scroll;
	}
	.slideout-nav-inner {
		text-align: right;
		overflow-y: scroll;
	}
	.menu-primary-navigation-container {
		padding-right: 93px;
		position: absolute;
		top: 180px;
		width: 100%;
		padding-left: 14%;
		opacity: 0;
	}
	#slideout-nav.open .menu-primary-navigation-container {
		opacity: 1;
		-webkit-transition: all 0.3s ease-in-out 0.5s;
		-moz-transition: all 0.3s ease-in-out 0.5s;
		-o-transition: all 0.3s ease-in-out 0.5s;
		transition: all 0.3s ease-in-out 0.5s;
	}
	.menu-primary-navigation-container .menu {
		counter-reset: item; 
	}
	.menu-primary-navigation-container .menu > li {
		list-style-type: none;
		margin-bottom: 35px;
		position: relative;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		overflow: hidden;
	}
	/* .menu-primary-navigation-container .menu > li:before {
		content: "0" counter(item);
		counter-increment: item;	
		position: absolute;
		right: 0;
		top: 100%;
		color: #a39787; 
		font-size: 16px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	} */
	.menu-primary-navigation-container .menu > li:hover:before,
	.menu-primary-navigation-container .menu > li:focus:before,
	.menu-primary-navigation-container .menu > li.current-menu-item:before,
	.post-type-archive-team_members .menu-primary-navigation-container .menu > li#menu-item-126:before,
	.single-team_members .menu-primary-navigation-container .menu > li#menu-item-126:before,
	.post-type-archive-case_studies .menu-primary-navigation-container .menu > li#menu-item-123:before,
	.single-case_studies .menu-primary-navigation-container .menu > li#menu-item-123:before,
	.single-post .menu-primary-navigation-container .menu > li#menu-item-124:before,
	.menu-primary-navigation-container .menu > li.current-page-ancestor:before {
		top: 5px;
	}
	.menu-primary-navigation-container .menu li a {
		font-size: 30px;
		line-height: 34px;
		font-family: 'Noe Display', serif;
		font-weight: 400;
		display: inline-block;
		letter-spacing: 1px;
		position: relative;
		text-decoration: none;
		color:#003A3F;
	}
	.menu-primary-navigation-container .menu li:hover > a,
	.menu-primary-navigation-container .menu li:focus > a,
	.menu-primary-navigation-container .menu > li.current-menu-item > a,
	.post-type-archive-team_members .menu-primary-navigation-container .menu > li#menu-item-126 a,
	.single-team_members .menu-primary-navigation-container .menu > li#menu-item-126 a,
	.post-type-archive-case_studies .menu-primary-navigation-container .menu > li#menu-item-123 a,
	.single-case_studies .menu-primary-navigation-container .menu > li#menu-item-123 a,
	.single-post .menu-primary-navigation-container .menu > li#menu-item-124 a,
	.menu-primary-navigation-container .menu > li.current-page-ancestor > a  {
		color: #fff;
	}
	.menu-primary-navigation-container .menu > li:hover > a:after,
	.menu-primary-navigation-container .menu > li:focus > a:after,
	.menu-primary-navigation-container .menu > li.current-menu-item > a:after,
	.post-type-archive-team_members .menu-primary-navigation-container .menu > li#menu-item-126 a:after,
	.single-team_members .menu-primary-navigation-container .menu > li#menu-item-126 a:after,
	.post-type-archive-case_studies .menu-primary-navigation-container .menu > li#menu-item-123 a:after,
	.single-case_studies .menu-primary-navigation-container .menu > li#menu-item-123 a:after,
	.single-post .menu-primary-navigation-container .menu > li#menu-item-124 a:after,
	.menu-primary-navigation-container .menu > li.current-page-ancestor > a:after  {
		content: "";
		right: 0;
		height: 1px;
		position: absolute;
		background-color: #fff;
	}
	.menu-primary-navigation-container .menu > li > a:after {
		content: "";
		bottom: 0;
		left: 0;
		right: 100%;
		height: 1px;
		position: absolute;
		background-color: #a39787; 
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;	
	}
	.menu-primary-navigation-container .menu > li .sub-menu {
		margin-top: 30px;
	}
	.menu-primary-navigation-container .menu > li .sub-menu li {
		margin-top: 20px;
		list-style-type: none;
	}
	.menu-primary-navigation-container .menu > li .sub-menu li a {
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		font-family: 'Inter', Helvetica, Arial, sans-serif;
		letter-spacing: 2px;
	}
	.menu-primary-navigation-container .menu > li .sub-menu li.current-menu-item > a {
		color: #a39787;
	}
	

/*  ==========================================================================
	Hero
	========================================================================== */	
	.hero-content {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
		width: 90%;
		max-width:1189px;
		color:white;
	}
	.hero-content h1 {
		margin-bottom: 20px;
		color:white;
		margin-left:auto;
		margin-right:auto;
		line-height:1;
	}
	.hero-content .subtitle {
		color:white;
	}
	#hero-next {
		position: absolute;
		bottom: 95px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		  -ms-transform: translateX(-50%);
		      transform: translateX(-50%);
		width: 51px;
		height: 51px;
		cursor: pointer;
	}
	#hero-next:hover,
	#hero-next:focus {
		bottom: 80px;
	}
	#hero-next svg {
		width: 100%;
		height: auto;
	}
	#hero .vertical-keyline {
		
		
	}
	.hero-next .st0 {
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		clip-path: none !important;	
	}
	.hero-next:hover .st0,
	.hero-next:focus .st0 {
		fill: #003A3F;
	}
	.vertical-keyline.centered {
		left: 50%;
	}
	.thin-hero {
		height: 73vh;
		max-height: 810px;
		min-height: 200px;
		position: relative;
	}


	
/*  ==========================================================================
	Home Introduction block
	========================================================================== */		
	.outer-wrapper {
		width: 87.5%;
		margin: 0 auto;
		max-width: 1680px;
	}
	.half-outer-wrapper {
		margin-left: 6.25%;
		width: 87.5%;
		max-width: 840px;
	}
	.half-outer-wrapper.left {
		margin-left: 0;
	}
	.wrapper {
		width: 75%;
		margin: 0 auto;
		position: relative;
		max-width: 1440px;
	}
	.thin-wrapper {
		width: 62.5%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.x-thin-wrapper {
		width: 90%;
		max-width: 960px;
		margin: 0 auto;
	}
	.outer-wrapper .thin-wrapper {
		width: 71.4285714285714%;
	}
	.outer-wrapper .wrapper {
		width: 85.714285714285714%;
	}
	.wrapper .thin-wrapper {
		width: 83.3333333333333%;
	}
	.block-title .wrapper {
		padding: 200px 0 180px 0;
	}
	.block-title h2 {
		margin-bottom: 0;
	}
	#home-intro .subtitle {
		position: absolute;
		bottom: 25px;
		left: 0;
		margin-bottom: 0;
		font-family: 'Inter', Helvetica, Arial, sans-serif;
	}
	hgroup .subtitle {
		margin-bottom: 10px;
	}
	.intro-content {
		padding: 55px 100px 45px 0;
		width: 75%;
		position: relative;
		z-index: 10;
		margin-bottom: 70px;
	}
	.intro-content-wrap {
		min-height: 660px;
	}
	.intro-content.right {
		float: right;
		padding: 55px 0 45px 100px;
	}
	.bordered-bottom {
		border-bottom: 2px solid #a39787;
		padding-bottom: 20px;
	}
	.small-copy p,
	.small-copy ul li  {
		font-size: 16px;
		line-height: 24px;
	}
	.intro-content-button {
		position: relative;
	}
	.intro-content-button:before {
		content: "";
		height: 2px;
		position: absolute;
		top: 50%;
		left: 0;
		right: 200px;
		margin-right: 40px;
		background-color: #a39787;
		margin-tpo: -1px;
	}
	.intro-content h3 {

	}
	.double-columns {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
    	column-count: 2;
    	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
		-moz-column-gap: 60px; /* Firefox */
    	column-gap: 60px;
	}
	.intro-image {
		position: absolute;
		right: 0;
		top: -110px;
		z-index: 1;
		width: 41.6666666666667%;
		height: auto
	}
	.intro-image.left {
		right: auto;
		left: 0;
	}
	.intro-image img {
		width: 100%;
	}
	
	
	
	/* Parallax */
	.parallax-banner {
		overflow: hidden;
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #F3F3F3;
		/* tweak this for your size */
	}
	.faded.parallax-banner .parallax-image {
		opacity: 1;
	}
	.parallax-banner .parallax-image {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-webkit-transition: opacity 0.3s ease-in-out 0s;
		-moz-transition: opacity 0.3s ease-in-out 0s;
		-o-transition: opacity 0.3s ease-in-out 0s;
		transition: opacity 0.3s ease-in-out 0s;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		z-index: 100;
		min-width: 100%;
		max-width: none;
		z-index: 0;
		width: auto;
		min-height: 110%;
	}
	.parallax-banner .parallax-content {
		position: relative;
		z-index: 200;
	}
	.csstransforms3d .parallax-banner .parallax-image {
		left: 50%;
	}
	.touch .parallax-banner .parallax-image {
		display: none;
	}
	
	
/*  ==========================================================================
	Home Services
	========================================================================== */
	.multi-section-wrap {
		position: relative;
		padding-top:90px;
		margin-top:163px;
	}
	@media (max-width:767px) {
		.multi-section-wrap {
			margin-top:40px;
		}
	}
	.multi-section-wrap:before,
	.multi-section-wrap:after {
		//content: "";
		height: 40vh;
		max-height: 460px;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 0;
	}
	.multi-section-wrap:after {
		height: 70vh;
		max-height: 690px;
	}
	.multi-section-wrap:after {
		top: auto;
		bottom: 0;
	}
	.multi-section-wrap .outer-wrapper {
		position: relative;
		z-index: 100;
	}
	.service-links {
		margin-bottom: 140px;
		position: relative;
	}
	.service-links li {
		list-style-type: none;
		position: relative;
	}
	.service-links li a {
		z-index: 1000;
	}
	.service-links li span {		
		font-size: 50px;
		line-height: 54px;
		color: #434b5d;
		text-align: center;
		letter-spacing: 3px;
		font-family: 'freightbold', Helvetica, Arial, sans-serif;
		font-weight: 400;
		padding-bottom: 20px;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		
	}
	.service-links li .service-link-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 100;
		text-align: center;
	}
	.service-links li:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;	
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}
	.service-links li:hover:before,
	.service-links li:focus:before {
		background-color: rgba(67,75,93,0.7);
	}
	.service-links li:hover span,
	.service-links li:focus span {
		color: #fff;
	}
	.service-links li svg {
		width: 51px;
		height: 51px;
		margin: 0 auto;
	}
	.service-links li .st0 {
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.service-links li:hover .st0,
	.service-links li:focus .st0 {
		fill:  #434b5d;
	}
	.slider-nums {
		position: absolute;
		bottom: 30px;
		left: 20px;
		font-size: 16px;
		line-height: 20px;
		color: #434b5d;
	}
	.service-excerpt {
		max-height: 0;
		-webkit-transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
		-o-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
		overflow: hidden;
		opacity: 0;
	}
	.service-excerpt p {
		color: #fff;
	}
	.service-links li:hover .service-excerpt,
	.service-links li:focus .service-excerpt {
		max-height: 1000px;
		opacity: 1;
	}
	
	
/*  ==========================================================================
	Home Reasons
	========================================================================== */
	.thin-wrapper .col-span-3 {
		width: 33.33%;
	}
	.thin-wrapper .col-span-1 {
		width: 10%;
	}
	.reason-list {
		list-style-type: none;
		padding-bottom: 110px;
	}

	.reason-list li p:last-child {
		margin-bottom: 0;
	}
	.reason-count {
		height: 110px;
		width: 110px;
		display: block;
		text-align: center;
		line-height: 100px;
		font-size: 60px;
		color: #434b5d;
		border-radius: 50%;
		font-family: 'freightbold', Helvetica, Arial, sans-serif;
		font-weight: 400;
		margin-bottom: 30px;
		z-index: 10;
		position: relative;
	}
	.reason-list li {
		position: relative;
		width:33.3%;
	}
	.reason-list li.left {
		padding-right: 4.1%;
	}

	.reason-list li.left:nth-child(3n):after {
		width: 90%;
	}
	.reason-list li .button {
		white-space: nowrap;
		background-color: #a39787;
		margin-top: 23px;
	}
	.reason-list li h4 {

	}
	
	
	
/*  ==========================================================================
	Home Case Studies
	========================================================================== */	
	.case-no {
		position: absolute;
		top: 10px;
		left: 30px;
		font-size: 50px;
		line-height: 55px;
		color: #fff;
		font-family: 'Noe Display', serif;
		font-weight: 400;
		z-index:1;
	}
	.slick-slide {
		position: relative;
	}
	.link-block {
		padding: 55px 0px 120px 0px;
		position: relative;
	}
	.link-block h2 {
		margin-bottom: 10px;
	}

	.ratio-image.services__image:before {
		padding-top:57%;
	}

	.case-slide-content {
		position: absolute;
		top: 90px;
		right: -10%;
		padding: 60px 25px 100px;
		width: 400px;
		min-height: 380px;
		border-left: 4px solid #BADB9E;
		border-bottom: 4px solid #BADB9E;
	}
	.case-slide-content ul {
	
	}
	.case-slide-content ul li {
		list-style-type: none;
		padding-left: 30px;
		background-image: url(images/gold-tick-x2.jpg);
		background-repeat: no-repeat;
		background-position: 0 5px;
		background-size: 16px 11px;
		font-weight: 300;
		min-height: 25px;
	}
	.slickslider .slick-list {
		overflow: visible !important;
	}
	.slickslider {
		background-color: #fff;
	}
	.slick-slide img {
		width: 100%;
		height: auto;
	}
	.case-slide-content .bordered {
		border-top: 1px solid #003A3F;
		border-bottom: 1px solid #003A3F;
		margin-top: 10px;
		padding: 25px 0 15px 0;
		margin-bottom: 20px;
		line-height: 38px;
	}
	.case-slide-content .subtitle {
		margin-bottom: 10px;
		color:#003A3F;
	}
	.rotation-arrows {
		position: absolute;
		top: 90px;
		right: -10%;
		width: 40px;
		margin-right: -42px;
		z-index: 100;
	}
	.rotation-arrows i {
		width: 40px;
		height: 180px;
		background-color: #BADB9E;
		display: block;
		margin-bottom: 2px;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;	
	}
	i.slick-arrow,
	i.arrow {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 18px 36px;
	}
	.rotation-arrows i:hover,
	.rotation-arrows i:focus,
	i.arrow:hover,
	i.arrow:focus {
		background-color: #fff;
	}
	i.slick-prev,
	i.arrow-prev {
		background-image: url(images/angle-arrow-greendark-left.svg);
	}
	i.slick-next,
	i.arrow-next {
		background-image: url(images/angle-arrow-greendark-right.svg);
	}
	
	
/*  ==========================================================================
	News
	========================================================================== */		
	#news-wrapper {
		padding: 110px 0 130px;
	}
	.post-date {
		width: 12%;
		position: relative;
	}
	#news-wrapper article {
		margin-bottom: 3px;
	}
	.post-content,
	.post-image {
		width: 44%;
		position: relative;
	}
	.post-date:after,
	.post-image:after {
		content: "";
		width: 4px;
		height: 100%;
		background-color: #434b5d;
		position: absolute;
		top: 0;
		right: 0;
	}
	.post-content {
		text-align: right;
		padding: 50px;
	}
	.post-content h2 {
		font-size: 35px;
		line-height: 38px;
		margin-bottom: 30px;
	}
	.post-content p {
		color: #231f20;
	}
	.post-content p:last-child {
		margin-bottom: 0;
	}
	.post-content a {
		text-decoration: none;
	}
	.post-content a:hover,
	.post-content a:focus {
		color: #434b5d;
	}
	.post-date span {
		color: #434b5d;
		text-align: center;
	}
	.post-month {
		font-size: 50px;
		line-height: 50px;
		 font-family: 'Noe Display', serif;
		font-weight: 400;
		text-transform: uppercase;
	}
	.post-year {
		font-size: 18px;
		line-height: 22px;
		letter-spacing:5px;
	}
	.post-date-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.news-more-wrap {
		padding: 70px 0 0;
	}
	
	
/*  ==========================================================================
	Team Members
	========================================================================== */	
	#teamcarousel {
		margin-top: -130px;
		padding: 0 7.1428571428571%;
	}	
	.profile-image {
		width: 90%;
		max-width: 270px;
		margin: 0 auto 50px;
		overflow: hidden;
		border-radius: 50%;
	}
	.small-copy {
		max-height: 75px;
		margin-bottom: 20px;
		overflow: hidden;	
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.team_members.slick-slide h3 {
		margin-bottom: 5px;
	}
	.team_members.slick-slide p {
		max-width: 400px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		max-height: 75px;
		position: relative;
	}	
	.team-contact {
		margin-bottom: 20px;
	}
	.team-contact li {
		list-style-type: none;
		margin: 0 10px;
		display: inline-block;
	}
	.team-contact li a {
		color: #a39787;
	}
	.team-contact li i {
		font-size: 30px;
		line-height: 32px;
	}
	.team-contact li a:hover,
	.team-contact li a:focus {
		color: #434b5d;
	}
	.round-arrows .slick-arrow {
		height: 70px;
		width: 70px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -35px;
		background-color: #a39787;
		line-height: 70px;
		text-align: center;
		overflow: hidden;
		border-radius: 50%;
		color: #fff;
		font-size: 40px;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		cursor: pointer;
	}
	.round-arrows .slick-arrow:hover,
	.round-arrows .slick-arrow:focus {
		background-color: #434b5d;
	}
	.round-arrows .slick-prev {
		left: 0;
	}
	.round-arrows .slick-next {
		right: 0;
	}
	.intro-block + #footer-contactform {
		padding-top:0;
	}
	.contactform {
		padding-top: 140px;
	}
	.contactform header h2 {
		margin-bottom: 15px;
	}
	.form-wrapper {
		padding: 100px 120px;
		border: 1px solid #BADB9E;
		position: relative;
	}
	.form-wrapper:before {
		content: "";
		height: 290px;
		width: 1px;
		background-color: #BADB9E;
		position: absolute;
		top: 0;
		left: 50%;
	}
	.form-wrapper:after {
		content: "";
		background-color: #BADB9E;
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 6px;
		width: 40%;
		-webkit-transform: translateX(-50%);
		  -ms-transform: translateX(-50%);
		      transform: translateX(-50%);
	}
	.wpcf7 p {
		margin-bottom:0;
	}
	.wpcf7 .col-half {
		width: 45%;
		margin-bottom: 60px;
	}
	.wpcf7 .col-half.left {
		margin-right: 5%;
	}
	.wpcf7 .col-half.right {
		margin-left: 5%;
	}
	.wpcf7 input.wpcf7-text,
	.wpcf7 input.wpcf7-email,
	.wpcf7 textarea {
		color: #003A3F;
		text-transform: uppercase;
		border: none;
		border-bottom: 1px solid #BADB9E;
		width: 100%;
		padding: 18px 20px;
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 3px;
		font-family: 'Inter', sans-serif;
	}
	.wpcf7-submit {
		float: right;
		background-color: #003A3F;
		color: white !important;
		font-size: 18px;
		line-height: 20px;
		border: none !important;
		display: inline-block;
		width: auto !important;
		padding: 30px 120px 30px 80px !important;
		background-image: url(images/arrow-right-white.svg);
		background-repeat: no-repeat;
		background-size: 38px 20px;
		background-position: 70% center;
	}
	.ajax-loader {
		float: right;
		margin: 0 10px !important;
	}
	.wpcf7-submit:hover,
	.wpcf7-submit:focus {
		background-color: #BADB9E;
		color: #003A3F !important;
		background-image: url(images/arrow-right-greendark.svg);
	}
	.form-footer {
		margin-top: 10px;
	}
	.contactform .business-plan input {
		display: block;
		position: relative;	
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 1px;
		font-family: 'Inter', Helvetica, Arial, sans-serif;
		padding-top: 90px;
		text-transform: uppercase !important;
		background-image: url(images/business-plan-upload.jpg);
		background-repeat: no-repeat;
		color: #a39787;
	}

	

/*  ==========================================================================
	Contact page form
	========================================================================== */		
	#contact-contactform {
		padding-top: 0;
	}
	.contact-contactform-header {
		padding: 145px 0 70px;
		margin-bottom: 50px;
	}
	
	

/*  ==========================================================================
	Inner page opening
	========================================================================== */	
	.button-wrapper {
		margin-top: 50px;
	}
	.statements {
		margin-bottom: 0;
		margin-top: -155px;
	}
	.statements li {
		list-style-type: none;
		padding: 0 4%;
	}
	.statement-count {
		height: 110px;
		width: 110px;
		display: block;
		line-height: 110px;
		text-align: center;
		color: #434b5d;
		font-size: 60px;
		 font-family: 'Noe Display', serif;
		font-weight: 400;
		margin: 0 auto 30px;
	}
	
	
	
/*  ==========================================================================
	About page
	========================================================================== */	
	.large-letter {
		position: absolute;
		color: #ebebeb;
		 font-family: 'Noe Display', serif;
		font-weight: 400;
		z-index: 0;
	}
	.letter-w {
		font-size: 880px;
		line-height: 700px;
		top: 95px;
		left: 0px;
	}
	.letter-h {
		font-size: 630px;
		line-height: 440px;
		right: -340px;
		top: 0;
	}
	.about-w-intro {
		padding: 140px 0 65px;
	}
	.about-w-intro .bordered-image-bottomleft {
		position: absolute;
		bottom: 65px;
		left: 0;
	}
	
	
	.logo-list {
		font-size: 0;
		margin-bottom: 140px;
		margin-top: 60px;
	}
	.logo-list li {
		width: 20%;
		float: left;
		height: 100%;
		list-style-type: none;
		text-align: center;
		margin-bottom: 40px;
	}
	.logo-list li .table {
		display: table;
		height: 100%;
		width: 100%;
	}
	.logo-list li .cell {
		display: table-cell;
	}
	.logo-list li .cell img {
		margin: 0 auto;
		max-width: 80%;
		height: auto;
		max-height: 80%;
	}
	.logo-list li  * {
		vertical-align: middle;
	}
	
	.timeline-wrap {
		padding: 30px 10% 100px;
	}
	.slick-timeline {
		width: 90%;
		margin-left: 5%;
		margin-top: 60px;
	}
	.slick-timeline:before {
		content: "";
		height: 1px;
		width: 100%;
		position: absolute;
		bottom: 50%;
		left: 0;
		margin-top: 10px;
		background-color:#000;
	}
	.slick-timeline .slick-slide {
		text-align: center;
		padding: 100px 0;
	}
	.slick-timeline .slick-slide:before {
		content:"";
		height: 40px;
		width: 1px;
		background-color: #000;
		position: absolute;
		left: 50%;
		bottom: 50%;
		transform: translateY(50%);
	}
	.slick-timeline .slick-slide.slick-current:before {
		background-color: #BADB9E;
	}
	.slick-timeline .slick-slide.slick-current .count {
		margin-top: 0;
	}
	.slick-timeline .slick-slide span {
		opacity: 0;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		display: block;
		position: absolute;
		text-align: center;
		width: 100%;
		color: #231f20;
	}
	.slick-timeline .slick-slide .count {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 20px;
		 font-family: 'Noe Display', serif;
		opacity: 1;
		margin-top: 25px;
	}
	.slick-timeline .slick-slide .figure {
		top: 30px;
		font-size: 25px;
		 font-family: 'Noe Display', serif;
		font-weight: bold;
	}
	.slick-timeline .slick-slide .top-label {
		top: 65px;
		text-transform: uppercase;
		font-size: 12px;
		
	}
	.slick-timeline .slick-slide .bottom-label {
		top: 130px;
	}
	.slick-timeline .slick-slide.slick-current .count {
		top: 0;
	}
	.slick-timeline .slick-slide.slick-current span {
		opacity: 1;
	}
	.slick-timeline .slick-slide.slick-current:after {
		content: "";
		height: 1px;
		width: 1000px;
		background-color: #BADB9E;
		position: absolute;
		bottom: 50%;
		right: 50%;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}
	.slick-timeline .slick-next {
		background-image: url(images/arrow-right-dark.png);
		height: 33px;
		width: 17px;
		display: block;
		position: absolute;
		right: -5%;
		bottom: 33px;
	}
	.slick-timeline .slick-prev {
		background-image: url(images/arrow-left-dark.png);
		height: 33px;
		width: 17px;
		display: block;
		position: absolute;
		left: -5%;
		bottom: 33px;
	}
	
	
	.z-up {
		z-index: 10;
		position: relative;
	}
	.double-col-list li {
		list-style-type: none;
		color: #a39787;
		border-bottom: 1px solid #a39787;
		display: block;
		float: left;
		padding: 15px 0;
		width: 50%;
	}
	.bordered-image-bottomleft {
		position: relative;
	}
	.brown-border:before,
	.brown-border:after {
		background-color: #a39787;
	}
	.mint-border:before,
	.mint-border:after {
		background-color: #BADB9E;
	}
	.bordered-image-bottomleft:before,
	.bordered-image-bottomleft:after {
		content: "";
		position: absolute;
		left: -5px		
	}
	.bordered-image-bottomleft:before {
		top: 5px;
		width: 5px;
		height: 100%;
	}
	.bordered-image-bottomleft:after {
		bottom: -5px;
		right: 5;
		height: 5px;
		width: 100%;
	}
	.bordered-image-bottomright:before,
	.bordered-image-bottomright:after {
		content: "";
		position: absolute;
		right: -5px;
	}
	.bordered-image-bottomright:before {
		top: 5px;
		width: 5px;
		height: 100%;
	}
	.bordered-image-bottomright:after {
		bottom: -5px;
		left: 5px;
		height: 5px;
		width: 100%;
	}
	.about-w-block .large-copy {
		padding-top: 30px;
	}
	.h-wrapper {
		margin-top: 120px;
		z-index: 100;
		position: relative;
	}
	.right-pad-box {
		padding: 75px 350px 75px 10%;
	}
	.h-wrapper h3 {
		color: #fff;
	}
	.h-image-1 {
		top: -35px;
		right: -90px;
		width: 405px;
		position: absolute;
	}
	.h-image-2 {
		width: 210px;
		position: absolute;
		bottom: -104px;
		left: -104px;
	}
	.onecol-list-wrap ul {
		
	}
	.onecol-list-wrap ul li {
		border-bottom: 1px solid #000;
		padding: 15px 0;
		list-style-type: none;
	}
	.about-h-block {
		padding-bottom: 195px;
	}
	.coloured-bar {
		padding: 50px 0 85px;
	}
	.tagline {
		font-size: 30px;
		line-height: 36px;
		 font-family: 'Noe Display', serif;
		font-weight: 400;
	}
	.mint-bg .tagline {
		color: #fff;
	}
	.letter-g {
		font-size: 790px;
		line-height: 500px;
		left: -100px;
		top: -60px;
	}
	.pad-200 {
		padding: 200px 0;
	}
	.g-wrapper {
		padding: 0 0 40px 0;
		border-bottom: 1px solid #000;	
	}
	.g-wrapper h3 {
		color: #a39787;
	}
	.indented-title-bar {
		padding: 65px 0 155px 0;
	}
	#approach-list {
		margin-top: -95px;
		z-index: 100;
		position: relative;
	}
	.approach-outer {
		margin-bottom: 50px;
	}
	.approach-image {
		float: right;
	}
	.approach-outer:nth-child(4n+3) .approach-image,
	.approach-outer:nth-child(4n+4) .approach-image {
		float: left;
	}
	.approach-outer:nth-child(4n+3) .approach-text,
	.approach-outer:nth-child(4n+4) .approach-text {
		float: right;
	}
	.approach-outer:hover .button,
	.approach-outer:focus .button {
		color: #434b5d
	}
	.approach-outer:hover .button:after,
	.approach-outer:focus .button:after {
		top: 0;
		cursor: pointer;
	} 
	.approach-text {
		padding: 95px 30px 40px;
	}
	.approach-text h4,
	.block-half-text h4 {
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.approach-text h4:after,
	.block-half-text h4:after {
		content: "";
		height: 1px;
		width: 60px;
		background-color: #b6dac0;
		display: block;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -30px;
	}
	.approach-text p,
	.block-half-text p {
		font-size: 20px;
		line-height: 28px;
	}
	.approach-no {
		font-size: 30px;
		line-height: 36px;
		 font-family: 'Noe Display', serif;
		font-weight: 400;
		margin-bottom: 15px;
	}
	
	
/*  ==========================================================================
	About v2
	========================================================================== */
	#about-cf-wrap {
		margin-top: -120px;
	}
	.bordered-wrap .wrapper {
		position: relative;
		border-left: 1px solid #BADB9E;
		border-right: 1px solid #BADB9E;
	}		
	#about-cf-wrap {
		position: relative;
	}
	#about-cf-wrap:after,
	.about-capital:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 1px;
		background-color: #BADB9E;
	}
	.about-capital:after  {
		bottom: -100px;
	}
	#about-cf-wrap .button {
		margin-left: 30px;
	}
	figure.cf-about {
		padding: 0 20px 40px;
	}
	#about-cf-wrap .inner-wrap {
		background-color: #fff;
		padding: 20px 20px 100px;
		max-width: 66%;
		margin-left: auto;
		margin-right: auto;
	}
	#about-cf-wrap .inner-wrap:before,
	#about-cf-wrap .inner-wrap:after {
		content: "";
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 1px;
		background-color: #BADB9E;
		z-index: 0;
	}
	#about-cf-wrap .inner-wrap:before {
		left: 16.6666666666667%;
	}
	#about-cf-wrap .inner-wrap:after {
		right: 16.6666666666667%;
	}
	#about-cf-wrap .intro-wrap {
		position: relative;
		z-index: 100;
	}
	#about-cf-wrap .intro-wrap__title {
		width:calc(18em + 25px);
		margin-top:278px;
		background:white;
		padding:50px 0 50px 25px;
		text-align:left;
	}
	@media (max-width:1250px) {
		#about-cf-wrap .intro-wrap__title {
			max-width: calc(50% + 20px);
			padding-right:20px;
		}
	}
	@media (max-width:768px) {
		#about-cf-wrap .intro-wrap__title {
			position:relative;
			margin-top:0;
			width:auto;
			padding:50px 25px;
			max-width:100%;
		}
	}
	h2.horiz-borders, h3.horiz-borders {
		position: absolute;
		bottom: 0;
		left: 10%;
		background-color: #fff;
		padding: 50px 20px 50px 0;
		text-align: right;
	}
	h2.horiz-borders.right, h3.horiz-borders.right {
		right: 0%;
		left: auto;
		padding: 50px 0 50px 20px;
	}
	.horiz-borders:before,
	.horiz-borders:after {
		content: "";
		width: 85px;
		background-color: #BADB9E;
		height: 1px;
		position: absolute;
		left: 0;
	}
	.horiz-borders.right:before,
	.horiz-borders.right:after {
		right: 20%;
		left: auto;
	}
	.horiz-borders:before {
		top: 25px;
	}
	.horiz-borders:after {
		bottom: 25px;
	}
	.about-content {
		background-color: #fff;
		position: relative;
		z-index: 100;
		padding: 20px 30px;
	}
	
	/* Reasons */
	.reasons-wrap {
		padding: 85px 0 0;
		position: relative;
	}

	
	.about-capital {
		position: relative;
	}
	.about-capital .wrapper {
		padding: 110px 0;
	}
	.about-capital .wrapper:before,
	.about-capital .wrapper:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		height: 100%;
		background-color: #BADB9E;
		width: 1px;
	}
	.about-capital .wrapper:before {
		left: 16.6666666666667%;
	}
	.about-capital .wrapper:after {
		right: 16.6666666666667%;
	}
	.about-capital .horiz-borders {
		position: relative;
		background:white;
		z-index:1;
	}
	.about-capital-content {
		padding: 20px 4.8611111111111%;
		margin-left: 16.7666666666667%;
		position: relative;
		z-index: 100;
	}
	.about-capital .button {
		margin-left: 21.5277777777778%;
		clear: left;
		float: left;
	}
	.capital-about {
		float: right;
		width: 33.2333333333333%;
		position: relative;
		z-index: 100;
		padding-right: 20px;
	}	
	.firstcharacter {
	  color: #283345;
	  float: left;
	  font-size: 90px;
	  line-height: 80px;
	  padding: 0 20px 20px 0;
	   font-family: 'Noe Display', serif;
	  position: relative;
	}
	.firstcharacter:after {
		content: "";
		width: 85px;
		height: 1px;
		background-color: #a39787;
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	img.mobile {
		display: none;
	}
	img.desktop {
		display: block;
	}
	
	
	
	
/*  ==========================================================================
	Capital
	========================================================================== */	
	.col4 {
		width: 100%;
		font-size: 0;
		margin: 50px 0;
	}
	.col4 li {
		width: 24.9%;
		display: inline-block;
		font-size: 16px;
		text-align: center;
		padding: 20px;
		vertical-align: top;
		position: relative;
	}
	.col4 li:before {
		content: "";
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		width: 2px;
		background-color: #a39787;
	}
	.col4 li:last-child:before {
		display: none;
	}
	.col4 li figure {
		height: 70px;
		margin-bottom: 20px;
	}
	.col4 li img {
		margin: 0 auto;
		width: auto;
		max-width: 60%;
	}
	.col4 li .figure {
		font-size: 30px;
		color: #a39787;
		margin-bottom: 10px;
	}
	.col4 li .figure-label {
		font-size: 16px;
		color: #a39787;
		line-height: 20px;
	}
	.on-page-links {
		margin-top: -140px;
		text-align: center;
	}
	.on-page-links li {
		display: block;
		float: left;
		list-style-type: none;
		width: 33.33333%;
		position: relative;
	}
	.on-page-links li h3 {
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.on-page-links li:hover h3,
	.on-page-links li:focus h3 {
		text-decoration: none;
	}
	.on-page-links li h3 {
		color: #fff;
		text-decoration: underline;
		word-spacing: 380px;
	}
	.link-icon {
		height: 180px;
		width: 180px;
		position: relative;
		margin: 0 auto 20px;
	}
	.link-icon img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);	
	}
	.link-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
	}
	.slide-nav-intro {
		padding: 145px 0 70px;
		margin-bottom: 70px;
	}
	.slide-nav-intro h2 {
		margin-bottom: 50px;	
	}

	.home-services {
		padding-top:87px;
		padding-bottom:175px;
	}
	@media (max-width:767px) {
		.home-services {
			padding-bottom:87px;
		}
	}

	.home-services .wrapper {
		max-width:1180px;
	}

	.serviceslick .slick-list {
		overflow: visible !important;
	}
	.serviceslickdots {
		border-top: 2px solid #a39787;
		border-bottom: 2px solid #a39787;
	}
	.mint-bg .serviceslickdots {
		border-top: 2px solid #434b5d;
		border-bottom: 2px solid #434b5d;
	}
	.serviceslickdots ul {
		display: flex; /* or inline-flex */
	}
	.serviceslickdots li {
		display: inline-block;
		flex-grow: 1; /* default 0 */
	}
	.serviceslickdots li a {
		font-size: 16px;
		line-height: 20px;
		padding: 25px 35px;
		text-transform: uppercase;
		display: block;
		cursor: pointer;
		text-decoration: none;
	}
	.serviceslickdots li a span {
		color: #a39787;
	}
	.mint-bg .serviceslickdots li a span {
		color: #434b5d;
	}
	.serviceslickdots li.slick-active a span {
		color: #fff;
	}
	.serviceslick .intro-content {
		margin-bottom: 0;
		padding-bottom: 110px;
	}
	.servicearrows {
		width: 68.0555555555556%;
		margin-top: -80px;
		z-index: 1000;
		position: absolute;
		border-top: 2px solid #a39787;
		padding-top: 20px;
		background-color: #fff;
	}
	.servicearrows.right {
		right: 0;
	}
	.servicearrows .slick-next {
		float: right;
	}
	.serviceslickouter {
		padding: 110px 0;
		min-height: 600px;
		margin-bottom: 70px;
	}
	.servicearrows i {
		font-size: 28px;
		color: #a39787;
	}
	.servicesslick-prev {
		float: left;
	}
	.servicesslick-prev span,
	.servicesslick-prev i {
		float: left;
	}
	.servicesslick-next span,
	.servicesslick-next i {
		float: right;
	}
	.slick-arrow {
		cursor: pointer;
	}
	.slick-arrow span {
		line-height: 25px;
		text-transform: uppercase;
		color: #a39787;
		letter-spacing: 1px;
		font-family: 'Inter', sans-serif;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.servicesslick-next span {
		margin-right: 10px;
	}
	.servicesslick-prev span {
		margin-left: 10px;
	}
	.slick-arrow.slick-disabled {
		opacity: 0;
		visibility: hidden;
	}
	.exit-plan-intro .double-columns {
		margin: 20px 0 110px;
	}
	.indented-image {
		position: absolute;
		z-index: 100;
	}
	.exitplan-image-1 {
		top: -175px;
		left: 0;
		width: 340px;
		height: 340px;	
	}
	.exitplan-image-2 {
		width: 100%;
		max-width: 480px;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		      transform: translateY(-50%);
	}
	#exitplanning {
		padding: 100px 0 130px;
	}
	.tablepress tr {
		border-bottom: 1px solid #a39787;
	}
	.tablepress td {
		font-size: 18px;
		line-height: 24px;
		padding: 10px 0 !important;
	}
	.tablepress tbody td, 
	.tablepress tfoot th {
		border-top: none !important;
		color: #a39787;
	}
	
	
/*  ==========================================================================
	Corporate services
	========================================================================== */	
	.corporate-services {
		padding: 75px 0 0;
		position: relative
	}
	.corporate-services .slickslider {
		margin-top: 60px;
	}
	.corporate-services:before {
		content: "";
		width: 100%;
		height: 40%;
		background-color: #fff;
		position: absolute;
		top: 60%;
		left: 0;
		z-index: 0;	
	}
	.service-features li {
		list-style-type: none;
		padding-left: 0;
		display: block;
		clear: left;
		margin-bottom: 10px;
		font-weight: 300;
	}
	.service-features li:before {
		content: "";
		height: 11px;
		width: 16px;
		background-image: url(images/gold-tick.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		float: left;
		margin: 6px 10px 0 0;
	}
	.white-bottom {
		position: relative;
	}
	.white-bottom:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 320px;
		background-color: #fff;
		z-index: 0;
	}
	
	
	
/*  ==========================================================================
	Team Members page
	========================================================================== */	
	.intro-style-2 {
		padding: 315px 0 350px;
	}
	.intro-style-2.small-bottom {
		padding: 300px 0 280px;
	}
	.team-wrapper-outer:before,
	.team-wrapper-outer:after {
		content: "";
		width: 1px;
		background-color: #a39787;
		position: absolute;
		top: 230px;
		bottom: 0;
	}
	.team-wrapper-outer:before {
		left: 0;
	}
	.team-wrapper-outer:after {
		right: 0;
	}
	article.col3 {
		margin: 0 4.1666666666667% 190px;
		width: 24.9999966666666%;
		text-align: center;
		max-width: 360px;
		display: inline-block;
		vertical-align: top;
	}
	.single-third-inner {
		padding: 32px;
		position: relative;
		margin-bottom: 30px;
	}
	.archive .type-team_members figure {
	
	}
	.indent-up-wrapper-inner {
		margin-top: -230px;
		font-size: 0;
		text-align: center;
	}
	.indent-up-wrapper-inner article {
		display: inline-block;
	}
	.indent-up-wrapper-inner article .overlay {
		z-index: 100;
		cursor: pointer;
	}
	.indent-up-wrapper-inner article:hover .brown-bg,
	.indent-up-wrapper-inner article:focus .brown-bg,
	#news-wrapper article:hover .brown-bg,
	#news-wrapper article:focus .brown-bg,
	#live-slick article:hover .brown-bg,
	#live-slick article:focus .brown-bg {
		background-color: #BADB9E;
	}
	.indent-up-wrapper-inner article h3 a {
		text-decoration: none;
	}
	.indent-up-wrapper-inner article header {
		max-width: 200px;
		margin: 0 auto;
	}
	.indent-up-wrapper-inner article .subtitle,
	#live-slick article .subtitle {
		background-color: #fff;
		padding: 20px 0 20px 0;
		display: inline-block;
	}
	.vertical-keyline-full {
		width: 1px;
		background-color: #a39787;
		position: absolute;
		top: 230px;
		bottom: 0;
	}
	.keyline-1 {
		left: 25%;
	}
	.keyline-2 {
		left: 50%;
	}
	.keyline-3 {
		left: 75%;
	}
	
	
/*  ==========================================================================
	Single team members
	========================================================================== */	
	.single-team-wrap {
		margin-top: -240px;
	}
	.team-profile {
		width: 80%;
		max-width: 360px;
		height: auto;
		padding: 32px 32px 100px;
		margin: 0 auto;
	}
	.intro-style-2 hgroup h1 {
		max-width: 75%;
		margin: 0 auto;
	}
	.single-team-contact {
		border-top: 1px solid #a39787;
		margin: 10px 0 0 0;
	} 
	.single-team-contact li {
		padding: 15px 0;
		border-bottom: 1px solid #a39787;
		color: #a39787;
		list-style-type: none;
	}
	.single-team-contact li a {
		color: #a39787;
		text-decoration: none;
	}
	.bio-excerpt {
		padding: 50px 0;
		border-bottom: 1px solid #a39787;
	}
	.bio-excerpt p {
		color: #a39787;
	}
	.bio-excerpt p:last-child {
		margin-bottom: 0;
	}
	.pagination {
		position: relative;
	}
	.pagination a {
		color: #a39787;
		text-decoration: none;
		line-height: 45px;
		display: inline-block;
		font-size: 16px;	
		letter-spacing: 1.5px;
		text-transform: uppercase;
	}
	.pagination div i {
		height: 51px;
		width: 51px;
		background-color: #a39787;
		color: #fff;
		text-align: center;
		line-height: 51px;
		border-radius: 50%;
		font-size: 40px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.pagination div span {
		display: inline-block;	
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.pagination div.left i {
		margin-right: 20px;
	}
	.pagination div.left i {
		float: left;
	}
	.pagination div.right i {
		float: right;
	}
	.pagination div.right i {
		margin-left: 20px;
	}
	.pagination div:hover i,
	.pagination div:focus i {
		background-color: #434b5d;
	}
	.pagination div:hover span,
	.pagination div:focus span {
		color: #434b5d;
	}
	.return-all {
		width: 65px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.return-all img {
		width: 100%;
		height: auto;
	}
	.return-all:hover,
	.return-all:focus {
		opacity: 0.5;
	}
	
	
/*  ==========================================================================
	Resources
	========================================================================== */	
	.pdf-icon {
		max-height: 140px;
		height: auto;
		width: auto !important;
		max-width: 50%;
		max-height: 60%;
	}
	.inner-pad-sizer {
		padding-top: 112.0689655172414%;
	}
	.align-middle {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#resource-wrap .indent-up-wrapper-inner article:hover .brown-bg,
	#resource-wrap .indent-up-wrapper-inner article:focus .brown-bg {
		background-color: #434b5d;
	}
	

/*  ==========================================================================
	404/sitemap/search
	========================================================================== */	
	.sitemap-wrap ul li {
		list-style-type: none;
	}
	.sitemap-wrap ul li a {
		color: #434b5d;
	}
	.search-wrapper {
		font-size: 0;
	}
	.search-wrapper article {
		display: inline-block;
		width: 46%;
		margin-right: 8%;
		margin-bottom: 50px;
		vertical-align: top;
	}
	.search-wrapper article:nth-child(2n+1) {
		margin-right: 0;
	}
	


/*  ==========================================================================
	Case Studies
	========================================================================== */	
	.case-intro {
		padding: 315px 0 50px;
	}
	.case-filter {
		font-size: 0;
		margin-top: 100px;
	}
	.case-filter li {
		width: 32.33333%;
		margin: 0 0.4%;
		display: inline-block;
	}
	.case-filter li button {
		text-align: center;
		height: 98px;
		line-height: 98px;
		background-color: transparent;
		color: #fff;
		width: 100%;
		border: none;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 600;
		padding: 0;
		outline: none;
		border-radius: 0;
		border-bottom: 2px solid #fff;
		position: relative;
	}
	.case-filter li button.mixitup-control-active {
		background-color: #434b5d;
		border-bottom: 2px solid #434b5d;
	}
	.case-filter li button.mixitup-control-active:after {
		content: "";
		height: 15px;
		width: 100%;
		background-color: #434b5d;
		position: absolute;
		top: 100%;
		left: 0;
		margin-top: 37px;
	}
	.mix-container  {
		padding-top: 110px;
	}
	
	.margin-bottom {
		margin-bottom: 40px;
	}
	.block-half-text {
		padding: 85px 5% 65px;
	}
	.indent-up-wrapper-inner article.type-case_studies {
		margin-bottom: 50px;
	}
	article.type-case_studies:nth-child(4n+2) .block-half-text,
	article.type-case_studies:nth-child(4n+3) .block-half-text {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(35,31,32,0.5);
		width: 100%;
	}
	article.type-case_studies:nth-child(4n+2) .block-half-text p,
	article.type-case_studies:nth-child(4n+3) .block-half-text p {
		max-width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	article.type-case_studies:nth-child(4n+2) figure,
	article.type-case_studies:nth-child(4n+3) figure {
		width: 100%;
	}
	article.type-case_studies:hover .button-up-hover {
		color: #434b5d;
	}
	article.type-case_studies:hover .button-up-hover:after,
	article.type-case_studies:focus .button-up-hover:after {
		top: 0;
	}
	article.type-case_studies:nth-child(4n) .case-image {
		float: left;
	}
	article.type-case_studies:nth-child(4n) .block-half-text {
		float: right !important;
	}
	

/*  ==========================================================================
	Single Case Study
	========================================================================== */	
	.project-highlights li {
		list-style-type: none;
		padding: 20px 0;
		border-bottom: 1px solid #a39787;
	}
	.project-highlights li:first-child {
		padding-top: 0;
	}
	.project-highlights li:last-child {
		border-bottom: none;
	}
	.case-logo {
		position: absolute;
		bottom: 100%;
		padding: 30px 40px;
		background-color: #fff;
	}
	.single-post-date {
		position: absolute;
		bottom: 100%;
		padding: 20px 0;
	}
	.case-logo img {
		width: 170px;
	}
	.related-posts {
		font-size: 0;
		letter-spacing: 0;
	}
	.related-posts li {
		margin: 0 4.1666666666667% 80px;
		width: 24.9999966666666%;
		text-align: center;
		max-width: 360px;
		display: inline-block;
		vertical-align: top;
	}
	.related-posts li img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.related-posts h4 a {
		text-decoration: none;
	}
	.related-posts-outer {
		margin-top: 100px;
	}
	.related-posts-outer:before {
		content: "";
		background-color: #434b5d;
		position: absolute;
		top: 260px;
		left: 0;
		width: 100%;
		bottom: 0;
	}
	.single-post .related-posts-outer:before {
		background-color: #a39787;
	}
	.horiz-bottom-border {
		padding-bottom: 30px;
		margin-bottom: 0;
		position: relative;
	}
	.horiz-bottom-border:after {
		content: "";
		height: 1px;
	    width: 60px;
	    background-color: #b6dac0;
	    display: block;
	    position: absolute;
	    bottom: 0px;
	    left: 50%;
	    margin-left: -30px;
	}
	.white.horiz-bottom-border:after {
		background-color: #fff;
	}
	
	
/*  ==========================================================================
	News
	========================================================================== */	
	.intro-style-news {
		padding: 315px 0 40px;
	}
	.intro-style-news .subtitle {
		margin-bottom: 5px;
	}
	.blog .indent-up-wrapper-inner.top-inner {
		margin-top: 0;
		margin-bottom: 375px;
	}
	.news-top-outer:before {
		height: 80%;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #434b5d;
		position: absolute;
		content: "";
		
	}
	.blog .top-inner article {
		margin-bottom: 2px;
		display: block;
	}
	.additional-post-wrap {
		padding: 50px 0 50px;
	}
	.related-posts .post-date-inner,
	.additional-post-wrap .post-date-inner {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		transform: none;
	}
	.related-posts .post-date-inner span,
	.additional-post-wrap .post-date-inner span,
	.single-post-date span {
		display: inline-block;
		line-height: 70px;
		vertical-align: middle;
		margin: 0 5px;
	}
	.related-posts .post-date-inner,
	.additional-post-wrap .post-date-inner {
		 margin-bottom: 10px;
	}
	.blog .indent-up-wrapper-inner article header {
		max-width: 320px;
	}
	.additional-post-wrap .indent-up-wrapper-inner {
		margin-top: -330px;
	}
	.blog .additional-post-wrap .indent-up-wrapper-inner article {
		margin-bottom: 50px;
	}
	.blog .additional-post-wrap .indent-up-wrapper-inner article h3 {
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.blog .additional-post-wrap .indent-up-wrapper-inner article:hover h3,
	.blog .additional-post-wrap .indent-up-wrapper-inner article:focus h3 {
		color: #434b5d;
	}
	
	
	
/*  ==========================================================================
	Footer
	========================================================================== */	
	#site-footer {
		background-image: url(images/footer-bg-2.jpg);
	}
	#site-footer .outer-wrapper {
		height: 100%;
	}
	.site-footer-inner {
		position: absolute;
		bottom: 70px;
		left: 0;
		right: 0;
	}
	.footer-logo {
		width: 129px;
		height: auto;
		margin-bottom:18px;
	}
	.footer-logo img {
		width: 100%;
		height: auto;
	}
	.site-footer-inner-container {
		display:flex;
		flex-wrap:wrap;
		align-items: flex-end;
		justify-content: flex-start;
		padding: 50px 0 70px 0;
	}
	#site-footer a {
		color: #003A3F;
		text-decoration: none;
	}
	#site-footer a:hover,
	#site-footer a:focus {
		text-decoration: underline;
	}
	.footer-contact {
		list-style-type: none;
	}
	.footer-contact li {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 18px;
	}
	.footer-contact li:last-child {
		margin-bottom:0;
	}
	.footer-col p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 20px;
	}
	.footer-col h4 {
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 2px;
	}
	.footer-col-1 {
		width: 28.4722222222222%;
		padding-left: 5.2083333333333%;
		padding-right: 3%;
	}
	.footer-col-2 {
		width: 29.8611111111111%;
		padding-right: 3%;
	}
	.footer-col-3 {
		width: 41%;
		padding-right: 3%;
	}
	.footer-col-4 {
		width: 18.0555555555556%;
	}
	.social-icons {
		margin-bottom:0px;
	}
	.social-icons li {
		display: inline-block;
		margin-right: 10px;
	}
	.social-icons li a {
		height: 44px;
		width: 44px;
		line-height: 44px;
		text-align: center;
		color: #fff !important;
		font-size: 24px;
		background-color: #BADB9E;
		display: block;
	}
	.social-icons li a:hover,
	.social-icons li a:focus {
		background-color: #003A3F;
	}
	#searchform {
		border: 1px solid #a39787;
		position: relative;
	}
	#searchform #s {
		border: none;
		padding: 0 50px 0 20px;
		height: 42px;
		line-height: 42px;
		color: #a39787;
		width: 100%;
		font-size: 16px;
		line-height: 20px;
	}
	#searchsubmit {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -12px;
		background-image: url(images/search-icon.svg);
		background-repeat: no-repeat;
		background-position: center center;
		height: 24px;
		width: 24px; 
		background-color: transparent;
		border: none;
		text-indent: -9999px;
		overflow: hidden;
	}

	.copyright-outer a {
		text-decoration: underline;
	}
	.copyright-outer {
		float: left;
		clear: left;
		margin-left: 0;
		color: #003A3F;
		margin-top: -12px;
	}
	.copyright-outer li {
		vertical-align: middle;
		display: inline-block;
		font-size: 12px;
		margin-right: 32px;

	}
.copyright-outer li a {
	color:#BADB9E!important;
}
	.footer-links {
		margin-top: 50px;
	}
	#site-footer .footer-links li {
		display: block;
		text-align: right;
		list-style-type: none;
		padding-left: 50px;
		margin-bottom: 15px;
	}
	#site-footer .footer-links li:last-child {
		margin-bottom: 0;
	}
	#site-footer .footer-links li a {
		text-transform: uppercase;
		color: #434b5d;
		font-size: 14px;
		line-height: 16px;
		text-decoration: underline;
		display: block;
		line-height: 40px;
	}
	#site-footer .footer-links li a:hover,
	#site-footer .footer-links li a:focus {
		color: #a39787;
	}
	#site-footer .footer-links li img {
		max-width: 36px;
		max-height: 40px;
		display: inline-block;
		margin-right: 20px;
		vertical-align: middle;
	}
	#site-footer .footer-links li:last-child img {
		margin-right: 30px;
	}
	
	
/*  ==========================================================================
	Contact page
	========================================================================== */	
	.contact-detail-block {
		position: absolute;
		bottom: 40px;
		left: 0;
		padding: 38px 35px;
		z-index: 50;
	}
	.contact-detail-block h4 {
		letter-spacing: 0.3px;
	}
	.half-outer-wrapper.left .contact-detail-block {
		margin-left: 120px;
	}
	.contact-detail-block .contact-details {
		margin: 0 0 100px;
	}
	.contact-detail-block .contact-details li {
		list-style-type: none;
	}
	.small-horiz-bottomborder {
		position: relative;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.small-horiz-bottomborder:after {
		content: "";
		height: 1px;
		width: 70px;
		background-color: #BADB9E;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.half-outer-wrapper {
		overflow: hidden;
	}
	.mapopen .half-outer-wrapper {
		z-index: -1;
	}
	.outer-map-wrap.mapopen .contact-detail-block {
		bottom: -360px;
	}
	.image-overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
		-webkit-transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
		-o-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
	}
	.outer-map-wrap.mapopen .image-overlay {
		top: -100%;
	}
	.acf-map {
		z-index: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.high-z {
		z-index: 100;
	}
	#capital-close {
		right: 0;	
		margin-right: -25px;	
		background-color: #BADB9E;
		border-radius: 50%;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	#corp-close {
		left: 0;	
		margin-left: -25px;	
		background-color: #BADB9E;
		border-radius: 50%;	
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	#corp-close:hover,
	#corp-close:focus {
		background-color: #434b5d;
	}
	.close-map {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 200px;
		width: 51px;
		height: 51px;
		z-index: 100;
		cursor: pointer;
	}
	.mapopen .close-map {
		opacity: 1;
		visibility: visible;
	}
	.close-map:hover .st0,
	.close-map:focus .st0 {
		fill: #434b5d;
	}
	.close-map .st0 {
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	
/*  ==========================================================================
	Contact form notifications
	========================================================================== */	
	.ajax-loader {
		display: none;
	}
	.wpcf7-submit {
		margin: 0 auto;
		display: block;
	}
	div.wpcf7-mail-sent-ok {
	    background-color: #32cf4e !important;
	    border: none !important;
	    color: #fff !important;
	    font-weight: bold !important;
	} 
	div.wpcf7-response-output {
	    position: relative !important;
	    bottom: 0px !important;
	    left: 0 !important;
	    width: 100% !important;
	    padding: 30px 40px !important;
	    text-align: center;
	    margin: 0 !important;
	    text-transform: uppercase;
	}
	div.wpcf7-validation-errors,
	span.wpcf7-not-valid-tip {
	    background-color: #ce4444 !important;
	    border: none !important;
	    color: #fff !important;
	    font-weight: bold !important;
	}
	span.wpcf7-not-valid-tip {
	    top: 100% !important;
	    left: 0 !important;
	    padding: 0 !important;
	    text-align: center !important;
	    width: 100% !important;
	    height: 2px;
	    text-indent: -9999px;
	    overflow: hidden;
	}	
	