/* 
	Master Stylesheet
	=================================
	DUSZA
------------------------------------------------------------------------------------------------------------ */
/*-------------------------------------------------------------------------LAYOUT
*/
html {
	box-sizing: border-box;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	font-family: "lato",sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #505050;
	height: 100%;
	font-size: 16px;
	background: #FFF;
	display: block;
}

p, a, h1, h2, h3, h4, h5, input, select, textarea, button, span, strong, li {
	font-weight: 500;
	font-family: "lato",sans-serif;
	color: #505050;
	text-decoration: none;
	font-style: normal;
}

h2 {
	font-weight: 700;
}

div#wrapper {
	height: auto;
	min-height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 120px;
	min-width: 1000px;
}

@media screen and (max-width: 960px) {
	div#wrapper {
	min-width: 100%;
	width: 100%;
	overflow: hidden;
	padding-bottom: 330px;
	}
}

.hidden {
	display: none !important;
}

/*-------------------------------------------------------------------------------------------------------HEADER
*/
div#header {
	width: 100%;
	height: 154px;
	background: url(../images/header-bg.png);
	display: block;
	padding: 20px 0;
	position: relative;
	z-index: 999;
}

@media screen and (max-width: 960px) {
	div#header {
	background: #FFF;
	padding: 0;
	height: auto;
	overflow: hidden;
	}
}

div#header div#access {
	display: none;
}

div#header div.header-body {
	display: block;
	width: 100%;
	max-width: 960px;
	margin: auto;
	height: 100%;
	position: relative;
}

@media screen and (max-width: 960px) {
	div#header div.header-body {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	max-width: 100%;
	background: url(../images/header-bg.png);
	height: 100px;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	}
}

div#header div.header-body h1.logo {
	height: 75%;
	width: 33%;
	display: inline-block;
	float: left;
}

@media screen and (max-width: 960px) {
	div#header div.header-body h1.logo {
	width: 65%;
	margin-left: 20px;
	padding: 20px 0;
	height: 100%;
	}
}

div#header div.header-body h1.logo a {
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
	background-position: center;
	height: 100%;
	width: 100%;
	display: inline-block;
}

@media screen and (max-width: 960px) {
	div#header div.header-body h1.logo a {
	background: url(../images/logo-mobile.png) no-repeat;
	background-position: left center;
	background-size: contain;
	}
}

div#header div.header-body h2.strapline {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-family: "myriad-pro",sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 1.1em;
}

@media screen and (max-width: 960px) {
	div#header div.header-body h2.strapline {
	display: none;
	}
}

div#header div.header-body div.trusted-by {
	width: 20%;
	height: 100%;
	display: inline-block;
	float: left;
	margin: 0 6.5%;
	position: relative;
}

@media screen and (max-width: 960px) {
	div#header div.header-body div.trusted-by {
	display: none;
	}
}

div#header div.header-body div.trusted-by p {
	color: #FFF;
	font-weight: 900;
	font-size: 1.12em;
	display: inline-block;
	width: 100%;
	text-align: center;
}

div#header div.header-body div.trusted-by div.header-accreditations {
	width: 100%;
	height: 100%;
}

div#header div.header-body div.trusted-by div.header-accreditations ul.slides {
	display: inline-block;
}

div#header div.header-body div.trusted-by div.header-accreditations ul.slides li {
	position: absolute;
	bottom: 6px;
	left: 0;
	display: none;
}

div#header div.header-body div.trusted-by div.header-accreditations ul.slides li img {
	width: 120%;
	height: auto;
	margin-left: -10%;
}

div#header div.header-body div.trusted-by div.header-accreditations ul.slides li:first-of-type {
	display: block;
}

div#header div.header-body div.trusted-by div.header-accreditations ul.links {
	display: none;
}

div#header div.header-body #mobile-nav {
	display: block;
	width: 40px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-right: 5%;
}

@media screen and (min-width: 960px) {
	div#header div.header-body #mobile-nav {
	display: none;
	}
}

div#header div.header-body #mobile-nav.open .burger {
	background: none;
}

div#header div.header-body #mobile-nav.open .burger:before, div#header div.header-body #mobile-nav.open .burger:after {
	top: 0;
}

div#header div.header-body #mobile-nav.open .burger:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div#header div.header-body #mobile-nav.open .burger:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

div#header div.header-body #mobile-nav.open .burger:before, div#header div.header-body #mobile-nav.open .burger:after {
	background: #FFF;
}

div#header div.header-body #mobile-nav:hover:not(.open) .burger:before {
	top: -15px;
}

div#header div.header-body #mobile-nav:hover:not(.open) .burger:after {
	top: 15px;
}

div#header div.header-body #mobile-nav:hover:not(.open) .burger, div#header div.header-body #mobile-nav:hover:not(.open) .burger:before, div#header div.header-body #mobile-nav:hover:not(.open) .burger:after {
	background: #FFF;
}

div#header div.header-body .burger, div#header div.header-body .burger:before, div#header div.header-body .burger:after {
	width: 40px;
	height: 6px;
	background: #FFF;
	transition: all 0.3s;
}

div#header div.header-body .burger {
	position: relative;
	margin: 12px auto 0;
}

div#header div.header-body .burger:before, div#header div.header-body .burger:after {
	content: "";
	position: absolute;
}

div#header div.header-body .burger:before {
	top: -12px;
}

div#header div.header-body .burger:after {
	top: 12px;
}

div#header div.header-body div.header-contact-desktop {
	width: 33%;
	display: inline-block;
	float: left;
	color: #FFF;
}

@media screen and (max-width: 960px) {
	div#header div.header-body div.header-contact-desktop {
	display: none;
	}
}

div#header div.header-body div.header-contact-desktop p {
	color: #FFF;
}

div#header div.header-body div.header-contact-desktop p a {
	color: #FFF;
}

div#header div.header-body div.header-contact-desktop p.header-phone {
	font-size: 2em;
	font-weight: 900;
	padding-left: 45px;
	background: url(../images/icons/phone.png) no-repeat;
	background-size: 35px;
	background-position: left top;
	color: #FFF;
}

div#header div.header-body div.header-contact-desktop p.header-phone.out-of-hours {
	font-size: 1.7em;
}

div#header div.header-body div.header-contact-desktop p.header-phone span {
	color: #FFF;
	font-size: 1em;
	font-weight: 900;
}

div#header div.header-body div.header-contact-desktop p.header-phone.out-of-hours span {
	font-weight: 700;
	font-size: 1.15em;
}

div#header div.header-body div.header-contact-desktop p.header-phone span.opening-times {
	display: block;
	clear: both;
	line-height: 1.8em;
	font-weight: 500;
	font-size: 0.56em;
}

div#header div.header-body div.header-contact-desktop p.header-phone span em {
	font-weight: 900;
	font-style: normal;
}

div#header div.header-body div.header-contact-desktop p.header-email {
	font-weight: 700;
	font-size: 1.38em;
	padding-left: 45px;
	background: url(../images/icons/email.png) no-repeat;
	background-size: 35px;
	background-position: left top;
	height: 40px;
	line-height: 35px;
	margin-top: 5px;
}

div#header div.header-body div.header-contact-desktop p.header-email.out-of-hours {
	background: none;
}

div#header div.header-body div.header-contact-desktop p.header-email a {
	font-weight: 700;
}

div#header .header-contact-mobile {
	display: none;
}

@media screen and (max-width: 960px) {
	div#header .header-contact-mobile {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
	}
}

div#header .header-contact-mobile p.header-phone-mobile a {
	width: 22%;
	height: 75px;
	margin-left: 1%;
	margin-top: 1%;
	display: none;
	display: inline-block;
	float: left;
	text-indent: -9999px;
	background: #0a438f url(../images/icons/phone.png) no-repeat;
	background-size: auto 60%;
	background-position: center;
}

div#header .header-contact-mobile p.header-email-mobile a {
	width: 22%;
	height: 75px;
	margin-left: 1%;
	margin-top: 1%;
	display: none;
	display: inline-block;
	float: left;
	text-indent: -9999px;
	background: #0a438f url(../images/icons/email.png) no-repeat;
	background-size: auto 60%;
	background-position: center;
}

div#header .header-contact-mobile p.free-survey-open.mobile,
div#header .header-contact-mobile .view_vacancies.mobile {
	width: 52%;
	margin-left: 1%;
	height: 75px;
	margin-top: 1%;
	display: inline-block;
	float: left;
	background: #ff7e1f;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 15px 20px;
}

@media screen and (max-width: 380px) {
	div#header .header-contact-mobile p.free-survey-open.mobile,
	div#header .header-contact-mobile .view_vacancies.mobile {
	font-size: 1em;
	padding: 17px 10px;
	}
	form#book-free-survey button {
	height: 37px !important;
	line-height: 37px !important;
	font-size: 1.1em !important;
	}
}

div#header .header-contact-mobile p.free-survey-open.mobile.open {
	position: relative;
}

div#header .header-contact-mobile p.free-survey-open.mobile.open:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	background: #ff7e1f;
	width: 100%;
	height: 5px;
}

div#nav-wrapper {
	width: 100%;
	background: #FFF;
	height: 74px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99999;
	border-bottom: 1px solid #0a438f;
}

@media screen and (max-width: 960px) {
	div#nav-wrapper {
	height: auto;
	overflow: hidden;
	border-bottom: none;
	}
}

div#nav-wrapper ul#nav {
	width: 960px;
	display: block;
	margin: auto;
	height: 100%;
}

@media screen and (max-width: 960px) {
	div#nav-wrapper ul#nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
	}
}

@media screen and (min-width: 960px) {
	div#nav-wrapper ul#nav {
	display: block !important;
	}
}

div#nav-wrapper ul#nav li {
	display: inline-block;
	float: left;
	text-align: center;
	height: 100%;
	width: 10.45%;
	display: table;
	position: relative;
}

div#nav-wrapper ul#nav li:last-child {
	width: 11.4%;
}

@media screen and (max-width: 960px) {
	div#nav-wrapper ul#nav li {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	}
}

div#nav-wrapper ul#nav li a {
	width: 100%;
	height: 100%;
	padding: 0 5px;
	display: table-cell;
	vertical-align: middle;
	color: #0a438f;
	font-size: 0.95em;
	transition: background 300ms;
}

@media screen and (max-width: 960px) {
	div#nav-wrapper ul#nav li a {
	text-align: left;
	padding: 15px 0;
	display: block;
	font-size: 1.2em;
	padding-left: 60px;
	line-height: 30px;
	position: relative;
	}
	div#nav-wrapper ul#nav li a:before {
	content: " ";
	background: url(../images/icons/point.png) no-repeat;
	background-position: center;
	background-size: 30px;
	width: 30px;
	height: 100%;
	position: absolute;
	left: 20px;
	top: 0;
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
	}
	div#nav-wrapper ul#nav li a.open:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	}
}

div#nav-wrapper ul#nav li ul {
	display: none;
	position: absolute;
	top: 74px;
	left: 0;
	width: auto;
	white-space: nowrap;
	height: auto;
	margin-left: 0;
	background: #FFF;
	padding: 0;
	z-index: 20;
	background: #569dfe;
}

@media screen and (max-width: 960px) {
	div#nav-wrapper ul#nav li ul {
	position: static;
	width: 100%;
	height: auto;
	background: #0a438f;
	overflow: hidden;
	margin-left: 0;
	}
}

div#nav-wrapper ul#nav li ul li {
	width: auto !important;
	min-width: 100% !important;
	height: auto !important;
	position: relative;
}

div#nav-wrapper ul#nav li ul li:after {
	width: 100%;
	width: calc(100% - 55px);
	height: 1px;
	content: "";
	background: #4788e2;
	position: absolute;
	top: 0;
	left: 0;
	left: calc(25px);
}

div#nav-wrapper ul#nav li ul li:first-of-type:after {
	display: none;
}

div#nav-wrapper ul#nav li ul li ul {
	display: none !important;
}

@media screen and (max-width: 960px) {
	div#nav-wrapper ul#nav li ul li {
	width: 100%;
	display: block;
	}
}

div#nav-wrapper ul#nav li ul li a {
	line-height: 55px;
	display: inline-block;
	width: auto;
	text-align: left;
	padding: 0 30px 0 60px;
	display: block;
	width: 100%;
	background: url(../images/icons/right-arrow.png) no-repeat;
	background-position: center left 25px;
	background-size: 20px;
	font-size: 0.9em;
	color: #FFF;
	transition: background 300ms;
}

@media screen and (max-width: 960px) {
	div#nav-wrapper ul#nav li ul li a {
		color: #FFF;
		font-size: 1.1em;
		padding: 15px 0;
		padding-left: 58px;
		padding-right: 5%;
		background: url(../images/icons/right-arrow.png) no-repeat;
		background-position: center left 25px;
		background-size: 20px;
		white-space: normal;
		line-height: 1.2;
	}
}

@media screen and (min-width: 960px) {
	div#nav-wrapper ul#nav li ul li a:hover {
	background-color: #438bee;
	}
}

div#nav-wrapper ul#nav > li:first-of-type {
	width: 5%;
	background: transparent;
	transition: background 300ms;
}

div#nav-wrapper ul#nav > li:first-of-type a.nav_home {
	text-indent: -9999px;
	background: url(../images/icons/home.png) no-repeat;
	background-size: 70% auto;
	background-position: center;
	transition: background 300ms;
}

div#nav-wrapper ul#nav > li:first-of-type a.nav_home.MN {
	background: url(../images/icons/MN-small.png) no-repeat;
	background-size: 70% auto;
	background-position: center;
	transition: background 300ms;
}

@media screen and (max-width: 960px) {
	div#nav-wrapper ul#nav > li:first-of-type {
	display: none;
	}
}

div#nav-wrapper ul#nav > li:first-of-type:hover {
	background: url(../images/nav-active.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

div#nav-wrapper ul#nav > li:last-of-type {
	background: #ff7e1f !important;
}

div#nav-wrapper ul#nav > li:last-of-type p,
div#nav-wrapper ul#nav > li:last-of-type a {
	color: #FFF !important;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	font-weight: 700 !important;
	cursor: pointer;
	line-height: 1.2;
	background: transparent !important;
	transition: background-image 300ms;
}

div#nav-wrapper ul#nav > li:last-of-type p.open {
	text-indent: -9999px;
	background-image: url(../images/icons/cross.png) !important;
	background-repeat: no-repeat !important;
	background-size: 30px !important;
	background-position: center !important;
}

@media screen and (max-width: 960px) {
	div#nav-wrapper ul#nav > li:last-of-type {
		display: none;
	}
}

@media screen and (min-width: 960px) {
	div#nav-wrapper ul#nav > li:hover > a:not(.view_vacancies):not(.nav_home) {
		background: url(../images/nav-active.png) no-repeat;
		background-position: center;
		background-size: 100% 100%;
		color: #0a438f !important;
		transition: background 300ms;
	}
}

div.free-survey {
	width: 100%;
	height: auto;
	background: #ff7e1f;
	position: absolute;
	top: 72px;
	left: 0;
	padding: 40px 0 50px 0;
	display: none;
	z-index: 15;
}

div.free-survey p {
	display: block;
	width: 960px;
	margin: auto;
	font-size: 1.6em;
	color: #FFF;
	margin-bottom: 10px;
}

div.free-survey p em, div.free-survey p a {
	font-style: normal;
	font-weight: 900;
	letter-spacing: 1px;
	color: #FFF;
}

@media screen and (max-width: 960px) {
	div.free-survey p {
	font-size: 1.4em;
	line-height: 1.3em;
	}
}

div.free-survey form {
	width: 960px;
	height: auto;
	display: block;
	margin: auto;
}

@media screen and (max-width: 960px) {
	div.free-survey {
	display: block;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	position: static;
	padding-top: 0;
	margin-top: 80px;
	border-top: 5px solid #FFF;
	}
	div.free-survey p {
	width: 90%;
	padding-top: 20px;
	}
	div.free-survey form#book-free-survey {
	width: 90%;
	height: auto;
	margin: auto;
	}
	div.free-survey form#book-free-survey ol li {
	display: block;
	width: 100%;
	padding: 0;
	}
	div.free-survey form#book-free-survey ol li input,
	div.free-survey form#book-free-survey ol li select {
	width: 100%;
	clear: right;
	max-width: 100%;
	}
	div.free-survey form#book-free-survey button {
	display: block;
	clear: both;
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	margin: 20px 0 30px !important;
	max-width: 100%;
	display: inline-block;
	background-size: 100% auto;
	}
}

@media screen and (min-width: 960px) {
	body#contact div#nav-wrapper ul#nav li a.nav_contact {
	background: #0a438f;
	color: #FFF !important;
	}
	body#heating-and-hot-water div#nav-wrapper ul#nav li a.nav_heating-and-hot-water {
	background: #0a438f;
	color: #FFF !important;
	}
	body#bathrooms-and-wet-rooms div#nav-wrapper ul#nav li a.nav_bathrooms-and-wet-rooms {
	background: #0a438f;
	color: #FFF !important;
	}
	body#same-day-response div#nav-wrapper ul#nav li a.nav_same-day-response {
	background: #0a438f;
	color: #FFF !important;
	}
	body#charges div#nav-wrapper ul#nav li a.nav_charges {
	background: #0a438f;
	color: #FFF !important;
	}
	body#guarantees div#nav-wrapper ul#nav li a.nav_guarantees {
	background: #0a438f;
	color: #FFF !important;
	}
	body#feedback div#nav-wrapper ul#nav li a.nav_feedback, body#customer-feedback div#nav-wrapper ul#nav li a.nav_feedback {
	background: #0a438f;
	color: #FFF !important;
	}
	body#about div#nav-wrapper ul#nav li a.nav_about, body#recruitment div#nav-wrapper ul#nav li a.nav_about {
	background: #0a438f;
	color: #FFF !important;
	}
	body#news div#nav-wrapper ul#nav li a.nav_news {
	background: #0a438f;
	color: #FFF !important;
	}
	body#bathroom-installation div#nav-wrapper ul#nav li a.nav_bathroom-installation {
	background: #0a438f;
	color: #FFF !important;
	}
}

/*-------------------------------------------------------------------------PAGES
*/
div#content div.carousel, div#content div.carousel-mobile {
	width: 100%;
	height: auto;
	display: block;
	white-space: nowrap;
	position: relative;
}

div#content div.carousel ul.slides, 
div#content div.carousel-mobile ul.slides {
	white-space: nowrap;
	width: 100%;
	height: 516px;
	position: relative;
	display: block;
	overflow: hidden;
}

div#content div.carousel-mobile ul.slides {
	height: 250px;
	height: calc(100vw * 0.657894737);
}

div#content div.carousel ul.slides li, div#content div.carousel-mobile ul.slides li {
	display: inline-block;
	float: left;
	white-space: nowrap;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

div#content div.carousel ul.slides li img, div#content div.carousel-mobile ul.slides li img {
	display: inline-block;
	float: left;
	white-space: nowrap;
	position: relative;
	height: 100%;
	width: auto;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (max-width: 960px) {
	div#content div.carousel ul.slides li img, div#content div.carousel-mobile ul.slides li img {
	height: auto;
	width: 100%;
	}
}

div#content div.carousel ul.slides li:first-of-type, div#content div.carousel-mobile ul.slides li:first-of-type {
	display: inline-block;
}

div#content div.carousel ul.links, div#content div.carousel-mobile ul.links {
	position: absolute;
	bottom: -40px;
	right: 5%;
	margin: auto;
	list-style: none;
	width: auto;
	height: 20px;
	width: auto;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
}

div#content div.carousel ul.links.loaded, 
div#content div.carousel-mobile ul.links.loaded{
	visibility: visible;
	opacity: 1;
	transition: opacity 300ms ease;
}

@media screen and (max-width: 960px) {
	div#content div.carousel ul.links, div#content div.carousel-mobile ul.links {
		display: none;
	}
}

div#content div.carousel ul.links li, div#content div.carousel-mobile ul.links li {
	list-style: none;
	display: inline-block;
	float: left;
	margin-right: 8px;
}

@media screen and (max-width: 1100px) {
	div#content div.carousel ul.links li, div#content div.carousel-mobile ul.links li {
	margin-right: 15px;
	}
}

div#content div.carousel ul.links li a, div#content div.carousel-mobile ul.links li a {
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	border: 3px solid #0a438f;
	display: inline-block;
	border-radius: 100px;
	transition: background 300ms;
}

@media screen and (max-width: 1100px) {
	div#content div.carousel ul.links li a, div#content div.carousel-mobile ul.links li a {
	width: 25px;
	height: 25px;
	}
}

div#content div.carousel ul.links li.active a, div#content div.carousel-mobile ul.links li.active a {
	background: #0a438f;
	transition: background 300ms;
}

div#content div.carousel ul.links li:last-of-type, div#content div.carousel-mobile ul.links li:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 960px) {
	div#content div.carousel {
	display: none;
	}
}

@media screen and (min-width: 960px) {
	div#content div.carousel-mobile {
	display: none;
	}
}

div#content div.page-top, div#content div.page-top-mobile {
	width: 100%;
	height: auto;
	display: block;
}

div#content div.page-top img, div#content div.page-top-mobile img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 960px) {
	div#content div.page-top {
	display: none;
	}
}

@media screen and (min-width: 960px) {
	div#content div.page-top-mobile {
	display: none;
	}
}

div#content div.page-body {
	padding: 50px 0 50px 0;
}

@media screen and (max-width: 960px) {
	div#content div.page-body {
	padding: 30px 0;
	}
}

div#content div.page-body div.content-body {
	width: 960px;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
}

@media screen and (max-width: 1000px) {
	div#content div.page-body div.content-body,
	body#unsupported div#content div.page {
	width: 100%;
	margin-left: 0;
	padding: 0 5%;
	}
}

div#content div.page-body div.content-body h1,
body#unsupported div#content div.page h1 {
	font-size: 2.5em;
	color: #0a438f;
	padding: 0 0 30px 0;
	font-weight: 900;
}

div#content div.page-body div.content-body h2,
body#unsupported div#content div.page h2 {
	font-size: 1.6em;
	font-weight: 900;
	color: #0a438f;
	padding-bottom: 15px;
	line-height: 1.3em;
}

div#content div.page-body div.content-body h3,
body#unsupported div#content div.page h3 {
	font-size: 1.6em;
	font-weight: 900;
	color: #0a438f;
	padding-bottom: 15px;
	line-height: 1.3em;
}

div#content div.page-body div.content-body h4,
body#unsupported div#content div.page h4 {
	font-weight: 900;
	color: #505050;
	padding: 5px 0 20px;
	line-height: 1.3em;
	color: #0a438f;
}

div#content div.page-body div.content-body h4 span {
	font-weight: 900;
}

div#content div.page-body div.content-body p,
body#unsupported div#content div.page p {
	line-height: 1.4em;
	font-size: 1em;
	color: #505050;
	margin-bottom: 20px;
}

div#content div.page-body div.content-body p.emph,
body#unsupported div#content div.page p.emph {
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.4em;
}

div#content div.page-body div.content-body strong,
body#unsupported div#content div.page strong {
	font-size: inherit;
	color: inherit;
	font-style: inherit;
	font-weight: bold;
}

div#content div.page-body div.content-body em,
body#unsupported div#content div.page em {
	font-size: inherit;
	color: inherit;
	font-style: italic;
	font-weight: inherit;
}

body#unsupported div#content div.page p {
	margin-bottom: 0;
}

div#content div.page-body div.content-body iframe {
	width: 100%;
	height: 540px;
	margin-bottom: 30px;
}

@media screen and (max-width: 960px)
{
	div#content div.page-body div.content-body iframe {
		height: 260px;
	}
}

div#content div.page-body div.content-body table {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
	div#content div.page-body div.content-body table {
	max-width: 100%;
	}
}

div#content div.page-body div.content-body table td, div#content div.page-body div.content-body table th {
	padding: 10px 20px;
	line-height: 1.3em;
	width: 50%;
	border: 1px solid #569dfe;
	vertical-align: middle;
}

div#content div.page-body div.content-body table td strong, div#content div.page-body div.content-body table th strong {
	font-weight: bold;
}

div#content div.page-body div.content-body table tr td:nth-of-type(1),
div#content div.page-body div.content-body table tr th:nth-of-type(1) {
	width: 42%;
}

div#content div.page-body div.content-body table tr td:nth-of-type(2),
div#content div.page-body div.content-body table tr th:nth-of-type(2) {
	width: 28%;
}

div#content div.page-body div.content-body table tr td:nth-of-type(3),
div#content div.page-body div.content-body table tr td:nth-of-type(4),
div#content div.page-body div.content-body table tr th:nth-of-type(3),
div#content div.page-body div.content-body table tr th:nth-of-type(4) {
	width: 15%;
}

div#content div.page-body div.content-body table tr td:nth-of-type(4),
div#content div.page-body div.content-body table tr th:nth-of-type(4) {
	font-weight: bold;
}

div#content div.page-body div.content-body img {
	float: left;
	width: auto;
	max-width: 45%;
	margin-right: 5%;
	margin-bottom: 15px;
}

div#content div.page-body div.content-body img.banner {
	max-width: 100%;
	display: block;
	margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
	div#content div.page-body div.content-body img {
	max-width: 100%;
	width: auto;
	margin-bottom: 20px;
	}
}

div#content div.page-body div.content-body ul,
div#content div.page-body div.content-body ol {
	padding-bottom: 20px;
}

div#content div.page-body div.content-body ol{
	counter-reset: list;
}

div#content div.page-body div.content-body ul li,
div#content div.page-body div.content-body ol li {
	padding-left: 18px;
	line-height: 1.6;
	position: relative;
	padding-bottom: 12px;
}

div#content div.page-body div.content-body ol li{
	padding-left: 30px;
}

div#content div.page-body div.content-body ul li:before,
div#content div.page-body div.content-body ol li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #0a438f;
	border-radius: 50%;
	font-size: 2em;
	display: inline-block;
	position: relative;
	margin-right: 8px;
	top: -2px;
}

div#content div.page-body div.content-body ol li:before{
	counter-increment: list;
	content: counter(list);
	background: none;
	display: inline-block;
	width: 20px;
	text-align: center;
	height: auto;
	font-size: 1em;
	font-weight: bold;
	margin-right: 8px;
	top: 0;
	color: #0a438f;
}

div#content div.page-body div.content-body ul li strong,
div#content div.page-body div.content-body ol li strong{
	font-weight: bold;
}

div#content div.page-body div.content-body form ol{
	padding-bottom: 0;
}

div#content div.page-body div.content-body form ol li{
	padding-left: 0;
	padding-bottom: 0;
	line-height: 1;
}

div#content div.page-body div.content-body form ol li:before{
	display: none;
}

div#content div.page-body div.content-body a,
body#unsupported div#content div.page a {
	color: #0a438f;
	font-weight: bold;
	font-style: inherit;
	font-size: inherit;
}

body#unsupported div#content div.page a {
	margin-top: 20px;
	display: inline-block;
}

@media screen and (max-width: 960px) {
	div#content div.page-body div.content-body a,
	body#unsupported div#content div.page a {
		text-decoration: underline;
	}
}

@media screen and (min-width: 960px) {
	div#content div.page-body div.content-body a:hover,
	body#unsupported div#content div.page a:hover {
		text-decoration: underline;
	}
}

div#content div.page-body div.content-body .apply-online,
div#content div.page-body div.content-body .email_us_application {
	display: inline-block;
	background: none;
	border: 1px solid #0a438f;
	color: #0a438f;
	padding: 10px 30px;
	border-radius: 3px;
	font-weight: 900;
	margin: 0 20px 5px 0;
	transition: all 300ms;
}

div#content div.page-body div.content-body .apply-online:hover,
div#content div.page-body div.content-body .email_us_application:hover {
	background: #0a438f;
	color: #FFF;
	transition: all 300ms;
	text-decoration: none;
}

@media screen and (max-width: 960px) {
	div#content div.page-body div.content-body h1 {
	font-size: 2em;
	}
}

div#content div.page-body div.content-body div.item {
	padding-bottom: 30px;
}

div#content div.page-body div.content-body div.item a.learn_more {
	padding: 10px 15px;
	border: 2px solid #0a438f;
	border-radius: 5px;
	text-align: center;
	color: #0a438f;
	display: inline-block;
	transition: all 300ms;
}

div#content div.page-body div.content-body div.item a.learn_more:hover {
	color: #FFF;
	background: #0a438f;
	text-decoration: none;
	transition: all 300ms;
}

div#content div.page-body div.content-body div.item.vacancy {
	width: 47.5%;
	display: inline-block;
	float: left;
	margin-right: 5%;
	background: #0a438f;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 50px;
	color: #FFF;
	height: 380px;
}

@media screen and (max-width: 800px) {
	div#content div.page-body div.content-body div.item.vacancy {
	height: auto;
	width: 100%;
	margin: 0 0 30px 0 !important;
	}
}

div#content div.page-body div.content-body div.item.vacancy p,
div#content div.page-body div.content-body div.item.vacancy h2,
div#content div.page-body div.content-body div.item.vacancy h3,
div#content div.page-body div.content-body div.item.vacancy h4,
div#content div.page-body div.content-body div.item.vacancy h4 span,
div#content div.page-body div.content-body div.item.vacancy li {
	color: #FFF;
}

div#content div.page-body div.content-body div.item.vacancy a {
	background: #FFF;
	border: none;
	margin-top: 20px;
}

div#content div.page-body div.content-body div.item.vacancy a:hover {
	background: #569dfe;
}

div#content div.page-body div.content-body div.item.vacancy ul {
	padding-bottom: 10px;
}

div#content div.page-body div.content-body div.item.vacancy p {
	margin-bottom: 10px;
}

div#content div.page-body div.content-body div.item.vacancy h2 {
	padding-bottom: 10px;
}

div#content div.page-body div.content-body div.item.vacancy h4 {
	padding-bottom: 5px;
}

div#content div.page-body div.content-body div.item.vacancy h4:last-of-type {
	padding-bottom: 20px;
}

div#content div.page-body div.content-body div.item.vacancy:nth-of-type(2n) {
	margin-right: 0;
}

div#content div.page-body div.content-body div.item.vacancy:first-of-type {
	margin-top: 20px;
}

div#content div.page-body div.content-body div.item.vacancy:nth-of-type(2) {
	margin-top: 20px;
}

body#recruitment div#content div.page-body div.content-body h3,
body#recruitment div#content div.page-body div.content-body p {
	clear: left;
	display: block;
}

body#recruitment div#content div.page-body div.content-body p:last-of-type:not(.emph) {
	margin-bottom: 50px;
}

body#recruitment div#content div.page-body div.content-body div.vacancy p:last-of-type {
	margin-bottom: 10px;
}

div#content div.page-body div.content-body div.item.vacancy:last-of-type {
	clear: right;
}

div#content div.page-body div.content-body div.column-50 {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 0 20px;
}

div#content div.page-body div.content-body div.column-50:first-of-type {
	padding-left: 0;
	padding-top: 30px;
}

div#content div.page-body div.content-body div.column-50:nth-of-type(2) {
	padding-top: 30px;
}

div#content div.page-body div.content-body div.column-50:nth-of-type(2n+1) {
	clear: left;
}

div#content div.page-body div.content-body div.column-50:last-of-type {
	padding-right: 0;
}

@media screen and (max-width: 960px) {
	div#content div.page-body div.content-body div.column-50 {
		width: 100%;
		display: block;
		padding: 0;
	}
}

div#content div.page-body div.content-body h2.contact-block-info {
	font-size: 1.56em;
	padding: 30px 0 50px 0;
}

div#content div.page-body div.content-body h2.contact-block-info a, div#content div.page-body div.content-body h2.contact-block-info em {
	font-style: normal;
	font-weight: 900;
	transition: color 300ms;
}

div#content div.page-body div.content-body h2.contact-block-info a:hover {
	color: #0a438f;
	transition: color 300ms;
}

@media screen and (max-width: 960px) {
	div#content div.page-body div.content-body h2.contact-block-info {
		font-size: 1.2em;
	}
}

div#content div.page-body div.content-body a.page_download {
	line-height: 60px;
	padding-left: 60px;
	clear: both;
	display: block;
	width: auto;
	font-weight: 700;
	opacity: 0.8;
	transition: opacity 300ms;
}

div#content div.page-body div.content-body a.page_download br {
	display: none;
}

div#content div.page-body div.content-body a.page_download strong {
	display: none;
}

div#content div.page-body div.content-body a.page_download.pdf {
	background: url(../images/icons/PDF.png) no-repeat;
	background-size: 45px;
	background-position: left center;
}

div#content div.page-body div.content-body a.page_download.word {
	background: url(../images/icons/word.png) no-repeat;
	background-size: 45px;
	background-position: left center;
}

div#content div.page-body div.content-body a.page_download.excel {
	background: url(../images/icons/excel.png) no-repeat;
	background-size: 45px;
	background-position: left center;
}

div#content div.page-body div.content-body a.page_download.powerpoint {
	background: url(../images/icons/powerpoint.png) no-repeat;
	background-size: 45px;
	background-position: left center;
}

div#content div.page-body div.content-body a.page_download:hover {
	opacity: 1;
	transition: opacity 300ms;
}

div#content div.page-body.home-page-body {
	padding: 70px 0 40px 0;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.home-page-body {
	padding: 30px 0;
	}
}

div#content div.page-body.home-page-body .home-page-content {
	display: inline;
	float: left;
	width: 100%;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.home-page-body .home-page-content {
	width: 100%;
	margin-left: 0;
	}
}

div#content div.page-body.home-page-body .home-page-content img {
	display: inline-block;
	float: left;
	width: 100%;
	max-width: 47.5%;
	margin-right: 5%;
}

div#content div.page-body.home-page-body .home-page-content h1 {
	display: none;
}

div#content div.page-body.home-page-body .home-page-content h3,
div#content div.page-body.home-page-body .home-page-content h4,
div#content div.page-body.home-page-body .home-page-content p {
	font-weight: 500;
}

div#content div.page-body.home-page-body .home-page-content h2 {
	font-size: 2em;
	color: #0a438f;
	line-height: 1.45em;
	padding-bottom: 20px;
}

div#content div.page-body.home-page-body .home-page-content h2 strong {
	font-style: normal;
	font-weight: 900;
	color: #0a438f;
}

div#content div.page-body.home-page-body .home-page-content h3 {
	font-size: 1.125em;
	line-height: 1.4em;
	color: #505050;
	padding-bottom: 20px;
	font-weight: 500;
}

div#content div.page-body.home-page-body .home-page-content h3 strong {
	font-style: normal;
	font-weight: 700;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.home-page-body .home-page-content h3 {
	font-size: 1em;
	}
}

div#content div.page-body.home-page-body .home-page-content p a {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #0a438f;
	border-radius: 5px;
	text-align: center;
	color: #0a438f;
	width: auto;
	transition: all 300ms;
	margin-top: 20px;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.home-page-body .home-page-content p a {
		min-width: 100%;
		text-align: center;
	}
}

div#content div.page-body.home-page-body .home-page-content p a:hover {
	color: #FFF;
	background: #0a438f;
	text-decoration: none;
	transition: all 300ms;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.home-page-body .home-page-content h2 {
	font-size: 1.9em;
	line-height: 1.3em;
	}
	div#content div.page-body.home-page-body .home-page-content h3 {
	font-size: 1.1em;
	}
}

div#content div.page-body.contact-page-body h2 {
	padding-bottom: 0 !important;
}

div#content div.page-body.contact-page-body iframe.google-map {
	width: 100%;
	height: 350px;
	margin-top: 55px;
	margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.contact-page-body iframe.google-map {
	height: 250px;
	}
}

div#content div.page-body.contact-page-body div.column-50 h3 {
	font-weight: 900;
	font-size: 1em;
	color: #0a438f;
	padding: 15px 0;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.contact-page-body div.column-50 h3 {
	font-size: 0.8em;
	}
}

div#content div.page-body.contact-page-body div.column-50 a {
	color: #0a438f;
	text-decoration: underline;
}

div#content div.page-body.contact-page-body div.column-50 > div.column-50 {
	padding: 0 10px;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.contact-page-body div.column-50 > div.column-50 {
	width: 50%;
	display: block;
	padding: 0;
	}
	div#content div.page-body.contact-page-body div.column-50 > div.column-50:first-of-type {
	position: relative;
	padding-bottom: 140px;
	}
}

div#content div.page-body.contact-page-body div.column-50 p,
div#content div.page-body.contact-page-body div.column-50 a,
div#content div.page-body.brochure-page-body div.column-50 p,
div#content div.page-body.brochure-page-body div.column-50 a {
	line-height: 1.6em;
	margin-bottom: 0;
}

div#content div.page-body.contact-page-body div.column-50 p span,
div#content div.page-body.contact-page-body div.column-50 a span {
	display: block;
	font-size: 0.8em;
	font-style: italic;
	margin-top: -4px;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.contact-page-body div.column-50 p, div#content div.page-body.contact-page-body div.column-50 a {
	font-size: 0.8em;
	}
}

div#content div.page-body.contact-page-body div.column-50 p.address {
	margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.contact-page-body div.column-50 p.address {
	margin-bottom: 15px;
	}
}

div#content div.page-body.contact-page-body div.column-50 div.social-links {
	margin-top: 20px;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.contact-page-body div.column-50 div.social-links {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200%;
	text-align: center;
	}
}

div#content div.page-body.contact-page-body div.column-50 div.social-links a.facebook {
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	display: inline-block;
	margin-right: 5px;
}

div#content div.page-body.contact-page-body div.column-50 div.social-links a.facebook.lazy-bg-loaded{
	background-image: url(../images/icons/facebook.png);
}

div#content div.page-body.contact-page-body div.column-50 div.social-links a.twitter {
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	display: inline-block;
	margin-right: 5px;
}

div#content div.page-body.contact-page-body div.column-50 div.social-links a.twitter.lazy-bg-loaded{
	background-image: url(../images/icons/twitter.png);
}

div#content div.page-body.contact-page-body div.column-50 div.social-links a.linked-in {
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	display: inline-block;
	margin-right: 5px;
}

div#content div.page-body.contact-page-body div.column-50 div.social-links a.linked-in.lazy-bg-loaded{
	background-image: url(../images/icons/linkedIn.png);
}

div#content div.page-body.contact-page-body div.column-50 div.social-links a.google-plus {
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	display: inline-block;
	margin-right: 5px;
}

div#content div.page-body.contact-page-body div.column-50 div.social-links a.google-plus.lazy-bg-loaded{
	background-image: url(../images/icons/googlePlus.png);
}

@media screen and (max-width: 960px) {
	div#content div.page-body.contact-page-body div.column-50 div.social-links a {
	width: 60px !important;
	height: 60px !important;
	}
}

div#content div.page-body.testimonial-page-body div.testimonial {
	margin-bottom: 20px;
	display: inline-block;
	clear: right;
}

div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-content {
	padding: 20px 30px;
	background: #569dfe;
	border-radius: 30px;
	position: relative;
}

div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-content p {
	color: #FFF;
	line-height: 1.4em;
	font-style: italic;
	margin-bottom: 0;
}

div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-content p:before {
	content: "\201C";
}

div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-content p:after {
	content: "\201D";
}

div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-content:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 55px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #569dfe;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-content:after {
	left: 30px;
	}
}

div#content div.page-body.testimonial-page-body div.testimonial img.testimonial-thumbnail {
	width: 25%;
	height: auto;
	display: inline-block;
	float: left;
	margin-left: 4%;
	margin-top: 30px;
	border-radius: 100px;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.testimonial-page-body div.testimonial img.testimonial-thumbnail {
	width: 25%;
	}
}

div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-aside {
	display: inline-block;
	float: left;
	margin-top: 40px;
	padding-left: 20px;
}

div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-aside p.testimonial-author {
	color: #0a438f;
	font-weight: 700;
	font-size: 1.125em;
	margin-bottom: 10px;
}

div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-aside p.testimonial-author span {
	font-weight: 500;
	color: #505050;
}

div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-aside img.testimonial-rating {
	width: 250px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
	div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-aside img.testimonial-rating {
	width: 150px;
	}
}

div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-aside a {
	padding: 10px 15px;
	border: 2px solid #0a438f;
	border-radius: 5px;
	text-align: center;
	color: #0a438f;
	display: block;
	transition: all 300ms;
}

div#content div.page-body.testimonial-page-body div.testimonial div.testimonial-aside a:hover {
	color: #FFF;
	background: #0a438f;
	transition: all 300ms;
}

div#content div.page-body.complaints-page-body div.content-body div.column-50 {
	padding-top: 0;
}

div#content div.page-body.vacancy-application-body div.content-body div.column-50 {
	padding-top: 0;
}

div#content div.why-choose-us-body {
	width: 960px;
	display: block;
	margin: auto;
	padding: 50px 0 30px 0;
	clear: both;
	overflow: hidden;
}

div#content div.why-choose-us-body h2 {
	font-size: 2em;
	padding-bottom: 50px;
	color: #0a438f;
}

div#content div.why-choose-us-body h2 em {
	font-style: normal;
	font-weight: 900;
}

div#content div.why-choose-us-body div.why-choose-us {
	width: 50%;
	display: inline-block;
	float: left;
}

div#content div.why-choose-us-body div.why-choose-us div {
	padding-bottom: 20px;
}

div#content div.why-choose-us-body div.why-choose-us div img {
	display: inline-block;
	float: left;
	width: 20%;
	height: auto;
}

@media screen and (max-width: 960px) {
	div#content div.why-choose-us-body div.why-choose-us div img {
	width: 25%;
	}
}

@media screen and (max-width: 420px) {
	div#content div.why-choose-us-body div.why-choose-us div img {
	width: 50%;
	margin: 0 auto 30px auto;
	float: none;
	display: block;
	}
	div#content div.why-choose-us-body div.why-choose-us div div.content h3 {
	text-align: center;
	}
	div#content div.why-choose-us-body h2 {
	padding-bottom: 30px;
	}
	body#home div#wrapper div#container div#content div.page div.why-choose-us-body div.why-choose-us div div.content {
	padding-left: 0;
	}
	div#content div.why-choose-us-body div.why-choose-us div div.content p {
	text-align: center;
	}
	body#home div#wrapper div#container div#content div.page div.why-choose-us-body div.why-choose-us div div.content {
	width: 100% !important;
	padding-bottom: 30px;
	}
	body#home div#wrapper div#container div#content div.page div.page-body.home-page-body div.content-body div.home-page-content img {
	width: 100%;
	max-width: 100% !important;
	}
}

div#content div.why-choose-us-body div.why-choose-us div div.content {
	width: 80%;
	height: auto;
	padding-left: 20px;
	display: inline-block;
}

@media screen and (max-width: 960px) {
	div#content div.why-choose-us-body div.why-choose-us div div.content {
	width: 75%;
	padding-left: 10px;
	}
}

div#content div.why-choose-us-body div.why-choose-us div div.content h3 {
	color: #505050;
	font-size: 1.4em;
	padding-bottom: 10px;
	font-weight: 700;
}

@media screen and (max-width: 960px) {
	div#content div.why-choose-us-body div.why-choose-us div div.content h3 {
	line-height: 1.2em;
	}
}

div#content div.why-choose-us-body div.why-choose-us div div.content p {
	line-height: 1.4em;
}

div#content div.why-choose-us-body div.why-choose-us-testimonial {
	display: inline-block;
	float: left;
	width: 100%;
	position: relative;
}

@media screen and (max-width: 960px) {
	div#content div.why-choose-us-body div.why-choose-us-testimonial {
	width: 100%;
	top: 0;
	position: static;
	margin-left: 0;
	}
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-content {
	padding: 20px 30px;
	background: #569dfe;
	border-radius: 30px;
	position: relative;
	width: 70%;
	float: left;
	min-height: 218px;
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-content p {
	color: #FFF;
	line-height: 1.4em;
	font-style: italic;
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-content p:before {
	content: "\201C";
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-content p:after {
	content: "\201D";
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-content:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 40%;
	right: -20px;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	border-left: 20px solid #569dfe;
}

@media screen and (max-width: 960px) {
	div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-content:after {
	left: 30px;
	}
}

div#content div.why-choose-us-body div.why-choose-us-testimonial img.testimonial-thumbnail {
	width: 20%;
	height: auto;
	display: inline-block;
	float: left;
	margin-left: 5%;
	margin-top: 30px;
	border-radius: 100px;
}

@media screen and (max-width: 960px) {
	div#content div.why-choose-us-body div.why-choose-us-testimonial img.testimonial-thumbnail {
	width: 25%;
	}
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-aside {
	display: inline-block;
	float: left;
	padding-left: 40px;
	text-align: center;
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 70%;
	margin: auto 0;
	height: 85px;
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-aside p.testimonial-author {
	color: #0a438f;
	font-weight: 700;
	font-size: 1.125em;
	width: 100%;
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-aside p.testimonial-author span {
	font-weight: 500;
	color: #505050;
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-aside img.testimonial-rating {
	width: 210px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
	float: none;
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-aside a {
	padding: 10px 15px;
	border: 2px solid #0a438f;
	border-radius: 5px;
	text-align: center;
	color: #0a438f;
	display: block;
	transition: all 300ms;
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-aside a:hover {
	color: #FFF;
	background: #0a438f;
	transition: all 300ms;
}

div#content div.why-choose-us-body div.why-choose-us-testimonial img:not(.testimonial-thumbnail) {
	width: 100%;
	height: auto;
}

div#content div.page div.why-choose-us-body.testimonials div.why-choose-us {
	width: 100%;
}

div#content .download-brochure {
	width: 960px;
	display: block;
	margin: auto;
	margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
	div#content .download-brochure {
	display: none;
	}
}

div#content .download-brochure img {
	width: 100%;
	height: auto;
}

div#content div.book-free-survey-wrapper {
	width: 100%;
	display: block;
	background: #ff7e1f;
	clear: both;
	margin-top: 10px;
}

div#content div.book-free-survey-wrapper div.book-free-survey-body {
	width: 960px;
	height: auto;
	display: block;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
}

@media screen and (max-width: 960px) {
	div#content div.book-free-survey-wrapper div.book-free-survey-body {
	width: 100%;
	padding: 30px 5%;
	text-align: center;
	}
}

div#content div.book-free-survey-wrapper div.book-free-survey-body h2 {
	font-size: 2em;
	padding: 0 0 20px 0;
	color: #FFF;
}

@media screen and (max-width: 960px) {
	div#content div.book-free-survey-wrapper div.book-free-survey-body h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	padding-bottom: 10px;
	}
}

div#content div.book-free-survey-wrapper div.book-free-survey-body h2 em {
	font-style: normal;
	font-weight: 900;
}

div#content div.book-free-survey-wrapper div.book-free-survey-body p.free-survey-open {
	width: 308px;
	height: 45px;
	line-height: 45px;
	background: url(../images/survey-form-button.png);
	font-size: 1.4em;
	color: #ff7e1f;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-top: 8px;
	transition: background 300ms;
}

@media screen and (max-width: 960px) {
	div#content div.book-free-survey-wrapper div.book-free-survey-body p.free-survey-open {
	width: 100%;
	background-size: 110%;
	border-radius: 2px;
	background-position: center;
	}
}

div#content div.book-free-survey-wrapper div.book-free-survey-body p.free-survey-open:hover {
	background: url(../images/survey-form-button-hover.png);
	transition: background 300ms;
}

div#content div.book-free-survey-wrapper div.book-free-survey-body p:not(.free-survey-open) {
	display: inline-block;
	float: left;
	color: #FFF;
	font-size: 1.375em;
	padding-left: 20px;
	line-height: 1.4em;
}

div#content div.book-free-survey-wrapper div.book-free-survey-body p:not(.free-survey-open) em, 
div#content div.book-free-survey-wrapper div.book-free-survey-body p:not(.free-survey-open) a {
	font-style: normal;
	font-weight: 900;
	color: #FFF;
}

div#content div.book-free-survey-wrapper div.book-free-survey-body p:not(.free-survey-open) span {
	font-size: 0.72em;
	color: #FFF;
	display: inline-block;
	margin-left: 10px;
}

@media screen and (max-width: 960px) {
	div#content div.book-free-survey-wrapper div.book-free-survey-body p:not(.free-survey-open) {
		margin-top: 20px;
		padding: 0;
		font-size: 1.2em;
		float: none;
	}

	div#content div.book-free-survey-wrapper div.book-free-survey-body p:not(.free-survey-open) em, 
	div#content div.book-free-survey-wrapper div.book-free-survey-body p:not(.free-survey-open) a {
		white-space: nowrap;
	}

	div#content div.book-free-survey-wrapper div.book-free-survey-body p:not(.free-survey-open) span {
		margin-left: 0;
		font-size: 0.8em;
	}
}

div#content div.approved-installers-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #569dfe;
	margin-top: 20px;
}

div#content div.approved-installers-wrapper div.approved-installers-body {
	width: 960px;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
	padding: 50px 0;
}

@media screen and (max-width: 960px) {
	div#content div.approved-installers-wrapper div.approved-installers-body {
	width: 100%;
	padding: 10px 5% 30px 5%;
	}
}

div#content div.approved-installers-wrapper div.approved-installers-body p {
	color: #FFF;
	display: inline-block;
	float: left;
	width: 18%;
	line-height: 60px;
}

@media screen and (max-width: 960px) {
	div#content div.approved-installers-wrapper div.approved-installers-body p {
	width: 100%;
	display: block;
	font-size: 1.4em;
	text-align: center;
	}
}

div#content div.approved-installers-wrapper div.approved-installers-body p em {
	font-style: normal;
	font-weight: 900;
}

div#content div.approved-installers-wrapper div.approved-installers-body div.next-approved {
	width: 8%;
	height: 60px;
	display: inline-block;
	float: left;
	background: url(../images/icons/right-arrow.png) no-repeat;
	background-position: center;
	background-size: 30px;
	cursor: pointer;
}

@media screen and (max-width: 960px) {
	div#content div.approved-installers-wrapper div.approved-installers-body div.next-approved {
	height: 80px;
	width: 10%;
	}
}

div#content div.approved-installers-wrapper div.approved-installers-body div.next-approved.disabled {
	background: none;
	cursor: default;
}

div#content div.approved-installers-wrapper div.approved-installers-body div.previous-approved {
	width: 8%;
	height: 60px;
	display: inline-block;
	float: left;
	background: url(../images/icons/left-arrow.png) no-repeat;
	background-position: center;
	background-size: 30px;
	cursor: pointer;
}

@media screen and (max-width: 960px) {
	div#content div.approved-installers-wrapper div.approved-installers-body div.previous-approved {
		height: 80px;
		width: 10%;
	}
}

div#content div.approved-installers-wrapper div.approved-installers-body div.previous-approved.disabled {
	background: none;
	cursor: default;
}

div#content div.approved-installers-wrapper div.approved-installers-body div.approved-installers {
	width: 65%;
	display: inline-block;
	float: left;
	height: 60px;
	overflow: hidden;
}

div#content div.approved-installers-wrapper div.approved-installers-body div.approved-installers ul {
	display: block;
	float: left;
	width: auto;
	height: 60px;
	white-space: nowrap;
	position: relative;
}

@media screen and (max-width: 960px) {
	div#content div.approved-installers-wrapper div.approved-installers-body div.approved-installers ul {
	height: auto;
	}
}

div#content div.approved-installers-wrapper div.approved-installers-body div.approved-installers ul li {
	display: inline;
	white-space: nowrap;
}

div#content div.approved-installers-wrapper div.approved-installers-body div.approved-installers ul li img {
	height: 40px;
	width: auto;
	margin-right: 30px;
	display: inline;
	white-space: nowrap;
	margin-top: 10px;
}

@media screen and (max-width: 960px) {
	div#content div.approved-installers-wrapper div.approved-installers-body div.approved-installers ul li img {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	}
}

div#content div.approved-installers-wrapper div.approved-installers-body div.approved-installers ul.links {
	display: none;
}

@media screen and (max-width: 960px) {
	div#content div.approved-installers-wrapper div.approved-installers-body div.approved-installers {
	padding: 0;
	height: auto;
	width: 80%;
	}
}

div#content div.solutions {
	display: block;
	width: 960px;
	margin: auto;
	padding: 60px 0;
	height: auto;
	overflow: hidden;
	text-align: center;
}

@media screen and (max-width: 960px) {
	div#content div.solutions {
	width: 100%;
	padding: 30px 20px;
	}
}

div#content div.solutions h2 {
	font-size: 2em;
	color: #0a438f;
	padding-bottom: 50px;
	text-transform: capitalize;
	text-align: center;
}

div#content div.solutions h2 em {
	font-style: normal;
	font-weight: 900;
	color: #0a438f;
}

@media screen and (max-width: 960px) {
	div#content div.solutions h2 {
		font-size: 1.9em;
		line-height: 1.3em;
		padding-bottom: 30px;
		text-align: center;
	}
}

div#content div.solutions div.solution {
	width: 25%;
	display: inline-block;
	/*float: left;*/
	list-style: none;
	padding: 0 15px;
	height: auto;
	overflow: hidden;
}

@media screen and (max-width: 960px) {
	div#content div.solutions div.solution {
	width: 100%;
	}
}

div#content div.solutions div.solution img {
	width: 100px;
	height: auto;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
	div#content div.solutions div.solution img {
	width: 120px;
	}
}

div#content div.solutions div.solution h3 {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 700;
	padding-bottom: 15px;
}

div#content div.solutions div.solution p {
	text-align: center;
	line-height: 1.4em;
	height: 200px;
}

@media screen and (max-width: 960px) {
	div#content div.solutions div.solution p {
	width: 100%;
	height: auto;
	}
}

div#content div.solutions div.solution a {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #0a438f;
	border-radius: 5px;
	text-align: center;
	color: #0a438f;
	width: auto;
	transition: all 300ms;
	margin: auto;
	/*margin-top: 20px;*/
	/*position: relative;*/
	/*left: 50%;*/
	/*-webkit-transform: translate(-50%, 0);*/
	/*transform: translate(-50%, 0);*/
}

@media screen and (max-width: 960px) {
	div#content div.solutions div.solution a {
	margin: 20px 0 30px 0;
	}
}

div#content div.solutions div.solution:first-of-type h3 {
	color: #f1933c;
}

div#content div.solutions div.solution:first-of-type a {
	color: #f1933c;
	border: 2px solid #f1933c;
}

div#content div.solutions div.solution:first-of-type a:hover {
	color: #FFF;
	background: #f1933c;
}

div#content div.solutions div.solution:nth-of-type(2) h3 {
	color: #14b6d7;
}

div#content div.solutions div.solution:nth-of-type(2) a {
	color: #14b6d7;
	border: 2px solid #14b6d7;
}

div#content div.solutions div.solution:nth-of-type(2) a:hover {
	color: #FFF;
	background: #14b6d7;
}

div#content div.solutions div.solution:nth-of-type(3) h3 {
	color: #3c3c3b;
}

div#content div.solutions div.solution:nth-of-type(3) a {
	color: #3c3c3b;
	border: 2px solid #3c3c3b;
}

div#content div.solutions div.solution:nth-of-type(3) a:hover {
	color: #FFF;
	background: #3c3c3b;
}

div#content div.solutions div.solution:nth-of-type(4) h3 {
	color: #4fa633;
}

div#content div.solutions div.solution:nth-of-type(4) a {
	color: #4fa633;
	border: 2px solid #4fa633;
}

div#content div.solutions div.solution:nth-of-type(4) a:hover {
	color: #FFF;
	background: #4fa633;
}

div#content div.accreditations-wrapper {
	width: 100%;
	height: auto;
	display: block;
	height: auto;
	background: #354083;
	overflow: hidden;
	margin-bottom: -6px;
}

@media screen and (max-width: 960px) {
	div#content div.accreditations-wrapper {
	padding: 10px 5% 20px 5%;
	}
}

div#content div.accreditations-wrapper h2 {
	color: #FFF;
	display: inline-block;
	float: left;
	width: 18%;
	line-height: 1.4;
	width: 100%;
	display: block;
	font-size: 1.3em;
	text-align: center;
	font-weight: 300;
	padding: 10px 0 16px;
}

div#content div.accreditations-wrapper h2 em {
	font-style: normal;
	font-weight: 900;
}

@media screen and (min-width: 960px) {
	div#content div.accreditations-wrapper h2 {
	display: none;
	}
}

div#content div.accreditations-wrapper div.accreditations {
	width: 960px;
	display: block;
	margin: auto;
}

@media screen and (max-width: 960px) {
	div#content div.accreditations-wrapper div.accreditations {
	display: none;
	}
}

div#content div.accreditations-wrapper div.accreditations-mobile {
	width: 65%;
	display: inline-block;
	float: left;
	height: 60px;
	overflow: hidden;
}

div#content div.accreditations-wrapper div.accreditations-mobile ul {
	display: block;
	float: left;
	width: auto;
	height: 60px;
	white-space: nowrap;
	position: relative;
}

@media screen and (max-width: 960px) {
	div#content div.accreditations-wrapper div.accreditations-mobile ul {
	height: auto;
	}
}

div#content div.accreditations-wrapper div.accreditations-mobile ul li {
	display: inline;
	white-space: nowrap;
}

div#content div.accreditations-wrapper div.accreditations-mobile ul li img {
	height: 40px;
	width: auto;
	margin-right: 30px;
	display: inline;
	white-space: nowrap;
	margin-top: 10px;
}

@media screen and (max-width: 960px) {
	div#content div.accreditations-wrapper div.accreditations-mobile ul li img {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	}
}

div#content div.accreditations-wrapper div.accreditations-mobile ul.links {
	display: none;
}

@media screen and (max-width: 960px) {
	div#content div.accreditations-wrapper div.accreditations-mobile {
	padding: 0;
	height: auto;
	width: 80%;
	}
}

@media screen and (min-width: 960px) {
	div#content div.accreditations-wrapper div.accreditations-mobile {
	display: none;
	}
}

div#content div.accreditations-wrapper div.next-accreditations {
	width: 8%;
	height: 60px;
	display: inline-block;
	float: left;
	background: url(../images/icons/right-arrow.png) no-repeat;
	background-position: center;
	background-size: 30px;
	cursor: pointer;
	height: 80px;
	width: 10%;
}

div#content div.accreditations-wrapper div.next-accreditations.disabled {
	background: none;
	cursor: default;
}

@media screen and (min-width: 960px) {
	div#content div.accreditations-wrapper div.next-accreditations {
	display: none;
	}
}

div#content div.accreditations-wrapper div.previous-accreditations {
	width: 8%;
	height: 60px;
	display: inline-block;
	float: left;
	background: url(../images/icons/left-arrow.png) no-repeat;
	background-position: center;
	background-size: 30px;
	cursor: pointer;
	height: 80px;
	width: 10%;
}

div#content div.accreditations-wrapper div.previous-accreditations.disabled {
	background: none;
	cursor: default;
}

@media screen and (min-width: 960px) {
	div#content div.accreditations-wrapper div.previous-accreditations {
	display: none;
	}
}

div#content div.contact-block-full {
	width: 960px;
	display: block;
	margin: auto;
	height: auto;
	overflow: hidden;
	padding: 30px 0;
}

@media screen and (max-width: 960px) {
	div#content div.contact-block-full {
	width: 100%;
	display: block;
	padding: 20px 5% 90px 5%;
	position: relative;
	}
}

div#content div.contact-block-full div.contact-block-column {
	width: 32%;
	display: inline-block;
	float: left;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}

@media screen and (max-width: 960px) {
	div#content div.contact-block-full div.contact-block-column {
	width: 50%;
	display: inline-block;
	float: left;
	overflow: visible;
	}
}

div#content div.contact-block-full div.contact-block-column p {
	font-weight: 900;
	color: #0a438f;
	line-height: 1.2em;
}

@media screen and (max-width: 960px) {
	div#content div.contact-block-full div.contact-block-column p {
	font-size: 0.8em;
	}
}

div#content div.contact-block-full div.contact-block-column p > span,
div#content div.contact-block-full div.contact-block-column p a {
	display: block;
	color: #505050;
	font-weight: 500;
	padding: 16px 0;
}

div#content div.contact-block-full div.contact-block-column p > span.small {
	padding-top: 0;
	margin-top: -16px;
	font-size: 0.8em;
	font-style: italic;
}

div#content div.contact-block-full div.contact-block-column p > span > span {
	display: block;
}

@media screen and (max-width: 960px) {
	div#content div.contact-block-full div.contact-block-column p > span,
	div#content div.contact-block-full div.contact-block-column p a {
	padding: 15px 0;
	}
}

div#content div.contact-block-full div.contact-block-column p a {
	color: #0a438f;
	text-decoration: underline;
	display: block;
	clear: left;
	width: auto;
}

div#content div.contact-block-full div.contact-block-column p.address > span {
	line-height: 1.6em;
	padding-bottom: 22px;
}

@media screen and (max-width: 960px) {
	div#content div.contact-block-full div.contact-block-column p.address > span {
	padding: 14px 0 0 0;
	}
}

div#content div.contact-block-full div.contact-block-column p.free-survey-open,
div#content div.contact-block-full div.contact-block-column .view_vacancies {
	height: 45px;
	width: 214px;
	background: url(../images/book-survey.png);
	cursor: pointer;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	line-height: 45px;
	color: #FFF;
	font-weight: 500;
	border-radius: 5px;
	transition: background 300ms;
}

div#content div.contact-block-full div.contact-block-column p.free-survey-open:hover,
div#content div.contact-block-full div.contact-block-column .view_vacancies:hover {
	background: url(../images/book-survey-hover.png);
	transition: background 300ms;
}

@media screen and (max-width: 960px) {
	div#content div.contact-block-full div.contact-block-column p.free-survey-open,
	div#content div.contact-block-full div.contact-block-column .view_vacancies {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200%;
	font-size: 1.2em;
	}
}

div#content div.contact-block-full div.contact-block-column a {
	margin-right: 5px;
}

@media screen and (max-width: 960px) {
	div#content div.contact-block-full div.contact-block-column div.social-links {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	}
}

div#content div.contact-block-full div.contact-block-column div.social-links a.facebook {
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	display: inline-block;
}

div#content div.contact-block-full div.contact-block-column div.social-links a.facebook.lazy-bg-loaded{
	background-image: url(../images/icons/facebook.png);
}

div#content div.contact-block-full div.contact-block-column div.social-links a.twitter {
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	display: inline-block;
}

div#content div.contact-block-full div.contact-block-column div.social-links a.twitter.lazy-bg-loaded{
	background-image: url(../images/icons/twitter.png);
}

div#content div.contact-block-full div.contact-block-column div.social-links a.linked-in {
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	display: inline-block;
}

div#content div.contact-block-full div.contact-block-column div.social-links a.linked-in.lazy-bg-loaded{
	background-image: url(../images/icons/linkedIn.png);
}

div#content div.contact-block-full div.contact-block-column div.social-links a.google-plus {
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	display: inline-block;
}

div#content div.contact-block-full div.contact-block-column div.social-links a.google-plus.lazy-bg-loaded{
	background-image: url(../images/icons/googlePlus.png);
}

@media screen and (max-width: 960px) {
	div#content div.contact-block-full div.contact-block-column div.social-links a {
	width: 60px !important;
	height: 60px !important;
	}
}

@media screen and (max-width: 960px) {
	div#content div.contact-block-full div.contact-block-column:first-of-type {
	padding-bottom: 60px;
	position: relative;
	}
}

div#content div.contact-block-full img {
	width: 36%;
	height: auto;
}

@media screen and (max-width: 960px) {
	div#content div.contact-block-full img {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	}
}

div#content div.steps1234-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #e9f3ff;
	padding: 30px 0;
	margin: 30px 0;
}

@media screen and (max-width: 960px) {
	div#content div.steps1234-wrapper {
	margin: 30px 0;
	}
}

div#content div.steps1234-wrapper div.steps1234 {
	width: 960px;
	display: block;
	margin: auto;
}

@media screen and (max-width: 960px) {
	div#content div.steps1234-wrapper div.steps1234 {
	width: 100%;
	padding: 0 5%;
	}
}

div#content div.steps1234-wrapper div.steps1234 h2 {
	font-size: 1.88em;
	color: #0a438f;
	font-weight: 900;
	margin-bottom: 20px;
}

div#content div.steps1234-wrapper div.steps1234 h2 span {
	color: #569dfe;
	font-weight: 900;
}

@media screen and (max-width: 960px) {
	div#content div.steps1234-wrapper div.steps1234 h2 {
	display: none;
	}
}

div#content div.steps1234-wrapper div.steps1234 div {
	width: 25%;
	display: inline-block;
	float: left;
	position: relative;
}

@media screen and (max-width: 960px) {
	div#content div.steps1234-wrapper div.steps1234 div {
	width: 100%;
	}
}

div#content div.steps1234-wrapper div.steps1234 div img {
	margin: auto;
	display: block;
	clear: both;
	height: 110px;
	margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
	div#content div.steps1234-wrapper div.steps1234 div img {
	height: 160px;
	}
}

div#content div.steps1234-wrapper div.steps1234 div div.content {
	display: block;
	width: 100%;
	padding: 0 15px;
	clear: both;
}

div#content div.steps1234-wrapper div.steps1234 div div.content h3 {
	text-align: left;
	padding-left: 50px;
	font-size: 1.1em;
	font-weight: 900;
	color: #0a438f;
	font-weight: 900;
	line-height: 1.3em;
	height: 2.6em;
}

div#content div.steps1234-wrapper div.steps1234 div div.content p {
	margin-top: 5px;
	line-height: 1.4em;
	font-size: 1em;
}

@media screen and (max-width: 960px) {
	div#content div.steps1234-wrapper div.steps1234 div div.content {
		text-align: center;
	}
	div#content div.steps1234-wrapper div.steps1234 div div.content h3 {
		text-align: center;
		padding-left: 0;
		height: auto;
	}
	div#content div.steps1234-wrapper div.steps1234 div div.content p {
		padding-bottom: 30px;
		text-align: center;
		margin-top: 10px;
	}
}

div#content div.steps1234-wrapper div.steps1234 div:after {
	position: absolute;
	top: 130px;
	left: 15px;
	width: 40px;
	height: 40px;
	background: #0a438f;
	color: #FFF;
	font-weight: 900;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
}

@media screen and (max-width: 960px) {
	div#content div.steps1234-wrapper div.steps1234 div:after {
	width: 60px;
	height: 60px;
	line-height: 50px;
	border-radius: 60px;
	top: 5px;
	left: 50%;
	margin-left: -95px;
	border: 5px solid #e9f3ff;
	font-size: 1.2em;
	}
}

div#content div.steps1234-wrapper div.steps1234 div.step1:after {
	content: "1";
}

div#content div.steps1234-wrapper div.steps1234 div.step2:after {
	content: "2";
}

div#content div.steps1234-wrapper div.steps1234 div.step3:after {
	content: "3";
}

div#content div.steps1234-wrapper div.steps1234 div.step4:after {
	content: "4";
}

body.our-accreditations .content-body img {
	float: right !important;
	margin-left: 50px;
}

div#content a.content_banner{
	width: 100%;
	position: relative;
	display: inline-block;
}

div#content a.content_banner img{
	max-width: none !important;
	width: 100% !important;
	margin-bottom: 20px;
}

/*-------------------------------------------------------------------------------------------------------FORMS
*/
form ::-webkit-input-placeholder {
	color: #909595;
}

form :-moz-placeholder {
	/* Firefox 18- */
	color: #909595;
}

form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #909595;
}

form :-ms-input-placeholder {
	color: #909595;
}

form legend {
	color: #626161;
	font-size: 2em;
	padding: 0.6em 0 0.4em 0;
}

form p.error {
	color: #d81f1f;
	font-size: 1.4em;
	padding-bottom: 0.6em;
}

form p.success {
	color: #f1933c;
	font-size: 1.4em;
	padding-bottom: 0.6em;
}

form ol {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
}

form ol li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
}

form ol li.hidden {
	display: none;
}

form ol li label {
	display: block;
	font-size: 1.1em;
	padding: 0.6em 0 0.5em;
	color: #FFF;
	line-height: 1.3em;
}

form ol li label span.warning {
	color: #d81f1f;
	padding-left: 10px;
}

form ol li span.warning {
	color: #d81f1f;
}

form ol li input[type="text"], form ol li select, form ol li input[type="file"], form ol li input[type="tel"], form ol li input[type="email"] {
	width: 100%;
	max-width: 300px;
	height: 40px;
	border: 1px solid #d0d0d0;
	background: #fafafa;
	padding: 0 2%;
	border-radius: 2px;
	line-height: 40px;
	transition: box-shadow 300ms;
}

form ol li input[type="text"].error, form ol li select.error, form ol li input[type="file"].error, form ol li input[type="tel"].error, form ol li input[type="email"].error {
	border: 1px solid #d81f1f;
}

form ol li input[type="text"].no-label, form ol li select.no-label, form ol li input[type="file"].no-label, form ol li input[type="tel"].no-label, form ol li input[type="email"].no-label {
	margin: 10px 0;
}

form ol li input[type="text"]:focus, form ol li select:focus, form ol li input[type="file"]:focus, form ol li input[type="tel"]:focus, form ol li input[type="email"]:focus {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
	transition: box-shadow 300ms;
}

form ol li textarea {
	width: 100%;
	max-width: 300px;
	height: 300px;
	resize: none;
	padding: 2%;
	background: #fafafa;
	border: 1px solid #d0d0d0;
	transition: box-shadow 300ms;
}

form ol li textarea.error {
	border: 1px solid #d81f1f;
}

form ol li textarea.no-label {
	margin: 10px 0;
}

form ol li textarea:focus {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
	transition: box-shadow 300ms;
}

form ol li .dropdown {
	width: 100%;
	max-width: 300px;
	position: relative;
}

form ol li .dropdown div.dropdown-top {
	width: 100%;
	max-width: 300px;
	height: 40px;
	border: 1px solid #d0d0d0;
	background: #fafafa;
	padding: 0 4%;
	border-radius: 2px;
	position: relative;
	line-height: 40px;
	cursor: default;
	overflow: hidden;
}

form ol li .dropdown div.dropdown-top svg {
	height: 16px;
	position: absolute;
	top: 12px;
	right: 2.5%;
	pointer-events: none;
}

form ol li .dropdown div.dropdown-top svg path {
	fill: #f1933c;
}

form ol li .dropdown .dropdown-bottom {
	width: 100%;
	background: #fafafa;
	border: 1px solid #d0d0d0;
	border-radius: 0 0 2px 2px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 2;
	padding-bottom: 0 !important;
}

form ol li .dropdown .dropdown-bottom li {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	width: 100%;
	clear: both;
	padding: 0 4%;
	cursor: pointer;
	transition: all 300ms;
}

form ol li .dropdown .dropdown-bottom li:hover {
	background: #f1933c;
	color: #FFF;
	transition: all 300ms;
}

form ol li .dropdown.error .dropdown-top {
	border: 1px solid #d81f1f;
}

form ol li .dropdown.no-label .dropdown-top {
	margin: 10px 0;
}

form ol li .upload_button {
	width: 40px;
	height: 40px;
	background: #f1933c;
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
}

form ol li .upload_button svg {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 6px;
	left: 6px;
}

form ol li .upload_button svg path {
	fill: #FFF;
}

form ol li .uploaded_file {
	width: auto;
	display: inline-block;
	margin-left: 20px;
	position: relative;
	top: -20px;
	margin-top: -10px;
	cursor: pointer;
}

form ol li dl {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}

form ol li dl dt, form ol li dl dd {
	display: inline-block;
	width: auto;
	float: left;
}

form ol li dl dt {
	clear: left;
}

form ol li dl dt input {
	margin-right: 10px;
	margin-top: 0.8em;
	display: inline-block;
}

form ol li dl dd {
	clear: right;
}

form ol li dl dd label.checkbox-style {
	padding-left: 50px;
	position: relative;
	cursor: pointer;
}

form ol li dl dd label.checkbox-style:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	border: 1px solid #d0d0d0;
	background: #fafafa;
	border-radius: 2px;
	margin-top: -10px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

form ol li dl dd label.checkbox-style:after {
	content: '\2713';
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 14px;
	color: #0a438f !important;
	opacity: 0;
	width: 18px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: -10px;
	transition: opacity 200ms;
}

form ol li dl dd label.checkbox-style.checked:after {
	opacity: 1;
	transition: opacity 200ms;
}

form ol li dl dd label.radio-style {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

form ol li dl dd label.radio-style:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	border: 1px solid #d0d0d0;
	background: #fafafa;
	border-radius: 50px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	margin-top: -10px;
}

form ol li dl dd label.radio-style:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	background: #f1933c;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	opacity: 0;
	margin-top: -5px;
	transition: opacity 200ms;
}

form ol li dl dd label.radio-style.checked:after {
	opacity: 1;
	transition: opacity 200ms;
}

form ol li dl.no-label {
	padding: 10px 0;
}

form ol li.required label:after {
	content: "*";
}

form button {
	font-size: 1em;
	padding: 0.8em 2em;
	background: #f1933c;
	color: #FFF;
	transition: background 300ms;
	cursor: pointer;
	margin-top: 20px;
}

form button:hover {
	background: #9BB45E;
	transition: background 300ms;
}

form .grecaptcha-badge{
	display: none;
}

form#book-free-survey {
	position: relative;
}

form#book-free-survey fieldset:first-of-type {
	display: none;
}

form#book-free-survey ol {
	width: 100%;
	max-width: 100%;
	height: auto;
}

form#book-free-survey ol li {
	display: inline-block;
	float: left;
	width: 32%;
	vertical-align: top;
	padding: 0 0 0 0;
	position: relative;
	height: auto;
	margin-right: 2%;
}

form#book-free-survey ol li:nth-of-type(3n){
	margin-right: 0; 
}

form#book-free-survey ol li input, form#book-free-survey ol li select {
	border: none !important;
	padding: 0 14px !important;
	width: 100%;
	height: 45px;
	border-radius: 2px;
	border: none;
	max-width: none !important;
}

form#book-free-survey ol li input.error, form#book-free-survey ol li select.error {
	background: #ffcccc;
}

form#book-free-survey ol li input.error::-webkit-input-placeholder, form#book-free-survey ol li select.error::-webkit-input-placeholder {
	color: #d81f1f;
}

form#book-free-survey ol li input.error::-moz-placeholder, form#book-free-survey ol li select.error::-moz-placeholder {
	color: #d81f1f;
}

form#book-free-survey ol li input.error:-ms-input-placeholder, form#book-free-survey ol li select.error:-ms-input-placeholder {
	color: #d81f1f;
}

form#book-free-survey ol li a.dp-choose-date {
	position: absolute;
	display: inline-block;
	bottom: 8px;
	right: 25px;
	background: url(../images/icons/calendar.png) no-repeat;
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
}

form#book-free-survey ol li label span {
	display: none;
}

form#book-free-survey button {
	display: inline-block;
	float: right;
	clear: both;
	width: 32%;
	height: 45px;
	line-height: 45px;
	background: url(../images/survey-form-button.png);
	color: #f1933c;
	padding: 0;
	font-weight: 700;
	border-radius: 2px;
	font-size: 1.3em;
	margin-top: -45px;
}

form#book-free-survey button:hover {
	background: url(../images/survey-form-button-hover.png);
}

form#book-free-survey p.error {
	background: #d81f1f;
	color: #FFF;
	padding: 0 20px;
	line-height: 2em;
	height: 2em;
}

@media screen and (max-width: 960px) {
	form#book-free-survey p.error {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.8em;
	}
}

form#book-free-survey p.success {
	background: #4fa633;
	color: #FFF;
	padding: 0 20px;
	line-height: 2em;
	height: 2em;
	margin-top: 10px;
}

@media screen and (max-width: 960px) {
	form#book-free-survey p.success {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.8em;
	}
}

form#book-free-survey ol li select{
	font-family: "lato",sans-serif;
	font-size: 1rem;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background: #FFF url(../images/icons/dropdown.png);
	background-size: 18px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}

form#book-free-survey .dropdown {
	width: 100%;
	max-width: 300px;
	position: relative;
}

form#book-free-survey .dropdown div.dropdown-top {
	width: 100%;
	max-width: 100%;
	height: 45px;
	background: none;
	padding: 0 10px;
	border-radius: 3px;
	position: relative;
	line-height: 45px;
	cursor: default;
	background: #FFF;
}

form#book-free-survey .dropdown div.dropdown-top svg {
	height: 18px;
	position: absolute;
	top: 13.5px;
	right: 2.5%;
	pointer-events: none;
}

form#book-free-survey .dropdown div.dropdown-top svg path {
	fill: #3c3c3b;
}

form#book-free-survey .dropdown div.dropdown-top.open {
	border-radius: 3px 3px 0 0;
}

form#book-free-survey .dropdown .dropdown-bottom {
	width: 100%;
	background: #fafafa;
	border-radius: 0 0 3px 3px;
	position: absolute;
	top: 44px;
	left: 0;
	list-style: none !important;
}

form#book-free-survey .dropdown .dropdown-bottom li {
	height: 40px;
	line-height: 40px !important;
	display: inline-block;
	width: 100%;
	clear: both;
	padding: 0 4%;
	cursor: pointer;
	transition: all 300ms;
	list-style: none !important;
}

form#book-free-survey .dropdown .dropdown-bottom li:before {
	display: none;
}

form#book-free-survey .dropdown .dropdown-bottom li:hover {
	background: #0a438f;
	color: #FFF;
	transition: all 300ms;
}

form#book-free-survey .dropdown.error .dropdown-top {
	border: 1px solid #d81f1f;
}

form#book-free-survey .dropdown.no-label .dropdown-top {
	margin: 10px 0;
}

form:not(#book-free-survey):not(#satisfaction-survey) {
	padding-top: 0;
}

form:not(#book-free-survey):not(#satisfaction-survey) fieldset:first-of-type {
	display: none;
}

form:not(#book-free-survey) ol li {
	position: relative;
}

form:not(#book-free-survey) ol li label {
	color: #505050;
	font-weight: 700;
	font-size: 1.06em;
	padding: 1.4em 0 0.6em;
}

form:not(#book-free-survey) ol li input,
form:not(#book-free-survey) ol li select,
form:not(#book-free-survey) ol li textarea {
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	border: 1px solid #505050;
	border-radius: 3px;
	background: #FFF;
	height: 45px;
	line-height: 45px;
}

form:not(#book-free-survey) ol li select{
	font-family: "lato",sans-serif;
	font-size: 1rem;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background: #FFF url(../images/icons/dropdown.png);
	background-size: 18px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}

form:not(#book-free-survey) ol li input.error,
form:not(#book-free-survey) ol li select.error,
form:not(#book-free-survey) ol li textarea.error {
	border: 1px solid #BD452F;
}

form:not(#book-free-survey) ol li textarea {
	padding: 20px;
	height: 250px;
	line-height: 1.2em;
}

form:not(#book-free-survey) ol li .dropdown {
	width: 100%;
	max-width: 100%;
	position: relative;
}

form:not(#book-free-survey) ol li .dropdown div.dropdown-top {
	width: 100%;
	max-width: 100%;
	height: 45px;
	border: 1px solid #505050;
	background: none;
	padding: 0 4%;
	border-radius: 3px;
	position: relative;
	line-height: 45px;
	cursor: default;
}

form:not(#book-free-survey) ol li .dropdown div.dropdown-top svg {
	height: 16px;
	position: absolute;
	top: 12px;
	right: 2.5%;
	pointer-events: none;
}

form:not(#book-free-survey) ol li .dropdown div.dropdown-top svg path {
	fill: #3c3c3b;
}

form:not(#book-free-survey) ol li .dropdown div.dropdown-top.open {
	border-radius: 3px 3px 0 0;
}

form:not(#book-free-survey) ol li .dropdown .dropdown-bottom {
	width: 100%;
	background: #fafafa;
	border: 1px solid #505050;
	border-radius: 0 0 3px 3px;
	position: absolute;
	top: 44px;
	left: 0;
	list-style: none !important;
}

form:not(#book-free-survey) ol li .dropdown .dropdown-bottom li {
	height: 40px;
	line-height: 40px !important;
	display: inline-block;
	width: 100%;
	clear: both;
	padding: 0 4%;
	cursor: pointer;
	transition: all 300ms;
	list-style: none !important;
}

form:not(#book-free-survey) ol li .dropdown .dropdown-bottom li:before {
	display: none;
}

form:not(#book-free-survey) ol li .dropdown .dropdown-bottom li:hover {
	background: #0a438f;
	color: #FFF;
	transition: all 300ms;
}

form:not(#book-free-survey) ol li .dropdown.error .dropdown-top {
	border: 1px solid #d81f1f;
}

form:not(#book-free-survey) ol li .dropdown.no-label .dropdown-top {
	margin: 10px 0;
}

form:not(#book-free-survey) ol li.required label:after {
	color: #BD452F;
	padding-left: 5px;
}

form:not(#book-free-survey) ol li dl dd label {
	padding: 10px 0 10px 30px;
}

form:not(#book-free-survey) ol li dl dd label:after {
	color: #0a438f;
}

form:not(#book-free-survey) ol li a.dp-choose-date {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45px;
	height: 45px;
	border-radius: 0 3px 3px 0;
	background: url(../images/icons/calendar.png) no-repeat;
	background-size: 25px;
	background-position: center;
	margin: 0;
}

form:not(#book-free-survey) button {
	background: none;
	border: 1px solid #0a438f;
	color: #0a438f;
	padding: 10px 30px;
	border-radius: 3px;
	font-weight: 900;
	transition: all 300ms;
}

form:not(#book-free-survey) button:hover {
	background: #0a438f;
	color: #FFF;
	transition: all 300ms;
}

form:not(#book-free-survey) p.label {
	color: #505050 !important;
	font-weight: 700 !important;
	font-size: 1.06em !important;
	padding: 0.8em 0 0.6em !important;
}

form:not(#book-free-survey):not(#satisfaction-survey) p.error {
	color: #BD452F !important;
	font-size: 1.4em !important;
	line-height: 1.4em !important;
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

form:not(#book-free-survey) p.success {
	color: #4fa633 !important;
	font-size: 1.4em !important;
	line-height: 1.4em !important;
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

form:not(#book-free-survey) fieldset.captcha img {
	width: 120px !important;
	float: left !important;
	margin: 0 !important;
}

form:not(#book-free-survey) fieldset.captcha a {
	background: url(../images/icons/refresh.png) no-repeat;
	background-position: center bottom;
	background-size: contain;
	width: 20px;
	height: 40px;
	text-indent: -9999px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: bottom;
}

form:not(#book-free-survey) fieldset.captcha p {
	line-height: 1.6em !important;
	margin-bottom: 0 !important;
}

form#customer-feedback {
	width: 50%;
}

@media screen and (max-width: 960px) {
	form#customer-feedback {
	width: 100%;
	}
}

form#customer-feedback fieldset ol li dl {
	width: auto;
	height: 50px;
	width: 100%;
	padding: 10px 0;
}

form#customer-feedback fieldset ol li dl dt, form#customer-feedback fieldset ol li dl dd {
	display: inline-block;
	float: left;
	white-space: nowrap;
	clear: none;
	height: 30px;
	width: 30px;
	overflow: hidden;
}

form#customer-feedback fieldset ol li dl dt label, form#customer-feedback fieldset ol li dl dd label {
	text-indent: -9999px;
	width: 40px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
	padding: 0;
	text-align: center;
	padding-right: 10px;
}

form#customer-feedback fieldset ol li dl dt label.radio-style:before, form#customer-feedback fieldset ol li dl dd label.radio-style:before {
	display: none;
}

form#customer-feedback fieldset ol li dl dt label.radio-style:after, form#customer-feedback fieldset ol li dl dd label.radio-style:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 5px;
	background: url(../images/icons/grey-star.png) no-repeat;
	background-position: center;
	background-size: 90%;
	opacity: 1;
	transition: background 300ms;
	top: 0;
	left: 0;
}

form#customer-feedback fieldset ol li dl dt label.radio-style.checked:after, form#customer-feedback fieldset ol li dl dd label.radio-style.checked:after {
	background: url(../images/icons/gold-star.png) no-repeat;
	background-position: center;
	background-size: 90%;
	transition: background 300ms;
}

form#customer-feedback fieldset ol li dl dt label.radio-style.hover:after, form#customer-feedback fieldset ol li dl dd label.radio-style.hover:after {
	background: url(../images/icons/gold-star.png) no-repeat;
	background-position: center;
	background-size: 90%;
	transition: background 300ms;
}

form#customer-feedback fieldset ol li dl dt {
	display: none;
}

form#customer-feedback .upload_button {
	background: #0a438f;
}

form#customer-feedback .upload_button svg path {
	fill: #FFF;
}

form#customer-feedback p.error, form#customer-feedback p.success {
	margin-bottom: 10px;
}

form#vacancy-application .captcha {
	margin-top: 20px;
}

#satisfaction-survey {
	width: 960px;
	max-width: 90%;
	display: block;
	margin: auto;
	padding: 50px 0;
}

@media screen and (max-width: 960px) {
	#satisfaction-survey {
	padding: 30px 0;
	}
}

#satisfaction-survey fieldset {
	width: 100%;
	max-width: 700px;
}

#satisfaction-survey legend {
	font-size: 2.5em;
	color: #0a438f;
	padding: 0 0 30px 0;
	font-weight: 900;
	line-height: 1em;
}

#satisfaction-survey p:not(.error):not(.success) {
	line-height: 1.4em;
	font-size: 1em;
	color: #505050;
	margin-bottom: 5px;
}

#satisfaction-survey h2,
#satisfaction-survey p.success {
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.4em;
	padding-bottom: 20px;
	color: #505050;
}

#satisfaction-survey p.error {
	line-height: 1.3em;
}

#satisfaction-survey p.success a {
	color: #0a438f;
	font-weight: 900;
}

@media screen and (max-width: 960px) {
	#satisfaction-survey p.error {
	padding-bottom: 0.4em;
	}
}

#satisfaction-survey .form_anchor {
	display: none;
}

#satisfaction-survey ol li label {
	color: #505050;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.4em;
	padding-bottom: 5px;
}

#satisfaction-survey ol li label .warning {
	margin-bottom: 15px;
}

#satisfaction-survey h3 {
	font-size: 1.6em;
	font-weight: 900;
	color: #0a438f;
	padding: 30px 0 5px 0;
	line-height: 1.3em;
}

#satisfaction-survey ol li dl {
	margin-top: 10px;
}

#satisfaction-survey ol li dl dd,
#satisfaction-survey ol li dl dt {
	display: inline-block;
	clear: none;
}

#satisfaction-survey ol li:not(.no-hide) {
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
	width: auto;
	max-width: 100%;
	display: block;
}

#satisfaction-survey ol li:not(.no-hide) dl dt {
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#satisfaction-survey ol li:not(.no-hide) dl dd label {
	width: 75px;
	height: 50px;
	background-image: url(../images/icons/grey-star.png);
	background-image: url(../images/icons/star.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center top 20px;
	padding: 0;
	cursor: pointer;
	margin-right: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: 900;
}

@media screen and (max-width: 960px) {
	#satisfaction-survey ol li:not(.no-hide) dl dd label {
	margin-right: 5px;
	background-size: 40px;
	height: 60px;
	}
}

#satisfaction-survey ol li:not(.no-hide) dl dd label:hover {
	background-image: url(../images/icons/gold-star.png);
	background-image: url(../images/icons/gold-star.svg);
}

#satisfaction-survey ol li:not(.no-hide) dl dd.star label,
#satisfaction-survey ol li:not(.no-hide) dl dd.selected label {
	background-image: url(../images/icons/gold-star.png);
	background-image: url(../images/icons/gold-star.svg);
}

#satisfaction-survey ol li textarea {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
}

#satisfaction-survey ol li.no-hide dl dd label {
	font-weight: 500;
	padding-top: 22px;
	padding-left: 20px;
}

#satisfaction-survey ol li.no-hide dl dd {
	margin-right: 20px;
}

#satisfaction-survey ol li.no-hide:not(:nth-last-of-type(3)) {
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}

#satisfaction-survey ol li.no-hide dl dt input {
	margin-left: 5px;
}

div#content div.page-body.brochure-page-body div.content-body .column-50 {
	padding-top: 0 !important;
}

body#recruitment .content-body {
	position: relative;
}

.apply-online-head {
	position: absolute;
	top: 0;
	right: 0;
}

#apprentice-application .captcha {
	padding-top: 1.4em;
}

#apprentice-application span.warning {
	font-size: 1.06rem;
}

/*------------------------ Refer a friend ------------------*/
#referal-form {
	position: absolute;
	top: 115px;
	right: 0;
	width: 380px;
	height: auto;
	background: #FFF;
	border: 1px solid #0a438f;
	padding: 30px;
	border-radius: 3px;
	display: none;
	z-index: 999;
}

@media screen and (max-width: 1050px) {
	#referal-form {
	top: 65px;
	right: 220px;
	}
}

@media screen and (max-width: 800px) {
	#referal-form {
	width: 90%;
	left: 5%;
	right: 5%;
	padding: 20px;
	}
}

#referal-form #close-referal {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/icons/close-referral.png) no-repeat;
	background-size: 30px;
	background-position: center;
	cursor: pointer;
}

#referal-form:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 20.8px 12px;
	border-color: transparent transparent #FFFFFF transparent;
	content: "";
	position: absolute;
	bottom: 100%;
	right: 80px;
	margin-bottom: -2px;
}

#referal-form:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 20.8px 12px;
	border-color: transparent transparent #0a438f transparent;
	content: "";
	position: absolute;
	bottom: 100%;
	right: 80px;
	margin-bottom: 0px;
}

@media screen and (max-width: 800px) {
	#referal-form:after, #referal-form:before {
	right: auto;
	left: 75px;
	}
}

#referal-form fieldset:first-of-type {
	display: block !important;
}

#referal-form fieldset:first-of-type legend {
	font-size: 1.6em;
	font-weight: 900;
	color: #0a438f;
	padding: 0;
	line-height: 1.3em;
}

#referal-form #refer-a-friend p {
	font-size: 1.1rem !important;
	line-height: 1.4em !important;
	margin-bottom: 10px;
	padding-top: 5px;
}

#referal-form #refer-a-friend label {
	padding-top: 15px;
}

#referal-form #refer-a-friend fieldset:nth-of-type(3) li:first-of-type label {
	padding-top: 5px;
}

div#content div.page-body div.content-body .apply-online-head,
div#content div.page-body div.content-body .apply-online-refer {
	width: 200px;
	text-align: center;
	height: 38px;
	padding: 0;
	line-height: 38px;
	cursor: pointer;
}

.apply-online-refer {
	position: absolute;
	top: 50px;
	right: 0;
}

@media screen and (max-width: 1050px) {
	.apply-online-refer {
	position: absolute;
	top: 0;
	right: 220px;
	}
}

@media screen and (max-width: 800px) {
	.apply-online-refer, .apply-online-head {
	position: static;
	margin-bottom: 30px !important;
	margin-right: 10px !important;
	}
	.apply-online-refer {
	display: none !important;
	}
}

.apply-online-refer.active {
	background: #0a438f !important;
	color: #FFF !important;
}

form#apprentice-application li.referee,
form#vacancy-application li.referee {
	display: none;
}

form#vacancy-application li .dropdown .dropdown-bottom,
form#apprentice-application li .dropdown .dropdown-bottom {
	max-height: 227px;
	overflow-x: hidden;
	overflow-y: scroll;
}

body#recruitment.apprentice-application div#content div.page-body div.content-body h2,
body#recruitment.vacancy-application div#content div.page-body div.content-body h2 {
	padding-bottom: 10px !important;
}

body#recruitment.apprentice-application div#content div.page-body div.content-body h1,
body#recruitment.vacancy-application div#content div.page-body div.content-body h1 {
	padding-bottom: 6px;
}

body#recruitment.apprentice-application div#content div.page-body div.content-body label[for="first_name"],
body#recruitment.vacancy-application div#content div.page-body div.content-body label[for="first-name"] {
	padding-top: 5px !important;
}

body#recruitment div#content div.page-body div.content-body h1 {
	max-width: 740px;
	line-height: 1.2;
}

body#news div#content div.page-body div.content-body h3 {
	font-weight: 500;
	font-family: "lato",sans-serif;
	color: #505050;
	text-decoration: none;
	font-style: normal;
}

body#news div#content div.page-body div.content-body div.item h2 a {
	font-size: 1.6rem;
	font-weight: 900;
	color: #0a438f;
}

body#news div#content div.page-body div.content-body div.item h3 {
	font-size: 1.4rem;
}

a.custom_button {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #0a438f;
	border-radius: 5px;
	text-align: center;
	color: #0a438f;
	width: auto;
	transition: all 300ms;
	margin-top: 20px;
	text-decoration: none !important;
}

a.custom_button:hover {
	color: #FFF !important;
	background: #0a438f;
	text-decoration: none;
	transition: all 300ms;
}

.contracting_cta a {
	display: inline-block;
	float: left;
	clear: none;
	margin-right: 20px;
	min-width: 200px;
}

/*-------------------------------------------------------------------------SITE MAP
*/

ul.sitemap li{
	padding-bottom: 10px !important;
}

ul.sitemap li a{
	font-weight: 400 !important;
}

ul.sitemap > li > a{
	font-weight: bold !important; 
}

ul.sitemap > li.subnav{
	padding-bottom: 0 !important;
}

ul.sitemap > li.subnav ul{
	padding-bottom: 0 !important;
}

ul.sitemap > li.subnav > a{
	padding-bottom:10px !important;
	display: inline-block;
}

ul.sitemap > li.subnav > ul > li.subsubnav{
	padding-bottom: 0 !important;
}

ul.sitemap > li.subnav > ul > li.subsubnav > a{
	padding-bottom: 10px !important;
	display: inline-block;
	font-weight: bold !important;
	font-style: italic !important;
}

/*-------------------------------------------------------------------------FOOTER
*/
div#footer_container {
	width: 960px;
	height: auto;
	background: #343736;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 30px 0;
}

@media screen and (max-width: 960px) {
	div#footer_container {
	width: 100%;
	}
}

div#footer_container div#footer {
	width: 60%;
	height: auto;
	display: inline-block;
	margin: auto;
	float: right;
	text-align: right;
}

@media screen and (max-width: 960px) {
	div#footer_container div#footer {
	float: none;
	width: 100%;
	display: block;
	text-align: center;
	}
}

div#footer_container div#footer a {
	display: inline-block;
	font-size: 0.75em;
	margin-left: 10px;
	color: #909595;
	transition: color 300ms;
}

@media screen and (max-width: 960px) {
	div#footer_container div#footer a {
	float: none;
	width: 100%;
	display: block;
	font-size: 1em;
	padding: 10px 0;
	margin-left: 0;
	}
}

div#footer_container div#footer a:hover {
	color: #696c6c;
	transition: color 300ms;
}

div#footer_container div#footer ul {
	float: right;
	display: inline-block;
	width: auto;
	height: auto;
	overflow: hidden;
}

div#footer_container div#footer ul li {
	display: inline-block;
	float: left;
}

@media screen and (max-width: 960px) {
	div#footer_container div#footer ul {
		display: block;
		float: none;
		clear: both;
	}
	div#footer_container div#footer ul li {
		display: block;
		width: 100%;
	}
}

div#footer_container div.copyright-body {
	width: 40%;
	display: inline-block;
	float: right;
	height: auto;
}

div#footer_container div.copyright-body p.copyright {
	color: #909595;
	font-size: 0.75em;
	line-height: 1.4em;
}

div#footer_container div.copyright-body div#credit p a {
	color: #696c6c;
	font-size: 0.75em;
	padding-top: 10px;
	display: inline-block;
}

@media screen and (max-width: 960px) {
	div#footer_container div.copyright-body div#credit p a {
		padding-top: 20px;
	}
}

@media screen and (max-width: 960px) {
	div#footer_container div.copyright-body {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
}

div#footer_container:before {
	content: "";
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	background: #343736;
	z-index: -1;
}

div#footer_container:after {
	content: "";
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background: #343736;
	z-index: -1;
}

/*-------------------------------------------------------------------------COOKIE LAW*/
div#cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	float: left;
	width: 100%;
	padding: 5px 0;
	background: url("../images/cookies.png") left top repeat;
	color: #FFF;
	font-size: 1.1em;
	text-align: center;
	line-height: 2em;
	z-index: 9999;
}

div#cookies a {
	color: #FFF;
}

div#cookies a.accept {
	margin: 0 0 0 10px;
	padding: 5px 8px;
	background: url("../images/cookies.png") left top repeat;
	font-weight: bold;
	text-decoration: none;
}

div#cookies {
	background: #0a438f;
	font-family: "lato",sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #FFF;
	font-size: 1em;
	padding: 10px 20px;
}

@media screen and (max-width: 960px) {
	div#cookies {
	font-size: 0.9em;
	}
}

div#cookies a.accept {
	background: #569dfe;
}

@media screen and (max-width: 960px) {
	div#cookies a.accept {
	display: inline-block;
	width: 100%;
	margin: 0;
	margin-top: 5px;
	}
}

/*-------------------------------------------------------------------------DATE PICKER*/
div#dp-popup {
	background: #0a438f;
	width: 245px;
	z-index: 9999;
}

@media screen and (max-width: 960px) {
	div#dp-popup {
	margin-left: -215px;
	}
}

div#dp-popup h2 {
	font-size: 1.2em;
	font-weight: bold;
}

div#dp-popup div.dp-nav-prev a, div#dp-popup div.dp-nav-next a {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 1px;
}

div#dp-popup table {
	background: #0a438f;
}

div#dp-popup table thead {
	background: #0a438f;
}

div#dp-popup table thead th {
	padding: 10px;
	background: #0a438f;
}

div#dp-popup table tbody tr td {
	padding: 10px;
}

div#dp-popup table tbody tr td.dp-hover {
	background: #0a438f;
	color: #FFF;
}

div#dp-popup table tbody tr td.today {
	background: #569dfe;
	color: #FFF;
}

div#dp-popup table tbody tr td.selected {
	background: #0a438f;
	color: #FFF;
}

/*-------------------------------------------------------------------------UNSUPPORTED BROWSER*/
body#unsupported div#header {
	display: none;
}

body#unsupported div#footer_container {
	display: none;
}

body#unsupported div.page div.faux-header-container {
	width: 100%;
	height: 154px;
	display: block;
	background: url(../images/header-bg.png);
}

body#unsupported div.page div.faux-header-container .faux-header {
	width: 960px;
	height: 154px;
	overflow: hidden;
	display: block;
	margin: auto;
}

body#unsupported div.page div.faux-header-container .faux-header img {
	margin-top: 36px;
	display: inline-block;
	float: left;
}

body#unsupported div.page div.faux-header-container .faux-header .contact {
	display: inline-block;
	float: right;
	width: auto;
	height: 154px;
	padding-top: 25px;
}

body#unsupported div.page div.faux-header-container .faux-header .contact .phone {
	line-height: 35px !important;
	font-size: 2em !important;
	color: #FFF !important;
	font-weight: 900 !important;
	letter-spacing: 1px;
}

body#unsupported div.page div.faux-header-container .faux-header .contact .phone img {
	width: 35px;
	margin-right: 15px;
	margin-top: 0;
}

body#unsupported div.page div.faux-header-container .faux-header .contact .phone-info {
	font-size: 1.2em !important;
	color: #FFF !important;
	display: block !important;
	clear: both !important;
	padding-left: 50px;
}

body#unsupported div.page div.faux-header-container .faux-header .contact .phone-info strong {
	font-weight: 900 !important;
	color: #FFF !important;
}

body#unsupported div.page div.faux-header-container .faux-header .contact .email {
	line-height: 35px !important;
	font-size: 1.38em !important;
	color: #FFF !important;
	font-weight: 700 !important;
}

body#unsupported div.page div.faux-header-container .faux-header .contact .email img {
	width: 35px;
	vertical-align: top;
	margin-right: 15px;
	margin-top: 0;
}

body#unsupported div.page .page-wrapper {
	width: 960px;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
	padding: 50px 0;
}

div#wrapper div#container div#content div.page div.why-choose-us-body div.why-choose-us-latest-news {
	float: right;
	width: 46%;
}

div#wrapper div#container div#content div.page div.why-choose-us-body div.why-choose-us-latest-news .news_item {
	padding-bottom: 40px;
}

div#wrapper div#container div#content div.page div.why-choose-us-body div.why-choose-us-latest-news .news_item:after {
	content: "";
	display: table;
	clear: both;
}

div#wrapper div#container div#content div.page div.why-choose-us-body div.why-choose-us-latest-news .news_item h3 {
	color: #505050;
	font-size: 1.4em;
	font-weight: 700;
	padding-bottom: 5px;
	clear: both;
	float: left;
	width: 100%;
	line-height: 1.4em;
}

div#wrapper div#container div#content div.page div.why-choose-us-body div.why-choose-us-latest-news .news_item p.snippet {
	padding-bottom: 20px;
	line-height: 1.4em;
	clear: both;
	float: left;
	width: 100%;
}

div#wrapper div#container div#content div.page div.why-choose-us-body div.why-choose-us-latest-news .news_item a.read_more {
	padding: 10px 40px;
	border: 2px solid #0a438f;
	border-radius: 5px;
	text-align: center;
	color: #0a438f;
	display: inline-block;
	transition: all 300ms;
	line-height: 1em;
	font-weight: bold;
}

div#wrapper div#container div#content div.page div.why-choose-us-body div.why-choose-us-latest-news .news_item a.read_more:hover {
	color: #FFF;
	background: #0a438f;
	text-decoration: none;
	transition: all 300ms;
}

div#wrapper div#container div.nav div#nav-wrapper ul#nav li.subnav ul li {
	width: 31%;
}

@media screen and (max-width: 960px) {
	div#wrapper div#container div.nav div#nav-wrapper ul#nav li.subnav ul li {
		width: 100% !important;
		max-width: 100%;
	}
	
	img.est {
		float: left !important;
		margin-top: -30px;
		clear: both;
		width: 100%;
	}
}

div#content div.page div.why-choose-us-body.testimonials div.why-choose-us div.why-choose-us-testimonial h2 a.button,
body#home div#wrapper div#container div#content div.page div.why-choose-us-body.testimonials a.button.mobile {
	padding: 10px 25px;
	background: #0a438f;
	border-radius: 5px;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	border: 2px solid #0a438f;
	float: right;
	line-height: 1.1em;
	font-size: 0.5em;
	font-weight: bold;
	font-family: "lato";
	margin-top: -4px;
}

div#content div.page div.why-choose-us-body.testimonials div.why-choose-us div.why-choose-us-testimonial h2 a.button:hover,
body#home div#wrapper div#container div#content div.page div.why-choose-us-body.testimonials a.button.mobile {
	color: #0a438f;
	background: #FFFFFF;
	text-decoration: none;
	transition: all 300ms;
	border-radius: 5px;
	border: 2px solid #0a438f;
}

body#home div#wrapper div#container div#content div.page div.why-choose-us-body.testimonials a.button.mobile {
	display: none;
}

div#container div#content div.page div.why-choose-us-body.testimonials {
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	margin-bottom: 50px;
}

div#container div#content div.page div.why-choose-us-body.testimonials div.why-choose-us div.why-choose-us-testimonial div.testimonial-content .quote-left {
	float: left;
	background: url("../images/icons/quote-left.png") no-repeat;
	width: 55px;
	height: 50px;
	margin: 10px 30px 0 0;
}

div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-content p {
	width: 440px;
	float: left;
	padding-top: 50px;
	font-size: 1.125rem;
	line-height: 1.4em;
}

div#container div#content div.page div.why-choose-us-body.testimonials div.why-choose-us div.why-choose-us-testimonial div.testimonial-content .quote-right {
	float: right;
	background: url("../images/icons/quote-right.png") no-repeat;
	width: 55px;
	height: 50px;
	margin: 10px 10px 0;
	clear: both;
}

body#home div#wrapper div#container div#content div.page div.why-choose-us-body div.why-choose-us-latest-news h2 {
	padding-bottom: 46px;
}

img.est {
	margin-top: -30px;
}

@media screen and (max-width: 960px) {
	form#book-free-survey .dropdown .dropdown-bottom {
	position: static;
	}
	form#book-free-survey .dropdown .dropdown-bottom li {
	background: #fafafa;
	}
	form#book-free-survey .dropdown .dropdown-bottom li:before {
	display: none;
	}
	div#content div.why-choose-us-body div.why-choose-us {
	width: 100%;
	}
	div#content div.why-choose-us-body div.why-choose-us div {
	clear: both;
	padding-bottom: 0;
	}
	div#content div.page div.why-choose-us-body div.why-choose-us-latest-news {
	width: 100% !important;
	float: left;
	padding-top: 40px;
	border-top: 1px solid #d3d3d3 !important;
	margin-top: 40px;
	}
	div#content div.page div.why-choose-us-body div.why-choose-us-latest-news .news_item:last-child {
	padding-bottom: 10px !important;
	}
	div#content div.page div.why-choose-us-body.testimonials div.why-choose-us div.why-choose-us-testimonial h2 a.button {
	display: none;
	}
	body#home div#wrapper div#container div#content div.page div.why-choose-us-body.testimonials a.button.mobile {
	display: block;
	width: 100%;
	font-size: 1em;
	margin-top: 30px;
	}
	div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-aside {
	margin-bottom: 0;
	width: 100%;
	padding: 0;
	margin-top: 50px;
	position: static;
	}
	body#home div#wrapper div#container div#content div.page div.why-choose-us-body div.why-choose-us-latest-news .news_item a.read_more {
	width: 100%;
	}
	div#container div#content div.page div.why-choose-us-body.testimonials {
	margin-bottom: 0 !important;
	border-bottom: 0;
	}
	div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-content {
	width: 100% !important;
	margin-bottom: 0;
	}
	div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-content::after {
	border-bottom: 20px solid transparent;
	border-left: 20px solid #569dfe;
	border-top: 20px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: -20px;
	top: 40%;
	width: 0;
	}
	div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-content p {
	padding-top: 0;
	width: 100%;
	}
	div#content div.why-choose-us-body div.why-choose-us-testimonial div.testimonial-content::after {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #569dfe;
	content: "";
	height: 0;
	left: 55px;
	position: absolute;
	top: 100%;
	width: 0;
	}
	div#content div.page div.why-choose-us-body.testimonials div.why-choose-us div.why-choose-us-testimonial h2 a.button {
	margin: 30px 0 40px 0;
	width: 100%;
	}
	img.est {
	margin-top: 0px;
	}
	div#content div.why-choose-us-body {
	width: 100%;
	height: auto;
	padding: 40px 5%;
	}
	div#content div.solutions div.solution a {
	width: 100%;
	}
}

.popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	z-index: 8888;
}

.popup {
	width: 756px;
	height: 511px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
	background: url(../images/job_popup.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.popup button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #c6c6c6;
	position: absolute;
	top: 5px;
	right: 10px;
	border: 2px solid #FFF;
	cursor: pointer;
}

@media screen and (max-width: 960px) {
	.popup {
	width: 320px;
	height: 218px;
	}
	.popup button {
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	}
}

.bathroom_header_image,
.heating_header_image {
	width: 100%;
	min-width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.bathroom_header_image img,
.heating_header_image img {
	width: 100%;
	height: auto;
	opacity: 0;
	position: relative;
	transition: opacity 600ms, z-index 0ms ease 600ms;
}

@media screen and (max-width: 960px) {
	.bathroom_header_image img,
	.heating_header_image img {
	width: 110%;
	left: -5%;
	}
}

.bathroom_header_image img.active,
.heating_header_image img.active {
	opacity: 1;
	z-index: 1;
}

.bathroom_header_image img:not(.sizer),
.heating_header_image img:not(.sizer) {
	position: absolute;
	top: 0;
	left: 0;
}

.bathroom_content_area,
.heating_content_area {
	width: 90%;
	max-width: 960px;
	display: block;
	margin: auto;
	height: 100%;
	position: relative;
	top: -62px;
	padding-top: 0 !important;
	z-index: 2;
}

@media screen and (max-width: 960px) {
	.bathroom_content_area,
	.heating_content_area {
	width: 95%;
	top: 0;
	}
	.bathroom_content_area:before,
	.heating_content_area:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 5.2px 3px 0;
	border-color: transparent #FFF transparent transparent;
	position: absolute;
	left: -5px;
	top: 22px;
	margin: auto;
	z-index: 10;
	}
	.bathroom_content_area:after,
	.heating_content_area:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #FFF;
	position: absolute;
	right: -5px;
	top: 22px;
	margin: auto;
	z-index: 10;
	}
}

.bathroom_content_area .page_content,
.heating_content_area .page_content {
	padding-top: 60px !important;
	opacity: 1;
	transition: opacity 400ms, height 400ms;
	text-align: center;
}

@media screen and (max-width: 960px) {
	.bathroom_content_area .page_content,
	.heating_content_area .page_content {
	padding-top: 30px !important;
	}
}

.bathroom_content_area .page_content h2, .bathroom_content_area .page_content h3,
.heating_content_area .page_content h2,
.heating_content_area .page_content h3 {
	font-weight: 400 !important;
	font-size: 2.2rem !important;
	color: #0a438f !important;
}

@media screen and (max-width: 1366px) {
	.bathroom_content_area .page_content h2, .bathroom_content_area .page_content h3,
	.heating_content_area .page_content h2,
	.heating_content_area .page_content h3 {
	font-size: 2rem !important;
	}
}

@media screen and (max-width: 960px) {
	.bathroom_content_area .page_content h2, .bathroom_content_area .page_content h3,
	.heating_content_area .page_content h2,
	.heating_content_area .page_content h3 {
	font-size: 1.2rem !important;
	font-weight: 600 !important;
	}
}

.bathroom_content_area .page_content h2 strong, .bathroom_content_area .page_content h2 em, .bathroom_content_area .page_content h2 span, .bathroom_content_area .page_content h3 strong, .bathroom_content_area .page_content h3 em, .bathroom_content_area .page_content h3 span,
.heating_content_area .page_content h2 strong,
.heating_content_area .page_content h2 em,
.heating_content_area .page_content h2 span,
.heating_content_area .page_content h3 strong,
.heating_content_area .page_content h3 em,
.heating_content_area .page_content h3 span {
	color: #0a438f !important;
}

.bathroom_content_area .page_content h2 em, .bathroom_content_area .page_content h3 em,
.heating_content_area .page_content h2 em,
.heating_content_area .page_content h3 em {
	font-weight: 300 !important;
	font-style: normal !important;
}

@media screen and (max-width: 960px) {
	.bathroom_content_area .page_content h2 em, 
	.bathroom_content_area .page_content h3 em,
	.heating_content_area .page_content h2 em,
	.heating_content_area .page_content h3 em {
	font-style: normal;
	}
	.bathroom_content_area .page_content h2 em br, 
	.bathroom_content_area .page_content h3 em br,
	.heating_content_area .page_content h2 em br,
	.heating_content_area .page_content h3 em br {
	display: none;
	}
}

.bathroom_content_area .page_content h2 a, 
.bathroom_content_area .page_content h3 a,
.heating_content_area .page_content h2 a,
.heating_content_area .page_content h3 a {
	position: relative;
	text-decoration: none !important;
}

@media screen and (max-width: 960px) {
	.bathroom_content_area .page_content h2 a, 
	.bathroom_content_area .page_content h3 a,
	.heating_content_area .page_content h2 a,
	.heating_content_area .page_content h3 a {
		text-decoration: underline !important;
	}
}

@media screen and (min-width: 960px) {
	.bathroom_content_area .page_content h2 a:after, 
	.bathroom_content_area .page_content h3 a:after,
	.heating_content_area .page_content h2 a:after,
	.heating_content_area .page_content h3 a:after {
		width: 0%;
		height: 3px;
		position: absolute;
		bottom: -2px;
		left: 0;
		content: "";
		background: #0a438f;
		transition: width 300ms ease;
	}

	.bathroom_content_area .page_content h2 a:hover:after, 
	.bathroom_content_area .page_content h3 a:hover:after,
	.heating_content_area .page_content h2 a:hover:after,
	.heating_content_area .page_content h3 a:hover:after {
		width: 100%;
	}
}

.bathroom_content_area .page_content p,
.heating_content_area .page_content p {
	font-size: 1.1rem !important;
	line-height: 1.6 !important;
	max-width: 820px !important;
	display: block !important;
	margin: 0 auto 30px auto !important;
}

.bathroom_content_area .page_content p.emph,
.heating_content_area .page_content p.emph {
	margin-bottom: 10px !important;
	font-weight: normal !important;
}

@media screen and (max-width: 960px) {
	.bathroom_content_area .page_content p,
	.heating_content_area .page_content p {
	font-size: 1rem !important;
	}
}

.bathroom_content_area .page_content p:first-of-type,
.heating_content_area .page_content p:first-of-type {
	padding-top: 20px;
}

@media screen and (max-width: 960px) {
	.bathroom_content_area .page_content p:first-of-type,
	.heating_content_area .page_content p:first-of-type {
	padding-top: 15px;
	}
}

.bathroom_content_area .page_content.fade,
.heating_content_area .page_content.fade {
	opacity: 0;
}

.bathroom_content_area .key_point,
.heating_content_area .key_point {
	width: 25%;
	height: auto;
	display: inline-block;
	float: left;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 960px) {
	.bathroom_content_area .key_point,
	.heating_content_area .key_point {
	width: 100%;
	max-width: 260px;
	display: block;
	margin: auto;
	float: none;
	margin-top: 0;
	margin-bottom: 20px;
	}
}

.bathroom_content_area .key_point img,
.heating_content_area .key_point img {
	width: 100%;
	height: auto;
}

.bathroom_content_area .key_point h2,
.heating_content_area .key_point h2 {
	padding-top: 20px;
	font-size: 1.2rem;
	padding: 30px 40px 15px 40px;
	color: #0a438f;
	line-height: 1.4rem;
	min-height: 88px;
}

@media screen and (max-width: 960px) {
	.bathroom_content_area .key_point h2,
	.heating_content_area .key_point h2 {
	padding-top: 15px;
	min-height: 1px;
	padding-bottom: 10px;
	}
}

.bathroom_content_area .key_point p,
.heating_content_area .key_point p {
	padding: 0 12px;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (max-width: 960px) {
	.bathroom_content_area .key_point p,
	.heating_content_area .key_point p {
	padding: 0;
	}
}

.bathroom_content_area .key_point:nth-last-child(4) h2,
.heating_content_area .key_point:nth-last-child(4) h2 {
	color: #6c9fd5;
}

.bathroom_content_area .key_point:nth-last-child(3) h2,
.heating_content_area .key_point:nth-last-child(3) h2 {
	color: #f39200;
	padding: 30px 60px 15px;
}

.bathroom_content_area .key_point:nth-last-child(2) h2,
.heating_content_area .key_point:nth-last-child(2) h2 {
	color: #3aaa35;
}

.bathroom_content_area .key_point:nth-last-child(1) h2,
.heating_content_area .key_point:nth-last-child(1) h2 {
	color: #be1522;
}

.bathroom_nav,
.heating_nav {
	width: 100%;
}

@media screen and (max-width: 960px) {
	.bathroom_nav,
	.heating_nav {
	width: 111%;
	position: relative;
	left: -5.5%;
	display: block;
	margin: auto;
	padding: 0;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	}
}

.bathroom_nav a,
.heating_nav a {
	width: 24.25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	text-align: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 0 40px;
	font-size: 1.1rem;
	height: 60px;
	line-height: 1.4rem;
	background: #0a438f;
	color: #FFF;
	margin-right: 1%;
	transition: background 400ms ease, color 400ms ease;
}

@media screen and (max-width: 960px) {
	.bathroom_nav a,
	.heating_nav a {
	padding: 0 30px;
	font-size: 1rem;
	width: auto;
	height: 50px;
	line-height: 50px;
	float: none;
	display: inline-block;
	}
}

.bathroom_nav a:last-of-type,
.heating_nav a:last-of-type {
	margin-right: 0 !important;
}

.bathroom_nav a.active,
.heating_nav a.active {
	background: #FFF;
	color: #0a438f;
}

@media screen and (max-width: 960px) {
	.bathroom_nav a.active,
	.heating_nav a.active {
	background: #007bff;
	color: #FFF;
	}
}

.bathroom_nav.display_3 a,
.heating_nav.display_3 a {
	width: 32%;
	margin-right: 2%;
}

body#heating-and-hot-water div#content div.book-free-survey-body,
body#bathrooms-and-wet-rooms div#content div.book-free-survey-body{
	margin-bottom: -30px;
}

body#heating-and-hot-water .steps1234-wrapper {
	margin-bottom: 0 !important;
}

/*-------------------------------------------------------------------------------------------------------CORONAVIRUS
*/
div.coronavirus {
	width: 100%;
	background: #FF5962;
	padding: 20px 0;
	text-align: center;
}

div.coronavirus h5 {
	display: inline;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}

div.coronavirus h5 a {
	color: #FFF;
	padding: 6px 0 8px;
	width: 140px;
	border: 2px solid #FFF;
	text-decoration: none;
	display: block;
	margin: auto;
	margin-top: 14px;
	font-size: 1rem;
	transition: all 300ms ease;
}

div.coronavirus h5 a:hover{
	background: #FFF;
	color: #FF5962;
}

div.coronavirus a.close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #FFF;
	padding: 4px 8px;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

@media screen and (max-width: 960px) {
	div.coronavirus a.close {
		top: 12px;
		right: 5%;
		color: transparent;
	}
}

div.coronavirus a.close span {
	padding: 2px 8px;
	border: 2px solid #FFF;
	color: #FFF;
	margin-right: 4px;
	transition: all 300ms ease;
}

@media screen and (max-width: 960px) {
	div.coronavirus a.close span {
		margin-right: 0;
		position: absolute;
		right: 0;
		top: 0;
		padding: 6px 8px;
	}
}

div.coronavirus a.close:hover span{
	background: #FFF;
	color: #FF5962;
}