/*
Colour definitions:

//$palette['red'] = 'rgba(238,42,36,1)'; //Original

$palette['red'] = 'rgba(239,39,36,1)'; //#ed2724 //Yaw red 1
$palette['red'] = 'rgba(212,35,43,1)'; //#d4232b //Yaw red 2
$palette['green'] = 'rgba(122,193,71,1)'; //#7ac147 //Yaw green
$palette['blue'] = 'rgba(23,75,148,1)' //#174b94 blue
$palette['darkgrey'] = 'rgba(145,145,149,1)';
$palette['midgreay'] = 'rgba(201,202,204,1)';
$palette['lightgrey'] = 'rgba(230,231,232,1)';

Old:
red: #d2232a, rgb(210,35,42)
orange: #f58220, rgb(245,130,32)
blue: #23408f, rgb(37,64,143)
green: #7ac147, rgb(122,193,71)
dark-grey: #919195, rgb(145,145,149)
medium-grey: #c9cacc, rgb(201,202,204)
light-grey: #e6e7e8, rgb(230,231,232)

Text: #666, rgb(102,102,102);
*/

@font-face {
 font-family:'Design';
 src:url("/fonts/Design.otf") format("opentype");
}

@font-face {
 font-family:'FontAwesome';
 src:url("/fonts/fontawesome-webfont.eot?v=4.5.0");
 src:url("/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"),url("/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),url("/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),url("/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),url("/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
 font-weight:normal;
 font-style:normal
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
src: local('OpenSans-Regular'), url("/fonts/OpenSans-Regular.ttf") format("truetype");;
}
@font-face {
font-family: 'Open Sans Light';
font-style: normal;
font-weight: normal;
src: local('OpenSans-Light'), url("/fonts/OpenSans-Light.ttf") format("truetype");;
}
@font-face {
font-family: 'Open Sans Bold';
font-style: normal;
font-weight: bold;
src: local('OpenSans-Bold'), url("/fonts/OpenSans-Bold.ttf") format("truetype");;
}
@font-face {
font-family: 'Open Sans Condensed Light';
font-style: normal;
font-weight: normal;
src: local('OpenSansCondensed-Light'), url("/fonts/OpenSansCondensed-Light.ttf") format("truetype");;
}
@font-face {
font-family: 'Open Sans Condensed Bold';
font-style: normal;
font-weight: bold;
src: local('OpenSansCondensed-Bold'), url("/fonts/OpenSansCondensed-Bold.ttf") format("truetype");;
}
@font-face {
font-family: 'AvenirNext';
font-style: normal;
font-weight: 400;
src: local('AvenirNextLTPro-Regular'), url("/fonts/AvenirNextLTPro-Regular.otf") format("opentype");;
}
@font-face {
font-family: 'AvenirNext';
font-style: italic;
font-weight: 400;
src: local('AvenirNextLTPro-It'), url("/fonts/AvenirNextLTPro-It.otf") format("opentype");;
}
@font-face {
font-family: 'AvenirNext';
font-style: normal;
font-weight: 900;
src: local('AvenirNextLTPro-Bold'), url("/fonts/AvenirNextLTPro-Bold.otf") format("opentype");;
}
@font-face {
font-family: 'AvenirNext';
font-style: normal;
font-weight: 700;
src: local('AvenirNextLTPro-Demi'), url("/fonts/AvenirNextLTPro-Demi.otf") format("opentype");;
}
@font-face {
font-family: 'AvenirNext';
font-style: italic;
font-weight: 700;
src: local('AvenirNextLTPro-DemiIt'), url("/fonts/AvenirNextLTPro-DemiIt.otf") format("opentype");;
}
* {
	box-sizing: border-box;
}
:focus {
	outline:none;
}
html {
	height: 100%;
	margin: 0;
}
body {
	height: 100%;
	margin: 0;
	font-size: 12px;
	font-family: 'AvenirNext';
	font-weight: 400;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-align: left;
	color: #333;
	background-color: #fff;
}
footer {
	padding-top: 1em;
	z-index: 100;
	display: flex;
	margin-bottom: 4em;
	top: 100vh;
	width: 100%;
	/*min-height: 8em;*/
	/*margin-bottom: 4em;*/
}
hr {
	border-top: 4px solid rgba(23,75,148,1);
	width: 10em;
}
hr.normal {
	width: 100%;
	border: 1px solid #174b94;
	display: inline-block;
}
hr.half {
	width: 50%;
}
h1 {
	font-size: 2em;
	text-align: center;
	margin: 0.5em 0;
	color: #25408f;
}
h2 {
	font-size: 1.75em;
	margin: 0;
}
h3 {
	font-size: 1.25em;
}
h2.pseudoh1 {
	font-size: 2em;
	text-align: center;
	margin: 0.5em 0;
}
p, ul, ol {
	font-size: 1.25em;
}
p h3, ul h3 , ol h3 {
	font-size: 1em;
}
a {
	text-decoration: none;
	color: #244992;
}
a:hover {
	/*font-weight: bold;*/
}
.symbol {
	font-family: FontAwesome;
	margin: 0 0.25em;
	font-size: 1.25em;
}
.center {
	text-align: center;
}
.busy {
	background-image: url(/images/loading3.gif) !important;
	background-position: 50% !important;
	color: transparent !important;
}
.selectbusy {
	background-image: url(/images/loading9.gif) !important;
	background-position: 89%!important;
	background-size: 2.25em;
}
.fetching {
	background-image: url(/images/loading2.gif) !important;
	background-position: 50% !important;
	color: transparent;
}
.popup {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0,0,0,0);
	max-width: 50em;
	transform: translate(-50%, 0);
}
.darken {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.alert {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: none;
}
.alertbox {
	color: #000;
	position: absolute;
	top: 50%;
	margin-left: auto;
	margin-right: auto;
	width: 30em;
	max-width: 80%;
	min-height: 6em;
	z-index: 1001;
	background-color: #f1f1f1;
	border-radius: 0.6em;
	text-align: center;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0.1em 0.1em 0.75em rgba(0,0,0,0.5);
}
.alertmessage {
	color: #000;
	position: relative;
	min-height: 10em;
	z-index: 10;
	background-color: #f1f1f1;
	border-radius: 0.6em;
}
.alertmessage div {
	padding: 1em 3em;
	font-size: 1.5em;
}
.alertmessage div b {
	font-size: 1.25em;
	line-height: 2em;
}
.alertbutton1, .alertbutton2, .alertbutton3 {
	height: 3em;
	width: 100%;
	position: relative;
	background-color: transparent;
	bottom: 0;
	border-top: solid 1px #9B9E9E;
	color: #157EFB;
	line-height: 3em;
	display: none;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: bold;
}
.alertbutton1 span, .alertbutton2 span, .alertbutton3 span {
	font-size: 2em;
}
.alertbutton1 {
	float: left;
	width: 50%;
}
.alertbutton2 {
	border-left: solid 1px #9B9E9E;
	float: right;
	width: 50%;
}
.alertbutton3{
}
.alertbutton1:focus, .alertbutton1:active, .alertbutton2:focus, .alertbutton2:active, .alertbutton3:focus, .alertbutton3:active {
	background-color: #ff9 !important;
}
.email-alert {
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.25em;
	padding: 0.5em;
	border-width: 1px;
	border-radius: 0.3em;
	border-style: solid;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.alert-success {
	color: #0f0;
	border-color: #0f0;
}
.alert-danger {
	color: #f00;
	border-color: #f00;
}
.hidden {
	display: none;
}
.main {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.main>div>div>div {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
header {
	width: 100%;
	height: 7em;
	position: absolute;
	top: 0;
	box-shadow: 0 0 0.5em rgba(0,0,0,0.4);
	z-index: 1;
}
.header {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	height: 7em;
}
.header>div {
	flex: auto;
}
.headerbuttons {
	max-width: 96vw;
}
.headerlogo {
	max-width: 96vw;
	/*height: 100%;*/
}
.headerlogo a, .logo a {
	display: flex;
	align-items: baseline;
	height: 5em;
	margin-left: 0.5em;
}
.headerlogo a h1, .headerlogo a span {
	margin: 0;
	line-height: 1em;
	font-size: 2.4em;
	font-weight: bold;
	white-space: nowrap;
	/*color: white;*/
	font-family: Design;
	text-transform: uppercase;
	bottom: 10px;
	position: relative;
}
.headerlogo img {
	height: 5em;
}
.logo a span {
	bottom: 10px;
	position: relative;
}
.logo a {
	color: white;
}
.topmenu {
	margin: 0.5em;
	position: relative;
	float: right;
}
.topmenu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	padding-inline-start: 0;
}
.topmenu ul li {
	float: left;
	padding: 0 0.75em;
	line-height: 2em;
	cursor: pointer;
	margin: 0.25em;
	border-radius: 2em;
	font-weight: bold;
}
.topmenu ul li.user {
	border: none;
	padding: 0;
}
.topmenu ul li.reg {
	padding-left: 2.75em;
	border: 1.5px solid #ed2724;
	/*border-radius: 1.5em;*/
	background-color: #ed2724;
	font-weight: bold;
	background-image: url(/images/icon-ad.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 7%;
}
.topmenu ul li.reg.active {
	background-color: #25408f;
}
.topmenu ul li.reg.active a {
	line-height: 2.1em;
	color: white;
}
.topmenu ul li.login {
	border: 1.5px solid #25408f;
}
.topmenu ul li>div {
	font-size: 1em;
}
.topmenu ul li.active a {
	cursor: default;
	color: #f5821f;
	height: 100%;
	display: block;
	line-height: 2.2em;
}
.topmenu ul li:not(.active) a {
	color: #25408f;
	height: 2em;
	display: block;
	line-height: 2.2em;
}
.topmenu ul li:hover:not(.active):not(.user) {
	opacity: 0.5;

}
.topmenu ul li:not(.active) a.advertisebutton {
	color: #fff;
}
.headersocial {
	height: 5em;
	display: flex;
	align-items: center;
}
.footersocial {
	float: right;
	height: 2.5em;
	width: 7.75em;
}
.headersocial>a {
	height: 4em;
}
.headersocial>a, .footersocial>a {
	width: 100%;
	max-width: 3em;
	height: 100%;
	float: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0 5px;
	cursor: pointer;
	min-width: 26px;
}
.no-webp .icon-fb {
	background-image: url(/images/facebook.png);
}
.webp .icon-fb, .footersocial .icon-fb {
	background-image: url(/images/facebook.webp);
}
.no-webp .icon-ig {
	background-image: url(/images/instagram.png);
}
.webp .icon-ig {
	background-image: url(/images/instagram.webp);
}
.footer {
	max-width: 1000px;
	margin: auto;
	display: block;
	position: inherit;
	width: 100%;
	top: 100vh;
}
.footer>div {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.footericons {
	display: flex;
	flex-wrap: wrap;
}
.footericons div {
	height: 5em;
	flex: auto;
	align-items: center;
	text-align: center;
	margin: 0.5em;
}
.footericons>div>img {
	height: 5em;
}
.footerlinks {
	height: 6em;
}
.footermenu {
	float: left;
	text-align: center;
	max-width: 88%;
}
.footermenu ul {
	list-style-type: none;
	margin: 1em;
	padding-inline-start: 0;
}
.footermenu a:first-child {
	border-left: none;
}
.footermenu a {
	font-size: 1.25em;
	font-weight: bold;
	/*text-transform: uppercase;*/
	float: left;
	/*padding: 0 0.25em;*/
	/*border-left: 3px solid #bbb;*/
	line-height: 2em;
	margin: 0 0.5em;
}
.footermenu a:not(.active) {
	color: black;
}
.footermenu a:hover {
	opacity: 0.5;
}
.footerfake img {
	height: 4em;
	width: 4em;
}
.footerbar {
	background-color: rgba(239,39,36,1);
	height: 4.5em;
	float: left;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1001;
	box-shadow: 0 0 1.5em rgba(0,0,0,0.5);
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.footerbar div {
	color: white;
	padding: 0 0.5em;
	font-size: 1em;
	flex: auto;
}
.footerbar img {
	height: 2.5em;
	margin: 0.5em 0.1em;
}
.footerbar>div:first-child {
	max-width: 9em;
}
.footerbar>div:last-child {
	max-width: 15em;
}
.vidthumb>div {
}
.vidthumb {
	height: 3em;
	font-size: 1em !important;
	width: 4em;
	display: inline-block;
	background-image: url(/images/vidicon2.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: black;
	float: left;
	margin: 0.5em;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.vidframe {
	position: fixed;
	width: 1000px;
	left: 50%;
	height: 580px;
	margin: auto;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 100vw;
	max-height: 100vh;
	box-shadow: 0 0 1em rgba(0,0,0,0.5);
	background-image: none;
	border-radius: 1em;
	padding: 0 !important;
}
.vidframe .close {
	filter: none;
	opacity: 1;
	top: -0.75em;
	right: -0.75em;
}
.vidframe iframe {
	border-radius: 1em;
}
.introblock {
	/*font-family: "Open Sans";*/
	padding-top: 1em;
	margin-top: 1px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.introblock>div, .introblock>a {
	white-space: nowrap;
	flex: auto;
	margin: 5px auto;
	min-width: 280px;
	max-width: 380px;
    padding: 0 10px;
    color: inherit;
}

.promoblock {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	grid-gap: 1em 2%;
	border-top: 2px solid #ccc;
	padding-top: 1em;
	justify-items: center;
}
.promoblock .explainer {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(/images/vidblock1.png);
	cursor: pointer;
	display: flex;
	width: max-content;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
}
.headerbuttons .homebuttons {
	border: 2px solid #ccc;
	border-radius: 2px;
	margin-top: 0.2em;
	float: left;
}
.headerbuttons .homebutton:hover {
}
.headerbuttons .homebuttons div {
	border-radius: 0.5em;
	line-height: 3em;
	color: white;
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	margin: 0.25em;
	cursor: pointer;
}
.headerbuttons .homebuttons div:first-child {
	background-color: #174b94;
	white-space: nowrap;
	padding: 0 0.5em;
}
.introblock .searchlocation>div:hover {
	background-color: #174b94;
}
.introblock .findbusiness>div:hover {
	background-color: #ed2724;
}
.introblock .getquote>div:hover {
	background-color: #7ac147;
}
.introblock .homebutton>div {
	background-color: #e8e9ea;
	border-radius: 2em;
	line-height: 3.5em;
	font-size: 1.25em;
	text-align: center;
	font-weight: bold;
	margin: auto;
	cursor: pointer;
	padding-left: 3em;
	height: 3.5em;
	position: relative;
	box-shadow: 0 0 0.15em rgba(0,0,0,0.5)
}
.introblock .homebutton>div:hover {
	color: white;
}
.introblock .homebutton>div>div {
	position: absolute;
	width: 3em;
	height: 3em;
	border-radius: 2em;
	left: 0.25em;
	top: 0.25em;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.introblock .homebutton.searchlocation>div>div {
	background-image: url(/images/searchlocation-wh.png);
	background-color: #174b94;
}
.introblock .homebutton.findbusiness>div>div {
	background-image: url(/images/findbusiness2-wh.png);
	background-color: #ed2724;
	background-size: 75%;
}
.introblock .homebutton.getquote>div>div {
	background-image: url(/images/getquote-wh.png);
	background-color: #7ac147;
	background-position: 62% 50%;
	background-size: 55%;
}
.quoteblock {
	background-color: #c9cacc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	background-attachment: fixed;
	padding: 1em 0;
	margin: 1em 0;
}
.quoteblock>div {

}
.newslettersection {
	background-color: #7ac147;
}
.newslettersignup {

}
.newslettersignup>div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.newslettersignup>div>div {
	margin: 2em 1em;
	flex: auto;
	align-items: center;
	text-align: center;
	min-width: 25em;
	color: white;
	white-space: nowrap;
}
.newslettersignup>div>div>div {
	display: inline-flex;
}
.newslettersignup>div>div h2 {
	line-height: 2em;
	font-weight: normal;
}
.newslettersignup>div>div img {
	height: 3em;
	margin-right: 1em;
}
.newslettersignup input[type=email] {
	max-width: 25em;
	height: 4.5em;
	border-radius: 0.5em 0 0 0.5em;
}
.newslettersignup input[type=submit] {
	width: 5.5em;
	height: 4.5em;
	background-size: 2.5em;
	background-image: url(/images/subscribe-wh.png);
	border-radius: 0 0.5em 0.5em 0;
}
.newslettersignup p {
	font-family: "open sans condensed light";
	margin: 0;
}
.aboutblock p, .tcblock p, .privacyblock p, .supplierblock p, .hiringtipsblock p {
	text-align: justify;
}
.abouthead {
	display: flex;
	color: #25408f;
	min-width: 25em;
	flex-wrap: wrap;
	flex-direction: row;
	min-height: 9em;
	align-items: center;
	max-width: 96vw;
	margin: auto;
}
.abouthead>div {
	flex: auto;
	min-width: 20em;
}
.abouthead>div p {
	font-size: 1.5em;
}
.abouticonblock {
	background-color: #25408f;
	color: white;
	padding: 1em 0;
}
.abouticons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.abouticons>div {
	flex: auto;
	min-width: 16em;
	width: 32%;
	margin: 0 auto;
	text-align: center;
}
.abouticons>div p {
	max-width: 16em;
	margin: 0 auto;
}
.aboutpagetext {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.aboutpagetext>div {
	flex: auto;
	min-width: 25em;
	width: 32%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0.5em;
}
.aboutpagetext>div p {
	text-align: justify;
	font-size: 1.1em;
}
.aboutpagetext>div h3, .aboutpagetext>div p {
	max-width: 96vw;
	margin: 1em auto;
}
.aboutadvantageblock {
	background-color: #ededed;
}
.aboutadvantage {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}
.aboutadvantage>div {
	flex: auto;
	min-width: 25em;
	width: 49%;
	margin: 0 auto;
	text-align: center;
	max-width: 96vw;
	padding: 0 0.5em;
}
.aboutadvantage>div img {
	width: 90%;
}
.aboutadvantage>div p {
	text-align: justify;
}
/*.supplierblock ol:first-of-type {
	color: #244992;
	text-shadow: 0 0 1px #244992;
}*/
.supplierblock {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 2em auto;
}
.supplierblock>div {
	flex: auto;
	max-width: 48%;
	margin: 0 auto;
}
.supplierblock ul {
	padding-left: 0;
	margin: 0;
}
.supplierblock li {
	list-style: none;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.supplierblock li:before {
	content: '';
	display: inline-block;
	height: 1em;
	width: 1.5em;
	background-image: url(/images/green-dot.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.suppliersslider {
}
.blocks, .homebuttons {
	padding: 1em;
	position: relative;
	/*background-color: #ddd;*/
}
.blocks>div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
.companyblock {
	flex: auto;
	margin: auto;
	padding: 0.5em 0.25em;
}
.companyblock div {
}
.companyblock.four {
	min-width: 240px;
	max-width: 24%;
}
.companyblock.three {
	/*min-width: 320px;*/
	max-width: 33%;
}
.companyblock>div {
	background-color: white;
	cursor: pointer;
	box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.4);
	border-radius: 0.25em;
	/*max-width: 30em;*/
	margin: 0 auto;
}
.companyblock>div:hover {
	background-color: #ededed;
	box-shadow: 0.1em 0.1em 0.75em rgba(0,0,0,0.6);
}
.companyblock .company {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 70%;
	background-image: url(/images/logo1.png);
	margin: 0;
	border-radius: 0.25em;
	height: 10em;
	position: relative;
}
.companyblock .company>div {
	/*font-family: 'Open Sans';*/
	text-align: center;
	font-size: 1.25em;
	line-height: 1.5em;
	position: absolute;
	text-align: center;
	width: 100%;
	cursor: pointer;
}
.companyblock .company>div.haslogo {
	/*color: transparent;*/
}
.companyblock .company>div {
	height: 100%;
	border-radius: 0.25em 0.25em 0 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	color: white;
	font-weight: bold;
	line-height: 2em;
	background-image: url(/images/globe-wh.png);
	background-repeat: no-repeat;
	background-position: 50%;
	text-shadow: 1px 1px 0.15em #000
}
.companyblock .company>div:hover {
	opacity: 1;
}
.keypoints {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0.5em;
}
.keypoints>div {
	flex: auto;
	width: 50%;
	min-width: 50%;
	background-image: url(/images/green-dot.png);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: 0;
	text-indent: 1.5em;
	white-space: nowrap;
	overflow: hidden;
}
.companyattr {
	height: 3.5em;
	padding: 0.5em;
}
.companyblock .companyattr .contacticons {
	width: 41%;
	position: relative;
}
.companyattr .contacticons {
	float: left;
	height: 3em;
	position: relative;
	/*z-index: 10;*/
}
.companyattr .contacticons div {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 26px;
	width: 26px;
	float: left;
	margin: 2px;
	cursor: pointer;
	border-radius: 0.25em;
	position: relative;
}
.companyattr .contacticons .icon-phone {
	background-image: url(/images/icon-phone.png);
}
.companyattr .contacticons .icon-email {
	background-image: url(/images/icon-email.png);
}
.companyattr .contacticons .icon-message {
	background-image: url(/images/icon-message.png);
}
.companyattr .contacticons .button-facebook {
	background-image: url(/images/facebook.png);
}
.companyattr .contacticons .button-instagram {
	background-image: url(/images/instagram.png);
}
.companyattr .contacticons .button-facebook a div, .companyattr .contacticons .button-instagram a div {
	width: 100%;
	height: 100%;
}
.companyattr .contacticons .button-website {
	background-image: url(/images/icon-website.png);
}
.companyattr .contacticons .button-directions {
	background-image: url(/images/icon-pin-wh.png);
}
.companyattr .contacticons .button-website {
	background-color: #79c148;
	white-space: nowrap;
	width: auto;
	background-position: 2%;
	padding-right: 0.75em;
	text-indent: 2.5em;
}
.companyattr .contacticons .button-website a, .companyattr .contacticons .button-directions a {
	color: white;
	text-align: right;
	line-height: 1.5em;
	font-size: 1.25em;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.25em 0;
}
.companyattr .contacticons .button-directions {
	background-image: url(/images/directions.png);
	white-space: nowrap;
	width: 2.5em;
	background-position: 50%;
	background-size: contain;
	/*padding-right: 0.75em;*/
	/*text-indent: 2.5em;*/
}
.companyattr .contacticons>div>a img{
	width: 100%;
	height: 100%;
}
.companyattr .distancestrip {
	color: #23408f;
	width: 18%;
	max-width: 135px;
	float: right;
	height: 2.5em;
	display: grid;
	align-items: end;
	font-weight: bold;
	/*text-shadow: 0 0 0.1px #000;*/
	background-image: url(/images/distance.png);
	background-size: 2em;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.companyattr .distancestrip>span {
	font-size: 0.9em;
	line-height: 0.9em;
	text-align: center;
}
.reviewsblock>div {
	max-width: 96vw;
	margin: auto;
}
.reviewsblock .rating {
	background-image: url(/images/star-empty.png);
	background-size: 1.5em;
	background-repeat: repeat-x;
	background-position: 0;
	overflow: hidden;
	height: 1.5em;
	width: 7.5em;
}
.reviewsblock h2 {
	text-align: center;
	margin: 1em;
}
.reviewsblock>div>div.reviewinfo {
	font-style: italic;
}
.reviewsblock>div>div:not(.rating) {
	margin: 1.5em 0;
}
.companyattr .ratingblock {
	/*filter: grayscale(1);*/
	position: relative;
	float: left;
}
.companyattr .ratingblock>div.rating {
	background-image: url(/images/star-empty.png);
	background-size: 1.5em;
	background-repeat: repeat-x;
	background-position: 0;
	overflow: hidden;
	height: 1.5em;
	width: 7.5em;
}
.companyattr .ratingblock>div.rating>div, .reviewsblock .rating>div {
	background-image: url(/images/star.png);
	background-size: 1.5em;
	background-repeat: repeat-x;
	background-position: 0;
	filter: none;
	height: 1.5em;
	width: 0;
}
.companyattr .ratingblock>div.ratingtext {
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
}
.companyattr .contacticons div.active {
	position: absolute;
	bottom: 0.5em;
	left: 0;
	width: 19em;
	height: 5em;
	background-size: auto 50%;
	background-color: white;
	box-shadow: 0 0 0.5em rgba(0,0,0,0.6);
	z-index: 11;
	display: flex;
	flex-direction: column;
	border-radius: 0.5em;
	background-position: 5% 50%;
	align-items: center;
}
.companyattr .contacticons div.active div {
	font-size: 1.5em;
	white-space: nowrap;
	width: 100%;
	text-indent: 3em;
	flex-wrap: wrap;
	margin: auto;
	line-height: 1.5em;
}
.profilehours {
	max-width: 96vw;
	margin: 0 auto;
}
.profilehours>div {
	display: flex;
	font-size: 1.25em;
}
.profilehours>div:first-child>div {
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
	max-width: 96vw;
	margin: 0.5em auto;
}
.profilehours>div>div {
	flex: auto;
	width: 10em;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5em;
}
.profilehours>div>div.day {
	text-align: left;
}
.quotehead {
	height: 4em;
	line-height: 4em;
	text-align: center;
	margin: 0.5em;
	cursor: pointer;
	text-shadow: 0 0 1px #fff;
}
.quotehead span {
	font-size: 1.75em;
}
.quoteform {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.quoteform>div {
	flex: auto;
	margin: 0.5em;
	min-width: 19em;
	width: 23.7%;
}
.quoteform select {
	height: 2.5em;
}
.quoteform input[type=text],.quoteform input[type=email], .quoteform input[type=tel] {
	height: 3.75em;
	width: 100%;
}
.quoteform textarea {
	height: 11em;
	width: 100%;
	max-width: 100%;
	padding-top: 4.75em;
	text-transform: lowercase;
}
.quoteform div.select {
	overflow: hidden;
	border: 1px solid #b4b6b7;
	border-radius: 0.5em;
}
.quoteform input:not([type=submit]), .quoteform select {
	text-transform: lowercase;
}
.quoteform .notes, .quoteform .check {
	width: 100%;
	text-align: center;
}
.quoteform input[type=checkbox] {
	height: 2.75em;
	display: table-cell;
	vertical-align: middle;
}
.quoteform select {
	text-indent: -20%;
}
#quotesubmit {
    max-width: 25em;
    background-color: #174b94;
}
.quoteform label {
	position: relative;
	margin: 1em 0.5em;
    display: block;
    text-align: left;
}
.quoteform .check {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0 auto;
}
.quoteform .check label {
	position: absolute;
	margin: 1em 0.5em;
	left: 2em;
	top: 0;
}
.quoteform .submit {
	width: 100%;
	padding: 1em 0;
}
.quoteform .check>div {
	text-align: left;
	position: relative;
	display: flex;
	align-items: center;
}
.quoteform .check>div:nth-child(2) {
	min-width: 13em;
}
.quoteform .check div.tclabel {
	padding-right: 1em;
}
.quoteform .check #quotesubmit {
	border-radius: 0.25em;
}
.quoteform input[type=checkbox] {
	height: 3em;
	text-align: left;
	width: 2em;
	float: left;
}
select {
	color: #777;
	background: url(/images/select-arrow.png);
	background-repeat: no-repeat;
	background-size: 3em;
	background-position: 90%;
	width: 110% !important;
	border: none;
	text-indent: -20%;
}
input, select {
	font-size: 100%;
}
input, textarea, button {
	width: auto;
	/*border: 1px solid #b4b6b7;*/
	border-radius: 0.5em;
	text-transform: uppercase;
}
input:not([type=checkbox]), select, textarea, button {
	border: none;
	box-shadow: 0 0 0.4em rgba(0,0,0,0.4);
	height: 3.5em;
	font-size: 1em;
	padding: 0 1em;
	text-align: center;
	text-align-last:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
label {
	white-space: nowrap;
	font-size: 1.1em;
	line-height: 2em;
}
input[type=textarea], textarea {
	height: 12em;
	padding: 0.25em 1em;
}
input[type=submit], input.submit, input[type=button], button {
	color: white;
	background-color: #174b94;
	border: none;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto 80%;
	font-weight: bold;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
input[type=checkbox] {
	width: 1.5em;
	height: 1.5em;
}
.ui-autocomplete-loading, input.loading {
	background-image: url(/images/loading9.gif);
	background-repeat: no-repeat;
	background-size: auto 60%;
	background-position: 98%;
}
.latestnewsblock h2 {
	text-align: center;
}
.newsblocks {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top: 1em;
	position: relative;
	width: 100%;
}
.newsblock {
	flex: auto;
	max-width: 24%;
	margin: 0 auto;
	min-width: 19em;
}
.newsblock>div {
	max-width: 19em;
}
.newsblock .newsthumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
	border-radius: 1em;
	height: 8em;
	position: relative;
}
.newsblock .newsinfo .newstitle {
	font-size: 1.5em;
	color: #79c148;
}
.newsblock .newsinfo .newsicons {
	margin: 0.5em 0;
	height: 1.5em;
	font-style: italic;
}
.newsblock .newsinfo .newsicons>div {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0;
	float: left;
	cursor: pointer;
	text-indent: 2em;
	margin-right: 1em;
}
.newsblock .newsinfo .newsicons .icon-calendar {
	background-image: url(/images/icon-calendar.png);
}
.newsblock .newsinfo .newsicons .icon-user {
	background-image: url(/images/icon-user.png);
}
.newsblock .newsinfo .morenews input {
	width: 5em;
	padding: 0;
	height: 1.75em;
	margin: 1em 0;
	border-radius: 0.3em;
}
.newsarticleblock section.newsteaser {
	max-height: 30em;
}
.newsarticleblock section {
	overflow: hidden;
	position: relative;
	margin: 3em 0;
}
.newsarticleblock .readmore {
	width: 100%;
	max-width: 1000px;
	height: 8em;
	text-align: center;
	align-items: flex-end;
	background-color: white;
	display: flex;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.newsarticleblock .readmore div {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 auto;
	border-radius: 2px;
	/* border: 2px solid #aaa; */
	padding: 0.25em 0.5em;
	color: #888;
	height: 2em;
	margin: 0.25em auto;
	cursor: pointer;
	box-shadow: 0 0 0.4em rgba(0,0,0,0.6);
	background-color: white;
}
.newsarticleblock .readmore div:hover {
	box-shadow: 0 0 0.5em rgba(0,0,0,0.8);
}
.newsarticleblock p {
	text-align: justify;
}
.newsarticleblock img {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.loginblock {
	background-color: #c9cacc;
}
.loginblock h1 {
	height: 3em;
	line-height: 3em;
	margin: 0;
	font-weight: normal;
}
.loginblock>div {
}
.loginblock>div>div {
}
.loginblock a, .loginblock .infobox {
	font-size:1.25em;
	text-align: center;
}
.loginblock .warn {
	color: red;
	font-weight: bold;
	text-align: center;
	padding: 1em;
}
.loginblock form {
	padding-bottom: 1em;
}
.loginblock form>div {
	max-width: 36em;
	margin: 1em auto;
	text-transform: lowercase;
	text-align: center;
}
.loginblock form input {
	text-transform: lowercase;
	width: 100%;
	max-width: 96vw;
	border-radius: 0.5em;
}
.loginblock form input.submit, .loginblock button {
	max-width: 16em;
	margin: 2em auto;
	text-transform: uppercase;
	display: block;
	position: relative;
	cursor: pointer;
	border-radius: 0.5em;
}
.binsizeblock {
	margin-top: 2em;
	margin-bottom: 2em;
}
.binsizeblock>div {
	width: 100%;
	height: 10em
}
.binsizeblock>div>div {
	width: 20%;
	float: left;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	font-size: 3.5em;
	/*font-family: "Open Sans";*/
	font-weight: bold;
	line-height: 3.5em;
	text-align: center;
}
.binsizeblock>div:nth-child(1)>div.binimg {
	background-image: url(/images/2m-bin-240.png);
}
.binsizeblock>div:nth-child(2)>div.binimg {
	background-image: url(/images/3m-bin-240.png);
}
.binsizeblock>div:nth-child(3)>div.binimg {
	background-image: url(/images/4m-bin-240.png);
}
.binsizeblock>div:nth-child(4)>div.binimg {
	background-image: url(/images/6m-bin-240.png);
}
.binsizeblock>div:nth-child(5)>div.binimg {
	background-image: url(/images/8m-bin-240.png);
}
.binsizeblock>div:nth-child(6)>div.binimg {
	background-image: url(/images/10m-bin-240.png);
}
.binsizeblock>div:nth-child(7)>div.binimg {
	background-image: url(/images/12m-bin-240.png);
}
.binsizeblock>div:nth-child(8)>div.binimg {
	background-image: url(/images/15m-bin-240.png);
}
.binsizeblock>div:nth-child(9)>div.binimg {
	background-image: url(/images/20m-bin-240.png);
}
.binsizeblock>div:nth-child(10)>div.binimg {
	background-image: url(/images/25m-bin-240.png);
}
.binsizeblock>div:nth-child(11)>div.binimg {
	background-image: url(/images/30m-bin-240.png);
}
.binsizeblock>div>div.trailer {
	background-image: url(/images/trailer-300.png);
}
.binsizeblock>div>div.wheelie {
	background-image: url(/images/wheelie-bin1-300.png);
}
.contacthead {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
}
.contacthead>div {
	flex: auto;
	width: 49%;
	min-width: 25em;
	padding: 0 2em;
}
.contactblock {
	margin-bottom: 2em;
}
.contactblock>div {
	flex: auto;
	margin: auto;
	max-width: 39em;
}
#contactform, #reviewform {
	flex: auto;
	margin: auto;
	max-width: 60em;
	box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
	border-radius: 0.5em;
	background-color: #e8e8e8
}
.contactform>div, .reviewform>div {
	border-radius: 0.25em;
	margin: 1em auto;
}
.contactform>div>div, .reviewform>div>div {
	/*margin: 1em;*/
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
.contactform>div>div>div, .reviewform>div>div>div {
	flex: auto;
	width: 100%;
	margin: 1em;
	text-align: center;
	/*border-bottom: 2px solid rgba(0,0,0,0.2);*/
}
.contactform>div>div>div:nth-child(2), .contactform>div>div>div:nth-child(3), .reviewform>div>div>div:nth-child(1), .reviewform>div>div>div:nth-child(2) {
	width: 45%;
	min-width: 24em;
}
.contactform input, .contactform textarea, .ratingform input, .ratingform textarea {
	width: 100%;
	text-align: left;
	text-align-last: left;
	border: none;
	text-transform: none;
}
.contactform textarea, .ratingform textarea, .reviewform textarea {
	height: 12em;
	padding-top: 5em;
}
.contactsubmit, .reviewsubmit {
	height: 5em;
}
.contactblock button#submit_contact, .reviewblock button#submit_review {
	max-width: 16em;
	margin: 0em 1em;
	text-transform: uppercase;
	display: block;
	position: relative;
	cursor: pointer;
	width: 100%;
	float: right;
	border-radius: 0.5em;
	background-color: #7ac147;
}
.contactmap {
	background-image: url(/images/contact-map.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 300px;
}
.reviewblock {
	margin: 2em auto;
}
.ratingselect {
	margin: 0.5em auto;
    position: relative;
    width: 14em;
    padding-left: 0;
}
.star {
	height: 2em;
	width: 2em;
	display: inline-block;
	background-image: url(/images/star.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	filter: grayscale(1);
	cursor: pointer;
}
.starred {
	filter: grayscale(0);
}
.starred-chosen {
	filter: grayscale(0);
}
.paymentblock>div {
	padding: 0 1em;
}
.registerblock, .paymentblock {
	background-color: #c9cacc;
}
.registerblock>div {
/*	border-radius: 2px;
	margin: 2em auto;
	box-shadow: 0 0 2em rgba(0,0,0,0.2);
	padding: 0.25em;*/
}
.registerblock>div>span, .paymentblock>div>span, .imagesblock>div>span, .hoursblock>div>span {
	text-align: center;
	display: grid;
}
.registerblock>div>div {
/*	border: 1px solid #e7e7e8;
	border-radius: 2px;
	background-color: #e7e7e8;
	margin: 1em;*/
}
.registerblock form>div.section1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	position: relative;
}
.imagesblock form#imageupload {
	/*display: none;*/
}
.points {

}
.points, .regpromo {
	background-color: #25408f;
	color: white;
	padding: 1em 0em;
	margin: 0;
}
.points h1 {
	margin: 0;
	color: white;
}
.reghelp {
	text-align: center;
}
.reghelp img {
	height: 2.5em;
	position: relative;
	top: 0.6em;
}
.reghelp a {
	color: white;
	text-decoration: underline;
}
.regpromo>div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.regpromo>div>div {
	flex: auto;
	max-width: 96vw;
	width: 420px;
	text-align: justify;
	padding: 2em;
	margin: auto;
	position: relative;
}
.regpromo>div>div img {
	position: absolute;
	top: -180px;
	height: 300px;
	right: 25%;
}
.planblock {
}
.planblock>div>span {
	text-align: center;
	padding: 1em;
	display: block;
}
.planselection {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 30em;
}
.planselection>div {
	flex: auto;
	height: 28em;
	box-shadow: 0 0 1em rgba(0,0,0,0.4);
	background-color: #fff !important;
	background-repeat: no-repeat;
	background-size: 8em;
	background-position: 50% 0;
	position: relative;
	cursor: pointer;
	min-width: 170px;
	max-width: 18%;
	margin: 0.5em auto;
	border-radius: 0.75em;
}
.planselection>div>div {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.planselection>div>div:not(:last-child):not(:first-child) {
	padding: 1em 0;
}
.planselection>div>div.selected {
	background-image: url(/images/tick1-wh.png);
	background-repeat: no-repeat;
	background-size: 1.25em;
	background-position: 90%;
}
.planselection>div>div:nth-child(2)>span {
	font-size: 3em;
}
.planselection>div>div:nth-child(2) {
	font-size: 1.5em;
}
.planselection>div>div:nth-child(3) {
	font-size: 1.25em;
	line-height: 1.25em;
}
.planselection>div>div:nth-child(4) {
	height: 2.5em;
	width: 80%;
	border-radius: 2em;
	color: #fff;
	font-size: 1.5em;
	line-height: 2.5em;
	margin: auto;
}
.planselection>div:hover:not(.selectedplan) {
	height: 30em;
	background-position: 50% 10%;
	margin: 0 auto;
}
.planselection>div>div:nth-child(1) {
	height: 2.5em;
	color: white;
	font-size: 1.25em;
	line-height: 2.5em;
	border-radius: 0.75em 0.75em 0 0;
}
.planselection>div:>div:nth-child(2).over {
	margin-top: 0.5em;
}
.planselection>div>div:nth-child(1).hilighted {
	background-color: #25408f;
}
.planselection>div:nth-child(1)>div:nth-child(2) {
	color: #7ac147;
}
.planselection>div:nth-child(2)>div:nth-child(2) {
	color: #d2232a;
}
.planselection>div:nth-child(3)>div:nth-child(2) {
	color: #25408f;
}
.planselection>div:nth-child(4)>div:nth-child(2) {
	color: #b7b7b7;
}
.planselection>div:nth-child(5)>div:nth-child(2) {
	color: #ff8500;
}
.planselection>div:nth-child(1)>div:nth-child(4) {
	background-color: #7ac147;
}
.planselection>div:nth-child(2)>div:nth-child(4) {
	background-color: #d2232a;
}
.planselection>div:nth-child(3)>div:nth-child(4) {
	background-color: #25408f;
}
.planselection>div:nth-child(4)>div:nth-child(4) {
	background-color: #b7b7b7;
}
.planselection>div:nth-child(5)>div:nth-child(4) {
	background-color: #ff8500;
}
.selectedplan {
	height: 30em !important;
	margin: 0 auto !important;
}
.blury {
	filter: blur(0.08em);
}
#imageupload>div>div {
}
.blury {
	filter: blur(0.08em);
}
.imagesblock form>div.section2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.imagesblock form>div.section2 div.fileupload-buttons label {
	display: block;
	max-width: 6em;
	background-color: white;
	cursor: pointer;
	color: transparent;
	background-image: url(/images/addimage.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	border: 1px solid #b4b6b7;
	border-radius: 0.5em;
	height: 4em;
}
.imagesblock form>div.section2 div.fileupload-buttons label input {
	filter:alpha(opacity: 0);
	opacity:0;
	cursor:pointer;
	-moz-opacity:0;
}
.imagesblock form>div.section2 div.fileupload-buttons:nth-child(3) {
/*	display: grid;
	grid-template-columns: 14% 86%;
	align-items: center;*/
}
.imagesblock form>div.section2>div {
	display: flex;
	width: 65%;
	align-items: center;
}
.imagesblock form>div.section2>div:first-child {
	width: 35%;
}
.imagesblock form>div.section2>div>div>* {
	flex: auto;
}
.imagesblock form>div.section2>div>div {
	flex: auto;
	align-items: center;
}
.imagesblock form>div.section2 input {
	max-width: 6em;
	padding: 0em;
}
.imagesblock form>div.section2 input::-webkit-file-upload-button {
/* 	 background-color: red; */
}
.imagesblock .fileupload-buttons {
	max-width: 9em;
	min-width: 9em;
	margin: auto;
}
.registerblock form>div.section1>div {
	width: 100%;
	max-width: 25em;
	margin: 0.5em auto;
}
.registerblock form>div.section3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.registerblock form>div:not(.section3)>div, .registerblock form>div>div>div, .imagesblock form>div>div, .imagesblock form>div>div>div {
	padding: 1em 1em 0em 1em;
	position: relative;
}
.registerblock form input, .imagesblock form input {
	text-transform: lowercase;
}
.registerblock form>div.section3>div {
	width: 100%;
	max-width: 50em;
	margin: 0.5em auto;
}
.registerblock form>div.section3>div:nth-child(3) {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.registerblock form>div.section3>div:nth-child(3)>div {
	width: 100%;
	max-width: 20em;
	margin: 0 auto;
}
.registerblock form>div.section3>div:nth-child(3)>div:not(:first-child) {
	display: none;
}
.registerblock form>div.section3>div:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	text-align: center;
	align-items: center;
}
.registerblock form>div.section3>div:nth-child(2)>div {
	width: 100%;
	max-width: 25em;
	margin: 0.5em auto;
}
.registerblock form>div.section3>div:nth-child(2)>div:nth-child(3) {
	min-width: 10em;
	overflow: hidden;
	border: none;
	border-radius: 0.5em;
	padding: 0;
	margin: 1em 1em 0em 1em;
	background-color: white;
	height: 3.5em;
	box-shadow: 0 0 0.4em rgba(0,0,0,0.3);
	max-width: 23em;
	position: relative;
}
.registerblock form>div.section3>div:last-child>div:last-child {
	float: right;
}
.registerblock form>div.section3>div:last-child>div:last-child>label {
	line-height: 1.25em;
}
.registerblock form>div.section3>div:last-child>div:last-child input {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.registerblock form>div.section4 div {
	padding: 0;
	text-align: center;
}
.registerblock form input:not([type=checkbox]), .registerblock form textarea {
	text-transform: lowercase;
	align-items: center;
	display: block;
	width: 100%;
}
.registerblock form input[type=checkbox] {
	height: 1.5em;
	width: 1.5em;
}
.registerblock form textarea {
	padding-top: 3.75em;
	height: 9.5em;
	font-family: inherit;
}
.registerblock form input.submit, .imagesblock form input.submit, .paymentblock form button {
	max-width: 13em;
	margin: 1em auto;
	text-transform: uppercase;
	display: block;
	position: relative;
	cursor: pointer;
}
.registerblock select {
	height: 3.5em;
	text-indent: -12%;
}
.registerblock>div.select {
	overflow: hidden;
	border: 1px solid #b4b6b7;
	border-radius: 0.5em;
}
.registerblock select:invalid {
	text-transform: lowercase;
	text-indent: -20%;
}
.registerblock label.error {
	color: red;
}
.registerblock label[for=tc] {
	font-size: 1em;
	vertical-align: text-bottom;
	height: 1.7em;
	display: inline-block;
}
#payment-form label {
	text-align: center;
	display: block;
	max-width: 96vw;
	white-space: normal;
}
.panel-heading {
	text-align: right;
	padding-right: 0.5em;
}
.hoursblock>div>div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
}
.hoursblock>div>div>form, .hoursblock>div>div>div {
	flex: auto;
	margin: 2em 1em;
}
.hoursblock>div>div>form>div, .hoursblock>div>div>div>div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.hoursblock>div>div>form select {
	width: 4.5em !important;
	height: 2.5em;
	background: none;
}
.hoursblock>div>div>form>div>input {
	max-width: 9em;
	margin: 0.25em;
	height: 2.5em;
}
.hoursblock>div>div>form>div>* {
	margin: 0.25em auto;
}
.hoursblock>div>div>div>div>button {
	max-width: 7em;
}
.hoursblock button {
	max-width: 20em;
	margin: 0.5em auto;
}
.hoursblock h3 {
	text-align: center;
}
.hoursblock .select {
	width: 3em;
	overflow: hidden;
	border: none;
	border-radius: 0.5em;
	padding: 0;
	/*margin: 0.25em;*/
	background-color: white;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	box-shadow: 0 0 0.4em rgba(0,0,0,0.3);
}
.hoursblock .select>select {
	box-shadow: none;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
.hoursblock .tablehead {
}
.hoursblock .tablehead>* {
	font-weight: bold !important;
	color: white;
	background-color: #174b94;
}
.hoursblock #savehours {
	max-width: 13em;
	margin: auto;
}
.infoblock {
	margin-top: 2em;
}
.infoblock h2 {
	text-align: center;
}
.infoblock h2, .infoblock h3 {
	width: 100%;
	margin: 1em 0;
	color: #d2232a;
}
.infoblock article {
	max-width: 96vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.infoblock article p, .infoblock article ul {
	text-align: justify;
	margin-top: 0;
}
.infoblock article ul {
	list-style: none;
	padding: 0;
}
.infoblock article li {
 	padding-left: 1.3em;
}
.infoblock article li:before {
	content: "\f00c";
	color: #d2232a;
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}
.infoblock article>div {
	width: 48%;
	margin: 0 auto;
}
#moreinfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#moreinfo>div {
	flex: auto;
	max-width: 96vw;
	width: 420px;
	text-align: justify;
	padding: 2em;
}
#moreinfo>div h3 {
	color: #d2232a;
	line-height: 2.5em;
	position: relative;
	text-indent: 3em;
}
#moreinfo>div h3 img {
	height: 2.5em;
	position: absolute;
	left: 0;
	top: 0;
}
input[type=submit].disabled, input[type=button].disabled, button.disabled {
	background-color: #999 !important;
	cursor: unset !important;
}
.inputhilite {
	box-shadow: 0 0 0.25em red;
}
.profileinfo {
	align-items: start;
	margin: auto;
}
.profilemainimg, .profilelogo, .profilemap .map {
	border-radius: 2px;
}
.profilemainimg {
	width: 100%;
	height: 25vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.profilelogo {
	width: 100%;
	max-width: 100vw;
	height: 15em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	align-items: center;
	display: flex;
	border-radius: 2px;
	box-shadow: 0 0 2em rgba(0,0,0,0.3);
}
.profilelogo h2 {
	font-size: 3em;
	/*font-family: "open sans bold";*/
	font-weight: bold;
	color: #174b94;
	text-shadow: 0 0 0.25em rgba(255,255,255,0.5);
	width: 100%;
}
.profilebuttons {
	border: 2px solid #ccc;
	border-radius: 2px;
	margin-top: 1em;
}
.profilebutton:hover {
	box-shadow: 0 0 0.25em #000;
}
.profilebuttons div {
	border-radius: 0.5em;
	width: 96%;
	line-height: 3em;
	color: white;
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	margin: 0.5em;
	cursor: pointer;
}
.profilebuttons .quotebutton {
	background-color: rgba(239,39,36,1);
}
.profilebuttons .websitebutton {
	background-color: #174b94;
}
.profiledetails {
	margin: 0 auto;
	max-width: 49%;
	float: left;
	min-width: 49%;
	border-radius: 2px;
}
.profileabout {
	white-space: pre-wrap;
	font-size: 1.25em;
	text-align: justify;
	position: relative;
	max-width: 96vw;
	margin: 0 auto;
	z-index: -1;
}
.profileaboutblock {
	display: grid;
	min-width: 50%;
	position: relative;
}
.profileaboutblock h1 {
	margin: 0;
	overflow: hidden;
}
.abouttext {
	display: unset;
	position: relative;
	top: -2em;
}
.profilemap {
	float: right;
	max-width: 49%;
	margin-left: 1%;
	margin-bottom: 2.5em;
	width: 49%;
	position: relative;
	z-index: 1;
}
.map {
	height: 40vw;
}
.directions {
	position: absolute;
	top: 88%;
	width: 15em;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.address {
	text-align: center;
	font-size: 1.25em;
	margin: 0.5em auto;
	font-weight: bold;
}
.galleryslider {
	display: -webkit-box;	
	overflow-x: scroll;
}
.galleryslider>div {
	width: 160px;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}
.slider-outer {
	width: 100%;
	height: 152px;
	position: relative;
}
.slider-inner {
	width: 98%;
	height: 152px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 1%;
}
.slider-inner img {
	height: 100%;
}
.slider-scroll {
	width: max-content;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	height: 152px;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.prev, .next {
	position: absolute;
	margin-top: 58px;
	cursor: pointer;
	z-index: 100;
}
input[type=file] {
	background-color: white;
	cursor: pointer;
	color: transparent;
	background-image: url(/images/addimage.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
}
.fileupload-buttons label::before {
	content: attr(data-label);
	white-space: nowrap;
	color: #666;
	position: absolute;
	top: 2em;
	display: block;
	text-align: center;
	width: 6em;
	position: relative;
}
label[for=logoimg].loaded::before {
	content: "Logo";
}
label[for=mainimg].loaded::before {
	content: "Banner";
}
label.loaded::before {
	text-shadow: 0 0 0.2em #000; 
	filter: drop-shadow(2px 4px 6px black); 
	color: white;
	display: block;
}
input[type=file]::-webkit-file-upload-button {
	visibility: hidden;
}
.fileupload-buttons table {
	position: absolute;
	top: 0.75em;
}
tbody.files>tr {
	float: left;
}
tbody.files>tr>td {
	padding: 0;
}
tbody.files>tr>td:nth-child(2), tbody.files>tr>td:nth-child(3), tbody.files>tr>td:nth-child(4) {
	display: none;
}
.footer-promo {
	background-image: url(/images/logo-wh-bl.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0;
	height: 4.5em;
}
.footer-promo div {
	font-size: 1em;
	display: block;	color: white;
	float: left;
}
.useraccount {
	width: 1.25em;
	height: 1.25em;
	background-image: url(/images/icon-user.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% !important;
}
.accountlinks {
	width: 7.5em;
	background-color: white;
	height: 0;
	position: absolute;
	top: 2em;
	right: 0;
	overflow: hidden;
	box-shadow: 0.1em 0.1em 0.25em #0003;
}
.accountlinks ul {
	font-size: 1em;
	list-style: none;
	padding-inline-start: 1em;
	line-height: 2em;
	margin-block-start: 0.5em;
}
.accountlinks ul li {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: none;
	float: left;
	padding: 0 0.25em;
	border-left: none;
	line-height: 2em;
	cursor: pointer;
}
.serviceareaauto {
	display: inline-block;
	width: 98%;
}
.serviceareaauto>div {
	height: 1.5em;
	float: right;
	background-color: white;
	border-radius: 0.75em;
	padding: 0 1.75em 0px 1em!important;
	margin-left: 1em;
	margin-bottom: 0.5em;
	position: relative;
	line-height: 1.75em;
}
.serviceareaauto>div:first-child {
	padding-right: 1em !important;
}
.serviceareaauto>div:first-child .close {
	display: none;
}
.close {
	background-image: url(/images/close.png);
	cursor: pointer;
}
.serviceareaauto .close, .serviceareas .close {
	filter: grayscale(1);
	opacity: 0.6;
}
.serviceareainput {
	max-width: 96vw;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
.serviceareainput>div {
	width: 100%;
	max-width: 20em;
	margin: 0 auto;
	flex: auto;
	padding: 1em 1em 0em 1em;
	position: relative;
}
#addservicearea {
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: 98% !important;
}
.primary {
	background-image: url(/images/star2.png);
	background-size: 90% !important;
}
.close, .primary {
	width: 1.5em;
	height: 1.5em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	position: absolute !important;
	top: 0;
	right: 0;
	padding: 0 !important;
	z-index: 1000;
}
.close:hover {
	filter: none;
	opacity: 1;
}
.fade {
	display: none;
	position: absolute;
	width: 100%;
	height: 99%;
	z-index: 9;
	border-radius: 2px;
	margin: 1em 0px 2em 0px;
	top: 0;
	left: 0;
	text-align: center;
}
.refresh {
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	background-image: url(/images/loading3.gif);
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 50% 25%;
	width: 30em;
	height: 18em;
	z-index: 12;
	border-radius: 2px;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	max-width: 96vw;
}
.refresh span {
	color: white;
	font-size: 3em;
	position: relative;
	top: 66%;
	font-weight: bold;
}
.profiledetails .serviceareas {
	text-align: center;
	display: inline-block;
	width: 100%;
	min-height: 10em;
}
.profiledetails .serviceareas>div:first-child {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0.5em auto;
}
.profiledetails .serviceareas>div.servicearea {
	box-shadow: 0.05em 0.05em 0.25em rgba(0,0,0,0.5);
	float: left;
	padding: 0.45em 0.5em 0.2em 0.5em;
	margin: 0.2em 0.5em;
	border-radius: 1em;
}
.newlocation, .search {
	display: none;
	position: fixed;
	background-color: #e8e9ea;
	width: 45em;
	max-width: 130vw;
	height: 9.5em;
	z-index: 12;
	border-radius: 5em;
	top: 30%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0.1em 0.1em 0.75em rgba(0,0,0,0.5);
}
.newlocation>div:first-child {
	background-color: #02316a;
	background-image: url(/images/searchlocation-wh.png);
}
.search>div:first-child {
	background-color: #C11405;
	background-image: url(/images/findbusiness2-wh.png);
}
.newlocation>div:first-child, .search>div:first-child {
	position: absolute;
	width: 9em;
	height: 9em;
	border-radius: 5em;
	left: 0.25em;
	top: 0.25em;
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: 50%;
}
.newlocation>div:nth-child(2), .search>div:nth-child(2) {
	font-size: 1.5em;
	height: 2.25em;
	line-height: 2.25em;
	margin: 0.25em auto;
	max-width: 90%;
	text-indent: 5em;
}
.newlocation input, .search input {
    max-width: 90%;
    margin: 0.5em auto;
    text-indent: 5em;
}
ul.ui-autocomplete {
	position: fixed;
}
.emailform {
	display: none;
	position: fixed;
	top: 46%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-height: 95vh;
	max-width: 96vw;
	width: 50em;
	border-radius: 2px;
	background-color: white;
	box-shadow: 0.1em 0.1em 0.75em rgba(0,0,0,0.5);
	z-index: 20;
}
.emailform>div {
	display: flex;
	padding: 1em;
	flex-wrap: wrap;
}
.emailform>div>h2 {
	width: 100%;
}
.emailform>div>div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	flex: auto;
	width: 100%;
}
.emailform>div>div input {
	min-width: 8em;
	max-width: 23em;
	flex: auto;
}
.emailform input, .emailform textarea {
	padding-top: 3em;
	padding: 0.5em;
	text-transform: lowercase;
	margin: 0.5em auto;
	flex: auto;
}
.emailform input[type=email] {
	text-transform: lowercase !important
}
.emailform input:not([type=button]):not([type=submit]) {
	max-width: 60%;
	margin: 0.5em auto;
}
.emailform textarea {
	padding-top: 2.75em;
}
.emailform h3 {
	text-align: center;
}
.providerlist {
	position: fixed;
	height: 0;
	right: 0;
	bottom: 0;
}
.faqimages {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: baseline;
	text-align: center;
}
.faqimages figcaption {
	font-size: 1.5em;
	font-weight: bold;
	margin: 1.5em;
}
.faqimages img, .faqimages figure {
	margin: 0;
	flex: auto;
	max-width: 16em;
	margin: 0 auto;
}
.statsblock {
	padding: 0 0.5em;
}
.statstable {
	margin: auto;
	font-size: 1em;
	width: 100%;
	border-color: #ccc;
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
}
.statstable tr {
	border-top: solid 1px #ccc;
}
.statstable td, .statstable th {
	border-width: 0;
	border-collapse: collapse;
	padding: 0.3em 0.5em;
	text-align: center;
}
.statstable th {
	background-color: rgba(23,75,148,1);
	color: white;
	font-weight: bold;
}
.statstable td {
}
.statstable tr td:first-child,.statstable tr th:first-child {
	text-align: left;
}
.booking-on {
	background-image: url(/images/booking1.png);
}
.booking-off {
	background-image: url(/images/booking2.png);
}
.booking-on, .booking-off {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	height: 2.5em;
	width: 5.4em;
	float: left;
}
.editprofileinfo {
	display: inline-block;
}
.editprofileinfo>div {
	float: left;
	width: 100%;
}
.editattr {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.editattr>div {
	flex: auto;
	min-width: 19em;
	margin: 0.5em;
}
.editattr>div:last-child {
	text-align: center;
}
.editdetails .planselect {
	max-width: 30em;
	margin: 0 auto;
}
.editdetails select {
	height: 3.5em;
	text-indent: -12%;
	color: #000;
}
.editdetails div.select {
	overflow: hidden;
	box-shadow: 0 0 0.4em rgba(0,0,0,0.4);
	border-radius: 0.5em;
}
.editdetails select:invalid {
	text-transform: lowercase;
	text-indent: -20%;
}
.editprofileblock label {
	color: #000;
	display: block;
}
.editprofileblock label[for=showaddress] {
	font-size: 1em;
	vertical-align: text-bottom;
	height: 1.7em;
	display: inline-block;
}
.editprofileblock input[type=checkbox] {
	margin-top: 3em;
}
.editprofileaboutblock {
	margin-top: 1em;
	padding: 0 0.5em;
}
.editprofileaboutblock textarea {
	text-align: left;
	text-align-last: left;
	font-family: inherit;
}
.editdetails .submit {
	width: 20em;
	margin: 1em auto;
	opacity: 0.75;
	cursor: default;
	background-color: rgba(239,39,36,1);
	display: block;
}
.changed {
	opacity: 1 !important;
	cursor: pointer !important;
}
.editgallery input[type=file], .editimages input[type=file] {
	height: 100%;
	border-radius: inherit;
	background-color: transparent;
	background-image: none;
	position: absolute;
	opacity: 0;
}
.editgallery .editimages {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.editgallery .editimages img {
	max-height: 10em;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
}
.editgallery .editimages>div {
	position: relative;
	text-align: center;
	box-shadow: 0.1em 0.1em 0.75em rgba(0,0,0,0.4);
	border-radius: 0.25em;
	overflow: hidden;
	display: flex;
	margin: 0.5em;
}
.editgallery .editimages>div span {
	position: absolute;
	left: 0;
	top: 60%;
	width: 100%;
}
.editprofileimages .editimages {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: auto;
	max-width: 49em;
}
.editprofileimages .editimages div span{
	top: -1.5em;
	position: absolute;
}
.editlogo {
	width: 14em;
	margin-right: 2em;
	background-size: contain;
}
.editmainimg {
	width: 24em;
	background-size: cover;
}
.editmainimg, .editlogo {
	height: 10em;
	background-repeat: no-repeat;
	background-position: 50%;
	box-shadow: 0.1em 0.1em 0.75em rgba(0,0,0,0.4);
	margin: 1em auto;
	cursor: pointer;
	position: relative;
	border-radius: 0.25em;
	background-image: url(/images/addimage.png);
}
.editserviceareas, .carddetails, .editgallery {
	width: 100%
}
.notransform {
	text-transform: none;
}
.tcblock>article, .privaxcyblock>article {
	max-width: 96vw;
	margin: 0 auto;
}
.tcblock li, .hiringtipsblock li, .supplierblock li {
	text-align: justify;
}
.tcblock ol li, .hiringtipsblock ol li, .supplierblock ol li {
	margin-left: -1.25em;
}
.tcblock ol ol li {
	margin-left: -3em;
}
.tcblock ol ol ol li {
	margin-left: -4.5em;
}
.tcblock ol ol ol ol li {
	margin-left: -6em;
}
ol.alphaparen {
	counter-reset: list;
	font-size: 1em;
}
ol.alphaparen > li {
	list-style: none;
	margin-left: -4em !important;
}
ol.alphaparen > li:before {
	content: counter(list, lower-alpha) ") ";
	counter-increment: list;
}
.subscriptionblock, .accountoptions {
	width: 50em;
	max-width: 96vw;
	margin: auto;
}
.accountoptions {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 1em;
}
.subscriptionblock>div {
	height: 2.5em;
	font-size: 1.25em;
	border-radius: 0.25em;
	box-shadow: 0.05em 0.05em 0.5em rgba(0,0,0,0.2);
	margin: 0.5em 0;
	line-height: 2.5em;
	text-indent: 1em;
	background-size: auto 60%;
	background-repeat: no-repeat;
	background-position: 98%;
}
.subscriptionblock>div.tick {
	background-image: url(/images/tick1.png);
}
.subscriptionblock>div.cross {
	background-image: url(/images/cross1.png);
}
.accountoptions>div {
	margin: 0.5em 1em;
	min-width: 20em;
	flex: auto;
}
.unsubscribe {
	background-color: #666;
}
.deleteaccount {
	background-color: rgba(239,39,36,1);
}
.menubutton {
	display: none;
}
.more {
	width: 100%;
	text-align: center;
	margin: 1.5em 0;
}
.more button {
	max-width: 20em;
	background-color: #7ac147;
}
.flaticons {
	background-color: #174b94;
	display: flex;
	position: relative;
	margin-bottom: 5vw;
}
.flaticons>div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	color: white;
	margin-top: 3em;
	margin-bottom: 10em;
}
.flaticons>div>div {
	flex: auto;
	text-align: center;
	max-width: 20em;
    margin: auto;
}
.flaticons .map-cartoon {
	position: absolute;
	width: 50vw;
	/*max-width: 50em;*/
	left: 0;
	bottom: -5vw;
}
#scroller {
	height:100%;
	margin:0;
	padding:0;
	/*line-height:30px;*/
	position:relative;
}
#scroller ul {
}
#scroller li {
	float:left;
	height:100%;
	padding:0 0 0 10px;
	list-style: none;
}
#scrollerWrapper{
	height: 100%;
	overflow: hidden;
	min-width: 51%;
	width: 10%;
}
#scroller .logo {
	margin: 0;
	color: white;
	font-size: 1.25em;
	white-space: nowrap;
	font-family: Design;
	text-transform: uppercase;
	bottom: 7px;
	position: relative;
}
#chatbull-frame {
	margin-bottom: 4em;
}
/* Responsive stuff */

@media screen and (max-width: 1000px) {
	.headerlogo a h1, .headerlogo a span {
		font-size: 3.5vw;
	}
	.topmenu ul {
		font-size: 1.4vw;
	}
	.companyblock.four {
		max-width: 32%;
	}
	.companyblock.three {
		max-width: 49%;
	}
	.regpromo>div>div img {
		position: absolute;
		top: -365%;
		height: 28vw;
	}
}
@media screen and (max-width: 900px) {
	.binsizeblock>div {
		font-size: 1.4vw;
	}
	.flaticons .map-cartoon {
		width: 65vw;
	}
	.imagesblock form>div.section2>div {
		width: 100%;
	}
/*	.imagesblock form>div.section2>div:first-child {
		width: 100%;
	}*/
}
@media screen and (min-width: 584px) and (max-width: 874px) {
	.introblock>div:nth-child(1) {
		padding-right: 5px;
	}
	.introblock>div:nth-child(2) {
		padding-left: 5px;
	}
}
@media screen and (min-width: 875px) {
	.introblock>div:nth-child(2) {
		padding: 0 10px;
	}
}
@media screen and (max-width: 750px) {
	.companyblock.four {
		max-width: 49%;
	}
	.companyblock.three {
		max-width: 99%;
	}
	.infoblock article>div {
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.quoteform .notes {
		grid-column: span 2;
	}
	.quoteform .submit {
		grid-column: span 2;
	}
	.quotehead span {
		font-size: 1.25em;
	}
	.profiledetails {
		margin: 0 auto;
		max-width: 100%;
		min-width: 100%;
	}
	.profilemap {
		float: left;
		max-width: 100%;
		margin-left: 0;
		min-width: 100%;
		margin-bottom: 0;
	}
	header, .header {
		height: 5em;
	}
	.header {
		position: relative;
		display: block;
		width: 100vw !important;
	}
	.headerlogo {
		float: left;
		width: 67vw;
		z-index: 12;
		position: relative;
	}
	.headerlogo img {
		height: 4.5em;
	}
	.headersocial {
		max-width: 20vw;
		height: 5em;
		z-index: 12;
		position: relative;
	}
	.headerbuttons.expanded {
		height: 100vh;
	}
	.headerbuttons {
		position: fixed;
		right: 0;
		height: 0;
		z-index: 11;
		box-shadow: 0 0 1em rgba(0,0,0,0.4);
		background-color: white;
		overflow: hidden;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.webp .menubutton {
		background-image: url(/images/menubutton.webp);
	}
	.no-webp .menubutton {
		background-image: url(/images/menubutton.png);
	}
	.menubutton {
		display: block;
		width: 3.5em;
		height: 5em;
		background-repeat: no-repeat;
		background-position: 50% 33%;
		background-size: 2.5em;
		min-width: 3em;
		position: fixed;
		right: 0;
		top: 0;
		font-weight: bold;
		padding-top: 3em;
		padding-left: 2vw;
		z-index: 15;
		background-color: white;
		cursor: pointer;
		border-radius: 0 0 0 0.5em;
	}
	.menubutton span {
		font-size: 1em;
		text-shadow: 0 0 1px #174b94;
		color: #174b94;
		text-align: center;
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
	}
	.topmenu {
		top: 0;
		margin: 0;
		float: left;
		background-color: #fff;
	}
	.topmenu ul {
		font-size: 1.25em;
		border-bottom: 1px solid #ccc;
	}
	.topmenu ul li {
		list-style: none;
		border-left: none;
		border-top: 1px solid #ccc;
		float: none;
		line-height: 2em;
		padding: 0;
		min-width: 60vw;
	}
	.topmenu ul li:hover:not(.active) {
		background-color: #ddd;
	}
	.topmenu ul li:not(.active) a {
		color: #444;
	}
	.topmenu ul li a {
		width: 100%;
		display: block;
		margin: 0 1em;
	}
	.topmenu ul li.hidden {
		display: block;
	}
	.topmenu ul li.user {
		display: none;
	}
	.editgallery .editimages>div {
		margin: 0.5em auto;
	}
	.flaticons .map-cartoon {
		width: 75vw;
	}
}
@media screen and (max-width: 600px) {
	.registerblock form>div.section3>div:nth-child(2)>div:nth-child(3) {
		margin: 1em auto 0em auto;
	}
}
@media screen and (max-width: 500px) {
	.companyblock.four {
		max-width: 99%;
	}
	.blocks, .homebuttons {
		padding: 0em;
	}
	.newsblocks {
		margin: auto;
	}
	.footericons {
		padding: 0 1em;
	}
	.footerbar>div:first-child {
		max-width: 7em;
	}
	.footer-promo a {
		max-width: 10em;
		line-height: 1.25em;
		font-size: 0.8em;
	}
	.footerbar div {
		line-height: 1em;
	}
	.footerbar img {
		height: 2.5em;
		margin-top: 0.5em;
	}
	.footerbar>div:last-child {
		display: none;
	}
	.footerlinks {
		height: 8em;
	}
	.footermenu {
		white-space: nowrap;
		font-size: 1em;
	}
	.footermenu ul {
		margin: 0;
		font-size: 0.9em;
	}
	.footermenu ul li {
		margin-top: 0.25em;
	}
	.footersocial {
		width: 20%;
	}
	.footersocial>a {
		height: 1.75em !important;
		width: 90%;
		margin: 5% !important;
	}
	.headerlogo img {
		height: 3.5em;
		top: 6px;
		position: relative;
	}
	.headerlogo a h1, .headerlogo a span {
		font-size: 4.5vw;
		bottom: 4px;
	}
	.headersocial>a {
		margin: 0 2px;
	}
	.quotehead {
		font-size: 1em;
	}
	.quoteform .notes {
		grid-column: span 1;
	}
	.quoteform .submit {
		grid-column: span 1;
	}
	.quoteform label {
		margin: 0; 
		line-height: 1.5em;
	}
	.emailform input:not([type=button]):not([type=submit]) {
		max-width: 100%;
		margin: 0.5em;
	}
	.profileaboutblock {
		width: 98vw;
	}
	.flaticons .map-cartoon {
		width: 85vw;
	}
	.newslettersignup input[type=email] {
		width: auto;
	}
	#scroller {
		font-size: 1em;
		padding: 0.5em;
	}
	#scroller .logo {
		bottom: 3px;
	}
}

/* Photo stuff */
.gallerythumbs {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax(7em, 1fr) );
	padding: 0 !important;
	grid-gap: 2px;
}
.gallerythumbs div {
	height: 4.4em;
	width: 6.5em;
	border-radius: 0.5em;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 1px 0.25em;
	max-width: 6.5em;
	min-width: 3.25em;
	position: relative;
}
.gallerythumbs .close {
	height: 1.5em;
	min-width: 1.5em;
	width: 1.5em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
    position: absolute;
}
.photoicon {
	position: relative;
	float: left;
	height: 3.5em;
	width: 4.2em;
	background-image: url(/images/addimage.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	background-color: #fff;
	margin: 0.75em 0.5em 0 0.5em;
	border-radius: 0.25em;
	text-align: center;
	cursor: pointer;
}
.photoicon span {
	font-size: 0.75em;
	top: 2.75em;
	position: relative;
	color: #676767;
}
.working {
	text-align: center;
}
.working>div {
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
}
.working>div canvas {
	width: auto !important;
	height: 100% !important;
}
.working>div input{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	font-size: 1em !important;
	top:0 !important;
	left: 0 !important;
}

/* Stripe CSS */
.carddetails .panel {
	position: relative;
	/* max-width: 96vw; */
	margin-bottom: 20px;
	/* background-color: #fff; */
	/* border: 1px solid #ddd; */
	/* border-radius: 0.5em; */
	/* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); */
	/* box-shadow: 0.1em 0.1em 1em rgba(0,0,0,0.2); */
	margin: auto;
	display: grid;
}
.carddetails .panel>img {
	position: absolute;
	right: 0;
	bottom: 0.5em;
}
.carddetails .panel>.panel-heading {
	color: #333;
	/* background-color: #f5f5f5; */
	/* border-color: #ddd; */
	/* border-bottom: 1px solid #ddd; */
	/* border-top-left-radius: 0.5em; */
	/* border-top-right-radius: 0.5em; */
	background-image: url(/images/accepted-cards.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100%;
	height: 3em;
	padding: 0.5em;
	position: relative;
	text-align: center;
}
.carddetails .panel>.panel-heading span {
	font-size: 1.25em;
	font-weight: bold;
	color: #174b94;
}
.carddetails .panel>.panel-heading img {
	height: 2em;
	position: absolute;
	left: 0.5em;
	top: 0.5em;
}
.carddetails .panel-body {
	padding: 1em 1em 0px 1em;
}
.carddetails .row {
	margin-right: -1em;
	margin-left: -1em;
}
.fullwidth {
	width: 100%;
}
.fullwidth, .thirdwidth {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 1em;
	padding-left: 1em;
}
.carddetails .row>div {
	margin-bottom: 1em;
}
.carddetails label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0.5em;
	font-weight: 700;
}
.form-control {
	display: block;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.carddetails input {
	line-height: normal;
}
.carddetails .hide {
	display: none!important;
}
.carddetails .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.carddetails .alert {
	padding: 1em;
	margin-bottom: 1.5em;
	border: 1px solid transparent;
	border-radius: 0.5em;
}
#payment-form label {
	text-align: center;
	display: block;
	max-width: 96vw;
	white-space: normal;
}
#payment-form button, .statsblock button {
	max-width: 13em;
	margin: 1em auto;
	display: block;
}
.subtext {
	font-size: 0.9em;
	margin: 0.5em;
}
.grecaptcha-badge {
	    bottom: 4.5em !important;
}
@media (max-width: 400px) {
	.carddetails .panel>.panel-heading img {
		height: 1.6em;
		top: 0.7em;

	}
	.carddetails .panel>.panel-heading {
		background-size: auto 80%;
	}
}
@media (min-width: 600px) {
	.fullwidth {
		width: 100%;
	}
	.thirdwidth {
		width: 33.33333333%;
	}
	.thirdwidth, .fullwidth {
		float: left;
	}
	.carddetails .panel {
		/*max-width: 50em;*/
	}
}
