/* ----------------------------------------------------------------
	CSS Specific to the Construction Demo

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Styling of this Demo

	Version: 1.0
-----------------------------------------------------------------*/
/* -----------------------------------------
  Standards
 ------------------------------------------ */

br.xs-only {
	display: none;
}
br.xl-only {
	display: none;
}

.mobileIcons {
	display: none;
}
.mobileIcons + .mobileIcons {
	background-color: #fff;
	width: 40%;
	margin: 20px auto 0;
}
.inline-img li {
	display: inline-block !important;
}
.px50 {
	padding-right: 50px !important;
	padding-left: 50px !important;
}

.m0 {
  padding: 0px;
}

.m10 {
  padding: 10px;
}

.m20 {
  padding: 20px;
}

.m30 {
  padding: 30px;
}

.m40 {
  padding: 40px;
}

.m50 {
  padding: 50px;
}

.mt10 {
  margin-top: 10px;
}
.mt0 {
  margin-top: 0px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}

.p0 {
  padding: 0px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.pt0 {
  padding-top: 0px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}

.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.tac {
  text-align: center !important;
}

img {
  max-width: 100%;
  height: auto;
}

#top-bar {
	z-index: 1;
	background-color: #FFF;
}

.top-links li > a {
	font-weight: 400;
	font-size: 12px;
}
.visabilitynone{
	visibility:hidden;
}

.top-links ul ul a { font-size: 11px; }

.header-extras li {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #EEE;
}

.header-extras li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.sectionwrap h4{
	margin-bottom:0px;
	margin-top:15px;
}
.header-extras li i {
	margin-top: 0 !important;
	font-size: 36px !important;
}

.header-extras li .he-text {
	padding-left: 15px;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header-extras li .he-text span {
	font-weight: 600;
	text-transform: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}


#header { background-color: #F9F9F9; }

#header-wrap { background-color: #FFF; }


#primary-menu.style-2 > div > ul > li > a i { line-height: 57px; }


.device-sm #primary-menu i.icon-angle-down,
.device-xs #primary-menu i.icon-angle-down,
.device-xxs #primary-menu i.icon-angle-down { display: none !important; }


.lowercase { text-transform: lowercase !important; }


.slider-caption {
	background-color: rgba(255,255,255,0.7);
	border-radius: 2px;
	left: -25px;
	padding: 40px;
	max-width: 450px;
}

.slider-caption h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.slider-caption p {
	margin-bottom: 0;
	font-size: 18px;
}


.slider-caption.slider-caption-right {
	left: auto;
	right: -25px;
}


.dark .slider-caption {
	background-color: rgba(0,0,0,0.75)
}


.testimonial-full .testi-meta span { color: rgba(255,255,255,0.65); }



.iconlist.iconlist-large { font-size: 17px !important; }

.iconlist.iconlist-large li { margin: 8px 0 !important; }

.iconlist.iconlist-large li i { top: 0; }


.testimonial-full .testi-content p {
	font-style: normal;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 300;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.6 !important;
	margin-bottom: 40px;
}

.footer-big-contacts {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ddd;
	letter-spacing: 2px;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }
.lgrey {
	background-color: #fefefe;
	width: 100%;
	overflow: hidden;
}

.fbox-icon img {
    height: auto !important;
}

.btn-danger {
    background-color: #EC1C1C;
    border-color: #EC1C1C;
    color: #fff;
}

/* ----------------------------------------------------------------------------
	Helper CSS Classes
---------------------------------------------------------------------------- */

.font-body { font-family: 'Roboto', sans-serif !important; }

.font-primary { font-family: 'Source Sans Pro', sans-serif !important; }

.t300 { font-weight: 300 !important; }

.t400 { font-weight: 400 !important; }

.t500 { font-weight: 500 !important; }

.t600 { font-weight: 600 !important; }

.t700 { font-weight: 700 !important; }

.ls1 { letter-spacing: 1px !important; }

.ls2 { letter-spacing: 2px !important; }

.ls3 { letter-spacing: 3px !important; }

.ls4 { letter-spacing: 4px !important; }

.ls5 { letter-spacing: 5px !important; }

.noheight { height: 0 !important; }

.nolineheight { line-height: 0 !important; }


#primary-menu ul li .mega-menu-content.col-4 > div {
	width: 25%;
}

ol li {
	margin-left: 20px;
}

img.w50 {
	display: block;
	width: 50%;
	margin: 20px auto;
}

.bg444 {
	background-color: #444;
}

.testi-image i {
	background-color: #fc0;
	color: #fff;
	text-shadow: none;
}

.contactBlock {
	background-color: rgba(255,255,255,0.95);
	border-radius: 4px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	padding: 40px;
	position: relative;
	z-index: 10;
}

.footertop {
	display: block;
	width: 100%;
}
#contact .footertop {
	margin-top: -30px;
}
#footer {
	border-top: none;
}
div.stepsguide {
    width: 100%;
    height: auto;
}

.contactright {
	text-align: right;
}

.contactright > p {
    font-size: 16px;
    line-height: 32px;
}

.contactright > p > em {
    color: #EC0404;
    font-style: normal;
}

.contactright a {
    color: #555;
}
.contactright a:hover {
    color: #EC0404;
}

#yourmove {
	width: 100%;
	min-height: 60px;
	background-color: #eee;
	padding: 40px 0;
	position: relative;
}
#yourmove em {
	color: #EC0404;
	font-style: normal;
}
#yourmove h2 {
	margin: 0;
}
#google iframe {
	display: none;
}

.slidebox {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 6px;
    padding: 20px;
    position: absolute;
    right: 50px;
    top: 80px;
    z-index: 2147483647;
}

.ctabox {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	width: 500px;
    border-radius: 6px;
    padding: 30px 40px;
    position: absolute;
    right: 100px;
    top: 140px;
    z-index: 2147483647;
    text-align: right;
}
.ctabox img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.ctabox h2 {
	color: #c9302c;
	font-size: 26px;
	text-transform: uppercase;
}
.standard-logo, .carbon-neutral-logo {
	  display: inline-block !important;
}
img.mb40[title="Carbon Neutral"] {
	margin-top: 80px;
	margin-bottom: 150px;
}
img.mb40[title="Career Ready, Developing Young Workforce"] {
	margin-bottom: 150px;
}

/*--- Get a Quote ---*/
body.get-a-quote #content .promo {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

body.get-a-quote #content .postcontent {
	width: 100%;
	margin-right: 0;
}

body.get-a-quote #content .postcontent h1 {
	text-align: center;
	color: #EC0404;
	font-size: 46px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

body.get-a-quote #content .postcontent .tagline {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	width: 70%;
	margin: 0 auto 50px;
}

body.get-a-quote #content .postcontent .tagline p {
	margin-bottom: 10px;
}

body.get-a-quote #content .postcontent .InputfieldFormWidths {
	width: 70%;
	margin: 0 auto;
}

body.get-a-quote #content .postcontent .InputfieldContent input {
	border-radius: 0;
	box-shadow: none;
	font-size: 18px;
	padding: 25px 15px!important;
}

body.get-a-quote #content .postcontent .InputfieldSubmit button {
	width: 100%;
	border: none;
	border-radius: 0;
	background-color: #EC0404;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 15px;
	transition: all 0.2s ease-in-out;
}

body.get-a-quote #content .postcontent .InputfieldSubmit button:hover {
	background-color: #58585A;
}

body.get-a-quote #content .postcontent .InputfieldHeader {
	font-size: 16px;
}

body.get-a-quote #content .postcontent .second-action {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

body.get-a-quote #content .postcontent .second-action p {
	margin-bottom: 20px;
}

body.get-a-quote #content .postcontent .second-action a.secondary-button {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

body.get-a-quote #content .postcontent .second-action a.secondary-button:hover {
	background-color: #58585A;
}

body.get-a-quote #content .postcontent #badge-ribbon {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

body.get-a-quote #content .postcontent .widget {
	margin: 0 auto 30px;
}

body.get-a-quote #content .postcontent .widget .feature-box {
	width: 49%;
	display: inline-block;
}

body.get-a-quote #content .postcontent .gdpr-statement {
	width: 70%;
	margin: 30px auto 0;
	text-align: center;
}

body.get-a-quote #content .postcontent #carousel-widget {
	margin-top: 30px;
}


/*---------------- Media Queries ----------------------*/

@media(max-width: 767px){
	body.get-a-quote #header > .container,
	body.get-a-quote #top-bar {
		display: none;
	}
	body.get-a-quote #content .postcontent .second-action,
	body.get-a-quote #content .postcontent .InputfieldFormWidths,
	body.get-a-quote #content .postcontent .widget .feature-box,
	body.get-a-quote #content .postcontent .tagline {
		width: 100%;
	}
	body.get-a-quote #content .postcontent .second-action a.secondary-button {
		display: block;
		width: 100%;
	}
	body.get-a-quote #content .postcontent h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.topmargin-lg {
		margin-top: 30px !important;
	}
	.footer-big-contacts  {
		margin-top: 20px;
	}
	.footer-big-contacts a {
		font-size: 18px;
	}
	#footer #accreditations img {
		display: block;
		margin: 0 auto;
	}
	.testimonial-full .testi-content p {
		font-size: 16px;
	}
	.contactBlock {
		padding-left: 20px;
		padding-right: 20px;
	}
	#action button {
		width: 100%;
		margin-bottom: 20px;
	}
	#action {
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px #eee solid;
	}
	.sm-form-control {
		width: inherit;
	}
	#yourmove {
		text-align: center;
	}
	#yourmove h2 {
		margin-bottom: 20px;
	}
	#yourmove button.fright {
		float: none !important;
		width: 100%;
	}

	br.xs-only {
		display: block;
	}
}
@media(min-width: 768px){

}
@media(max-width: 991px){
	#referenceline img {
		margin-top: 20px;
	}
	.slidebox {
		right: 20px;
		top: 20px;
	}

	.ctabox {
	    padding: 20px 30px;
	    right: 100px;
	    top: 50px;
	}
}
@media(min-width: 992px){

}
@media(min-width: 1200px){

}
@media(min-width: 1800px){

	br.xl-only {
		display: block !important;
	}
}
@media (max-width:768px){
	
}
@media (max-width:768px){
	#feedbackform .row{
		max-width:400px !important;
	}
	#feedbackform .col-sm-6>.row{
		border-bottom: 1px solid #ccc;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	#logo img {
		height: auto !important;
	}
}
@media (max-width:480px){
	.mobileIcons {
		display: block !important;
	}
	#feedbackform .row{
		max-width:300px !important;
	}
	div.formpaginate{
		width:280px;
	}
	body.get-a-quote .container {
		width: 100%!important;
	}

}
@media (min-width:481px) and (max-width:640px) {
	.mobileIcons {
		display: block !important;
	}
}