@charset "UTF-8";
/* CSS Document */
/***********************************************************RCSB**Structures***********************************************************************/
/**************************************************************************************************************************************************/
@font-face {
  font-family: 'SansationBold';
  src: url('../fonts/SansationBold.eot');
  src: local('SansationBold'), url('../fonts/SansationBold.woff') format('woff'), url('../templates/rcsbstructures/fonts/SansationBold.ttf') format('truetype');
}
@font-face {
  font-family: 'SansationLight';
  src: url('../fonts/SansationLight.eot');
  src: local('SansationLight'), url('..//fonts/SansationLight.woff') format('woff'), url('../fonts/SansationLight.ttf') format('truetype');
}
@font-face {
  font-family: 'SansationRegular';
  src: url('../fonts/SansationRegular.eot');
  src: local('SansationRegular'), url('../fonts/SansationRegular.woff') format('woff'), url('../fonts/SansationRegular.ttf') format('truetype');
}
:root {
  var-Heads: #3c3c3c;
  --Heads: #3c3c3c;
  var-SubHeads: #484848;
  --Sub-Heads: #484848;
  var-HighlightB: #2d3ab8;
  --HighlightB: #2d3ab8;
  var-HighlightY: #fcff00;
  --HighlightY: #fcff00;
  var-OurBrands: #eaaa00;
  --OurBrands: #eaaa00;
  var-OurBrands: #eaaa00;
  --OurBrands: #eaaa00;
	var-copy: #fff;
  --Copy: #fff;
	var-Logobg: #242021;
  --Logobg: #242021;
	
}
#outerWrapper {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
body {
  background-color:#151515;
}
#navWrapper {
  position: relative;
  width: 100%;
  padding: 20px 50px;
  clip-path: url(#CurveOuter);
  background-color: #000;
  height: 200px;
  z-index: 500;
}
#navOuter {
  filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 500;
}
#maincontent {
  max-width: 100%;
  margin: 40px 100px;
  padding: 40px 60px 60px 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,848484+49,333333+100 */
background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(132,132,132,1) 49%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(132,132,132,1) 49%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(132,132,132,1) 49%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}
#bottom .moduletable {
  max-width: 100%;
  margin: 40px 100px;
  padding: 40px 60px 60px 60px;
  background-color: #fff;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,848484+49,333333+100 */
background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(132,132,132,1) 49%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(132,132,132,1) 49%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(132,132,132,1) 49%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}
#footerWrapper {
  min-height: 300px;
  background-color: #000;
  position: relative;
  clip-path: url(#CurveInner);
  padding: 60px 100px;
}
#footerOuter {
  filter: drop-shadow(0px -3px 20px rgba(0, 0, 0, 0.5));
}
.item-page .item-image {
  margin: 0px -60px 40px;
height: 400px;
    overflow: hidden;
    position: relative;
}
.item-page .item-image img {
  width: 100%;
    position: absolute;
    top: -30%;
}
body.front .item-page .item-image {
  margin: 0px -60px 40px;
height: auto;
    overflow: hidden;
    position: relative;
}
body.front .item-page .item-image img {
  width: 100%;
    position: relative;
    top: -30%;
}
body.basements .item-page .item-image img {
    top: -90%;
}
.HPbox {
  border: #bbb solid 1px;
  background-color: #000;
  -webkit-box-shadow: 3px 3px 10px 1px rgb(0 0 0 / 20%);
  box-shadow: 3px 3px 10px 1px rgb(0 0 0 / 20%);
	background-color: var(--Logobg);
	background-color: var(Logobg);
}
.HPbox p.HPtext {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 150%;
  height: 75px;
  font-size: 16px;
}
.HPtext:after {
  content: "...";
}
.HPbox h2 {
  font-size: 20px;
	padding:20px;
	background-color:var(--Logobg);
	background-color:var(Logobg);
}
.HPtextblock {
  padding: 0px 20px 20px 20px;
}
.HPbox .btn-primary {
  margin: 20px auto;
}
.HPbox ul,.blockWrap ul, .item-page ul {
  list-style: none;
  padding-left: 0px;
}
.privacy-policy-cookies .item-page ul {
	list-style: disc;
	padding-left: 40px;
}
.HPbox ul li, .blockWrap ul li, .item-page ul li {
  position: relative;
  padding: 10px 0px 15px 46px;
  font-size: 18px;
}
.what-we-do .item-page ul {
	column-count:2;
}
.what-we-do .item-page ul li {
	font-size:14px;
}
.privacy-policy-cookies .item-page ul li {
	padding: 10px 0px 15px 10px;
}
.HPbox ul li:before, .blockWrap ul li:before, .item-page ul li:before {
  content:url("../images/list-logo.png");
  position: absolute;
  left: 0px;
  top: 5px;
}
.privacy-policy-cookies .item-page ul li:before {
	display:none;
}
.HPpanels {
	margin:20px -15px;
}
@media(max-width:1200px) {
	.HPbox .btn-primary {
    font-size: 12px;
}
	.HPbox h2 {
    font-size: 16px;
}
}
@media(max-width:991px) {
		.HPbox .btn-primary {
    font-size: 16px;
}
	.HPbox h2 {
    font-size: 20px;
}
	.HPbox {
    margin-bottom: 30px;
}
	#footerWrapper {
		text-align:center;
	}
	#fCentre {
		    padding: 40px;
	}
	.cw-social-mod-title-ar, ul.cw-social-mod-icons-cws-square {
    text-align: center !important;
}
	.item-page .item-image img {
    top: -0%;
}
}
@media(max-width:768px) {
	#maincontent {
  max-width: 100%;
  margin: 40px 10px;
  padding: 40px 20px 60px 20px;
}
	#bottom .moduletable {
  max-width: 100%;
  margin: 40px 10px;
  padding: 40px 20px 60px 20px;
  background-color: #fff;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,848484+49,333333+100 */
background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(132,132,132,1) 49%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(132,132,132,1) 49%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(132,132,132,1) 49%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}
}
/****************************************************************NAVIGATION***********************************************************************/
.dj-megamenu-wrapper {
  text-align: center;
    position: relative;
    width: 100%;
    float: left;
    height: 64px;
}
#dj-megamenu92.dj-megamenu {
  display: flex;
    padding-inline-start: 0px;
    flex-wrap: nowrap;
    justify-content: center;
	background: none;
}
.dj-megamenu-default li a.dj-up_a img {
  border: 0;
  max-height: 120px !important;
  vertical-align: middle;
	margin-top: -70px !important;
}
.dj-megamenu-default li a.dj-up_a span {
  height: auto !important;
  line-height: 100% !important;
}
.dj-megamenu-default li a.dj-up_a {
  border-right: 1px none #000 !important;
  border-left: 1px none #555 !important;
  font-family: 'SansationLight' !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  margin-top: 20px !important;
  padding: 5px 30px !important;
  position: relative;
	height:32px !important;
	border:none !important;
	outline:none;
}
.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a {
	background:none !important;
}
.dj-megamenu-default li.separator > a {
  cursor: default;
  margin-top: 0px !important;
}
.itemid114 img {
	margin-top:0px;
}
.itemid114 a:before, .itemid114 a:after {
	display:none;
}
.itemid114 a img {
margin-top: -70px;
}
#telephone {
  font-size: 24px;
  font-weight: 700;
}
#social {
}
#social .cw-social-mod-bookmark {
    margin-bottom: 10px;
    padding: 0px 5px 10px 5px;
}
.dj-megamenu-default li a.dj-up_a:hover:before, .dj-megamenu-default li.active a.dj-up_a:before {
  content: "(";
  font-size: 150%;
  color: var(--HighlightB);
  color: var(HighlightB);
  left: 15px;
  bottom: 7px;
  position: absolute;
  font-family: 'SansationBold';
}
.dj-megamenu-default li a.dj-up_a:hover:after, .dj-megamenu-default li.active a.dj-up_a:after {
  content: ")";
  font-size: 150%;
  color: var(--HighlightB);
  color: var(HighlightB);
  right: 15px;
  bottom: 7px;
  position: absolute;
  font-family: 'SansationBold';
}
.dj-megamenu-default li.separator a.dj-up_a:hover:after, .dj-megamenu-default li.separator a.dj-up_a:hover:before {
  display: none;
}
@media(max-width:1200px) {
	#telephone p {
		display:inline-flex;
		font-size:18px;
}
}
@media(max-width:991px) {
	#social {
		width: 120px;
    float: right;
    position: absolute;
    right: 40px;
    top: 75px;
	}
	#dtnav {
		display:block;
		width: auto;
    float: left;
		position: absolute;
    top: 70px;
	}
	.custom.telephoneNumber {
		display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	#telephone {
    text-align: center;
}
	#telephone p {
		display:inline-flex;
}
}
@media(max-width:768px) {
	#dtnav {
    top: 90px;
	}
	#social {
    top: 86px;
	}
}
/****************************************************************PAGES LAYOUT***********************************************************************/
.blockWrap {
	position:relative;
}
.blockWrap .cLeft, .blockWrap .cRight {
	width:50%;
	padding:40px;
	
}
.blockWrap .cLeft {
	float:left;
}
.blockWrap .cRight {
	float:right;
}
.what-we-do .blockWrap.structures .cRight {
	background-image:url("/images/gallery/TheAvenue/RC-The-Avenue-Main.jpg");
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: absolute;
    width: 50%;
    right: 0;
}
.what-we-do .blockWrap.basements .cLeft {
	background-image:url("/images/gallery/Selbourne/B-Selbourne-main.jpg");
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: absolute;
    width: 50%;
    left: 0;
}
.what-we-do .blockWrap.shellcore .cRight {
	background-image:url("/images/gallery/OldChurchStreet/SCOldChurchMain.jpg");
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: absolute;
    width: 50%;
    right: 0;
}
.what-we-do .blockWrap.groundworks .cLeft {
	background-image:url("/images/gallery/GW-Milestone-Lakes-Main.jpg");
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: absolute;
    width: 50%;
    left: 0;
}
.ba-goback .categories-description h3, .ba-goback .categories-description h2, .ba-goback .categories-description p {
	width:100% !important;
	float:none !important;
}
@media(max-width:768px) {
	.blockWrap .cLeft, .blockWrap .cRight {
	width:100%;
	padding:20px;
	
}
.blockWrap .cLeft {
	float:left;
}
.blockWrap .cRight {
	float:right;
}
}
/****************************************************************BANNER-HOME***********************************************************************/
#bannerWrapper {
  position: relative;
  margin-top: -40px;
  filter: drop-shadow(0px -3px 20px rgba(0, 0, 0, 0.5));
}
#bannerContent {
  position: relative;
  min-height: 600px;
  clip-path: url(#CurveBanner);
}
.bannerHome {
  background-image: url(/images/BGrovelandsMain.jpg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bannerContent {
  width: 80%; 
    position: relative;
    /* right: 40px; */
    /* bottom: 100px; */
    /* top: 200px; */
    margin: 200px auto 0px auto;
}
.bannerContent h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
}
.bannerContent h3 {
  color: #fff;
}
.section-icons {
  max-width: 80%;
  float: right;
}
@media(max-width:768px) {
	.bannerContent {
  width: 90%; 
    position: relative;
    margin: 100px auto 0px auto;
}
}
/****************************************************************FOOTER***********************************************************************/
#footerWrapper {
	color:#fff;
}