.bg-darkgrey { background: #2E2D2D; } .text-darkgrey { color: #2E2D2D; } .hov-darkgrey:hover { background: #2E2D2D; } .bg-darkgreen { background: #00AE9E; } .text-darkgreen { color: #00AE9E; } .hov-darkgreen:hover { background: #00AE9E; } .bg-lightgreen { background: #8AD4CC; } .text-lightgreen { color: #8AD4CC; } .hov-lightgreen:hover { background: #8AD4CC; } .bg-white { background: #FFFFFF; } .text-white { color: #FFFFFF; } .hov-white:hover { background: #FFFFFF; } html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	height: auto;
	width: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	/* height: auto; */
	height: 100%; /* set to 100% for clever sticky footer */
}

/*** SITE LAYOUT SETTINGS ***/
body {
	font-family: arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: transparent; /* set to fixed color for vertical & vertical_inset */
	/*the following settings are for clever sticky footer */
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
#homewrap {
	width: 100%; /* 100% for stripes, set px for vertical & vertical_inset */
	flex: 1; /* for clever sticky footer */
}
.centreme {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px; /* set px for stripes, 100% for vertical & vertical_inset */
	background-color: transparent; /* set color for vertical */
}
#header-sticky .centreme, #header .centreme {
	width: 1920px;
	max-width: 100%; /* set to same as #homewrap width */
}
.centremeinner { /*vertical_inset carousel div should not contain this class, but all other (inset) centreme classes should */
	margin: 0 auto;
	width: 100%; /* set px (simulates padding), set same as centreme if no padding required */
	padding: 0; /*should only be needed for vertical_inset, use in conjunction with width, (only use L/R pad) */
	background-color: transparent; /* vertical_inset uses this to set BG color */
}
.centremeinner {
	display: flex;
	overflow: hidden;
}
.svcimgbg {
	width: 100%;
	height: 100%;
	position: absolute;
}
.svcimgbg img {
	object-fit: cover;
	opacity: 0.15;
	width: 100%;
	height: 100%;
}
.servicetilerow {
	width: 100%;
	overflow: hidden;
	margin-bottom: 3px;
}
.servicetilecol {
	overflow: hidden;
	display: inline-block;
	margin-right: 0.5%;
}
.servicetilecol:last-of-type {
	margin-right: 0;
}
.homeservicetile {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
	cursor: pointer;
}
.col-lightgreen .svcimgbg {
	background-color: #8AD4CC;
}
.col-darkgreen .svcimgbg {
	background-color: #00AE9E;
}
.col-darkgrey .svcimgbg {
	background-color: #2E2D2D;
}
.shape-small {
	/*min-height: 400px;*/
	/*height: 100%;*/
	height: 350px;
}
.shape-twowide {
	height: 350px;
}
.shape-twohigh {
	height: 703px;
	margin: 0;
}
.smallbotpad {
	margin-bottom: 3px;
}
.wid33 {
	width: 33%;
}
.wid66 {
	width: 66.5%;
}
.tiledates {
	position: absolute;
	bottom: 30px;
	font-size: 14px;
	width: 100%;
}
.tiledates .tiledatetext {
	margin-left: 30px;
}
.tiledates .readmore {
	float: right;
	margin-right: 30px;
}
.homeserviceinside {
	width: calc(100% - 100px);
	position: relative;
	z-index: 5;
	text-align: center;
	padding: 50px;
	height: auto;
	vertical-align: middle;
	margin: auto;
}
.homeserviceinside h2 {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
}
.homeserviceinside p, .homeserviceinside li {
	line-height: 2em;
}
.servicetilecol .col-darkgrey, .servicetilecol .col-darkgreen {
	color: #fff;
}
.servicetile h1 {
	text-transform: uppercase;
	color: #00AE9E;
}
.enquirebtn {
	text-align: center;
	padding: 12px 25px;
	border: 2px solid #92D7CE;
	border-radius: 6px;
	margin-top: 50px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: inline-block;
	margin: 30px 0 50px 0;
}
.enquirebtn:hover {
	background: #92D7CE;
	color: #fff;
}
.svcimgbg {
	position: absolute;
	top: 0;
}
.tileImageInner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	max-height: 300px;
}
.tileImageInner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.fullwid {
	width: 100%; /*do not change this - class should be applied to all parent section divs*/
	overflow: hidden; /*do not change */
}
a {
	text-decoration: none;
	color: inherit;
}
p, h1, h2, h3, li {
	line-height: 1.2;
	margin: 0 0 0 0;
}
p , li {
	font-size: 14px;
	line-height: 1.4em;
}
p ul {
	padding: 20px 0;
}
p li {
	margin-left: 30px;
	padding-top: 5px;
}
h1 {
	font-size: 36px;
	font-weight: 400;
	font-family: 'Taviraj', serif;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.homefeatarticle h2 {
	font-family: 'Taviraj', serif;
	font-weight: 400;
	color: #00AE9E;
	font-size: 40px;
	padding-bottom: 30px;
}
.homefeatarticle a, .fullarticlelink {
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	font-size: 14px;
	color: #00AE9E;
	padding-top: 20px;
}
.home h4 {
	font-family: 'Taviraj', serif;
	font-weight: 300;
	font-size: 21px;
	font-style: italic;
	letter-spacing: 1px;
	padding-bottom: 60px;
}
blockquote {
	font-style: italic;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 4px solid #AAA;
	color: #666;
}
#oldIE {
	display: none;
	width: 100%;
	height: 20px;
	text-align: center;
	padding: 50px;
	font-size: 20px;
	background: #000;
	color: #FFF;
}
#header { /*only used if sticky header is false */
	background: #CCC;
}
#header-sticky { /*only used if site has a sticky header */
	background: #2E2D2D;
	box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.1);
	position: fixed;
	width: 100%;
	z-index: 99;
	padding-bottom: 9px;
}
#header-second {
	background: #AAA;
}
#headerPadding { /*only used if site has a sticky header */
	height: 136px;
	width: 100%;
	overflow: hidden;
}
.firstcol33, .seccol33, .thirdcol33 {
	width: 33%;
	float: left;
	overflow: hidden;
	position: relative;
}
.parent_article .parent-article-firstcol33 {
	width: 33.3%;
	margin-bottom: -3px;
}
#section1 .firstcol33, #section2 .firstcol33 {
	padding: 50px;
	width: calc(33% - 100px);
}
#section3 .seccol67 {
	padding: 50px;
	width: calc(67% - 100px);
}
.contact h2, .contactFooter h2 {
	font-size: 30px;
	font-weight: bold;
	color: #00AE9E;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.contact h3, .contactFooter h3 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 1.4em;
	letter-spacing: 1px;
}
.contact h4, .contactFooter h4 {
	color: #8AD4CC;
	font-size: 20px;
	font-style: normal;
	font-family: Arial,  sans-serif;
	padding-bottom: 20px;
}
.contact table, .contactFooter table {
	margin-top: 30px;
}
.contact td, .contactFooter td {
	width: calc(33.3% - 30px);
	padding-right: 30px;
}
.contact tr td h3, .contactFooter tr td h3 {
	font-size: 20px;
	color: #00AE9E;
}
.contact tr td hr, .contactFooter tr td hr {
	border: none;
	background: #00AE9E;
	height: 1px;
	width: 80px;
	float: left;
	margin: 10px 0 20px 0;
}
.contact tr td h4, .contactFooter tr td h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 20px;
}
.contact tr td p, .contactFooter tr td p {
	font-size: 13px;
	font-weight: normal;
}
.contactText {
	width: 33%;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Taviraj', serif;
}
.contactText h1 {
	font-size: 40px;
	font-weight: 400;
	font-family: 'Taviraj', serif;
}
.contactText hr {
	width: 40%;
	border: none;
	height: 2px;
	background: #00AE9E;
	float: left;
}
.contactFooter .twocol {
	width: 67%;
}
.contactFooter .twocol:nth-of-type(2n) {
	width: 33%;
}
.contactFooter .twocol:nth-of-type(2n) .colItemPad {
	padding: 50px;
	width: calc(100% - 100px);
	height: auto;
}
.contactFooter .twocol:nth-of-type(2n) .threecol .colItemPad, .contact .threecol .colItemPad {
	padding: 50px 50px 0 0;
	width: calc(100% - 50px);
}
.whereoperate {
	padding-top: 70px;
}
.contact .threecol h2, .contactFooter h2 {
	text-transform: capitalize;
	font-size: 20px;
	padding-bottom: 0;
}
.contact .threecol  h4, .contactFooter h4 {
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
}
.contact .threecol  p, .contactFooter .threecol p {
	font-size: 12px;
}
.contact .threecol .colItemPad {
	height: auto;
	padding-bottom: 80px;
}
.contact #section1 .firstcol33 {
	width: calc(40% - 100px);
	padding-top: 76px;
}
.contact .seccol67 {
	width: 60%;
}
.contactFooter .threecol hr, .addresses .threecol hr {
	background: #00AE9E;
	border: none;
	height: 2px;
	margin-bottom: 15px;
	width: 100px;
	display: inline-block;
}
.contactForm {
	width: 67%;
}
.firstcol33 .textcontent h1 {
	font-size: 40px;
	color: #fff;
}
.firstcol33 .underline {
	background: #8AD4CC;
}
.decorative-arrow {
	padding-top: 20px;
}
.firstcol33 .textcontent h3 {
	color: #8AD4CC;
	font-size: 14px;
	line-height: 1.6em;
}
.firstcol66 {
	width: 67%;
}
.seccol67 {
	width: 67%;
	float: left;
	overflow: hidden;
}
.fullrowimg {
	height: 500px;
	width: 100%;
}
.fullrowcol {
	width: 100%;
}
.fullrowimg .colImageHold {
	height: 500px;
}
.fullrowimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#section1, #featured {
	padding: 0 0;
}
.heroBg {
	width: 100%;
	height: 700px;
}
.footer {
	padding: 20px 0;
}
#fullbackperson {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	text-align: center;
	position: fixed;
	z-index: 100;
	display: none;
}
#fullperson {
	width: 800px;
	height: 400px;
	margin: 50px auto;
	background: #FFF;
	padding: 50px;
	border: 3px solid #95989A;
}
.personpopupinfo {
	display: none;
}
.persontile {
	display: inline-block;
	position: relative;
	margin-right: 3px;
	max-width: 49%;
	overflow: hidden;
}
.persontileoverlay {
	position: absolute;
	top: 0;
	width:calc(100% - 40px);
	height: calc(100% - 40px);
	display: none;
	background: rgba(255,255,255,0.85);
	text-align: center;
	padding: 20px;
	align-items: center;
	justify-content: center;
}
.persontile:hover .persontileoverlay {
	display: flex;
}
.persontileoverlaytexthold {
	display: block;
}
.persontileoverlay h1 {
	font-size: 20px;
	color: #2E2D2D;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
}
.persontileoverlay .jobtitle {
	padding-bottom: 30px;
}
.persontileoverlay a {
	padding: 10px 20px;
	border-radius: 6px;
	background: #00AE9E;
	border: 2px solid #00AE9E;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.personpopupleftcol {
	width: 33%;
	float:left;
	overflow: hidden;
	height: 100%;
}
.personpopupimghold {
	height: 100%;
}
.personpopupimghold img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.personpopuprightcol {
	width: calc(67% - 50px);
	float: right;
	text-align: left;
	position: relative;
	padding-left: 50px;
}
.personpopuprightcol h1 {
	text-transform: uppercase;
	color: #2E2D2D;
	padding: 20px 0 0 0 ;
}
.personpopuprightcol h2 {
	font-family: 'Taviraj', serif;
	font-size: 30px;
	padding-bottom: 20px;
}
#fullbackperson .rightexit, #fullbackperson .mobexit {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	font-size: 30px;
	color: #00AE9E;
}
#fullbackperson .mobexit {
	display: none;
}
.articleContentBody {
	/*min-height: 600px;*/
	min-height: 100%;
	padding: 50px;
	width: calc(66% - 100px);
}

.articles .firstcol33, .articles .firstcol33 img {
	height: 100%;
}
.articles .fullrowimghold {
	margin-bottom: -3px;
}
.articleContentBody h1 {
	color: #00AE9E;
	padding-bottom: 50px;
}
.articleContentBody .underline {
	margin-top: 50px;
}
.topsocial, .topcallmsg, .carttopmsg, .loggedintopmsg, .wishlistmsg {
	display: inline-block;
	color: #444;
}
.topsocial, .topcallmsg {
	display: inline-block;
}
.hero-content, .hero-content-sec {
	height: 500px;
	margin-top: -500px;
	position: relative;
	color: #FFF;
	padding: 0 15% 0 15%;
	width: 70%;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
}
.jgalleryholder {
	margin-left: 60px;

}
.jgalleryalb {

}
/*** MENU SETTINGS ***/
#logoholder {
	float: left;
	padding-top: 16px;
	padding-bottom: 15px;
	margin-left: 20px;
}
#logo img { /*set image width (50% of natural width if retina) */
	width: 340px;
}
#menu ul {
	list-style-type: none;
	padding: 0;
	float: right;
	/*margin: 15px 30px 0 0;*/
}

/*#menu li {
	float: left;
	display: inline;
	padding: 0 0 0 30px;
	line-height: 1;
}

#menu li a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding-bottom: 25px;
	display: block;
	overflow: hidden;
}
#menu li a:hover, #menu li .menuActiveState {
	color: #000;
}*/
.clearfix:after {
	display: block;
	clear: both;
}
#menu .topmenu {
	max-width: 1920px;
	display: inline-block;
	float: right;
	margin: 15px 30px 0 0;
}
#menu .topmenu li {
	float: left;
	display: inline-block;
	/*padding: 0 0 0 30px;*/
	line-height: 1;
}

#menu .topmenu li a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	/*padding-bottom: 22px;*/
	display: block;
	overflow: hidden;
	color: #00AE9E;
}
#menu .topmenu li a:hover, #menu .topmenu li .menuActiveState {
	color: #00AE9E;
}
.catmenu, .catmenutop {
	display: inline-block;
	position: relative;
}
.catmenu .sub-menu {
	position: absolute;
	background: #FFF;
	opacity: 0;
	z-index: -1;
	top: 100%;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	padding: 10px;
	text-align: left;
	width: calc(150% - 20px);
}
.catmenu:hover .sub-menu {
	opacity:1;
	z-index: 99999;
	visibility: visible;
}
.subcatmenuitem {
	display: block;
}
#menu .sub-menu li {
	font-size: 13px;
	border-bottom: 1px solid #CCC;
	width: 100%;
	padding: 0;
}
.shopdropimghold {
	float: left;
	padding: 10px 20px 0 10px;
}
.sub-menu:before {
	content:"";
	position: absolute;
	right: calc(70% - 10px);
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	z-index:9999;
}
.catmenu {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.02em;
	margin-right: 30px;
}
.catmenu a {
	padding: 48px 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catmenu a:hover {
	color: #dddddd;
}
.subcatmenuitem {
	margin-top: 30px;
	margin-left: 10px;
}
.subcatmenuitem a {
	display: block;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	border-radius: 6px;
}
.subcatmenuitem a:hover {
	/*background: #eaeaea;*/
	/*color: #000;*/
}
.subcatmenuitem a .fa-facebook, .subcatmenuitem a .fa-linkedin {
	padding: 10px 20px;
	color: #fff;
	background: #00AE9E;
	font-size: 20px;
}
.subcatmenuitem a .fa-linkedin {
	background: #8AD4CC;
}
.shopdroptextcontent {
	color: #000;
	padding: 20px;
}
.shopdroptextcontent p {
	font-size: 15px;
	font-weight: 700;
}
.shopdroptextcontent i {
	font-size: 10px;
	padding-left: 2px;
}
.menuTopBar {
	height: 0px; /*change this to make it work */
	margin-bottom: 0px; /*change this to make it work */
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuUnderline {
	height: 0; /*add styling here to make it work if required */
	margin-bottom: 0px; /*change this to make it work */
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuTitle {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 16px;
	font-weight: 400;
}
#menu li a .inactiveMenu:hover {
	color: #00AE9E;
}
#menu li a .inactiveMenu {
	color: #fff;
}
#menu li a .inactiveMenuTop {
	background: transparent;
}
#nav .showmenu {
	display: block;
}
.topcallmsg {
	display: inline-block;
}
/** Menu Search **/
#searchTopHolder {
	padding-left: 0px;
	width: auto;
	display: inline-block;
}
#searchfa {
	cursor: pointer;
}
#searchboxwrapper {
	position: absolute;
	text-align: center;
	width: 1000px;
	display: none;
}
#searchboxholder {
	float: right;
	background: #b4d6a0;
	padding: 10px 13px 11px 10px;
	border-radius: 5px;
	margin-top: 30px;
	display: none;
}
#searchboxholder2 {
	padding: 10px 13px 11px 10px;
	border-radius: 5px;
}
#searchbox, #searchbox2 {
	width: 50px;
	padding: 6px 4px;
	font-size: 14px;
	border: none;
}
#searchbox2 {
	width: 135px;
}
#searchbox, #searchbtn {
	display: none;
}
#searchbtn, #searchbtn2 {
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	background: #313131;
	color: #FFF;
	font-size: 12px;
	padding: 8px 15px 6px;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-mox-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 3px;
}
#searchbtn:hover {
	background: #515151;
}
#cancelsearch {
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-mox-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#cancelsearch:hover {
	color: #D00;
}
#menu #mobilesearchholder {
	display: none;
}
.about .aboutimg {
	height: 500px;
}
.about .firstcol33 .textcontent {
	padding: 50px;
	width: calc(100% - 100px);
}
.about .thirdcol33 .textcontent {
	padding: 50px 50px 50px 0;
	width: calc(100% - 50px);
}
.about .thirdcol33 {
	padding: 50px;
	width: calc(33% - 100px);
}
.our-services .firstcol33 .textcontent {
	width: calc(100% - 100px);
	padding: 50px;
}
.our-services .firstcol33 {
	width: 33%;
	padding: 0;
	height: auto;
}

/*** Cart and login bits ***/
#popupBlanket {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 9999;
	display: none;
}
#popupholder {
	width: 100%;
	height: 100%;
	text-align: center;
}
#loginbox, #createAccountBox {
	margin: 100px auto 0;
	background: rgba(255,255,255,1);
	border-radius: 5px;
	padding: 30px;
	width: 40%;
	display: none;
	min-width: 550px;
	max-width: 550px;
	overflow: hidden;
}
.exitholder {
	float: right;
	cursor: pointer;
}
.exitholder:hover {
	color: #F00;
}
.loginheader h1 {
}
.loginheader {
	font-size: 24px;
	text-align: left;
	padding: 10px 0 30px 0;
	float: left;
	width: 90%;
}
.logininput {
	width: 76%;
	padding: 10px;
	float: right;
	border: 1px solid #eaeaea;
	margin: 0 0 10px 0;
}
.inplbl {
	text-align: left;
	float: left;
	margin: 13px;
}
.reqaccbtn, .forgetpwdbtn, .loginbtn {
	padding: 13px 25px;
	margin: 10px 2px 0 2px;
	float: right;
	text-transform: uppercase;
	border: none;
	width: 32%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.reqaccbtn, .forgetpwdbtn {
	background-color: transparent;
	border: 1px solid #d5d5d5;
}
.reqaccbtn:hover, .forgetpwdbtn:hover {
	background-color: #d5d5d5;
	border: 1px solid #d5d5d5;
}
.loginbtn {
	background-color: #91AC6C;
	color: #ffffff;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.loginbtn:hover {
	background-color: #07101f;
}
.landingpagebtn {
	padding: 13px 50px;
	margin: 0;
	background-color: #091322;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 20px;
}
.landingpagebtn:hover {
	background-color: #91AC6C;
	color: #fff;
}
.continuelink {
	padding: 30px 0 10px 0;
	display: inline-block;
}
.continuelink:hover {
	color: rgba(7,16,31,0.6);
}
.loggedintopbar {
	position: relative;
	text-align: right;
	color: #000;
	z-index: 99;
	width: calc(100% - 200px);
	padding: 21px 0;
	border-bottom: none;
	margin-left: 120px;
}
.loggedintopmsg {
	display: inline-block;
}
.loggedintopbar p {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	text-align: right;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.loggedintopbar p a {
	border-bottom: none;
}
.loggedintopbar p a:hover {
	color: #05263D;
	border-bottom: none;
}
#carttopcontent {
	margin-left: 50px;
}
.carttopmsg {
	display: inline-block;
}
#carttopcontent .fa {
	font-size: 11px;
	vertical-align: text-top;
	padding-top: 3px;
	color: #0c3a4d;
}
.cartmsghighlight {
	font-weight: bold;
	color: #000;
}
#cartPopupHolder {
	text-align: center;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1045;
	display: none;
}
#cartPopup {
	border-radius: 0;
	margin: 0 auto;
	margin-top: 121px;
	border: 10px solid rgba(0, 0, 0, 0.3);
	width: 20%;
}
#cartPopupMsg {
	color: #07101F;
	font-weight:500;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	padding: 5%;
	max-width: 400px;
	background: #ffffff;
	padding: 10%;
}
#cartsection  {
	margin-top: 50px;
}
#cartsection h1 {
	padding: 0;
	margin: 0 5%;
	width: 90%;
}
#cartcontents, #cartbottom {
	width: 90%;
	padding: 5%;
	overflow: hidden;
}
.cart h1 {
	max-width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
	width: 90%;
	font-size: 21px;
	font-weight: 600;
	text-align: left;
	float: left;
}
.cartitem {
	padding: 30px;
	background: #efefef;
	margin-bottom: 5px;
}
.cartitemimg {
	display: inline-block;
}
#carttotalrow {
	padding: 40px 30px;
	text-align: right;
	background: #d4e3c0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
.cartitemtitle {
	width: 50%;
	display: inline-block;
	padding-right: 5%;
	line-height: 1.3em;
}
.cartnumhold {
	width: 5%;
	display: inline-block;
	vertical-align: baseline;
}
.cartitemnum {
	padding: 8px 0 9px 0;
	width: 80%;
	text-align: center;
	border: 1px solid #ccc;
}
.cartnumupdate {
	width: 20%;
	display: inline-block;
	vertical-align: baseline;
}
.cartnumupdatebtn, .cartnumremovebtn {
	padding: 8px 15px 9px 15px;
	margin-right: 3px;
	border: 1px solid #ccc;
	background-color: transparent;
	color: #999;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cartnumupdatebtn:hover, .cartnumremovebtn:hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.cartitemprice {
	width: 20%;
	display: inline-block;
	text-align: right;
	vertical-align: baseline;
}

.cartinplbl {
	text-transform: uppercase;
	font-weight: 400;
}
.carttextinp {

}
.carttextarea {

}
.cartsubmitbtn {

}
.cart #cart-body-content {
	padding: 0 5% 10% 0;
}
.productitem {
	width:24%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
	float: left;
}
.productimagehold, .productoverlay {
	height: 300px;
}
.productoverlay {
	background: rgba(255,255,255,0.7);
	margin-top: -300px;
	overflow: hidden;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.prodtitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.productimagehold img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
/*** Carousel settings ***/
#homeflex {
	width: 100%;
	overflow: hidden;
	margin-bottom: -6px;
}
.hero_overlay { /*used on home page only*/
	color: #FFF;
	height: 520px;
	margin-top: -330px;
	right: 0;
	text-align: center;
	font-size: 40px;
	z-index: 99;
	position: absolute;
}
.hero_overlay p {
	font-size: 60px;
	line-height: 1;
}
.overlayDivHolder {
	width: 100%;
	position: absolute;
	text-align: center;
}
.overlayDiv {
	position: relative;
	z-index: 500;
	text-align: center;
	padding-top: 95px;
}
.overlayTitle {
	color: #FFF;
	font-size: 34px;
	text-transform: uppercase;
	font-size: 40px;
}
.homeImgHolder {
	overflow: hidden;
	float: right;
}
.imgoverlay, .vidoverlay {
	position: absolute;
	background: rgba(0,0,0,.5);
	top: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 2px);
}
.vidoverlay {
	top: 175px;
	height: 400px;
}
.nativevidhold .hero_overlay {
	width: 100%;
	right: auto;
	margin-top: -225px;
}
.flex-direction-nav, .flex-direction-nav li, .flex-disabled {
	display: none;
}
.flex-active-slide {
	position: relative;
}
.prevslide, .nextslide {
	position: relative;
	z-index: 10;
	cursor: pointer;
	color: #f9f9f9;
	font-size: 30px;
	font-family: 'Wire One', sans-serif;
	opacity: 0.9;
	width: 40px;
	display: none;
	padding-top: 370px;
	padding-left: 20px;
}
.nextslide {
	right: 0;
	float: right;
	padding-right: 20px;
}
.prevslide:hover, .nextslide:hover {
	color: #FFF;
}
.flex-active-slide .homeImgHolder img {
	max-width: 100%;
	object-fit: cover;
}
/*** Section Aggregate Template ***/
#aggTop {
	padding: 30px 0;
}
#topAggItem {
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}
.aggSectionName {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 5px 0px 10px 0px;
}
.aggItemTitle {
	font-size: 42px;
	font-weight: 900;
	line-height: 1em;
}
.aggItemPreview {
	margin-top: 15px;
	font-size: 17px;
	color: #7b8486;
	font-weight: 300;
	line-height: 1.3em;
}
.pagination {
	padding: 5px 8px;
	margin-right: 5px;
	border: 1px solid #CCC;
	background: #f1f5f6;
	color: #888;
	display: inline-block;
}
.activePagination {
	border: 1px solid #FFF;
	color: #000;
	background: #ffffff;
}
#loadmorebtn {
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 1.5% 1%;
	border: 3px solid #000000;
	width: 20%;
	text-align: center;
	margin: 0 auto;
}
#loadmorebtn:hover {
	border-color: #697072;
	color: #697072;
}
/*** Tiles ***/
.tileImage {
	overflow: hidden;
}
.tileBottom {
	text-align: left;
	height: 100px;
	overflow: hidden;
	background: #FFF;
	margin-top: -2px;
	padding: 20px 20px 30px 0px;
}
.tileSectionName {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 10px 10px;
	display: inline-block;
	padding: 30px 0;
	color: #FFF;
	border-radius: 5px;
}
.tileBottom .tileSectionName { /*when in the bottom section (not overlaid) */
	margin-top: 0;
	margin-left: 0;
}
.tileName {
	font-size: 20px;
	font-weight: normal;
	margin-left: 30px;
	margin-right: 30px;
}
.tileBottom .tileName {
	margin-left: 0;
}
.tileOne {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
}
.tileTwo {
	overflow: hidden;
	float: left;
	width: 49%;
	margin: 20px 0 0 2%;
	position: relative;
}
.tileTwo:nth-of-type(2n) { /*items 0,2,4,6 etc - end of col */
	margin-right: 0;
}
.tileTwo:nth-of-type(2n+1) { /*items 1,3,5,7 etc - start of col */
	margin-left: 0;
}
.tileTwo .tileImage {

}
.tileTwo .tileBottom {

}
.tileTwo .tileSectionName {

}
.tileTwo .tileName {

}
.tileThree {
	overflow: hidden;
	float: left;
	width: 32%;
	margin: 20px 0 0 2%;
	position: relative;
}
.tileTwo .tileImage {

}
.tileTwo .tileBottom {

}
.tileTwo .tileSectionName {

}
.tileTwo .tileName {

}
.tileThree:nth-of-type(3n) { /*items 0,3,6 etc - end of col */
	margin-right: 0;
}
.tileThree:nth-of-type(3n+1) { /*items 1,4,7 etc - start of col */
	margin-left: 0;
}
.tileThree .tileImage {

}
.tileThree .tileBottom {

}
.tileThree .tileSectionName {

}
.tileThree .tileName {

}
.tileFour {
	overflow: hidden;
	float: left;
	width: 23.5%;
	margin: 20px 0 0px 2%;
	position: relative;
}
.tileFour:nth-of-type(4n) { /*items 0,4,8 etc - end of col */
	margin-right: 0;
}
.tileFour:nth-of-type(4n+1) { /*items 1,5,9 etc - start of col */
	margin-left: 0;
}
.tileFour .tileImage {

}
.tileFour .tileBottom {

}
.tileFour .tileSectionName {

}
.tileFour .tileName {

}
.tileFive {
	overflow: hidden;
	float: left;
	width: 18.4%;
	margin: 20px 0 0px 2%;
	position: relative;
}
.tileFive:nth-of-type(5n) { /*items 0,5,10 etc - end of col */
	margin-right: 0;
}
.tileFive:nth-of-type(5n+1) { /*items 1,6,11 etc - start of col */
	margin-left: 0;
}
.tileFive .tileImage {

}
.tileFive .tileBottom {

}
.tileFive .tileSectionName {

}
.tileFive .tileName {

}
.tileThree, .tileFour, .tileTwo, .tileFive, .tileOne {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.tileThree:hover, .tileFour:hover, .tileTwo:hover, .tileFive:hover {
	opacity: 0.7;
}
.tileItemOverlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	color: #FFF;
	position: absolute;
	opacity: 1;
}
.col-darkgrey .tileItemOverlay {
	background: rgba(46,46,46,0.85);
}
.col-darkgreen .tileItemOverlay {
	background: rgba(0,174,158,0.85);
}
.tileOne:hover .tileItemOverlay {
	background: rgba(0,174,158,0.85);
}
.col-darkgreen:hover .tileItemOverlay {
	background: rgba(46,46,46,0.85);
}
.linkedindets {
	width: 100%;
	text-align: left;
	margin-top: 10px;
	font-size: 30px;
}
.newTileLoadedFromAjax { /* keep this one last in tiles */
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.stdbtn {
	border: 2px solid #91D6CE;
	color: #FFF;
	border-radius: 6px;
	padding: 12px 20px;
	margin-right: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.stdbtn:hover {
	background: #91D6CE;
	color: #2E2D2D;
}
.revbtn {
	/*border: 2px solid #00AE9E;*/
	/*color: #000;*/
	/*border-radius: 2px;*/
}
.underline {
	width: 70%;
	margin: 15px 0 30px 0;
	height: 3px;
	background:#00AE9E;
}
/*.arrow-offset-top {*/
	/*margin-top: -50px;*/
	/*padding-top: 56px;*/
	/*z-index: 4;*/
	/*overflow: visible;*/
/*}*/
/*.arrow-offset-top .centremeinner {*/
	/*overflow: visible;*/
/*}*/
/*.arrow-offset-top .firstcol33 {*/
	/*overflow: visible;*/
/*}*/
/*.topcutout {*/
	/*height: 100px;*/
	/*background: #2E2D2D;*/
	/*width: 100%;*/
/*}*/
/*.arrow-top-white:after {*/
	/*bottom: 100%;*/
	/*left: 50%;*/
	/*border: solid transparent;*/
	/*height: 0;*/
	/*width: 0;*/
	/*position: absolute;*/
	/*border-color: rgba(136,183,213,0);*/
	/*border-bottom-color: #FFF;*/
	/*border-width: 0 140px 60px 140px;*/
	/*margin-left: -140px;*/
	/*content: " ";*/
	/*pointer-events: none;*/
	/*z-index: 5;*/
/*}*/
.home_person {
	text-align: center;
}
.home_person h1 {
	text-transform: uppercase;
	padding-bottom: 30px;
	text-align: left;
}
.home_person p {
	text-align: left;
}
.home_person .personimghold {
	padding-top: 60px;
}
.home_person .personimghold img {
	width: 100%;
	margin-top: 50px;
	height: 350px;
	object-fit: cover;
	margin-bottom: 50px;
}
.home_person .personBtn, .home_person .personBtn2 {
	text-align: center;
	padding: 12px 25px;
	border: 2px solid #2E2D2D;
	border-radius: 6px;
	margin-top: 50px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.home_person .personBtn:hover, .home_person .personBtn2:hover {
	background: #2E2D2D;
	color: #fff;
}
.home_person .personBtn2 {
	display: none;
}
.topcutoutleft {
	position: absolute;
	width: 100px;
	left: 0;
	top: 0;
	border-top: 80px solid #2E2D2D;
	border-right: 220px solid transparent;
}
.topcutoutright {
	position: absolute;
	width: 100px;
	right: 0;
	top: 0;
	border-top: 80px solid #2E2D2D;
	border-left: 220px solid transparent;
}
#aboutTopRow .centremeinner {
	display: flex;
}
#aboutTopRow .imgholder {
	position: relative;
	height: 100%;
}
#aboutTopRow .imgholder img {
	height: 100%;
}
#aboutTopRow .textcontent ul {
	padding-left: 30px;
	padding-top: 20px;
}
#aboutTopRow .seccol33 .textcontent h1, .greenarticletitle {
	padding-bottom: 0;
	text-transform: uppercase;
	width: 80%;
	color: #00AE9E;
}
#aboutTopRow .seccol33 .textcontent .underline, #aboutTopRow .thirdcol33 .textcontent .underline {
	width: 40%;
	margin-bottom: 30px;
}
#aboutTopRow .firstcol33 .textcontent h1 {
	color: #fff;
	padding-bottom: 0;
}
#aboutTopRow .thirdcol33 .textcontent h1 {
	color: #2E2D2D;
	padding-bottom: 0;
}

/*** Columns ***/
.colholder { /*will always be 100% - this is the row */
	width: 100%;
	overflow: hidden;
	display: flex;
}
.onecol {
	width: 100%;
}
.twocol {
	width: 50%;
	float: left;
	margin-right: 0%;
	/*	overflow: hidden;*/
	margin-bottom: -3px;
	position: relative;
	align-items: stretch;
}
.twocol:nth-of-type(2n) {
	margin-right: 0;
}
.twocol img, .threecol img, .fourcol img {
	/*	object-fit: cover;*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*	height: 400px;*/
}

.threecol {
	width: 33.3%;
	float: left;
	/*	margin-right: 2%;*/
}
.threecol:nth-of-type(3n) {
	/*	margin-right: 0;*/
	width: 33.4%;
}
.fourcol {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.fourcol:nth-of-type(4n) {
	margin-right: 0;
}
.sixcol {
	width: 15%;
	float: left;
	margin-right: 2%;
}
.sixcol:nth-of-type(6n) {
	margin-right: 0;
}
.eightcol {
	width: 12.15%;
	float: left;
	margin-right: 0.4%;
}
.eightcol:nth-of-type(8n) {
	margin-right: 0;
}
.eightcol .colItemPad {
	padding-right: 30px;
	padding-left: 30px;
}
.eightcol .colItemPad:nth-of-type(1) {
	padding-left: 40px;
}
.greenDivider {
	border-left: 2px dashed #00AE9E;
}
.colItem {
	position: relative;
	width: 100%;
}
.colItemBody {
	display: flex;
	align-items: center;
	height: 100%;
}
.content-flexhold, .hero-content-flexhold {
	width: 100%;
}
.colItemPad {
	padding: 0 40px;
}
.colItemBody h1 {
	font-size: 30px;
	margin-bottom: 10px;
}
.colbody p {
	font-size: 14px;
	line-height: 1.3;
}
.threecol .colItemBody {
	height: 360px;
	overflow: hidden;
}
.threecol .colItemPad {
	height: 280px;
}
.threecol .colDoubleHeight {
	height: 720px;
}
.moreinfbtn {
	color: #000;
	border: 1px solid #000;
	padding: 6px 10px;
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.colOverlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	background: rgba(0,0,0,0.5);
}
.colOverlay h1 {
	font-weight: normal;
	padding-top: 200px;
}
.opaqueoverlaybg {
	background: rgba(0,0,0,0.5);
}
.colImageHold {
	height: 100%;
	width: 100%;
}
.colImageHold img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/*** Forms settings ***/
#uploadBlanket {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	position: fixed;
	display: none;
}
#upload_div {
	margin: 100px auto;
	width: 400px;
	overflow: hidden;
	background: #FFF;
	padding: 10px 40px 40px;
}
#uploadsubmit, #uploadcancel {
	background: #B4D6A0;
	color: #FFF;
	padding: 10px 30px;
	cursor: pointer;
	border: none;
	margin-right: 20px;
}
#upload_div, #upload_target {
	display: none;
}
.former {
	text-align: left;
	padding: 0px;
	margin: 50px 0 80px 0;
}
.former .formSectionTitle {
	color: #FFF;
	line-height: 1.4;
	text-align: center;
	font-size: 14px;
	width: 94%;
}
.saver {
	width: calc(95% - 35px);
	border-radius: 5px;
	border: 2px solid #626262;
	padding: 0px 12px;
	font-size: 14px;
	background: #ffffff;
	height: 36px;
}
.cart .saver {
	margin: 10px 0;
}
#cartnotes {
	height: 200px;
}
.cartsubmitbtn {
	padding: 16px 40px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background: #91ac6c;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 50px;
}
.cartsubmitbtn:hover {
	background:#07101F;
}
.former select {
	width: calc(100% - 35px);
	margin-bottom: 10px;
}
.former .formSectionTitle {
	font-size: 14px;
	background: #b4d6a0;
	padding: 12px 10px;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 101%;
}
.former textarea {
	font-family: arial, sans-serif;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.inputlbl {
	color: #00AE9E;
	margin-bottom: 10px;
	margin-top: 25px;
	padding: 0px;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}
.reqtext {
	color: #8AD4CC;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	margin-left: 10px;
	font-weight: 400;
}
.addToCartBtn, .numItems {
	padding: 10px;
	text-transform: uppercase;
	border: none;
	background: #91AC6C;
	width: 50%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.addToCartBtn:hover {
	background-color: #6f8c47;
}
.numItems {
	background: #000;
	color: #fff;
	width: 50px;
	cursor: text;
}
.formImageFilename {
	display: none;
}
.submitter {
	font-size: 13px;
	letter-spacing: 1px;
	padding: 12px 24px;
	background: #2E2D2D;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
	color: #ffffff;
	margin-bottom: 40px;
	float: right;
	margin-right: 30px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.submitter:hover {
	background: #00AE9E;
}
.redborder {
	border: 1px solid #FF0000;
}
#uploadBtn, #chooseUploadBtn {
	padding: 16px 40px;
	background-color: #313131;
	color: #fff;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 3px;
}
/*** Article page ***/
.itemheadline {
	font-size: 30px;
	margin: 20px 0;
}
.article_div {
	padding: 20px 0 50px;
}
.article_div ul, .article_div ol {
	margin: 0 20px;
}
.articlebody {
	line-height: 1.6em;
}
.articlebody p, .articlebody li {
	font-size: 15px;
	line-height: 1.4;
}

.articlebody img {
	margin: 20px auto;
}
.article_area .centremeinner, .article_contentDiv .centremeinner {
	overflow: hidden;
}
.article_contentDiv {

}
.articlelhs {
	width: 69%;
	margin-left: 1%;
	float: left;
	overflow: hidden;
}
.articlerhs {
	width: 28%;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	float: right;
}
#relatedTiles {
	padding-top: 70px;
}
#relatedTiles h1 {
	font-size: 18px;
}
.article .parent-article-firstcol33 {
	width: 33.33%;
}
.article .parent-article-firstcol33 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/** Tags **/
#tagholder {
	margin-top: 20px;
}
.taghead {
	font-size: 12px;
	font-weight: bold;
}
.tagger {
	font-size: 11px;
	background: #F0F0F0;
	border: 1px solid #DDD;
	padding: 5px 10px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
}
.tagger:hover {
	background: #DDD;
}
.wid768 {
	width: 768px;
	margin: 0 auto;
}

.footer .threecol {
	font-size: 12px;
	padding-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.footer p {
	text-align: center;
}
.footerLogo img {
	width: 210px;
	float: left;
}
.footerMain, .footerBottom {
	/*width: 50%;*/
	float: left;
	height: 120px;
}
.footerMain p {
	text-align: left;
	font-size: 11px;
}
.footer .threecol .colItemPad {
	height: 100%;
}
/*.footerAddress p {*/
	/*font-size: 11px;*/
/*}*/
.smsflogo, .smsflogo img {
	width: 100px;
}
.smsflogo {
	padding-right: 20px;
}


/*** Social stuff ***/
.fb-comments, .fb-comments iframe[style], .fb-comments span {
	width: 90% !important;
}

/* image gallery (not inline Ace Gall) */
.gallerydiv, .galleryholder {
	overflow: hidden;
	position: relative;
}
.galleryholder {

}
.galimage {
	display: block;
	float: left;
	margin-left: 1%;
	width: 30%;
}
.galimage img {
	width: 100%;
	height: 100%;
}
.galimagebig {
	display: block;
	float: left;
	padding-left: 0px;
	z-index: 95;
	position: relative;
}
.gallerypage {
	display: block;
	float: none;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallerypage .galimage:nth-of-type(4), .gallerypage .galimage:nth-of-type(5) {
	margin-top: 6px;
}
.gallery_left_arrow, .gallery_right_arrow {
	height: 300px;
	position: absolute;
	z-index: 98;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);

}
.gallery_left_arrow:hover, .gallery_right_arrow:hover {
	background: rgba(0, 0, 0, 0.8);
}

.gallery_left_arrow {
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.gallery_right_arrow {
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.lrh {
	padding-top: 130px;
	display: block;
}

.galimage img, .galimagebig img {

}
.vis {
	opacity: 1;
}
.invis {
	opacity: 0;
}
/** inline gallery from Hanna (for Ace and TWA sites etc) ***/
.inlineGallery {
	overflow: hidden;
}
.wid-66 {
	width: 66.6%;
}
.wid-66 .colItemBody {

}
.wid-34 {
	width: 33.4%;
}
#mobilehamburger {
	display: none;
	position: absolute;
	top: 37px;
	right: 40px;
}
.nativevidhold video {
	object-fit: cover;
}
#aboutTopRow .seccol33 {
	width: calc(33% - 75px);
	padding: 50px 25px 50px 50px;
}
#aboutTopRow .thirdcol33 {
	width: calc(33% - 75px);
	padding: 50px 50px 50px 25px;
}
.linkedinfooter, .facebookfooter {
	width: 40px;
}
.contact #section1 .seccol67 .heroImgHolder {
	margin-bottom: -6px;
	height: 675px;
}
.mobileonly {
	display: none;
}

@media screen and (min-width: 1401px) {
	#section3 .seccol67 {
		padding: 100px;
		width: calc(67% - 200px);
	}
}

@media screen and (max-width: 1400px) {
	.centreme, #homewrap, .centremeinner, #header .centreme,
	#header-sticky .centreme, #moremenuhold {
		width: 100%;
	}
	.heroImgHolder {
		width: 100%;
		height: 650px;
	}
	.heroImgHolder img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.prevslide, .nextslide {
		padding-top: 300px;
	}
	#carttopcontent {
		text-align: right;
	}
	.vidoverlay {
		height: 300px;
	}
	#former .twocol, .twocol:nth-of-type(2n) {
		width: 100%;
	}
	#section1 .firstcol33, #section2 .firstcol33, .about .thirdcol33 {
		width: calc(40% - 100px);
	}
	#section1 .firstcol33 {
		padding-bottom: 100px;
	}
	#section3 .firstcol33, .contactFooter .twocol:nth-of-type(2n) {
		width: 40%;
	}
	#section1 .seccol67, #section2 .seccol67, .contactFooter .twocol, .about .firstcol66 {
		width: 60%;
	}
	#section3 .seccol67 {
		width: calc(60% - 100px)
	}
	.firstcol33 .textcontent h1 {
		font-size: 30px;
	}
	.home h4 {
		font-size: 16px;
	}
	.persontile {
		width: 49%;
	}
	.personimghold img {
		width: 100%;
	}
	.footer {
		padding: 40px 0 0 0;
	}
	.footerMain {
		padding-bottom: 40px;
	}
	.eightcol {
		width: 24.3%;
		float: left;
		margin-right: 0.7%;
	}
	.eightcol:nth-of-type(4n) {
		margin-right: 0;
	}
	.footerMain {
		height: 100%;
	}
	.footerMain .colholder {
		display: block;
	}
	.footerAddress {
		height: 100px;
		padding-bottom: 30px;
	}
	.greenDivider {
		margin: 20px 0;
		border-left: none;
		border-right: 2px dashed #00AE9E;
	}
	.eightcol:nth-of-type(7) {
		width: 120px;
		margin: auto;
	}
}

@media screen and (max-width: 1300px) {
	.centremeinner {
		display: block;
	}
	.article .centremeinner {
		display: flex;
	}
	#section1 .firstcol33, .about .thirdcol33 {
		width: calc(100% - 100px);
	}
	#section1 .firstcol33 {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.heroImgHolder {
		height: 500px;
	}
	.prevslide, .nextslide {
		padding-top: 230px;
	}
	.contactFooter .twocol:nth-of-type(2n) {
		width: 100%;
	}
	#section1 .seccol67, .contactFooter .twocol, .about .firstcol66 {
		width: 100%;
	}
	#section2 .firstcol33 {
		width: calc(100% - 100px);
	}
	#section2 .seccol67 {
		width: 100%;
	}
	#section3 .firstcol33 {
		width: 33%;
	}
	#section3 .seccol67 {
		width: calc(67% - 100px);
	}
	.firstcol33 .textcontent h1 {
		font-size: 40px;
	}
	.home_person .personimghold img {
		height: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.contactFooter .colholder {
		display: block;
	}
	.contactFooter .colholder iframe {
		height: 350px;
	}
	#logo img {
		width: 280px;
	}
	.catmenu {
		margin-right: 20px;
	}
	.catmenu a {
		padding: 32px 7px;
	}
	.menuTitle {
		font-size: 14px;
	}
	.subcatmenuitem {
		margin-top: 18px;
	}
	.subcatmenuitem a .fa-facebook, .subcatmenuitem a .fa-linkedin {
		padding: 8px 17px;
		font-size: 14px;
	}
	#headerPadding {
		height: 105px;
	}
	.homepersoncontent{
		float: left;
		width: calc(50% - 50px);
	}
	.personimghold {
		float: right;
		width: 100%;
	}
	.home_person .personimghold {
		width: calc(50% - 50px);
		padding-top: 0;
	}
	.home_person .personBtn {
		display: none;
	}
	.home_person .personBtn2 {
		display: inline-block;
		float: left;
	}
	.contact #section1 .firstcol33 {
		width: calc(100% - 60px);
	}
	.contact #section1 .seccol67 .heroImgHolder {
		height: 350px;
	}

}

@media screen and (max-width: 1199px) {  /*less than full width */
	.centreme, #homewrap, .centremeinner, #header .centreme, #header-sticky .centreme,
	#moremenuhold {
		width: 100%;
	}
	.galimage  {
		width: 29%;
		margin-right: 0;
		margin-left: 1%;
		overflow: hidden;
	}
	.galimagebig  {
		width: 40%;
		margin-right: 0;
		margin-left: 0;
		overflow: hidden;
	}
	.article_area {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.heroImgHolder {
		width: 100%;
		height: 500px;
	}
	.heroImgHolder img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.loggedintopbar {

	}
	.loggedintopbar p {
		color: #07101f;
	}
	.loggedintopbar p a:hover {
		color: #91ac6c;
	}
	#carttopcontent .fa {
		color: #91ac6c;
	}
	#carttopcontent {
		text-align: right;
	}
	.addToCartBtn, .numItems {
		width: 100%;
		padding: 13px 0;
		margin: 0 0 2px 0;
		text-align: center;
	}
	#aboutTopRow .centremeinner {
		display: block;
	}
	.our-services .firstcol33, #aboutTopRow .imgholder img {
		width: 100%;
		object-fit: cover;
	}
	.topcutoutleft, .topcutoutright {
		width: 400px;
	}
	.our-services .firstcol33 .textcontent {
		padding: 50px 50px 0 50px;
	}
	#aboutTopRow .imgholder {
		height: 500px;
	}
	#aboutTopRow .seccol33, #aboutTopRow .thirdcol33 {
		width: calc(50% - 75px);
	}
	.about .firstcol33 {
		width: 100%;
	}
	.about .seccol33, .about .thirdcol33 {
		width: calc(100% - 100px);
	}

}

@media screen and (max-width: 1000px) {  /*use for vertical_inset layout only */
	.centreme {
		width: 100%;
	}
	#menu .topmenu li {
		padding: 0;
	}
	.prevslide, .nextslide {
		padding-top: 160px;
	}
	.contactBlock .colholder {
		display: block;
	}
	 .contactBlock .twocol {
		width: 100%;
	}
	.contactBlock #former .twocol, .twocol:nth-of-type(2n) {
		width: 100%;
	}
	.contactText .colItemBody h1{
		margin-top: 50px;
	}
	.saver {
		width: calc(100% - 30px);
	}
	.former select {
		width: 100%;
	}
	.submitter {
		margin-right: 0;
	}
	#section3 .firstcol33 {
		width: 100%;
	}
	#section3 .firstcol33 .tileOne {
		width: 50%;
	}
	#section3 .seccol67 {
		width: calc(100% - 100px);
	}
	#aboutTopRow .seccol33, #aboutTopRow .thirdcol33 {
		width: calc(50% - 100px);
		padding: 50px;
	}
	.about .seccol33 .textcontent {
		padding: 0;
		width: 100%;
	}
	.persontile {
		width: 48%;
	}
	.heroImgHolder, .home_person .personimghold img, #aboutTopRow .imgholder {
		height: 350px;
		width: 100%;
		object-fit: cover;
	}
	#fullperson {
		width: calc(90% - 100px);
	}
	.topcutoutleft, .topcutoutright {
		width: 350px;
	}
	.fullrowimg .colImageHold, .fullrowimg {
		height: 350px;
	}
	.tileName {
		font-size: 16px;
	}


}

@media screen and (max-width: 959px) { /*tablet landscape*/
	.centreme, #homewrap, .centremeinner {
		width: 100%;
	}
	.centremeinner { /*use for padding override if required */

	}
	#homeflex .heroImgHolder {
		float: none;
	}
	#headerPadding {
		height: 98px;
	}
	#logo img {
		width: 250px;
	}
	#menu .topmenu {
		margin: 0;
	}
	#menu .topmenu li {
		width: 100%;
		margin: 0;
	}
	.subcatmenuitem a .fa-facebook, .subcatmenuitem a .fa-linkedin {
		display: none;
	}
	.catmenu a {
		padding: 10px 50px 20px;
	}
	#cartcontents {
		padding: 7% 5%;
	}
	.cartitemtitle {
		width: 100%;
		position: relative;
	}
	.cartnumhold {
		width: 20%;
		display: inline-block;
	}
	.cartnumupdate {
		width: 50%;
		padding-top: 20px;
	}
	.cartitemprice {
		vertical-align: baseline;
		width: 20%;
		padding-top: 30px;
		float: right;
	}
	.vidoverlay {
		top: 115px;
	}
	#mobilehamburger {
		font-size: 28px;
		color: #fff;
		z-index: 999;
		display: block;
	}
	#menu {
		display: none;
	}
	.catmenu {
		float: none;
		display: block;
		width: 100%;
	}
	#menu .topmenu {
		display: block;
		float: none;
		margin-top: 0;
	}
	#aboutTopRow .seccol33, #aboutTopRow .thirdcol33 {
		width: calc(100% - 100px);
		padding: 50px;
	}
	.persontile {
		width: calc(33% - 3px);
	}
	.personimghold {
		width: 100%;
	}
	.about .thirdcol33 .textcontent {
		padding-top: 0;
	}
	#aboutTopRow .seccol33 {
		padding-bottom: 0;
	}
	.articles .centreme {
		display: block;
	}
	.articles .firstcol33, .articles .firstcol33 img {
		height: 300px;
		width: 100%;
		object-fit: cover;
	}
	.articleContentBody {
		width: calc(100% - 100px);
	}
	.contact #section1 .seccol67 .heroImgHolder {
		height: 225px;
	}
	.article .parent-article-firstcol33 {
		width: 100%;
		height: 300px;
	}
	.article .parent-article-firstcol33 img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

}
@media screen and (max-width: 819px) {
	.menuTitle {
		font-size: 15px;
	}
	.eightcol {
		width: 100%;
		float: none;
		margin-right: 0%;
		padding-bottom: 30px;
		text-align: center;
		height: auto;
	}
	.eightcol:nth-of-type(4n) {
		margin-right: 0;
	}
	.footerLogo img {
		float: none;
		padding-top: 20px;
	}
	.footerMain p {
		text-align: center;
	}
	.footerMain, .footerBottom {
		height: 100%;
	}
	.eightcol:nth-of-type(7) {
		width: 100%;
	}
	.greenDivider {
		margin: 0;
	}
	.servicetilerow .wid33, .servicetilerow .wid66 {
		width: 100%;
	}
	.shape-twohigh, .shape-twowide, .shape-small {
		height: 100%;
	}
	.servicetilerow {
		margin-bottom: 0;
	}
	.personpopupleftcol, .personpopuprightcol {
		width: 100%;
	}
	#fullperson {
		overflow-y: auto;
		height: calc(100% - 200px);
	}
	#fullbackperson .rightexit {
		top: -380px;
		right: -30px;
	}
	.personpopupleftcol {
		height: 350px;
	}
	.homepersoncontent {
		width: 100%;
	}
	.personimghold {
		width: 100%;
		margin-top: 40px;
	}
	.home_person .personimghold {
		width: 100%;
		padding-top: 0;
	}
	.home_person .personBtn {
		display: inline-block;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.home_person .personBtn2 {
		display: none;
	}
	.tileImage img {
		min-width: 100%;
		min-height: 170px;
	}
	.tileSectionName {
		padding: 10px 0;
	}
}


@media screen and (max-width: 769px) { /*tablet portrait*/
	#logo {
		margin-left: 10px;
	}
	/* carousel */
	.homeImgHolder img, .flexslider img {
		width: 100%;
	}
	#homeflex .heroImgHolder {
		float: none;
	}
	/* Tiles */
	.tileImage {
		height: 170px;
		text-align: center;
		width: 100%;
	}
	.tileImageInner {
		width: 100%;
	}

	.tileBottom {

	}
	/*tileTwo stays as two column */
	.tileThree, .tileFour, .tileFive { /*becomes two column */
		width: 49%;
		height: 320px;
	}
	.tileThree:nth-of-type(1n), .tileFour:nth-of-type(1n), .tileFive:nth-of-type(1n) { /*override targets all tiles initially */
		margin-left: 1%;
		margin-right: 1%;
	}
	.tileThree:nth-of-type(2n), .tileFour:nth-of-type(2n), .tileFive:nth-of-type(2n) { /*items 0,2,4 etc - end of col */
		margin-right: 0;
	}
	.tileThree:nth-of-type(2n+1), .tileFour:nth-of-type(2n), .tileFive:nth-of-type(2n) { /*items 1,3,5 etc - start of col */
		margin-left: 0;
	}
	/* Columns */
	.fourcol { /*cuts down to 2col */
		width: 49%;
		margin-right:2%;
	}
	.fourcol:nth-of-type(2n) {
		margin-right: 0%;
	}
	/* article columns */
	.articlelhs {
		width: 98%;
		margin-right: 1%;
		float: none;
	}
	.articlerhs {
		width: 98%;
		margin-left: 1%;
		float: none;
	}
	.articlerhs .tileOne { /*effectively become tileTwo */
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.wid768 {
		width: 100%;
	}
	#carttopcontent {

	}
	#aboutTopRow .seccol33, #aboutTopRow .thirdcol33 {
		width: calc(100% - 100px);
	}
	/*.persontile {*/
		/*width: calc(33% - 2px);*/
	/*}*/
	.persontile {
		width: calc(50% - 6px);
	}
	.persontile .personimghold {
		margin-top: -3px;
	}
	.persontileoverlay {
		top:-3px;
	}
}

@media screen and (max-width: 640px) { /*mobile */
	/*h1, h2 {*/
		/*width: 90%;*/
		/*margin: 0 5%;*/
	/*}*/
	#headerPadding {
		height: 79px;
	}
	#logo {
		float: none;
		margin: 30px auto;
	}
	#logoholder {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#logo img {
		width: 220px;
	}
	#mobilehamburger {
		top: 27px;
		right: 30px;
	}
	#section1 .firstcol33, #section2 .firstcol33, .about .thirdcol33, #section3 .seccol67, .contactFooter .twocol:nth-of-type(2n) .colItemPad {
		width: calc(100% - 60px);
		padding: 60px 30px;
	}
	#section1 .firstcol33 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.prevslide, .nextslide {
		padding-top: 140px;
	}
	.firstcol33 .textcontent h1, .home_person h1, .homefeatarticle h2 {
		font-size: 30px;
	}
	.colItemBody h1 {
		font-size: 21px;
	}
	.home h4 {
		font-size: 15px;
		line-height: 1.3em;
		/*padding-bottom: 40px;*/
	}
	.heroImgHolder {
		height: 300px;
		width: 100%;
		object-fit: cover;
	}
	.home_person .personimghold img, #aboutTopRow .imgholder, .fullrowimghold img {
		height: 225px;
		width: 100%;
		object-fit: cover;
	}
	.fullrowimghold img {
		height: 350px;
	}
	.persontile {
		width: calc(50% - 3px);
	}

	/* Tiles */
	.tileTwo, .tileThree, .tileFour, .tileFive {
		width: 96%;
	}
	.tileTwo:nth-of-type(1n), .tileThree:nth-of-type(1n), .tileFour:nth-of-type(1n), .tileFive:nth-of-type(1n) { /*override targets all tiles initially */
		margin-left: 2%;
		margin-right: 2%;
	}
	/* Columns - all go to 1 column on mobile */
	.colholder {
		display: inherit; /*to overcome flex issue with wrapping columns on mobile */
	}
	.twocol, .threecol, .fourcol {
		width: 100%;
	}
	.twocol:nth-of-type(1n), .threecol:nth-of-type(1n), .fourcol:nth-of-type(1n) { /*override targets all tiles initially */
		margin-left: 0%;
		margin-right: 0%;
	}
	/* Forms */
	.former {
		text-align: left;
	}
	.former .formSectionTitle {
		color: #fff;
		line-height: 1.4em;
		text-align: center;
		font-size: 14px;
		width: 94%;
	}
	.submitter {
		margin-bottom: 20px;
		width: 100%;
	}
	/* article related */
	.articlerhs .tileOne { /*back to 1 tilecol */
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	/**Menu search**/
	#menu #mobilesearchholder {
		display: block;
	}
	#searchboxwrapper, #searchTopHolder {
		display: none;
	}
	.former .colItemBody {
		padding-top: 0;
		padding-bottom: 0;
	}
	.loggedintopbar {

	}
	#carttopcontent {
		font-size: 18px;
		margin: auto 0;
		text-align: center;
	}
	#carttopcontent .fa {
		font-size: 15px;
		padding-top: 3px;
		padding-right: 5px;
	}
	.cart #cart-body-content {
		padding: 0 5% 10% 0;
	}
	.cartsubmitbtn {
		width: 100%;
	}
	.vidoverlay {
		height: 200px;
	}
	.nativevidhold .hero_overlay {
		margin-top: -315px;
	}
	.centremeinner {
		display: block;
	}
	.firstcol33, .seccol33, .thirdcol33, .seccol67 {
		width: 100%;
		float: none;
	}
	.personimghold {
		text-align: center;
	}
	/*.contact td, .contactFooter td, .contact h3, .contactFooter h3 {*/
		/*width: 100%;*/
		/*padding-right: 0;*/
	/*}*/
	.contactFooter .colholder iframe {
		height: 400px;
	}
	#fullperson {
		width: calc(90% - 40px);
		padding: 20px;
		height: calc(100% - 140px);
	}
	#aboutTopRow .seccol33, #aboutTopRow .thirdcol33 {
		width: calc(100% - 60px);
		padding: 30px;
	}
	.about .thirdcol33 .textcontent {
		padding: 0 0 50px 0;
		width: 100%;
	}
	.servicetile h1 {
		font-size: 30px;
	}
	.topcutoutleft, .topcutoutright {
		display: none;
	}
	.our-services .firstcol33 .textcontent {
		padding: 60px 30px 40px 30px;
		width: calc(100% - 60px);
	}
	#aboutTopRow .seccol33 .textcontent h1 {
		font-size: 30px;
	}
	#fullbackperson .rightexit {
		display: none;
	}
	#fullbackperson .mobexit {
		display: block;
		top: 20px;
		right: 20px;
	}
	.contactFooter .twocol:nth-of-type(2n) .threecol .colItemPad {
		width: 100%;
	}
	.contactFooter .twocol:nth-of-type(2n) .threecol:nth-last-of-type(1n) .colItemPad, .contact .threecol .colItemPad {
		padding: 20px 0;
	}
	.contactFooter .twocol:nth-of-type(2n) .threecol:nth-of-type(3n), .contact .threecol:nth-of-type(3n) {
		width: 100%;
	}
	.contact h2, .contactFooter h2 {
		font-size: 25px;
	}
	.colItemPad {
		padding: 0 30px;
	}
	.personpopuprightcol h1 {
		font-size: 30px;
	}
	.personpopuprightcol h2 {
		font-size: 17px;
	}
	.articleContentBody {
		width: calc(100% - 60px);
		padding: 50px 30px;
	}
	.contact .threecol:nth-of-type(3n) .colItemPad {
		padding-bottom: 60px;
	}
	.greenarticletitle {
		padding-bottom: 20px;
	}
	.mobileonly {
		display: block;
	}
	.desktoponly {
		display: none;
	}
	.article .parent-article-firstcol33 {
		height: 225px;
		width: 100%;
	}
	.article .parent-article-firstcol33 img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 550px) {
	.persontile {
		width: 100%;
		max-width: 100%;
	}
	.personpopupleftcol {
		height: 200px;
	}
	.personpopuprightcol {
		 padding-bottom: 20px;
	 }
	.stdbtn {
		display: block;
		margin-bottom: 10px;
		text-align: center;
		width: calc(100% - 40px);
	}
	#section3 .firstcol33 .tileOne {
		width: 100%;
	}
	.articles .firstcol33, .articles .firstcol33 img {
		height: 225px;
	}

}

@media screen and (max-width: 450px) {
	.galimage, .galimagebig {
		width: 100%;
	}
	.gallerypage {
		position: relative;
	}
	.invis {
		display: block;
		opacity: 1;
	}
	.gallery_left_arrow, .gallery_right_arrow {
		display: none;
	}
	.galleryholder {
		height: auto;
	}
	.galimage img {
		width: 100%;
	}
	.vidoverlay {
		top: 95px;
	}
}