/*
THEME NAME: K & S McKenzie Ltd.
DESCRIPTION: Bespoke WP theme
VERSION: 1.0
AUTHOR: <a href="http://www.rocketsites.co.uk/">Rocket Sites Ltd</a>
*/

/* - - RESET - - */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,* {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
*, *:after, *:before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*,*:focus{outline:none;}
a{text-decoration:none;color:inherit;}
a img {border:none;}
img{height:auto;max-width:100%;}
input[type="submit"] {-webkit-appearance:none;border-radius:0;}
.rel{position:relative;}
.smooth,input,button,a,img{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-ms-transition:all 0.2s ease;transition:all 0.2s ease;}

/* - - GRID - - */
.clear:after{content:"";display:table;clear:both;}
[class*='col-']{padding-left:20px;float:left;}
.nudge {margin-left:-20px;}
.nudge10 {margin-left:-10px;}
.nudge10 [class*='col-']{padding-left:10px;}
.nudge40 {margin-left:-40px;}
.nudge40 [class*='col-']{padding-left:40px;}
.nudge40 .nudge{margin-left:-20px;}
.nudge40 .nudge10{margin-left:-10px;}
.nudge40 .nudge [class*='col-']{padding-left:20px;}
.nudge40 .nudge10 [class*='col-']{padding-left:10px;}
.col-1-8 {width:12.5%;}
.col-1-6 {width:16.6667%;}
.col-1-5 {width:20%;}
.col-1-4 {width:25%;}
.col-1-3 {width:33.3333%;}
.col-1-2 {width:50%;}
.col-2-3 {width:66.66%;}
.col-3-4 {width:75%;}
.col-4-5 {width:80%;}

body {
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 100%;
	color: #4c4c4c;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

/* - - FONTS - - */
.font-s{font-size:0.8em;}
.font-m{font-size:1.2em;line-height:1.6em;}
.font-l{font-size:1.5em;line-height:1.6em;}
.font-xl{font-size:1.8em;line-height:1.6em;}

.bold,
strong,
.formatted p strong,
.formatted p a,
.formatted li a,
.content_row_list_wrap li:before { 
	font-weight: 600;
}

.italic{font-style:italic;}
.tal{text-align:left;}
.tac,.button{text-align:center;}
.tar{text-align:right;}
.uppercase{text-transform:uppercase;}
.spaced,.button{letter-spacing:2px}

.underline,
.formatted p a,
.formatted li a {
	text-decoration: underline;
}

/* - - MARGIN - - */
.mb0{margin-bottom:0;}
.mt10{margin-top:10px;}

.mb10 { 
	margin-bottom: 10px;
}

.mt20{margin-top:20px;}

.mb20, .formatted p:not(:last-of-type) { 
	margin-bottom:20px;
}

.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}
.mt40{margin-top:40px;}
.mb40{margin-bottom:40px;}
.mt60{margin-top:60px;}
.mb60{margin-bottom:60px;}
.mt80{margin-top:80px;}
.mb80{margin-bottom:80px;}

.formatted ol,
.formatted ul {
	margin: 0 0 20px 30px;
}

/* - - PADDING - - */
.pt10 {padding-top:10px;}
.pb10 {padding-bottom:10px;}
.pt40 {padding-top:40px;}
.pb40 {padding-bottom:40px;}
.pt60 {padding-top:60px;}
.pb60 {padding-bottom:60px;}

/* - - COLOURS - - */
.white,
#footer_right a:hover,
.button.red:not(.no_hover):hover {
	color: #fff;
}

.white_bg,
#header_right a:hover {
	background: #fff;
}

.red,
#header_right a:hover,
.formatted p strong,
.formatted p a,
.formatted li a,
.content_row_list_wrap strong,
.content_row_list_wrap li:before {
	color: #fc4537;
}

.red_bg,
#nav ul li ul:not(#categories_drop_down_wrapper ul),
#footer_right a:hover,
#nav ul li.current-menu-item:before,
.button.red:not(.no_hover):hover,
.service_navigation_service.active_service,
.service_navigation_service:hover {
	background: #fc4537;
}

.blue {
	color: #54aee1;
}

.blue_bg {
	background: #54aee1;
}

.dark_blue {
	color: #1c4d99;
}

.dark_blue_bg {
	background: #1c4d99;
}

/*body.page-id-29 #nav ul li.current-menu-item:before,
.tool_centre_page_title {
	background: #00a0df;
}

body.page-id-29 .content_row_text h4 {
	color: #00a0df;
}*/

/* - - GENERAL - - */
#wrapper {
	overflow: hidden;
}

#content {
	background: #fff;
}

.flex {
	display: flex;
	align-items: center;
}

.inner,
.content_row_list_wrap ol,
.content_row_list_wrap ul {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.button {
	border: 1px solid #fff;
	display: inline-block;
	padding: 6px 25px;
}

.button_fw {
	width: 100%;
	text-align: center;
}

a.button:hover {
	cursor: pointer;
}

.rounded_button {
	border-radius: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

.button.red,
.button.red_bg {
	border-color: #fc4537;
}

.button.red_bg:hover {
	background: #e8382b;
	border-color: #e8382b;
}

.button.blue_bg {
	border-color: #54aee1;
}

.grecaptcha-badge {
	z-index: 5;
}

/* - - HEADER - - */
#header {
	padding-bottom: 100px;
	z-index: 1;
}

#background {
	position: absolute;
	left: 0;
	bottom: 0;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	width: auto;
}

#menu_toggle {
	display: none;
	float: right;
	font-size: 1.2em;
}

#logo_wrapper, .content_row_tool_centre_banner_logo {
	margin-left: auto;
	margin-right: auto;
    width: 250px;
    padding: 40px 25px 25px;
    -webkit-border-bottom-right-radius: 125px;
    -webkit-border-bottom-left-radius: 125px;
    -moz-border-radius-bottomright: 125px;
    -moz-border-radius-bottomleft: 125px;
    border-bottom-right-radius: 125px;
    border-bottom-left-radius: 125px;
}

#logo_wrapper svg {
	animation: cog 0.75s ease 0s 1 normal forwards;
}

@keyframes cog {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(365deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#header_right {
	height: 100%;
}

#header_right div:first-of-type {
	background: #fff;
	height: 1px;
	flex-grow: 1;
}

#header_right a, #footer_right a {
	display: block;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
	margin-left: 6px;
}

#header_right a i:before, #footer_right a i:before {
	line-height: 30px;
}

#header_intro .button:hover {
	background: #fff;
	color: #4c4c4c;
}

	/* - - NAV - - */
	#nav {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		margin-top: 40px;
		margin-bottom: 60px;
		font-weight: 400;
	}

	#nav ul {
		list-style: none;
		justify-content: space-between;
		transform: scale(1);
	}

	#nav ul li {
		display: inline-block;
		position: relative;
	}

	#nav ul li:not(ul.sub-menu li, #categories_drop_down_wrapper li):first-of-type,
	#nav ul li:not(ul.sub-menu li):first-of-type + li.nav_separator {
		display: none; /* Hide HOME link on desktop */
	}

	#nav ul li.nav_separator:last-of-type {
		display: none;
	}

	#nav ul li a {
		padding: 18px 0;
		display: block;
	}

	#nav ul li a:hover {
		padding: 16px 0 20px;
	}

	#nav ul li.current-menu-item, #nav ul li.current-menu-item a {
		position: relative;
	}

	#nav ul li.current-menu-item:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 25%;
	    left: -8px;
	    width: calc(100% + 16px);
	    height: 50%;
	}

	#nav ul li ul li.current-menu-item:before {
		display: none;
	}

	#nav ul li ul:not(#categories_drop_down_wrapper ul) {
		display: none;
		position: fixed;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 5px;
	}

	#nav ul li:hover > ul:not(#categories_drop_down_wrapper ul) {
		display: block;
	}

	#nav ul li ul li:not(#categories_drop_down_wrapper li) {
		white-space: nowrap;
		display: block;
		width: 50%;
		float: left;
	}

	#nav ul li ul li a {
		padding: 5px 10px;
	}

	#nav ul li ul li:not(#categories_drop_down_wrapper li) a:hover {
		padding: 5px 8px 5px 12px!important;
	}

	/* - - PAGE TITLE - - */
	.page_title:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 50%;
		width: 100%;
		background: #232524;
	}

	.page_title h1,
	.page_title h2 {
		display: inline-block;
		padding: 15px 40px;
		-webkit-border-bottom-right-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.tool_centre_page_title {
		display: inline-block;
		padding: 40px 20px 20px;
		-webkit-border-bottom-right-radius: 110px;
		-webkit-border-bottom-left-radius: 110px;
		-moz-border-radius-bottomright: 110px;
		-moz-border-radius-bottomleft: 110px;
		border-bottom-right-radius: 110px;
		border-bottom-left-radius: 110px;
	}

	.tool_centre_page_title svg {
		width: 180px;
	}

	body.page-id-29 .page_title:before {
		height: 16%;
	}

#header h1 {
	font-size: 350%;
	line-height: 120%;
	margin-bottom: 60px;
}

/* - - FOOTER - - */
#footer {
	margin-top: 40px;
	z-index: 2;
}

#footer > .inner > .flex {
	justify-content: space-between;
}

#footer svg, #footer img {
	height: 100px;
	width: auto;
	margin-right: 20px;
}

#footer img {
	height: 80px;
}

#footer_right a {
	border-color: #fc4537;
}

#footer_line {
	background: #fc4537;
	height: 1px;
	flex-grow: 1;
	margin-right: 4px;
}

#footer_address {
	margin-top: -10px;
}

#copyright {
	border-top: 1px solid #fc4537;
	padding: 20px 0 60px;
	margin: 40px 0 0;
}

#copyright span {
	margin: 0 12px;
}

/* - - SERVICES - - */
.service_navigation_service {
	background: #606060;
}

.service_navigation_service img {
	opacity: 0.5;
	filter: grayscale(100%);
}

.service_navigation_service:hover img,
.service_navigation_service.active_service img {
	opacity: 0.35;
}

.service_navigation_service a.white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	padding: 0 40px;
}

/* - - NEWS - - */
#news_posts .flex {
	flex-wrap: wrap;
	align-items: flex-start;
}

/* - - CONTENT - - */

.content_row + .content_row {
	margin-top: 40px;
}

.content_row_banners + .content_row_text {
	padding-top: 40px;
}

.content_row_text + .content_row_banners,
.content_row_list + .content_row_text {
	padding-top: 0;
}

.tool_centre_logo_title svg {
	max-width: 140px;
	margin: 0 20px;
}

body.page-id-225318 .content_row_text + .content_row_text {
	padding-top: 0;
	margin-top: -20px;
}

	/* - - IMAGES - - */
	#slider_nav {
		transform: translateY(-35px);
	}

	.slick-dots {
		list-style: none;
	}

	.slick-dots li {
		display: inline-block;
		margin: 0 5px;
	}

	.slick-dots li button {
		text-indent: -9999px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: transparent;
		border: 2px solid #fff;
		border-radius: 50%;
		cursor: pointer;
	}

	.slick-dots li.slick-active button {
		background: #fff;
	}

	/* - - TEXT - - */
	.two-columns {
		column-count: 2;
		column-gap: 60px;
	}

	.two-columns p {
		-webkit-column-break-inside:avoid;
		-moz-column-break-inside:avoid;
		-o-column-break-inside:avoid;
		-ms-column-break-inside:avoid;
		column-break-inside:avoid;
		page-break-inside:avoid;
	}

	/* - - LIST - - */
	.content_row_list_wrap {
		background: #fde7e6;
	}

	.content_row_list_wrap ol {
		list-style: none;
  	}

	.content_row_list_wrap li {
		border-bottom: 1px dashed #fc4537;
		padding: 30px 0;
		counter-increment: item;
	}

	.content_row_list_wrap li:last-of-type {
		border-bottom: none;
	}

	.content_row_list_wrap li:before {
	   content: counter(item);
	   font-size: 2.5em;
	   min-width: 80px;
 	}

	/* - - YOUTUBE - - */
	.video_holder {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 5px solid #fc4537;
	}

	.video_holder iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.title_with_slashes {
		justify-content: space-between;
	}

	.title_with_slashes span:not(.line) {
		margin: 0 20px;
	}

	body.single-post .title_with_slashes span:not(.line) {
		margin-left: 0;
	}

	.title_with_slashes span.line {
		display: block;
		height: 1px;
		background: #fc4537;
		flex-grow: 1;
	}

	.title_with_slashes.white span.line {
		background: #fff;
	}

	/* - - QUOTE - - */
	.content_row_quote {
		overflow: hidden;
	}

	.quote_background {
		position: absolute;
		right: 0;
		bottom: 0;
		min-width: 100%;
		max-width: none;
		min-height: 100%;
		width: auto;
	}

	.content_row_tool_centre_banner .quote_background {
		bottom: auto;
		top: 0;
	}

	.quote_before i {
		margin-right: 20px;
	}

	.quote_before div {
		flex-grow: 1;
		height: 1px;
		background: #fff;
	}

	.quote_before.red div {
		background: #fc4537;
	}

	/* - - ENQUIRY FORM - - */
	.content_row_enquiry_form,
	.content_row_adblue_form {
		overflow: hidden;
	}

	input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="date"], select, textarea {
		display: block;
		width: 100%;
		background: #fff;
		padding: 0 12px;
		height: 44px;
		line-height: 42px;
		border: 1px solid #ccc;
		-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.05);
		box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.05);
	}

	input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus {
		border-color: #888888;
	}

	textarea {
		padding-top: 8px;
		padding-bottom: 8px;
		height: auto;
		min-height: 120px;
		line-height: 1.4em;
	}

	.content_row_enquiry_form.white input, .content_row_enquiry_form.white textarea {
		border-color: #fff;
	}

	/* - - ADBLUE BANNER - - */
	.content_row_adblue_banner {
		overflow: hidden;
	}

	.content_row_adblue_banner span.blue_bg {
		font-weight: 900;
		padding: 5px 12px;
	}

	.content_row_adblue_banner p.white_bg {
		padding: 6px 10px;
	}

	.content_row_adblue_banner p.white_bg:before,
	.content_row_adblue_banner p.white_bg:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		height: 100%;
		width: 120px;
	}

	.content_row_adblue_banner p.white_bg:before {
		right: 100%;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	}

	.content_row_adblue_banner p.white_bg:after {
		left: 100%;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	}

	.content_row_adblue_banner p.font-s {
		position: absolute;
		right: 20px;
		bottom: -55px;
	}

	.content_row_adblue_banner .button {
		margin: 0 10px;
	}

	.content_row_adblue_banner span.line {
		display: block;
		height: 1px;
		background: #fff;
		flex-grow: 1;
	}

	/* - - ADBLUE FORM - - */
	.content_row_adblue_form.white .button.red_bg {
		background: transparent;
		border-color: #fff;
	}

	/* - - TOOL CENTRE BANNER - - */
	.content_row_tool_centre_banner .content_row_tool_centre_banner_inner {
		overflow: hidden;
	}

	.content_row_tool_centre_banner_bar {
		padding: 10px 5px;
		background: rgb(252,69,55);
		background: -moz-linear-gradient(270deg, rgba(252,69,55,0.15) 0%, rgba(252,69,55,1) 30%, rgba(252,69,55,1) 70%, rgba(252,69,55,0.15486892999387258) 100%);
		background: -webkit-linear-gradient(270deg, rgba(252,69,55,0.15) 0%, rgba(252,69,55,1) 30%, rgba(252,69,55,1) 70%, rgba(252,69,55,0.15486892999387258) 100%);
		background: linear-gradient(270deg, rgba(252,69,55,0.15) 0%, rgba(252,69,55,1) 30%, rgba(252,69,55,1) 70%, rgba(252,69,55,0.15486892999387258) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc4537",endColorstr="#fc4537",GradientType=1);
	}

	.content_row_tool_centre_banner .button {
		transform: translateY(-50%);
	}

	.content_row_tool_centre_banner_logo_alt {
		width: 25%;
	}

	body.page-id-29 .content_row_tool_centre_banner {
		overflow: hidden;
	}

	body.page-id-29 .content_row_tool_centre_banner_inner {
		padding: 50px 0;
	}

	body.page-id-29 .content_row_tool_centre_banner:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: -60%;
		transform: translateY(-50%);
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		z-index: 1;
		background: rgb(252,69,55);
		background: -moz-linear-gradient(270deg, rgba(252,69,55,1) 0%, rgba(252,69,55,0.6) 100%);
		background: -webkit-linear-gradient(270deg, rgba(252,69,55,1) 0%, rgba(252,69,55,0.6) 100%);
		background: linear-gradient(270deg, rgba(252,69,55,1) 0%, rgba(252,69,55,0.6) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54aee1",endColorstr="#54aee1",GradientType=1);
	}

	body.page-id-29 .content_row_tool_centre_banner .flex {
		justify-content: space-between;
		z-index: 2;
	}

	body.page-id-29 .content_row_tool_centre_banner .font-xl {
		text-align: right;
		font-size: 5em;
	}

	body.page-id-29 .content_row_tool_centre_banner span.button {
		margin-right: 10px;
	}

	/* - - RATCHET BANNER - - */
	.content_row_ratchet_shop_banner {
		background: #fc4537 url('img/webbing.png') left top repeat-x;
	}

	.content_row_ratchet_shop_banner .font-xl {
		font-size: 4em;
		height: 145px;
		line-height: 145px;
	}

	.content_row_ratchet_shop_banner .font-xl span {
		color: #f4ab2b;
	}

	.content_row_ratchet_shop_banner img {
		max-width: 300px;
    	margin-top: -40px;
	}

	/* - - BACK TO TOP - - */
	.content_row_back_to_top_button .button i {
		margin: 0 5px;
	}

	/* - - PRIVACY - - */
	body.page-id-3 #content ul {
		margin: 0 0 20px 20px;
	}

	/* - - TANKS - - */
	.white-popup-block {
        position: relative;
        background: #FFF;
        padding: 20px;
        width: auto;
        margin: 20px auto;
        max-width: 600px;
    }

    .tank_description {
        margin-bottom: 20px;
    }

    .tank_description p {
        margin-bottom: 10px;
    }

    .tank_spec_table{border-collapse:collapse;margin:0;width:100%;}
    .tank_spec_table,.tank_spec_table td{border:1px solid #e2e2e2;text-align:center;}
    .tank_spec_table td{padding:5px 10px;width:50%;}
    .tank_spec_table tr td:first-of-type{font-weight:bold;}
    .tank_spec_table tr:nth-child(odd) {background:#f1f1f1;}
    .tank_spec_table + p a {text-decoration:underline;}

    .tank_schematic {border:1px solid #e2e2e2;}
    
    .tank_schematic_label {
        position:absolute;
        color:#fff;
        padding:6px 12px;
        font-size:0.8em;
        line-height:1.5em;
        text-align:center;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin-top: 10px;
        white-space:nowrap;
    }

    .tank_schematic_label:before {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fc4537 transparent;
    }
    
    /* - - 1350 - - */
        #tank_schematic_1 .tank_schematic_1{top:37%;left:33%;}
        #tank_schematic_1 .tank_schematic_2{top:27%;left:50.5%;}
        #tank_schematic_1 .tank_schematic_3{top:50%;left:70%;}
        #tank_schematic_1 .tank_schematic_4{top:61%;left:51.4%;}

    /* - - 2000 - - */
        #tank_schematic_2 .tank_schematic_1{top:45%;left:34%;}
        #tank_schematic_2 .tank_schematic_2{top:29%;left:54%;}
        #tank_schematic_2 .tank_schematic_3{top:51%;left:65.4%;}
        #tank_schematic_2 .tank_schematic_4{top:60%;left:49%;}


.alert{padding:5px 10px;border:1px solid transparent;border-radius:4px;}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;}

@media screen and (max-width:780px){

	input,
	textarea,
	select {
		font-size: 16px;
	}

	.hwm {
		width: 50%;
	}

	.fwm {
		width: 100%;
	}

	.nudge40 {
		margin-left: -20px;
	}
	
	.nudge40 [class*='col-']{
		padding-left: 20px;
	}

	.no_mobile,
	.title_with_slashes:not(.tool_centre_logo_title) span.line:first-of-type {
		display: none!important;
	}

	#background {
		height: 100%;
	}

	.flex_block_mobile {
		display: block;
	}

	#content, #footer {
		z-index: unset;
	}

	.two-columns {
		column-count: 1;
	}

	/* - - HEADER - - */
	#header {
		z-index: 3;
	}

	body:not(.home) #header {
		padding-bottom: 20px
	}

	#header .inner {
		padding: 0;
	}

	#header .nudge {
		padding: 0 20px;
	}

	#header .nudge [class*='col-'] {
		z-index: 3;
	}
	
	#menu_toggle {
		display: block;
	}

	#logo_wrapper {
		margin: 0;
	    width: 150px;
	    padding: 20px 10px 10px;
	    -webkit-border-bottom-right-radius: 75px;
	    -webkit-border-bottom-left-radius: 75px;
	    -moz-border-radius-bottomright: 75px;
	    -moz-border-radius-bottomleft: 75px;
	    border-bottom-right-radius: 75px;
	    border-bottom-left-radius: 75px;
	}

	#nav {
		margin: 0;
		position: absolute;
        background: rgba(0,0,0,0.85);
        width: 100%;
        top: 0;
        left: 100%;
        z-index: 2;
        padding: 100px 20px 20px;
        text-align: right;
        border-top: none;
        min-height: 100vh;
        font-size: 1.2em;
	}

	#nav.visible {
		left: 0;
	}

	#nav ul li,
	#nav ul li:first-of-type {
		display: block;
	}

	#nav ul li.nav_separator,
	#nav ul li ul {
		display: none!important;
	}

	#nav ul li a,
	#nav ul li a:hover {
		padding: 8px 0;
		opacity: 0;
		transform: translateX(20px);
	}

	#nav ul li.current-menu-item:before {
		display: none;
	}

	#header_intro {
		padding-left: 20px;
		padding-right: 20px;
	}

	#header h1 {
		font-size: 200%;
		margin: 60px 0 30px;
	}

	.page_title {
		z-index: 1;
	}

	/* - - FOOTER - - */
	#footer {
		border-top: 1px solid #fc4537;
		padding-top: 30px;
	}

	#footer,
	#footer .tar {
		text-align: center;
	}

	#footer svg, #footer img {
		height: 25vw;
		margin: 0 10px;
	}

	#footer_right {
		margin: 25px 0;
	}

	#footer_right .flex {
		justify-content: center;
	}

	#footer_right a {
		margin: 0 3px;
	}

	#footer_address {
		margin: 0;
	}

	#footer_address p a:after {
		display: block;
		content: "";
	}

	#copyright {
		margin-top: 20px;
		padding-bottom: 40px;
	}

	#copyright span {
	    display: block;
	    visibility: hidden;
	    height: 10px;
	}

	.font-m{font-size:1.1em;}
	.font-l{font-size:1.3em;}
	.font-xl{font-size:1.5em;line-height:1.4em;}

	.title_with_slashes span:not(.line) {
	    margin: 0 10px 0 0;
	}

	.title_with_slashes:not(.tool_centre_logo_title) span.line {
		margin-left: 10px;
	}

	.content_row_tool_centre_banner_bar {
		background: #fc4537;
	}

	.content_row_tool_centre_banner_bar p.title_with_slashes {
		text-align: center;
		display: block;
	}

	.tool_centre_logo_title svg {
		width: 30%;
		max-width: none;
		margin: 0 10px;
	}

	.content_row_adblue_banner {
		padding-top: 20px;
	}

	.content_row_list_wrap li:before {
		min-width: 50px;
	}

	#service_navigation .mb40 {
		margin-bottom: 20px;
	}

	.content_row_ratchet_shop_banner .font-xl {
		font-size: 2em;
	}

	.tool_centre_page_title {
		padding: 20px 10px 10px;
	}

	.tool_centre_page_title svg {
		width: 130px;
	}

	body.page-id-29 #page_title:before {
		height: 20%;
	}

	body.page-id-29 .content_row_tool_centre_banner:after {
		display: none;
	}

	body.page-id-29 .content_row_tool_centre_banner .font-xl {
		font-size: 3em;
		text-align: center;
		margin-bottom: 20px;
	}

	body.page-id-29 .content_row_tool_centre_banner .button {
		width: 100%;
		margin: 20px 0 0;
	}

}

.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:0;margin:40px auto;background:#fff}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block;width:100%}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}