/*
Theme Name: JP Dunn v2.0
Author: Stratos
Author URI: https://stratos.agency/
Description: The JP Dunn theme
Version: 2.0.0
Template: interdirect
Tags: foundation 
*/

/* ========= Fonts ========= */
@font-face {
    font-family: 'Univers-cond';
    src: url('/app/themes/jpdunn/assets/fonts/univers-57-condensed-font-webfont.eot');
    src: url('/app/themes/jpdunn/assets/fonts/univers-57-condensed-font-webfont.svg#Univers-cond') format('svg'),
		 url('/app/themes/jpdunn/assets/fonts/univers-57-condensed-font-webfont.eot?#iefix') format('embedded-opentype'),
         url('/app/themes/jpdunn/assets/fonts/univers-57-condensed-font-webfont.woff') format('woff'),
         url('/app/themes/jpdunn/assets/fonts/univers-57-condensed-font-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Univers-cond';
		src: url('/app/themes/jpdunn/assets/fonts/univers-57-condensed-font-webfont.svg#Univers-cond') format('svg');
	}
}

@font-face {
    font-family: 'Univers-cond-bold';
    src: url('/app/themes/jpdunn/assets/fonts/univers_67_condensed_bold-webfont.eot');
    src: url('/app/themes/jpdunn/assets/fonts/univers_67_condensed_bold-webfont.svg#Univers-cond-bold') format('svg'),
		 url('/app/themes/jpdunn/assets/fonts/univers_67_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/app/themes/jpdunn/assets/fonts/univers_67_condensed_bold-webfont.woff') format('woff'),
         url('/app/themes/jpdunn/assets/fonts/univers_67_condensed_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}	

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Univers-cond-bold';
		src: url('/app/themes/jpdunn/assets/fonts/univers_67_condensed_bold-webfont.svg#Univers-cond-bold') format('svg');
	}
}

@font-face {
    font-family: 'arvo-regular';
    src: url('/app/themes/jpdunn/assets/fonts/arvo-regular-webfont.eot');
    src: url('/app/themes/jpdunn/assets/fonts/arvo-regular-webfont.svg#arvo-regular') format('svg'),
		 url('/app/themes/jpdunn/assets/fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/app/themes/jpdunn/assets/fonts/arvo-regular-webfont.woff') format('woff'),
         url('/app/themes/jpdunn/assets/fonts/arvo-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'arvo-regular';
		src: url('/app/themes/jpdunn/assets/fonts/arvo-regular-webfont.svg#arvo-regular') format('svg');
	}
}

@font-face {
    font-family: 'arvo-bold';
    src: url('/app/themes/jpdunn/assets/fonts/arvo-bold-webfont.eot');
    src: url('/app/themes/jpdunn/assets/fonts/arvo-bold-webfont.svg#arvo-bold') format('svg'),
		 url('/app/themes/jpdunn/assets/fonts/arvo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/app/themes/jpdunn/assets/fonts/arvo-bold-webfont.woff') format('woff'),
         url('/app/themes/jpdunn/assets/fonts/arvo-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}	

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'arvo-bold';
		src: url('/app/themes/jpdunn/assets/fonts/arvo-bold-webfont.svg#arvo-bold') format('svg');
	}
}


/* suggested font smoothing code, not seen it work yet but turn on if having issues - might work */

*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow:none;
	text-rendering: optimizeLegibility;
	
}


/* === Fonts === */

/* =========  general classes =========  */
.hidden    { display:none; }
.clearBoth { clear:both; }

html { min-height: 101%; } /* makes browser always have sidebar scroller area - so doesnt jump */
body {
	margin: 0px;
	padding: 0px;
	font-family:Univers-cond, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-color:#ffffff;
}
body.cke_show_borders { /* adds side spacing so easier to edit */
	margin: 0px 5px 0px 5px;
	padding: 0px 2px 0px 2px;
	width:auto;
}
html.CSS1Compat {
	_overflow-y: scroll; /* important for ckeditor display - not sure what, need to check */
}

/* overall links */
a {
	display:inline-block;
	font-family: arvo-regular, Arial, sans-serif;
}

a:link { color:#9ca5ba; text-decoration:none; outline: none; }
a:visited { color: #9ca5ba; text-decoration: none; outline: none; }
a:hover { color: #106351; text-decoration: none; outline: none; }
a:active { color: #6a737b; text-decoration: none; outline: none; }

a.inactiveLarge {
  cursor: default;
}

p {font-family:univers-cond, Arial, sans-serif; font-size: 16px;}

/* ========= usercontent styles  ========= */
/* (frontend and in admin ckeditor)*/

div.userContent a,
body.cke_show_borders a { font-weight:bold; }
div.userContent a {color:#4a4742;}
/* scales images correctly */
div.userContent img { max-width:100%; }
/* possible image rendering improvement in IE for scalable images - need to test*/
img { -ms-interpolation-mode: bicubic !important; } 


h1, h2, h3, h4, h5, h6 {
	font-family: arvo-bold, Arial, sans-serif;
	color:#3e4a37;
	font-weight:100;
	margin-bottom: 0.5rem;
    margin-top: 0.2rem;
	padding:0px;
}

.hidden    { display:none; }
.showBlock {display:block;}
.showInline {display:inline;}
.showInlineBlock {display:inline-block;}

.noPad {padding:0!important;}
.noPadLeft {padding-left:0!important;}
.noPadRight {padding-right:0!important;}


.alignright {float:right;}

.alignleft {float:left; }

.alignright a, .alignleft a{
	background-color: #106351; 
	color:white;
}

.alignright a:hover, .alignleft a:hover{
	background-color:#a0bb7e;
}

.aligncenter {
	margin: auto;
    display: block;
}

img.alignright {
	margin-left:0.9375rem;
}

img.alignleft {
	margin-right:0.9375rem;
}

img.aligncenter {
	margin-bottom:0.9375rem;
}

.underlineIt a span::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #fff;
	transition:width ease-out 0.5s;
	-webkit-transition:width ease-out 0.5s;
	-moz-transition:width ease-out 0.5s;
	-ms-transition:width ease-out 0.5s;
	-o-transition:width ease-out 0.5s;
}

.underlineIt a:hover span::after {
	width:100%;
	transition:width ease-out 0.5s;
	-webkit-transition:width ease-out 0.5s;
	-moz-transition:width ease-out 0.5s;
	-ms-transition:width ease-out 0.5s;
	-o-transition:width ease-out 0.5s;
}

.captchaContainer {
	display:inline-block;
	width:100%;
	max-width:100%;
}

.g-recaptcha {margin:0 0 0.9375rem 0;}

section {
	display:inline-block;
	width:100%;
	padding:1.875rem 0;
}

.horizDivider hr {
	border-bottom: 1px solid #ccc;
}

.sectionInner {
	display:block;
	width:65%;
	margin:auto;
	float:none;
	padding:0 0.9375rem;
}

.sectionInner p {
	text-align:center;
}

section h1 {
	display:inline-block;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:100;
	margin:0.9375rem 0 1.875rem 0;
}

.wrap {
	display:inline-block;
	width:100%;
}

.inner-wrap {overflow: hidden;}

#content_hold {
	display:block;
	margin:auto;
	float:none;
}

#mainPageTitle {
	display:inline-block;
	width:100%;
	margin:0 0 0.9375rem 0;
	float: none;
}

#mainPageTitle h1 {
	color:#3e4a37;
	font-weight:bold;
	margin:0;
	line-height: initial;
	/*text-transform:lowercase;*/
}

/*remove as per client request

#mainPageTitle h1::first-letter {
	text-transform:uppercase;
}
*/


#userContent ul,
#userContent ol {}

#userContent ul li,
#userContent ol li {
	font-size:16px;
	color:#0a0a0a;
}

#userContent .bx-wrapper {
	box-shadow:none;
}

#userContent table.responsive {
	display:inline-table;
}

#userContent table tr {
	padding:0;
	text-align:left;
}

#userContent table tr td,
#userContent table tr th {
	font-size:16px;
	color:#3e4a37;
	border:1px solid #f2f2f2;
	padding:5px 10px;
}

#userContent table tr th {font-weight:bold;}



a.backGeneric {
	display:inline-block;
	padding:0.9375rem 1.875rem;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#3e4a37;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
	-ms-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
}

a.backGeneric:hover {
	background:#a0bb7e;
}

/*slash */

.slash {
	display: inline-block;
    width: 100%;
    position: absolute;
    /* top: -240px; */
	top:2px;
	left:0;
	z-index: 0;
	transform: translateY(-100%);
}

.slashLower {
	display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -125px;
	z-index: 0;
	left:0;
}

.projectSlash {
	top: initial;
    top: auto;
    bottom: -153px;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}

.slash img {
	width:100%;
}

.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%;
	border:none;
}

/* breadcrumbs */

#breadBin {}

#breadBin ul {
	margin:1.875rem 0;
	padding:5px 0;
	display:inline-block;
	width:100%;
}

#breadBin ul li {}

#breadBin ul li a,
#breadBin ul li span {
	color:#3e4a37;
	text-transform:none;
	display:inline-block;
	font-size:16px;
	font-family:Univers-cond, arial, sans-serif;
	/*text-transform:lowercase;*/
}

/*remove as per client request

#breadBin ul li a::first-letter,
#breadBin ul li span::first-letter {
	text-transform:uppercase;
}*/

#breadBin ul li.home a,
#breadBin ul li.home a span {
	color:#a1bd7b;
	float:left;
	font-size:16px;
	font-family:Univers-cond, arial, sans-serif;
}

#breadBin li:not(:last-child)::after {
	font-size:16px;
}

/* ==== Header === */

.headerWrapper {
	background: #106351;
    display: inline-block;
    width: 100%;
    padding: 0.9375rem;
    float: left;
    position: relative;
    z-index: 6;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

header {
	background: #106351;
    display: inline-block;
    width: 100%;
	padding:0.9375rem;
	float:left;
	position:relative;
	z-index:6;
	box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}

#mainLogo img {
	width:200px;
	max-width:100%;
}


/* nav */ 

/* hide nave when no js to stop flicker on load*/
nav .dropdown .sub-menu{ display:none;}
nav .dropdown .js-dropdown-active{ display: inline-block; }

nav {
	position:relative;
	z-index:10;
	text-align:center;
	padding-right:1.875rem!important;
}

nav .menu {
	display:inline-block;
	width:100%;
	text-align:right;
	
}

nav .menu li {
	list-style: none;
	width: auto;
	display: inline-block;
	text-transform:uppercase;
	font-size:24px;
	font-family:arvo-regular, arial, sans-serif;
	
}

nav .menu li a {
	font-size:17px;
	color:#a0bb7e;
}

nav .menu li a:hover,
nav .menu li.is-active a span {
	color:#fff;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-color:#a0bb7e transparent transparent;
}

nav .menu li ul {
	margin:0;
	border:0;
	background:rgba(14,79,64,0.9);
}

nav .menu li ul li {}

nav .menu li ul li a {
	font-size:14px;
	font-family:Univers-cond, arial, sans-serif;
	line-height:16px;
	color:#fff;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	top:calc(100% + 15px);
}

/*mobile burger widget */

#nav-toggle { 
	cursor: pointer;
    padding: 0;
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 20px 3px 0 3px;
    top: 27px;
    width: 40px;
    position: absolute;
    right: 0.9375rem;
    transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -ms-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
}

#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span, 
#nav-toggle span::before, 
#nav-toggle span::after {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

#nav-toggle span:before {top: -8px; }
#nav-toggle span:after {bottom: -8px;}

#nav-toggle:hover span::before {top:-12px;}
#nav-toggle:hover span::after {bottom:-12px;}

/* active */

#nav-toggle.active {
	transform:rotate(180deg); 
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before {
	top:0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#nav-toggle.active span:after {
	bottom:0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.left-small:hover #nav-toggle.active span:before {top:0;}
.left-small:hover #nav-toggle.active span:after {top:0;}

.drilldown .is-drilldown-submenu-parent > a::after {border-color: transparent transparent transparent #106351;}

.drilldown .js-drilldown-back > a::before {    
	border-color: transparent #106351 transparent transparent;
    top: 50%;
    position: absolute;
    left: 5px;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.mobileNav img {
	display:block;
	margin:0.9375rem auto;
	max-width:150px;
	float:none;
}

nav.mobileNav .menu li a,
nav.mobileNav .menu li a:hover,
nav.mobileNav .menu li a:focus,
nav.mobileNav .sub-menu li a,
nav.mobileNav .sub-menu li a:hover,
nav.mobileNav .sub-menu li a:focus {
	position:relative;
	font-size:14px;
	font-family:Univers-cond, arial, sans-serif;
	outline:0;
}

/* top nav */

#topNav ul {
	margin: 0 0 0.9375rem 0;
    width: auto;
    display: inline-block;
    float: right;
	padding: 0 0 10px 0;
}

#topNav ul li {
	list-style: none;
    display: inline-block;
    min-width: 150px;
    max-width: 260px;
    position: relative;
    float:left;
}

#topNav ul li.topNavDivider {
	width:auto;
	min-width:0;
}

#topNav ul li.topNavDivider span {
	color:#a0bb7e;
    display: inline-block;
    margin: 0 0.9375rem 0 0;
    font-size: 32px;
    line-height: 32px;
}

#topNav ul li a,
#topNav ul li .deskTelBLock {
	display:inline-block;
	width:100%;
	color:#fff;	
	float: left;
}

#topNav ul li a div,
#topNav ul li .deskTelBLock div {
	display:inline-block;
	width:calc(100% - 60px);
	margin-top:5px;
}

#topNav ul li a img,
#topNav ul li .deskTelBLock img {
	display:inline-block;
	color:#fff;
	width:40px;
	float:left;
	margin-right: 10px;
}

#topNav ul li a div span,
#topNav ul li .deskTelBLock div span {
	display:inline-block;
	float:left;
	color:#fff;
	font-size:18px;
	line-height: 16px;
	font-family:arvo-regular, arial, sans-serif;
}

#topNav ul li:nth-child(2) a div span {
	margin-top:10px;
}

#topNav ul li a div p,
#topNav ul li .deskTelBLock div p {
	display:inline-block;
	float:left;
	color:#fff;
	margin:0;
	font-size:13px;
	font-family:arvo-regular, arial, sans-serif;
}

#topNav li.tabTel {
	display:none;
}


/* ==== Footer === */



footer {
	position:relative;
	/* background:#fff; */
	/* margin-top:15rem; */
}

footer .footerContent {
	position: relative;
	padding:3rem 0 0 0;
	
}

.footerDetail,
.mobNavDetail {
	border-top:1px solid #fff;
	padding:0.9375rem 0;
}

.footerDetail {
	background:#0e4f40;
	padding-top:1.875rem;
}

.footerDetail h4,
.mobNavDetail h4 {
	color:#fff;
	font-weight:bold;
	font-size: 1.3rem;
	margin:0 0 5px 0;
}

.footerDetail h4 {
	color: #fff;
    margin-bottom: 0.9375rem;
}

.mobNavDetail h4 {color:#106351; text-align:center;}

.footerDetail ul,
.mobNavDetail ul {
	margin:0;
}

.footerDetail ul li,
.mobNavDetail ul li {
	list-style:none;
	margin:0 0 10px 0;
}

.footerDetail ul li a,
.footerDetail ul li span {
	color:#fff;
	font-size:14px;
}

.mobNavDetail ul li a,
.mobNavDetail ul li span {
	color:#106351;
	font-size:14px;
	width:100%;
	text-align:center;
	display:inline-block;
}

.footerDetail ul li span img,
.footerDetail ul li a img,
.mobNavDetail ul li span img,
.mobNavDetail ul li a img {
	width:25px;
	margin:0 10px 0 0;
}

.mobNavDetail ul li span img,
.mobNavDetail ul li a img {
	display:block;
	margin:auto;
	float:none;
}

.footerDetail ul li a span,
.mobNavDetail ul li a span {
	font-family:Univers-cond, arial, sans-serif;
}

.footerDetail .footerDetailRight {
	position: relative;
    display: inline-block;
}

.footerDetail .footerDetailRight img {
	position:absolute;
	right:0;
	top:3.75rem;
	width:100%;
	max-width:250px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}

footer .footerLogos {
	padding-bottom:1.875rem;
}

footer .footerLogos p {
	color:#0e4f40;
	display:inline-block;
	width:100%;
	text-align:center;
	padding:0.9375rem 0;
	font-family:Univers-cond, arial, sans-serif;
}

footer .footerLogos ul {
	display: flex;
    text-align: center;
	justify-content: center;
	margin:0 0 0.9375rem 0;
}

footer .footerLogos ul li {
	list-style: none;
     text-align: center;
    float: none;
    width: auto;
    display: inline-block;
    padding: 0 0.9375rem;
}

footer .footerLogos ul li span {
	text-align: center;
    width: 100%;
}

footer .footerLogos ul li span img {
	width:100%;
}


footer .footerBottom {
	background:#0e4f40;
	padding:0.9375rem 0;
}

footer .footerBottom ul {
	margin-bottom:0;
    width: 100%;
}

footer .footerBottom ul li {
	list-style:none;
	display:inline-block;
	float:left;
}

footer .footerBottom ul li a,
footer .footerBottom ul li span {
	color:#fff;
	font-size:14px;
	padding:0 5px;
	font-family:Univers-cond, arial, sans-serif;
}

footer .footerBottom ul li:first-child a {padding:0;}

.footerBanner {
	margin-top:14rem;
	position:relative;
	background-position:center;
	height:550px;
}

.footerBanner .slash {
	top:-185px;
}

.footerBanner a {
	display:inline-block;
	width:100%;
	position:absolute;
	padding:0 0.9375rem;
	top:50%;
	max-width:86rem;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}

.footerBanner a h4 {
	font-weight:bold;
	font-size:30px;
	color:#fff;
}

.footerBanner a h4 span {
	display:inline-block;
	width:100%;
	color:#a1bd7b;
}

.footerBanner a p {color:#fff;}

.footerBanner a img {
	position:absolute;
	right:0.9375rem;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}

/* slideshow */



#homeSlide .slick-dots li button:before {
	color:rgba(255,255,255,0.8);
	font-size: 12px;
}

#homeSlide .slick-dots li.slick-active button:before {color:#fff;}

.overlay {
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	background:rgba(70,80,87,0.6);
}

#homeSlide ul.bxslider .position-left   {background-position:left!important;}
#homeSlide ul.bxslider .position-right  {background-position:right!important;}
#homeSlide ul.bxslider .position-top 	 {background-position:top!important;}
#homeSlide ul.bxslider .position-bottom {background-position:bottom!important;}
#homeSlide ul.bxslider .position-centre {background-position:center!important;}

#homeSlide ul.bxslider .position-left-top 	   {background-position:left top!important;}
#homeSlide ul.bxslider .position-right-top    {background-position:right top!important;}
#homeSlide ul.bxslider .position-left-bottom  {background-position:left bottom!important;}
#homeSlide ul.bxslider .position-right-bottom {background-position:right bottom!important;}

#homeSlide {
	display:inline-block;
	width:100%;
	float:left;
	height:800px;
	z-index:4;
	position:relative;
}

.shortgallery.slick-slider {
	margin:0 0 0.9375rem 0;
}

.shortgallery.slick-slider .slick-prev:before, 
.shortgallery.slick-slider .slick-next:before {color:#373737;}


.shortgallery.slick-slider .slick-slide {min-height:600px;}

.shortcodeThumb {height:120px;}

.userContent .shortgallery,
.userContent .shortgallery-nav {
	width:100%;
	margin:0 auto 0.9375rem auto;
}

.userContent .shortgallery-nav .slick-track {margin:0;}

.userContent .shortgallery-nav .slick-slide {padding:0 5px;}

#homeSlide .slideBlock,
#slides,
.slick-slider,
.slick-list,
.slick-track,
.slick-slide {
	height:100%;
	margin:0;
	position: relative;
	backface-visibility: hidden;
}

#slides {
	background:#106351 url(assets/images/loading.jpg);
	background-size:cover;
	background-position:center;
}

.slick-slider {
	opacity:0;
	animation:fadeIn 0.4s forwards;
	-webkit-animation:fadeIn 0.4s forwards;
}


@keyframes fadeIn {
  from {opacity:0;}
  to {opacity:1;}
}


.slick-slide div,
.slick-slide a {
	display:inline-block;
	width:100%;
	float:left;
}

.slick-slide div.bgSlide {
	height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
	z-index:4;
	background-repeat: no-repeat;
    background-size: cover;
}

#userContent .slick-slide div.bgSlide {
	background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    float: none;
    left: 0;
    right: 0;
    background-position: center;
}

.slick-slide div li a {
	width:100%;
	height:100%;
}

#homeSlide .slideDetail,
.shortgallery .slideDetail {
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	width:100%;
	min-width:360px;
	max-width: 86rem;
	top:50%;
	height:auto;
	z-index:10;
	padding:0 1.875rem;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}

#homeSlide .slideDetail .slideInner,
.shortgallery .slideDetail .slideInner {
	background: rgba(16,99,81,0.5);
    width: auto;
    padding: 0 0.9375rem;
}

#homeSlide .slideDetail img,
.shortgallery .slideDetail img {float:right;}

#homeSlide .slideDetail h3,
#homeSlide .slideDetail p,
.shortgallery .slideDetail h3,
.shortgallery .slideDetail p {
	color:#fff;
	font-size:40px;
	width:50%;
}

#homeSlide .slideDetail h3,
.shortgallery .slideDetail h3 {
	width:100%;
}

a.galleryMore {
	display:inline-block;
	padding:0.9375rem;
	float:right;
	background:#a0bb7e;
	width:auto;
	color:#fff;
	font-size:16px;
}

#homeSlide .slideDetail p,
.shortgallery .slideDetail p {
	font-size:20px;
}

#homeSlide .slick-prev, 
#homeSlide .slick-next,
#projectsWidget .slick-prev,
#projectsWidget .slick-next {display:none!important;}

.slick-dots {left:0;}

#homeSlide .slick-dots {
	top:1.875rem; 
	bottom:auto;
	bottom:initial;
}


/* home user content */

#homeUserContainer {
	position: relative;
    background: #a1bd7b;
    padding: 1.875rem 0;
    margin: 0 0 9rem 0;
    z-index: 5;
}

.homeUserInner {
	position: relative;
    display: inline-block;
    z-index: 5;
    max-width: 80%;
    margin: auto;
    display: block;
    float: none;
	padding: 1.875rem;
}

#homeUserContainer p,
#homeUserContainer h1,
#homeUserContainer h2,
#homeUserContainer h3,
#homeUserContainer h4,
#homeUserContainer h5,
#homeUserContainer h6,
#homeUserContainer ul li,
#homeUserContainer ul li a {
	color:#fff;
}

#homeUserContainer h1 {
	font-size:30px;
}


/* Feature boxes */

.featureContainer {
	text-align:center;
}

#featureBox {
	margin:3rem 0 0 0;
	display:inline-table;
}

#featureBox li {
	list-style: none;
    margin: 0.9375rem 0 3rem 0;
    display: inline-block;
    text-align: left;
}


#featureBox li a {
	display:inline-block;
	width:100%;
	padding:1.875rem;
	background:#106351;
	position:relative;
}

#featureBox li a h4 {
	color:#fff;
	font-size:30px;
	text-align:center;
	margin:0.9375rem 0;
}

#featureBox li a p {
	color:#a1bd7b;
	font-size:14px;
	font-family:arial, sans-serif;
}
	
#featureBox li a .iconCircle {
	position:absolute;
	width:90px;
	height:90px;
	border-radius:100px;
	background:#106351;
	top:-45px;
	margin:auto;
	left:0;
	right:0;
}

#featureBox li a .iconCircle i {
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	float:none;
	color:#fff;
	font-size:40px;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	
}

#featureBox li a .featureLink {
	display:inline-block;
	width:100%;
}

#featureBox li a .featureLink span {
	float:right;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	font-family:arial, sans-serif;
}

/* projects widget */

#projectsWidget {
	position: relative;
    display: inline-block;
    width: 100%;
    margin: 1.875rem 0;
    padding-bottom: 1.875rem;
}

.projectsWidgetbg {
	display:inline-block;
	background:#f5f6f5;
	position:absolute;
	bottom:0;
	left:0;
	height:85%;
	width:100%;
	z-index:0;
}

.projectsInner {z-index:5;}

.projectsInner .sliderBlock {padding:0.9375rem;}

.projectsInner .sliderBlock a {
	box-shadow:0px 2px 4px rgba(0,0,0,0.2);
}

.projectsInner .sliderBlock a img {
	width:100%;
}

.projectsInner .sliderBlock a h4 {
	color: #3e4a37;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
}


.projectsInner .sliderBlock a p {
	color:#3e4a37;
	margin: 0 0 1.875rem 0;
	font-family:univers-cond, arial, sans-serif;
}

.areaList {
	display:inline-block;
	width:100%;
	margin:0 0 0.9375rem 0;
}


.areaList span,
.areaList a {
	color:#3e4a37;
	margin:0 5px 0 0;
	float:left;
	font-size:16px;
	font-family:univers-cond-bold, arial, sans-serif;
}

.areaList a,
.areaList span.divider {color:#fff;}

.areaList span.divider {margin:0 10px;}

#homeSlide .areaList a {margin:0;}

#projectBlock .areaList a,
#projectBlock .areaList span.divider {color:#a1bd7b;}

.projectsInner .areaList span {margin:0;}
.projectsInner .areaList span.divider {
	color:#3e4a37; 
	margin:0 10px;
}

#projectBlock .areaList span {
	color:#a1bd7b;
}

.projectsInner .sliderBlock a .projectsDetail {
	display:inline-block;
	width:100%;
	background:#fff;
	padding:0.9375rem;
}

.projectsInner .sliderBlock a .projectsDetail img {
	width: 30px;
    float: right;
    stroke: #3e4a37;
    position: absolute;
    right: 1.875rem;
    bottom: 1.875rem;
}

#slides .slick-prev:before,
#slides .slick-next:before {
  color:#000;
  content:"\f105";
  font-family:fontawesome;
  font-size:40px;
}

#slides .slick-prev:before {
	content:"\f104";
	
}

#slides .shortgallery .slick-prev:before,
#slides .shortgallery .slick-next:before {
	color:#fff;
	z-index:50;
	
}

#projectSlide .slick-prev {
	left:1.875rem;
	z-index:50;
}

#projectSlide .slick-next {
	right:1.875rem;
	z-index:50;
}

#projectSlide .slideDetail {
	top:40%;
	max-width: 84rem;
	width:auto;
}

a.projectsLink {
	position: relative;
    right: 0;
    bottom: 0;
	padding:0 1.875rem;
    z-index: 5;
    float: right;
    font-size: 16px;
    width: auto;
    color: #106351;
    display: inline-block;
    text-decoration: underline;
    font-family: univers-cond, arial, sans-serif;
}

/* Video widget */

#videoWidget {
	position:relative;
	padding:1.875rem 0;
	margin: 0 0 3rem 0;
	z-index:5;
}

.wrap #videoWidget {
	margin-top:100px;
}

#videoWidget .videoWidgetInner {
	position:relative;
	display:inline-block;
	z-index:5;
}

#videoWidget .videoWidgetInner div {
	position:relative;
}

#videoWidget .videoWidgetInner h4 {
	color:#0e4f40;
	font-weight:bold;
	margin-top:0;
}

#videoWidget .videoWidgetInner p {
	color:#3e4a37;
	font-size:16px;
}

#videoWidget .videoWidgetInner .more {
	position: relative;
    float: right;
    display: inline-block;
    width: auto;
    margin: 0 0 1.875rem 0;
}

#videoWidget .videoWidgetInner .more a {
	display:inline-block;
	float:right;
	color:#0e4f40;
}

#videoWidget .videoWidgetInner .more a span {
	font-size: 18px;
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: bold;
}

#videoWidget .videoWidgetInner .more a img {
	width:25px;
}


/* testimonial widget */

.testimonial {
	margin:3rem 0;
}

.testimonial li {
	list-style:none;
	margin:0 0 3rem 0;
	width:100%;
}

.testimonial li img {
	width:50px;
	position:absolute;
	left:calc(50% - 420px);
}

.testimonial li img.smallQuote {
	left:initial;
	left:auto;
	right:calc(50% - 420px);
}

#userContent .testimonial li img {
	position: relative;
    left: 0;
    right: 0;
    margin: auto;
    float: none;
    display: block;
}

.testimonial li h4 {
	color: #3e4a37;
    font-size: 24px;
    text-align: center;
    margin: 0.9375rem auto 0.9375rem auto;
    max-width: 700px;
    float: none;
    font-weight: bold;
    line-height: 31px;
}

.testimonial li p {
	color:#3e4a37;
	text-align:center;
	font-style:italic;
	font-size:14px;
	font-family:univers-cond, arial, sans-serif;
}

/* banner widget */

#banner .bannerInner {
	position:relative;
	padding:0;
}

#banner .bannerInner h5 {
	font-weight:bold;
	text-align:center;
	padding:0 0.9375rem;
	position:absolute;
	width:calc(100% - 1.875rem);
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}

#banner .bannerInner .bannerShadowBox {
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	display:inline-block;
	width:100%;
	position:relative;
}

#banner .bannerInner .bannerRight {
	position: absolute;
    height: 100%;
    right: 0;
    padding-left: 0.9375rem;
}

#banner .bannerInner img {
	width:100%;
}


/* listing boxes */


#childrenTemplate ul {
	margin:0 0 0.9375rem 0;
}

#childrenTemplate ul li {
	list-style:none;
	float:left;
	margin:0 0 0.9375rem 0;
}

#childrenTemplate ul li a {
	display:inline-block;
	width:100%;
	position:relative;
	font-size:16px;
	color:#3e4a37;
	box-shadow:0px 3px 3px rgba(0,0,0,0.2);
	transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
	-ms-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
}

#childrenTemplate ul li a:hover {
	color:#fff;
	background:#a1bd7b;
}

#childrenTemplate ul li a:hover .listing_thumb {
	opacity:0.6;
}

#childrenTemplate ul li a .listing_content {
	padding:0.9375rem 0.9375rem 4rem 0.9375rem;
}

#childrenTemplate ul li a .more {
	display: inline-block;
    width: 100%;
    padding: 0.9375rem;
    position: absolute;
    bottom: 0;
}

#childrenTemplate ul li a .more img {
	float:right;
	width:40px;
}

#childrenTemplate .listing_thumb {
	height:300px;
	transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
	-ms-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
}

#childrenTemplate ul li a .listing_content .title {
	display:inline-block;
	width:100%;
	font-size:18px;
}


/* ======== Projects ========== */

#projectBlock {}

#projectBlock .projectBlockInner {
	position:relative;
	top:-280px;
	bottom:initial;
	bottom:auto;
	display:inline-block;
	width:100%;
	z-index:5;
}

#projectBlock .projectBlockInner .projectBlockContent {
	background:#fff;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	display:block;
	margin:auto;
	float:none;
	max-width:84rem;
	padding:0 1.875rem 1.875rem 1.875rem;
}

#project_hold {
	display:inline-block;
	width:100%;
	float: none;
}

.projectImage {
	display:inline-block;
	width:100%;
	height: 85vh;
}

.projectImage .shortgallery-nav {display:none;}

.noGallery .projectImage {
	height:35vh;
	min-height: 350px;
}

.projectSlash.noGallery  {
	top:350px;
}

.projectImage a.galleryMore {display:none;}


/* ==== Blog / News ===== */

.blogPost {
	padding:0 0.9375rem;
	margin:0 0 0.9375rem 0;
	position:relative;
	float: left!important;
}

.blogPost a,
.blogPost a p {
	font-size:14px;
	color:#3e4a37;
}

.blogPost a {
	font-size: 14px;
    color: #3e4a37;
	position:relative;
    padding: 0.9375rem;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.blogPost a p {margin:0 0 1.875rem 0;}

.blogPost .date {
	margin:0 0 5px 0;
	font-family:Univers-cond, arials, sans-serif;
}

.blogPost .titleContainer h2 {
	font-size:24px;
}

.blogPost .titleContainer h5 {
	font-family:Univers-cond, arials, sans-serif;
	font-size:14px;
	color:#ccc;
}

.blogPost .titleContainer span {
	float:right;
	bottom:0.9375rem;
	right:0.9375rem;
	position:absolute;
	color:#106351;
	font-family:Univers-cond-bold, arials, sans-serif;
}

.blogPost .blogImage {
	width:100%;
	margin:0 0 0.9375rem 0;
}

.innerBlogContent #userContent img.mainBlogImage {
    float: left;
    margin-right: 0.9375rem;
}

/* accordion */

.blogMenuSmall {
	background: #106351;
    padding: 0;
    margin: 0 0 0 0.9375rem;
    max-width: calc(25% - 0.9375rem);
}

.blogMenuSmall h4 {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding:0.9375rem;
	margin:0 0 3px 0;
}


#accordion .ui-icon { display: none; }

.blogMenuSmall a,
#accordion h3 {
	background:#106351;
	border-radius:0;
	border:0;
	color:#106351;
	font-size:16px;
	font-weight:normal;
	font-family:Univers-cond, arials, sans-serif;
}

#accordion h3 {
	color:#fff;
	padding:5px 0 5px 0.9375rem;
}

.blogMenuSmall a {
	padding:0.9375rem;
	display:inline-block;
	width:100%;
	color:#fff;
}

.blogMenuSmall a:hover {text-decoration:none;}

#accordion h3:focus {outline:none;}

#accordion ul {
	background:#a1bd7b;
	padding:0.9375rem;
	list-style:none;
	margin:0;
	display:none;
}

#accordion ul li {
	list-style:none;
	
}

#accordion ul li a {
	background:none;
	padding:0;
	color:#fff;
	width:auto;
}

#accordion ul li a:hover {
	text-decoration:none;
}

#accordion ul li h4 {padding:0;}


.innerBlogContent .date {
	font-size:14px;
	color:#3e4a37;
	margin:0 0 0.9375rem 0;
	font-family:univers-cond-bold, arial, sans-serif;
}

.innerBlogContent .blogThumb img {width:100%;}

.blogFooter02 {
	margin:0.9375rem 0;
}

.blogFooter02 span {
	margin:0 0 0.9375rem 0;
	color:#3e4a37;
	font-size:14px;
	font-family:univers-cond-bold, arial, sans-serif;
}

.blogFooter02 span a {
	font-family:univers-cond, arial, sans-serif;
}


.blogFooter03 {
	display:inline-block;
	width:100%;
	margin:0 0 0.9375rem;
	border-bottom:1px solid #f2f2f2;
}

.blogFooter03 a {
	display:inline-block;
	width:auto;
	font-size:16px;
	font-family:univers-cond, arial, sans-serif;
	margin:0 0 0.9375rem 0;
	padding:0.9375rem 1.875rem;
	float:left;
	color:#3e4a37;
	background:#f2f2f2;
}

.blogFooter03 a.nextBtn {float:right;}

/* contact us */

#contactUs {padding:0 0 1.875rem 0;}

#contactUs p {
	color:#0a0a0a;
	text-align:left;
}

#contactUs p.thankyouText {
	width: 100%;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    font-weight: bold;
}

#contactUs span,
#contactUs a {
	font-size: 18px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    color: #106351;
    width: 100%;
    font-family: univers-cond, arial, sans-serif;
}

#contactUs a {font-weight:bold;}

#contactUs a {color:#106351!important;}

#contactUs #map span, 
#contactUs #map a {
	font-size: 10px;
    color: #333;
    display: initial;
    line-height: initial;
    font-weight: normal;
}

#contactUs input,
#contactUs textarea {
	padding:0.9375rem;
	font-family: Univers-cond, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	box-shadow:none;
	height:auto;
	color:#3e4a37;
}

#contactUs textarea {
	max-width:100%;
	min-height:150px;
}

#contactUs input::placeholder,
#contactUs textarea::placeholder {
	color:#ccc;
}

#contactUs button {
	background:#106351;
	border:1px solid #106351;
	color:#fff;
	font-size:20px;
	width:100%;
	display:inline-block;
	text-transform:uppercase;
	padding:0.9375rem;
	z-index:1;
	margin:0;
	font-family: univers-cond, Arial, Helvetica, sans-serif;
	position:relative;
	overflow:hidden;
	transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}

#contactUs button:hover {
	border-color:#a1bd7b;
	background: #a1bd7b;
}

#contactUs .contactAddress p {
	margin:0;
}

#contactUs .contactAddress a {
	color:#106351;
	font-family: univers-cond, Arial, Helvetica, sans-serif;
}



 /* team pages */
 
#team {}

#team .teamInner {
	padding:1.875rem 0;
}

.reveal ul,
#team .teamInner ul {
	margin:0;
}

.reveal ul li,
#team .teamInner ul li {
	list-style:none;
}

#team .teamInner ul#teamList li {
	float:left;
	margin:0 0 1.875rem 0;
}

#team .teamInner ul#teamList li:hover {
	cursor:pointer;
}

#team .teamInner ul#teamList li div {
	display: inline-block;
    width: 100%;
	float:left;
	
}

#team .teamInner ul#teamList li div.personDetailsStatic {
	background:#a0bb7e;
	color:#fff;
	padding:10px 0.9375rem;
}

#team .teamInner ul#teamList li div.personDetailsStatic a,
#team .teamInner ul#teamList li div.personDetailsStatic img {color:#fff;}

#team .teamInner ul#teamList li div.personDetailsStatic img {
	width:20px;
	height:20px;
	float:left;
	margin:3px 10px 0 0;
}

#team .teamInner ul#teamList li div.personDetailsImage {
	 height: 450px;
     width: 100%;
     display: inline-block;
     position: relative;
     background-repeat: no-repeat;
     float: left;
}

.personDetails {
	position:relative;
}

.personDetails:focus {
	outline:none;
}

.personDetailsFloat {
	position: absolute;
    bottom:0.9375rem;
    display: inline-block;
    text-align: center;
    padding: 0 0.9375rem;
	z-index:5;
	width:100%;
}

.personDetailsFloat h4 {
	margin:0;
	color:#fff;
	font-family:univers-cond, arial, sans-serif;
}

.personDetailsFloat p {
	color:#fff;
	font-size:20px;
}

.personDetailsFade {
	position:absolute;
	height:100%;
	width:100%;
	z-index:4;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 53%, rgba(0,0,0,0.26) 99%, rgba(0,0,0,0.27) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.26) 99%,rgba(0,0,0,0.27) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.26) 99%,rgba(0,0,0,0.27) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#45000000',GradientType=0 ); /* IE6-9 */
	transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
	-ms-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
}

#team .teamInner ul#teamList li:hover .personDetailsFade {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(43,51,33,0) 27%, rgba(161,189,123,0.61) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(43,51,33,0) 27%,rgba(161,189,123,0.61) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(43,51,33,0) 27%,rgba(161,189,123,0.61) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9ca1bd7b',GradientType=0 ); /* IE6-9 */
}

.personDetailsStatic {
	text-align:center;
	color:#3e4a37;
}

.personDetailsStatic p {
	font-size:18px;
	margin:0;
}

.personDetailsStatic a {
	font-family:univers-cond, arial, sans-serif;
	color:#3e4a37;
	font-size:18px;
}

.reveal {border:none;}

.reveal:focus {outline:0;}

.reveal p {
	margin: 0;
    float: left;
    width: 100%;
}

.reveal ul {
	margin: 0.9375rem 0;
    display: inline-block;
    width: 100%;
}

.reveal ul li {
	float:left;
	display:inline-block;
	width:100%;
}

.personReveal {
	background:#a1bd7b;
}

.personReveal h4,
.personReveal p {
	margin:0;
	line-height: 24px;
	color:#fff;
	font-family:univers-cond, arial, sans-serif;
}

.personReveal p {margin-top:0.9375rem;}

.personReveal button {
	border: 2px solid #fff;
    padding: 0px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

.personReveal button span {
	color: #fff;
    font-size: 26px;
    line-height: 17px;
}

.personReveal ul li a {
	display:inline-block;
	width:100%;
}

.personReveal ul li img {
	width:25px;
	height:25px;
	float:left;
	margin:0 10px 0 0;
}

.personReveal ul li p.email {
	width:calc(100% - 35px);
}

/* search */

.search_wrapper {
	position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
	z-index:4;
	box-shadow:0px 1px 3px rgba(0,0,0,0.1);
	transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
	-ms-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
}

.search_wrapper.open {
	top:111px;
}

.searchButton {
	display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
	transition:all ease-out 0.3s;
	-webkit-transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
	-ms-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
}

.searchButton:hover {
	background:rgba(255,255,255,0.2);
}

.searchButton:hover {
	cursor:pointer;
}

.searchButton img {
	width:20px;
}

.search_wrapper .SiteSearch {
	width:calc(100% - 100px);
	margin: 0.9375rem 0;
	height: 50px;
	box-shadow:none;

}

.search_wrapper .SiteSearchSubmit {
	display:inline-block;
	float:right;
	padding:0.9375rem;
	border:0;
	color:#fff;
	font-size:16px;
	background:#106351;
	height: 50px;

}

.searchTitle {
	text-align:center;
	font-size:28px;
	margin:1.875rem 0 0.9375rem 0;
	font-family: univers-cond, Arial, Helvetica, sans-serif;
	color:#000;
}


#searchResults {}

#searchResults ul {
	display:inline-block;
	width:100%;
	margin:0.9375rem 0;
}

#searchResults ul li {
	list-style:none;
	float:left;
	background:#fff;
	padding:0.9375rem;
	margin:0 0 0.9375rem 0;
}

#searchResults ul li a {
	display:inline-block;
	width:100%;
	height:100%;
	padding:0.9375rem;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	
}

#searchResults ul li a span {
	
	text-align:right;
	float:right;
	padding:10px;
	color:#fff;
	background:#a0bb7e;
	font-weight:normal;
	font-size:16px;
	font-family: univers-cond-bold, Arial, Helvetica, sans-serif;
}

#searchResults ul li a p {
	color:#3e4a37;
}

.notFound h2,
.notFound p {
	color:#3e4a37;
}

.next-button-block {
	display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin:3.75rem 0 0.9375rem 0;
}

a.page-button {
	padding: 0.9375rem 1.875rem;
    background: #106351;
    font-size: 16px;
    color: #fff;
	margin:0 0.9375rem 0.9375rem;
	font-family: arvo-bold, Arial, sans-serif;
	transition:all ease-out 0.3s;
}

a.page-button:hover {background:#a0bb7e;}
a.page-button.page-next {float:right;}
a.page-button.page-prev {float:left;}
a.page-button.page-next i {margin-left:0.9375rem;}
a.page-button.page-prev i {margin-right:0.9375rem;}


/* to stop slick slider arrows breaking the width on smaller screens*/
@media only screen and (max-width: 88.75em) {

	.projectsInner .slick-prev,
	.projectsInner .slick-next {display:none;}
	
	.footerBanner .slash {top:-135px;}
	
	nav .menu li a {font-size:15px;}
	
	#topNav ul li a, #topNav ul li .deskTelBLock {
		display: inline-flex;
		width: 100%;
		color: #fff;
		float: left;
		align-items: center;
	}
	
	#topNav ul li a img, #topNav ul li .deskTelBLock img {
		display: inline-block;
		color: #fff;
		width: 30px;
		float: left;
		margin-right: 10px;
	}
}


@media only screen and (max-width: 64.063em) {
	
	a.inactiveLarge {
	  cursor: pointer;
	}
	
	nav {text-align:center;}
	nav .menu {display:inline-table; text-align:center;}
	nav .menu li {
		width: auto;
		display:inline-block;
		text-align:left;
	}
	
	nav .menu li a,
	nav .menu li a:hover,
	nav .menu li .is-active a {
		color: #a0bb7e;
		font-size:12px;
		text-align: left;
	}
	
	nav .menu li ul li a,
	nav .menu li ul li a:hover {
		color: #a0bb7e;
		font-size:12px;
		text-align:left;
		padding: 0 1rem!important;
	}
	
	nav .menu li ul li a span {text-align:left;}
	
	#topNav li.tabTel {
		display:inline-block;
	}
	
	#topNav li.deskTel {
		display:none;
	}
	
	.underlineIt a span::after {height:1px;}
	
	.off-canvas {
		background:#fff;
	}
	
	#header_col01 {width:100%;}
	#header_col02 {width:100%; padding-bottom:0;}
	
	#mainLogo {
		display:block;
		margin:auto;
		float:none;
	}
	
	#mainLogo img {
		position:relative;
		top:0;
		display:block;
		margin:auto;
		min-width:150px;
		max-width:170px;
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
	}
	
	#topNav {text-align:center;}
	
	#topNav ul {
		width:100%;
		display:inline-table;
		margin:10px 0 0 0;
	}
	
	#topNav ul li {
		float:none;
		min-width:0;
		padding:0 0.9375rem;
	}
	
	#topNav ul li a,
	#topNav ul li span {float:none;}
	
	#topNav ul li a img,
	#topNav ul li span img {
		width:30px; 
		margin:0;}
		
	#topNav ul li a div,
	#topNav ul li span div {width:calc(100% - 40px);}
	
	#topNav ul li a div span,
	#topNav ul li span div span {
		font-size:16px;
		display:none;
	}
	
	#topNav ul li a div {display:none;}
	
	#topNav ul li:nth-child(2) a div span {margin:0;}
	
	#topNav ul li.topNavDivider {padding:0;}
	#topNav ul li.topNavDivider span {
		margin: 0;
		font-size: 26px;
		float: left;
	}
	
	
	/* .slash {top:-120px;} */
	.footerBanner .slash {top:-55px;}
	.slashLower {bottom:-100px;}
	
	.footerBanner {height:400px;}
	
	footer .footerLogos {
		padding:1.875rem 0.9375rem;
		text-align:center;
	}
	
	footer .footerLogos ul li {
		width: 33.333%;
		padding: 0 10px;	
	}
	
	footer .footerBottom,
	footer .footerContent .footerDetail {padding:0.9375rem;}
	
	#homeSlide,
	#homeSlide ul.bxslider li a div.bgSlide {height:640px;}
	
	.slick-dots {
		position: absolute;
		bottom:0;
		top:initial;
		top:auto;
		top: initial;
		display: inline-block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	
	.blogPost .blogListSection {padding:0;}
	
	#banner .bannerInner {
		padding:0 0.9375rem;
	}
	
	#projectBlock .projectBlockInner {
		top:0;
	}
	
	.projectImage {
		height:auto;
	}
	
	#featureBox li a h4 {font-size:24px; line-height:27px;}
	
	.noGallery .projectImage {
		height:auto;
		min-height:0;
	}
	
	.projectSlash.noGallery {display:none;}
	
	#banner .bannerInner .bannerRight,
	#banner .bannerInner h5 {
		position:relative;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(-0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
	
	#banner .bannerInner h5 {
		padding:0.9375rem 0;
		width:100%;
		font-size:16px;
	}
	
	.shortcodeThumb {height:50px;}
	.shortgallery.slick-slider .slick-slide {min-height:380px;}
	
	
}


@media only screen and (max-width: 56.25em) {
	#videoWidget .videoWidgetInner div {
		width:100%;
		margin:0 0 0.9375rem 0;
	}	
	
	#videoWidget .videoWidgetInner .more {
		position:relative;
		float:right;
	}
}

@media only screen and (max-width: 40.063em) {
	.sectionInner {width:100%;}
	
	nav  {text-align:left;}
	nav .menu {display:inline-block;}
	nav .menu li {width:100%;}
	#header_col02 {padding:0;}
	
	.mobileNav .is-drilldown {min-height:auto!important;}
	
	.search_wrapper.search_mob {
		position:relative;
		box-shadow:none;
	}
	
	.search_wrapper .SiteSearch {width: calc(100% - 85px);}
	
	/* .slash {top:-95px;} */
	.slashLower {bottom:-60px;}
	
	.projectSlash {display:none;}
	
	.projectImage {height:auto;}
	
	#projectBlock .projectBlockInner {top:0;}
	
	#projectSlide .slideDetail {
		position: relative;
		top: 0;
		transform: translateY(0);
		width: 100%;
		background: #106351;
		padding:1.875rem 0.9375rem;
	}
	
	#projectBlock .projectBlockInner .projectBlockContent {padding:0 0.9375rem 0.9375rem 0.9375rem;}
	
	footer .footerContent {padding:0;}

	footer .footerContent .footerDetail .footerDetailRight img {
		position:relative;
		top:0;
		float:none;
		display:block;
		margin:0.9375rem auto;
		transform:translateY(0%);
		-webkit-transform:translateY(0%);
		-moz-transform:translateY(0%);
		-ms-transform:translateY(0%);
		-o-transform:translateY(0%);
	}
	
	footer .footerContent .footerDetail h4,
	footer .footerContent .footerDetail ul li {text-align:center;}
	
	footer .footerBottom {text-align:center;}
	footer .footerBottom ul {display:inline-table;}
	footer .footerBottom ul li {float:none;}
	
	.footerBanner {margin-top:7rem;}
	
	.testimonial li h4 {
		font-size:22px;
		line-height:26px;
	}
	
	.testimonial li img {
		position:relative;
		left:0;
		right:0;
		margin:auto;
		float:none;
		display:block;
	}
	
	#homeSlide .slideDetail h3,
	#homeSlide .slideDetail p {
		width:100%;
	}
	
	#homeSlide,
	#homeSlide ul.bxslider li a div.bgSlide {height:480px;}
	
	#homeSlide .slideDetail h3 {
		font-size:28px;
	}
	
	#homeSlide .slideDetail p {
		font-size: 16px;
    	line-height: 20px;
	}
	
	#homeSlide .slideDetail h3, 
	.shortgallery .slideDetail h3 {
		font-size:28px;
		width:100%;
	}
	
	#homeSlide .slideDetail p,
	.shortgallery .slideDetail p {
		font-size: 16px;
		width: 100%;
		line-height: 18px;
		font-weight: normal;
	}
	
	.homeUserInner {
		max-width:100%;
		padding: 0 10px;
	}
	
	#homeUserContainer h1 {
		font-size: 20px;
	}

	.innerBlogContent .blogThumb {
		padding:0;
		margin:0 0 0.98375rem 0;
	}
	
	.blogMenuSmall {width:calc(100% - 1.875rem); max-width:100%; margin:0 0.9375rem;}
	
	.contactAddress {margin-top:0.9375rem;}
	
	.shortcodeThumb {height:25px;}
	
	.userContent .shortgallery, .userContent .shortgallery-nav {max-width:100%;}
	.shortgallery.slick-slider .slick-slide {min-height:300px;}
	
	.shortgallery .slick-slide div.bgSlide {
		position: relative;
		left: 0;
		height: 340px;
	}
	
	
	footer .footerLogos ul {flex-wrap:wrap;}

	footer .footerLogos ul li {
		margin: 0 0 10px 0;
	}
	
	.personReveal img {margin-top:2.4rem;}
	
	
}

@media only screen and (max-width: 23.5em) {
	/* .slash {top: -78px;} */
	.footerBanner .slash {top: -40px;}
	.slashLower { bottom: -55px;}
}


 @media only screen and (max-width: 40.063em) and (orientation: landscape){
	nav .menu li {width:auto;}
	#homeSlide,
	#homeSlide ul.bxslider li a div.bgSlide {height:480px;}
}

@media only screen and (min-width: 30em) and (max-width: 39em) and (orientation: landscape){
	nav .menu li {width:100%;}
}

/* over ride for cookie pop up */

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content, 
.gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content, 
.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content {width:100%; float:left;}


/* media queries for high res screens */

@media only screen and (min-width: 120.063em){
	.row {max-width:100rem;}
	
	p,
	a.projectsLink,
	#featureBox li a p,
	.footerDetail ul li a, 
	.footerDetail ul li span,
	.testimonial li p,
	#videoWidget .videoWidgetInner p {font-size:18px;}	
	
	.slashLower img {width:100%;}
	
	.slashLower {bottom: -215px;}
	
	.footerBanner {height:800px;}
	
	.inner-wrap h4,
	.footerBanner a h4,
	#featureBox li a h4,
	.testimonial li h4 {
		font-size:34px;
	}
	
	.projectsInner .sliderBlock a h4 {
		font-size:30px;
		line-height: 32px;
	}
	
	.slick-slide div.bgSlide {
		background-repeat: no-repeat;
    	background-size: cover;
	}
	
	.testimonial li h4 {max-width:800px;}
	
	.testimonial li {margin:4rem 0;}
	
	.testimonial li img {left: calc(50% - 450px);}
}


.video_player{
	height:calc(100vh - 102px);
	width:100%;
	object-fit: cover;
}

@media only screen and (max-width: 40.063em){
	.video_player{
		height:500px;
	}
}


