@charset "UTF-8";
/******************************************************************
Site Name:
Author: Kook

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

nav ul, nav ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* dblue */
/* red*/
/* lblue*/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*The following is needed for Adobe Typekit fonts - comment out if not using*/
/*hide fonts whilst loading*/
.wf-loading {
  visibility: hidden; }

/*show fonts once they've loaded*/
.wf-active {
  visibility: visible; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*%alert {
	padding: 0.25em 0.5em;;
	border: 1px solid;
}

.alert-help, .quickCartFreeFreight > p {
	@extend %alert;
	border-color: darken($alert-yellow, 5%);
	color: darken($alert-yellow, 20%);
	background: lighten($alert-yellow, 25%);
}

.alert-info {
	@extend %alert;
	border-color: darken($alert-blue, 5%);
	color: darken($alert-blue, 20%);
	background: $alert-blue;
}

.alert-error {
	@extend %alert;
	border-color: darken($alert-red, 10%);
	color: darken($alert-red, 25%);
	background: lighten($alert-red, 25%);
}

.alert-success {
	@extend %alert;
	border-color: darken($alert-green, 10%);
	color: darken($alert-green, 25%);
	background: $alert-green;
}*/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
Border Radius
*********************/
/*
USAGE: @include border-radius($small-border-radius);
*/
/*********************
Align Center
*********************/
/*
USAGE: 
@include center(); 
@include center(true, false);
@include center(false, true); 
*/
/**********************************************
FLEX - Centering
********************************************/
/*
USAGE: 
@include flexCenter(); 
@include flexCenter(true, false);
@include flexCenter(false, true); 
*/
/******************************
BOX SHADOW
*******************************/
/*
USAGE: 
@include box-shadow(0, 1px, 2px, rgba(0, 0, 0, 0.2));
*/
/***************************
IMG HOVER ZOOM
***************************/
/*
USAGE: @include transform(scale3d());
*/
.imgwrap {
  position: relative;
  text-align: center;
  margin: 0;
  overflow: hidden; }
  .imgwrap img {
    max-width: 99.9%;
    vertical-align: middle;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
    .imgwrap img:hover {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }

/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* @include box-sizing(border-box); */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/********************************************
MIXIN CREATED FOR WHEN YOU NEED A BREAKPOINT
********************************************/
/*
USAGE: @include bp(baby-screen) {
    width: 100%;
  }
*/
/******************
CIRCLES
******************/
/*
USAGE: @include circle(inline-block, 30em, $white);
*/
/*
USAGE: @include fixedCircle(inline-block, 1em, $white);
*/
/*********************
BUTTONS
*********************/
.button, button:not(.slick-arrow):not(#cboxClose):not(#search), input.button, input.addCart, .nextLink {
  padding: 0.5em;
  margin: 0 1em 0.25em 1em;
  display: inline-block;
  min-height: 39px;
  text-decoration: none;
  cursor: pointer;
  background: #289ee8;
  position: relative;
  border: 0px solid #289ee8;
  transition: all 0.2s ease-in-out; }
  .button:hover, button:not(.slick-arrow):not(#cboxClose):not(#search):hover, input.button:hover, input.addCart:hover, .nextLink:hover {
    background: #0071bc;
    border: 0px solid #0071bc;
    transition: all 0.2s ease-in-out; }

.button:not(.slick-arrow):not(.tertiary):not(.secondary):before, button:not(.slick-arrow):not(.tertiary):not(#cboxClose):before {
  content: '';
  height: 100%;
  background: #289ee8;
  width: 30px;
  display: block;
  position: absolute;
  transform: skew(-20deg);
  left: -10px;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out; }

.button:not(.slick-arrow):not(.tertiary):not(.secondary):after, button:not(.slick-arrow):not(.tertiary):not(#cboxClose):after {
  content: '';
  height: 100%;
  background: #289ee8;
  width: 30px;
  display: block;
  position: absolute;
  transform: skew(-20deg);
  right: -10px;
  bottom: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out; }

.button:not(.slick-arrow):not(.tertiary):not(.secondary):hover:before, .button:not(.slick-arrow):not(.tertiary):not(.secondary):hover:after, button:not(.slick-arrow):not(.tertiary):not(#cboxClose):hover:before, button:not(.slick-arrow):not(.tertiary):not(#cboxClose):hover:after {
  background: #0071bc;
  transition: all 0.2s ease-in-out; }

a.button.secondary, .button.secondary, input.secondary, button#AddToCartButton {
  background: #ed1c24; }
  a.button.secondary:hover, a.button.secondary:focus, a.button.secondary:active, .button.secondary:hover, .button.secondary:focus, .button.secondary:active, input.secondary:hover, input.secondary:focus, input.secondary:active, button#AddToCartButton:hover, button#AddToCartButton:focus, button#AddToCartButton:active {
    background: #c61017;
    color: #fff; }
  a.button.secondary:before, .button.secondary:before, input.secondary:before, button#AddToCartButton:before {
    content: '';
    height: 100%;
    background: #ed1c24;
    width: 30px;
    display: block;
    position: absolute;
    transform: skew(-20deg);
    left: -10px;
    top: 0;
    z-index: -1;
    transition: all 0.2s ease-in-out; }
  a.button.secondary:after, .button.secondary:after, input.secondary:after, button#AddToCartButton:after {
    content: '';
    height: 100%;
    background: #ed1c24;
    width: 30px;
    display: block;
    position: absolute;
    transform: skew(-20deg);
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.2s ease-in-out; }
  a.button.secondary:hover:before, a.button.secondary:hover:after, .button.secondary:hover:before, .button.secondary:hover:after, input.secondary:hover:before, input.secondary:hover:after, button#AddToCartButton:hover:before, button#AddToCartButton:hover:after {
    background: #c61017;
    transition: all 0.2s ease-in-out; }

.primary, input.primary {
  background: #0071bc;
  border: none; }
  .primary:hover, .primary:focus, .primary:active, input.primary:hover, input.primary:focus, input.primary:active {
    background: #005289;
    color: #fff; }

.primary.added, input.primary.added {
  opacity: 0.6; }

.tertiary, input.tertiary {
  background: transparent; }
  .tertiary:hover, .tertiary:focus, .tertiary:active, input.tertiary:hover, input.tertiary:focus, input.tertiary:active {
    background: transparent;
    color: #0071bc; }

.slick-slider button.slick-arrow {
  /* prev and next controls */
  border-color: #959595;
  background: #fff;
  opacity: 1; }
  .slick-slider button.slick-arrow:hover {
    border-color: #ed1c24;
    background: #fff;
    opacity: 1; }

#hero .slick-slider button.slick-arrow {
  /* prev and next controls */
  background: transparent;
  opacity: 1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
  #hero .slick-slider button.slick-arrow:hover {
    background: transparent;
    opacity: 1; }

.quickCartButton {
  text-align: center; }
  .quickCartButton .button {
    width: 48%;
    text-align: center; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body, input, button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 99%;
  line-height: 1.4;
  color: #222222; }

.dontdisplay, .hideOnMobile {
  display: none !important; }

.hideOnDesktop {
  display: inline-block !important; }

/********************
BODY CLASSES
style a page via class
********************/
/* home page */
body.Search #hero, body.Search #topBlocks, body.Search #rightBlocks, body.finalise .header .topline #cart > a.ViewCart {
  display: none; }

/*********************
LAYOUT & GRID STYLES
*********************/
/*add margin to some .container elements*/
.row, .fullwidth #leftcol > div > div {
  margin: 0 auto;
  width: 96%;
  padding: 1em 0em; }

/*overwrites for .row padding as needed*/
.header .bottomline .row {
  width: 100%; }

.header .row {
  padding: 0em 0em; }

#newsletter .row {
  padding: 1em 1em; }

body.product #leftcol > div:nth-child(even) {
  background: #f2f2f2; }

/*********************
LINK STYLES
*********************/
a, a:visited, .pinktxt {
  color: #00a4cc;
  /* removing text decoration from all headline links */
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus, .pinktxt:hover, .pinktxt:focus {
    color: #005266; }
  a:link, a:visited:link, .pinktxt:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h4, .h4, h5, .h5, input, select, option {
  font-family: "Roboto", sans-serif;
  /* removing text decoration from all headline links */ }
  h4 a, .h4 a, h5 a, .h5 a, input a, select a, option a {
    text-decoration: none; }

h1, .h1 {
  font-weight: 900;
  text-transform: uppercase; }

h2, .h2, strong, .qtyBreaks {
  font-weight: 600; }

h1, .h1, h2, .h2, h3, .h3, .products p, .products h2, h6, .h6, .quickCart p {
  margin: 0.25em 0em;
  font-family: "Roboto", sans-serif; }

h1, .h1 {
  line-height: 1; }

h2, .h2, h3, .h3, #topMenu .nav > li > a, input.addCart, #checkoutBreadcrumbs a,
.tablehead, #tableTotals td:first-child, h6, .h6 {
  text-transform: uppercase; }

h2.p {
  text-transform: none; }

#mainMenu .nav > li > a, h2.p {
  text-transform: capitalize; }

h1, .h1, #topBlocks i, .fullwidth #content .threecol i {
  font-size: 2em; }

/*h2, .h2,*/
.searchWrap input, .header .bottomline .last > a {
  font-size: 1.8em; }

#cart > a i.fa {
  font-size: 1.6em; }

#searchToggle a, a.toggleMenu {
  font-size: 1.8em; }

.headline, #rightcol .block > h3 {
  margin: 1em 0em;
  text-align: center;
  display: table;
  white-space: nowrap;
  overflow: hidden; }
  .headline:before, .headline:after, #rightcol .block > h3:before, #rightcol .block > h3:after {
    border-top: 1px solid #bfbfbf;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.65em;
    width: 45%; }
  .headline:before, #rightcol .block > h3:before {
    right: 1.5%; }
  .headline:after, #rightcol .block > h3:after {
    left: 1.5%; }

h3, .h3, h4, .h4, .header .fa, #hero .slideshow_caption .h1, h2, .h2, .bigger {
  font-size: 1.2em; }

h5, .h5, h6, .h6, .productDetails h3, .productDetails em, #breadcrumbs, #copyright, label, h2.p, .darkHeader #topMenu .nav li a, #topMenu .nav li ul li a {
  font-size: 1em; }

#rightcol h5, #rightcol .h5 {
  margin: 0em 0em 0.5em 0em;
  background: #ed1c24;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  position: relative; }
  #rightcol h5 strong, #rightcol .h5 strong {
    display: inline-block;
    padding: 0.5em;
    white-space: initial; }
  #rightcol h5:after, #rightcol .h5:after {
    background: #0071bc;
    content: '';
    position: absolute;
    width: 10%;
    height: 100px;
    right: 0;
    border-left: 5px solid #fff; }

.Home #topBlocks h2 {
  font-size: 1em; }

h6, .h6, .welcomemessage, body:not(.Home) .confidence li span, #breadcrumbs, p[class*='alert-'],
.megaMenu ul ul li, #cart > a em, .qtyBreaks, .smTxt, .cartgst, .smalltxt, .rrp, .smallform, .Home #topBlocks p {
  font-size: 0.75em; }

.freightwarn {
  background-color: #0071bc;
  padding: 1em;
  font-size: 0.75em;
  text-align: center; }
  .freightwarn a {
    font-weight: bold; }

address {
  font-style: normal; }

/*************************
Colours
*************************/
.white,
.phone a,
#cart a,
#mainMenu .nav > li > a,
.Home #topBlocks p, .Home #topBlocks h2, .Home #topBlocks i, .Home #topBlocks .fa,
#cart > a em,
a.ViewCart:hover,
#hero .slick-slider button:before,
.freightwarn,
.freightwarn a,
.header,
.button.secondary,
#product .last input.addCart,
body:not(.Home) #hero h1,
.primary,
.button.primary,
.bttnCart,
.primary:hover,
.button.primary:hover,
.bttnCart:hover,
.button.secondary:hover,
#rightcol h5, #rightcol .h5,
.header .quickCartButton .bttnQuote,
a.cd-top i,
a.button, input.button, input[type=submit], button, button[type=submit], a.button:hover,
#footer a, #footer a:hover, #topMenu .nav li a,
#footer h4, #footer, .Home #topBlocks a,
input.button, input#button, .nextLink, .clearHeader #topMenu .nav > li > a {
  color: #fff; }

.black,
.imgwrap a,
.nav li a,
.searchWrap .fa,
.smallform button {
  color: #222222; }

.red, a.toggleMenu, #searchToggle a,
.top-mini-content,
a.ViewCart,
#breadcrumbs,
.productDetails em,
.slick-slider button:before,
#checkoutBreadcrumbs a,
.megaMenu ul ul li a,
.welcomemessage, #searchToggle a:hover, #searchToggle a {
  color: #ed1c24; }

.red, .rrpprice {
  color: #0071bc; }

.blue, .megaMenu ul ul li a:hover, .header .bttnQuote {
  color: #00a4cc; }

/*************************
Turn off printable items
*************************/
.printable {
  display: none; }

/*********************
SPRITE
*********************/
#logo {
  background: transparent url("../images/logo.png") no-repeat center top;
  display: block;
  width: 200px;
  height: 100px;
  background-size: 200px 100px; }

.sprite, .confidence li:before {
  content: '';
  background: transparent url("../images/sprite.svg") no-repeat 0 0;
  display: block;
  width: 2em;
  height: 2em;
  background-size: 32px 160px; }

.sprite2, .confidence2 li:before {
  content: '';
  background: transparent url("../images/sprite_Yellow.svg") no-repeat 0 0;
  display: block;
  width: 100px;
  height: 150px;
  background-size: 100px 900px; }

/*********************
HEADER STYLES
*********************/
/*site-wide styles needed to leave space for logo */
.innertube {
  width: 100%;
  /*padding-left: 100px;*/ }

/*overwrite needed for mobile menu */
.bottomline .row .innertube,
#breadcrumbs .innertube {
  padding-left: 0px; }

#breadcrumbs .innertube {
  width: 96%; }

body:not(.Home)not(.category) .header {
  height: 400px; }

.header {
  position: relative;
  z-index: 7000;
  /*padding: 0.65em 0 0 0;*/ }
  .header .phone a {
    display: block; }
  .header ul#searchToggle a.collapseIcon .fa-search:before {
    content: '\f068'; }
  .header .innertube form, .header .innertube #cart > a, .header .innertube div, .header .innertube nav#topMenu {
    display: inline-block; }
  .header .topline.darkHeader {
    position: fixed;
    top: 0;
    padding: 0em;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.9);
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header .topline.darkHeader #cart a span {
      display: none; }
  .header .topline {
    background-color: #fff;
    border-bottom: 4px solid #0071bc;
    position: relative;
    width: 100%;
    top: 0; }
    .header .topline #searchToggle {
      position: absolute;
      top: 1.4em;
      right: 5em;
      display: block;
      z-index: 999; }
    .header .topline .welcomemessage {
      display: block;
      min-height: 10px; }
    .header .topline #cart a {
      display: inline-block;
      padding: 0em 0.5em 0.25em 0.5em;
      text-align: center;
      line-height: 1;
      /*em {border-radius: 50%;background:$color-primary;padding:0.25em 0.25em; min-width:1.5em; font-style:normal; display:inline-block }*/
      /*span {display: none;}*/ }
    .header .topline .holdCart {
      text-align: center; }
      .header .topline .holdCart .quantity {
        padding: 0 0.25em; }
      .header .topline .holdCart > a {
        display: block; }
      .header .topline .holdCart .price {
        display: none; }
    .header .topline #cart {
      position: relative;
      text-transform: uppercase;
      background: #0071bc;
      float: none; }
      .header .topline #cart .CTAs {
        margin: 0.5em;
        z-index: 99;
        position: relative;
        text-align: center; }
      .header .topline #cart div.top-mini-content {
        visibility: hidden;
        margin-top: 50px;
        position: absolute;
        left: -100px;
        width: 320px;
        background: rgba(255, 255, 255, 0.9);
        padding: 0.5em;
        border: 1px dashed #ed1c24;
        box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.3);
        right: 0;
        z-index: 100000;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        opacity: 0; }
        .header .topline #cart div.top-mini-content td.productname {
          font-size: 0.9em;
          padding: 0.5em; }
        .header .topline #cart div.top-mini-content.inspectcart {
          visibility: visible;
          opacity: 1;
          right: 0;
          height: auto;
          width: 550px;
          -webkit-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          -transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
  .header .bottomline {
    background-color: #ed1c24;
    background-color: #222222;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

body:not(.Home):not(.ERP):not(.Product):not(.Search):not(.enquiry) .header {
  height: 400px; }

.parallax-window {
  height: 400px;
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }
  .parallax-window #headParallax {
    position: relative;
    width: 100%;
    height: 100%; }
    .parallax-window #headParallax .heading {
      position: absolute;
      top: 49.8%;
      left: 49.8%;
      /*-webkit-transform: translate3d(-50.2%, -50.2%, 0);*/
      -webkit-transform: translateX(-50%) translateY(-50%);
      /*-ms-transform: translate3d(-50.2%, -50.2%, 0);*/
      -ms-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      /*correction for IE9*/
      /*transform: translate3d(-50.2%, -50.2%, 0);*/
      transform: translateX(-50%) translateY(-50%);
      margin-top: 3em;
      width: 90%;
      text-align: center; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4; }

/*********************
NAVIGATION STYLES
**********************/
#topMenu .nav, #mainMenu .nav, #subMenu .nav {
  z-index: 99999; }

#topMenu {
  display: none; }

#mainMenu .nav {
  z-index: 88888;
  top: 103px; }

#mainMenu .nav li a.allCategories {
  display: none; }

#topMenu, #mainMenu, #subMenu {
  /* end .nav */ }
  #topMenu a.toggleMenu, #mainMenu a.toggleMenu, #subMenu a.toggleMenu {
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 15px;
    line-height: 2; }
  #topMenu .nav, #mainMenu .nav, #subMenu .nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 120px;
    /* end .menu li */ }
    #topMenu .nav li, #mainMenu .nav li, #subMenu .nav li {
      position: relative;
      text-align: left;
      /* Sub-menu level 2 */
      /* end level 2	*/
      /* Hover effects */ }
      #topMenu .nav li a, #mainMenu .nav li a, #subMenu .nav li a {
        display: block;
        text-decoration: none;
        padding: 0.5em 0.5em;
        background: #0062a3;
        /*background: $color-secondary;*/
        border-bottom: 1px dotted black;
        /*
						remember this is for mobile ONLY, so there's no need
						to even declare hover styles here. We want to
						keep this file as small as possible!
						*/ }
        #topMenu .nav li a.parent:before, #mainMenu .nav li a.parent:before, #subMenu .nav li a.parent:before {
          content: "\f107";
          font-family: 'Font Awesome 5 Pro';
          display: block;
          float: right;
          font-size: large;
          padding-right: 0.5em;
          line-height: 2; }
      #topMenu .nav li.hover > a.parent:before, #mainMenu .nav li.hover > a.parent:before, #subMenu .nav li.hover > a.parent:before {
        content: "\f106"; }
      #topMenu .nav li ul,
      #topMenu .nav li ul.sub-menu,
      #topMenu .nav li ul.children, #mainMenu .nav li ul,
      #mainMenu .nav li ul.sub-menu,
      #mainMenu .nav li ul.children, #subMenu .nav li ul,
      #subMenu .nav li ul.sub-menu,
      #subMenu .nav li ul.children {
        margin-top: 0;
        border-top: 0;
        display: none;
        z-index: 8999; }
        #topMenu .nav li ul li,
        #topMenu .nav li ul.sub-menu li,
        #topMenu .nav li ul.children li, #mainMenu .nav li ul li,
        #mainMenu .nav li ul.sub-menu li,
        #mainMenu .nav li ul.children li, #subMenu .nav li ul li,
        #subMenu .nav li ul.sub-menu li,
        #subMenu .nav li ul.children li {
          /* Sub-sub-menu level 3	*/
          /* end level 3	*/ }
          #topMenu .nav li ul li a,
          #topMenu .nav li ul.sub-menu li a,
          #topMenu .nav li ul.children li a, #mainMenu .nav li ul li a,
          #mainMenu .nav li ul.sub-menu li a,
          #mainMenu .nav li ul.children li a, #subMenu .nav li ul li a,
          #subMenu .nav li ul.sub-menu li a,
          #subMenu .nav li ul.children li a {
            padding-left: 1em;
            background: #005289;
            border-bottom: 1px dotted black; }
            #topMenu .nav li ul li a:hover, #topMenu .nav li ul li a:focus,
            #topMenu .nav li ul.sub-menu li a:hover,
            #topMenu .nav li ul.sub-menu li a:focus,
            #topMenu .nav li ul.children li a:hover,
            #topMenu .nav li ul.children li a:focus, #mainMenu .nav li ul li a:hover, #mainMenu .nav li ul li a:focus,
            #mainMenu .nav li ul.sub-menu li a:hover,
            #mainMenu .nav li ul.sub-menu li a:focus,
            #mainMenu .nav li ul.children li a:hover,
            #mainMenu .nav li ul.children li a:focus, #subMenu .nav li ul li a:hover, #subMenu .nav li ul li a:focus,
            #subMenu .nav li ul.sub-menu li a:hover,
            #subMenu .nav li ul.sub-menu li a:focus,
            #subMenu .nav li ul.children li a:hover,
            #subMenu .nav li ul.children li a:focus {
              background: #004370; }
          #topMenu .nav li ul li ul li,
          #topMenu .nav li ul.sub-menu li ul li,
          #topMenu .nav li ul.children li ul li, #mainMenu .nav li ul li ul li,
          #mainMenu .nav li ul.sub-menu li ul li,
          #mainMenu .nav li ul.children li ul li, #subMenu .nav li ul li ul li,
          #subMenu .nav li ul.sub-menu li ul li,
          #subMenu .nav li ul.children li ul li {
            /* Sub-sub-menu level 4	*/
            /* end level 4	*/ }
            #topMenu .nav li ul li ul li a,
            #topMenu .nav li ul.sub-menu li ul li a,
            #topMenu .nav li ul.children li ul li a, #mainMenu .nav li ul li ul li a,
            #mainMenu .nav li ul.sub-menu li ul li a,
            #mainMenu .nav li ul.children li ul li a, #subMenu .nav li ul li ul li a,
            #subMenu .nav li ul.sub-menu li ul li a,
            #subMenu .nav li ul.children li ul li a {
              padding-left: 1.5em;
              background: #003456; }
            #topMenu .nav li ul li ul li ul li a,
            #topMenu .nav li ul.sub-menu li ul li ul li a,
            #topMenu .nav li ul.children li ul li ul li a, #mainMenu .nav li ul li ul li ul li a,
            #mainMenu .nav li ul.sub-menu li ul li ul li a,
            #mainMenu .nav li ul.children li ul li ul li a, #subMenu .nav li ul li ul li ul li a,
            #subMenu .nav li ul.sub-menu li ul li ul li a,
            #subMenu .nav li ul.children li ul li ul li a {
              padding-left: 2em;
              background: #00243d; }
  #topMenu .nav > li.hover > ul, #mainMenu .nav > li.hover > ul, #subMenu .nav > li.hover > ul {
    left: 0;
    display: block; }
  #topMenu .nav li li.hover > ul, #mainMenu .nav li li.hover > ul, #subMenu .nav li li.hover > ul {
    left: 0%;
    top: 0;
    display: block; }

/* end .topMenu */
/* #mainMenu {
        .nav {
            margin-top: 80px;
        }
    }*/
/* overwrite styles for left menu on category pages */
#subMenu .nav {
  position: relative; }
  #subMenu .nav li {
    /* Styling so that first item in submenu displays only */
    /*&:first-child {
                    ul {
                        display: block;
                    }

                    > a.parent:before {
                        content: "-";
                    }

                    &.hover {
                        ul {
                            display: none;
                        }

                        > a.parent:before {
                            content: "+";
                        }
                    }
					
					
                }*/ }
    #subMenu .nav li a {
      background: #fff;
      border: 1px solid #bfbfbf; }
      #subMenu .nav li a.parent:before {
        content: "+"; }
      #subMenu .nav li a ul {
        display: block; }
    #subMenu .nav li.hover > a.parent:before {
      content: "-"; }
    #subMenu .nav li.active > ul.active {
      display: block; }

/*********************
HERO
*********************/
body:not(.Home) #hero {
  position: relative;
  height: 200px;
  overflow: hidden; }
  body:not(.Home) #hero img, body:not(.Home) #hero h1 {
    position: absolute;
    top: 49.8%;
    left: 49.8%;
    /*-webkit-transform: translate3d(-50.2%, -50.2%, 0);*/
    -webkit-transform: translateX(-50%) translateY(-50%);
    /*-ms-transform: translate3d(-50.2%, -50.2%, 0);*/
    -ms-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    /*transform: translate3d(-50.2%, -50.2%, 0);*/
    transform: translateX(-50%) translateY(-50%);
    z-index: 0; }
  body:not(.Home) #hero h1 {
    z-index: 2; }
  body:not(.Home) #hero:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0071bc;
    z-index: 1; }

/*********************
HOME STYLES
*********************/
.Home #topBlocks {
  background: #ed1c24;
  line-height: 1;
  display: flex;
  flex-wrap: wrap; }
  .Home #topBlocks .block {
    width: 50%;
    margin: 0;
    text-align: center;
    padding: 1em;
    border: 1px solid #6f6f6f;
    border-bottom: 0; }
    .Home #topBlocks .block:hover {
      cursor: pointer; }
    .Home #topBlocks .block:nth-last-child(1), .Home #topBlocks .block:nth-last-child(2) {
      border-bottom: 1px solid #6f6f6f; }
    .Home #topBlocks .block:nth-child(even) {
      border-left: 0; }
    .Home #topBlocks .block p, .Home #topBlocks .block h2 {
      margin: 0.1em auto;
      padding: 0; }
    .Home #topBlocks .block i {
      margin: 0.1em 0.3em 0.1em 0.3em; }
    .Home #topBlocks .block img {
      height: 60px;
      width: 60px; }

/*********************
CONTENT STYLES
*********************/
.icon {
  height: 200px;
  width: 200px;
  max-width: 100%;
  display: block;
  margin: 0 auto; }

span.makeImgContainer {
  max-width: 25%;
  display: inline-block;
  margin: 0;
  overflow: hidden; }

/* content area all inner pages */
blockquote {
  margin: 1em 0 1em 0;
  text-align: left;
  padding-left: 4em;
  padding-bottom: 2em; }
  blockquote:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    font-size: 3em;
    padding-right: 0.5em;
    line-height: 1.2;
    position: absolute;
    left: 0; }
  blockquote a {
    text-decoration: none; }

dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }

img {
  /*margin: 0 0 1.5em 0;*/
  max-width: 100%;
  height: auto; }

#breadcrumbs {
  background: #eeeeee; }
  #breadcrumbs div div {
    display: inline; }

.fullwidth #leftcol > div {
  min-height: 300px;
  padding: 1em 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .fullwidth #leftcol > div:nth-child(even) {
    background: #f0f0f0; }
  .fullwidth #leftcol > div .threecol {
    text-align: center;
    margin-bottom: 1em; }
    .fullwidth #leftcol > div .threecol i {
      display: block;
      margin: 0.1em 0.3em 0.1em 0.3em; }
    .fullwidth #leftcol > div .threecol p, .fullwidth #leftcol > div .threecol h2 {
      margin: 0.1em auto;
      padding: 0; }

/******************************************************************
FORM STYLES
******************************************************************/
.searchContainerWrap {
  width: 100%;
  position: absolute;
  left: 50%;
  /*-webkit-transform: translate3d(-50%, 0, 0);*/
  -webkit-transform: translateX(-50%) translateY(0%);
  /*-ms-transform: translate3d(-50%, 0, 0);*/
  -ms-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  /*correction*/
  /*transform: translate3d(-50.2%, 0, 0);*/
  transform: translateX(-50%) translateY(0%);
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .searchContainerWrap #searchContainer {
    background: rgba(0, 113, 187, 0.8);
    width: 100%;
    padding: 1em; }
    .searchContainerWrap #searchContainer.expand {
      width: 100%;
      display: block; }

.smallform {
  width: 100%;
  border: 2px solid #fff;
  /*background: darken($white, 35%);*/
  background: #fff;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /*height: 45px;*/
  border-right: none; }
  .smallform > input, .smallform select, .smallform button {
    border: none;
    background-color: #f0f0f0;
    line-height: 1.5;
    width: auto;
    padding: 0em 1em;
    height: 40px;
    border-left: 2px solid #fff;
    position: relative;
    display: flex;
    width: 100%; }
    .smallform > input#KW, .smallform select#KW, .smallform button#KW {
      border-left: none; }
  .smallform > button {
    /*border-radius: 4px;*/
    background: #fff;
    border: 2px solid #fff;
    float: right;
    height: 40px;
    margin: 0;
    margin-bottom: 0;
    width: 10%;
    min-width: 50px;
    font-size: 1.8em; }
    .smallform > button:hover, .smallform > button:focus {
      outline: none;
      border: 2px solid #fff;
      background: #fff; }
  .smallform input[type="email"]:focus, .smallform input[type="text"]:focus, .smallform select:focus {
    outline: none; }
  .smallform .button {
    margin-bottom: 0;
    /*float: right;*/ }

.respond-form {
  margin: 0em 0em;
  min-width: 190px; }

.respond-form {
  /* not always nested */
  font-family: "Roboto", sans-serif;
  /* turn off number spinner for intput type=number*/
  /* end fieldset */ }
  .respond-form table {
    width: 100%; }
  .respond-form form {
    margin: 0 auto; }
  .respond-form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em; }
    .respond-form li label,
    .respond-form li small {
      display: none; }
  .respond-form input[type=text],
  .respond-form input[type=email],
  .respond-form input[type=url],
  .respond-form input[type=password],
  .respond-form input[type=number],
  .respond-form textarea,
  .respond-form select {
    padding: 0.5em;
    background-color: #fff;
    margin: 0 0 0 0;
    display: table-cell;
    width: 100%;
    max-width: 100%;
    outline: none;
    border: 2px solid #e6e6e6; }
    .respond-form input[type=text]:focus,
    .respond-form input[type=email]:focus,
    .respond-form input[type=url]:focus,
    .respond-form input[type=password]:focus,
    .respond-form input[type=number]:focus,
    .respond-form textarea:focus,
    .respond-form select:focus {
      border-color: #d9d9d9; }
  .respond-form textarea {
    min-height: 100px;
    font-family: "Roboto", sans-serif; }
  .respond-form input[type=number].noSpinner::-webkit-inner-spin-button,
  .respond-form input[type=number].noSpinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .respond-form fieldset {
    background-color: white;
    border: none;
    text-align: left;
    padding: 0 0;
    margin: 0 0 0.5em 0;
    /* style div that holds all the fields*/
    /* end form section styling */
    /* additional layout options where there are multiple fields on one line */ }
    .respond-form fieldset .form-section {
      padding: 0.75em;
      border: 5px solid #d9d9d9;
      /*span {width:4%; display:inline-block;}*/ }
      .respond-form fieldset .form-section > p, .respond-form fieldset .form-section h3 {
        margin-top: 0;
        margin-bottom: 0.5em; }
      .respond-form fieldset .form-section .field {
        margin-bottom: 0.5em; }
    .respond-form fieldset .inline {
      margin-bottom: 0.5em; }
      .respond-form fieldset .inline input, .respond-form fieldset .inline > div {
        display: inline; }
      .respond-form fieldset .inline.x2 input, .respond-form fieldset .inline.x2 > div {
        max-width: 46%; }
        .respond-form fieldset .inline.x2 input:first-of-type + input, .respond-form fieldset .inline.x2 input:first-of-type + > div, .respond-form fieldset .inline.x2 > div:first-of-type + input, .respond-form fieldset .inline.x2 > div:first-of-type + > div {
          float: right; }
      .respond-form fieldset .inline.x3 input, .respond-form fieldset .inline.x3 select, .respond-form fieldset .inline.x3 > div {
        max-width: 26%; }

/* styling needed for form fields on products */
.holdVariants, .holdQty {
  padding: 0.25em 0;
  text-align: center; }
  .holdVariants input, .holdVariants select, .holdQty input, .holdQty select {
    padding: 0.25em 0.5em; }

.ItemQty {
  width: 40px;
  /*height: 25px;*/
  text-align: center; }

/*input.qtyplus { width:25px; height:25px;}
	input.qtyminus { width:25px; height:25px;}*/
/* end profuct fields */
body.checkout div#checkout a.BlueLink {
  padding: 0; }

body.checkout aside#rightcol:nth-child(2) {
  display: none; }

#prodEnquiry .respond-form {
  /*Apply column layout to mobile for dates*/ }
  #prodEnquiry .respond-form input[type=text],
  #prodEnquiry .respond-form input[type=email],
  #prodEnquiry .respond-form input[type=url],
  #prodEnquiry .respond-form input[type=password],
  #prodEnquiry .respond-form input[type=number],
  #prodEnquiry .respond-form textarea,
  #prodEnquiry .respond-form select,
  #prodEnquiry .respond-form .g-recaptcha {
    margin-bottom: 0.5em; }
  #prodEnquiry .respond-form .label {
    line-height: 2.4; }
  #prodEnquiry .respond-form .hiredates > div {
    width: 48.618784527%;
    position: relative;
    float: left;
    margin-left: 2.762430939%; }
    #prodEnquiry .respond-form .hiredates > div.first {
      margin-left: 0; }

/*********************
LEFT COLUMN
*********************/
#leftcol {
  padding-bottom: 0em; }
  #leftcol #div307 div {
    text-align: center; }
  #leftcol div.sixcol > *:first-child {
    margin-top: 0; }

/*********************
BLOCK LAYOUT
**********************/
.block:not(.bottomBlock) {
  margin-bottom: 1em; }

.columnlayout, ul#products, #categorydetails ul, #relatedProducts ul, body.Brands ol, ul.confidence, ul.confidence2, .newsWrap, body.Contact #leftcol {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 0;
  text-align: center; }
  .columnlayout > div, .columnlayout > li, .columnlayout .newsBlock, ul#products > div, ul#products > li, ul#products .newsBlock, #categorydetails ul > div, #categorydetails ul > li, #categorydetails ul .newsBlock, #relatedProducts ul > div, #relatedProducts ul > li, #relatedProducts ul .newsBlock, body.Brands ol > div, body.Brands ol > li, body.Brands ol .newsBlock, ul.confidence > div, ul.confidence > li, ul.confidence .newsBlock, ul.confidence2 > div, ul.confidence2 > li, ul.confidence2 .newsBlock, .newsWrap > div, .newsWrap > li, .newsWrap .newsBlock, body.Contact #leftcol > div, body.Contact #leftcol > li, body.Contact #leftcol .newsBlock {
    display: inline-block;
    vertical-align: top;
    flex: 1 1 auto;
    flex-grow: 0;
    width: 50%;
    background: #fff; }
    .columnlayout > div > div, .columnlayout > li > div, .columnlayout .newsBlock > div, ul#products > div > div, ul#products > li > div, ul#products .newsBlock > div, #categorydetails ul > div > div, #categorydetails ul > li > div, #categorydetails ul .newsBlock > div, #relatedProducts ul > div > div, #relatedProducts ul > li > div, #relatedProducts ul .newsBlock > div, body.Brands ol > div > div, body.Brands ol > li > div, body.Brands ol .newsBlock > div, ul.confidence > div > div, ul.confidence > li > div, ul.confidence .newsBlock > div, ul.confidence2 > div > div, ul.confidence2 > li > div, ul.confidence2 .newsBlock > div, .newsWrap > div > div, .newsWrap > li > div, .newsWrap .newsBlock > div, body.Contact #leftcol > div > div, body.Contact #leftcol > li > div, body.Contact #leftcol .newsBlock > div {
      width: auto; }

/* blocks that need borders*/
.columnlayout, ul#products, #categorydetails ul, #relatedProducts ul, body.Brands ol {
  border-left: 1px solid #bfbfbf;
  margin: 1em;
  /*Top row needs border adding seperatley to prevent double borders*/ }
  .columnlayout > div, .columnlayout > li, ul#products > div, ul#products > li, #categorydetails ul > div, #categorydetails ul > li, #relatedProducts ul > div, #relatedProducts ul > li, body.Brands ol > div, body.Brands ol > li {
    border: 1px solid #bfbfbf;
    border-left: none;
    border-top: none;
    padding: 1em; }
  .columnlayout > div:first-child, .columnlayout > li:first-child, .columnlayout > div:nth-child(2), .columnlayout > li:nth-child(2), ul#products > div:first-child, ul#products > li:first-child, ul#products > div:nth-child(2), ul#products > li:nth-child(2), #categorydetails ul > div:first-child, #categorydetails ul > li:first-child, #categorydetails ul > div:nth-child(2), #categorydetails ul > li:nth-child(2), #relatedProducts ul > div:first-child, #relatedProducts ul > li:first-child, #relatedProducts ul > div:nth-child(2), #relatedProducts ul > li:nth-child(2), body.Brands ol > div:first-child, body.Brands ol > li:first-child, body.Brands ol > div:nth-child(2), body.Brands ol > li:nth-child(2) {
    border-top: 1px solid #bfbfbf; }

/* blocks that need spacing*/
.newsWrap > div, .newsWrap li, .newsWrap .newsBlock {
  width: 100%;
  margin: 0 0.25em; }

.columnlayout > div, body.Contact #leftcol > div {
  width: 100%;
  margin-right: 0em; }

/* BOTTOM BLOCKS */
/* new confidence triggers*/
/*Hide on search pages */
/* RIGHT BLOCKS */
#rightcol {
  /* end .block */ }
  #rightcol .block ol, #rightcol .block ul {
    padding: 0em 0em 1em 0em; }
    #rightcol .block ol li, #rightcol .block ul li {
      list-style: none;
      border-bottom: 1px solid #d5d5d5;
      padding: 5px 0px;
      display: block;
      min-height: 40px;
      line-height: 1.6; }
      #rightcol .block ol li a, #rightcol .block ul li a {
        text-decoration: none; }
    #rightcol .block ol li:before, #rightcol .block ul li:before {
      content: "\f105";
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      display: block;
      float: left;
      font-size: large;
      padding-right: 0.5em;
      padding-bottom: 1em;
      line-height: 1.2; }

/* end #rightcol */
#leftblock {
  display: none; }

/*.Default #bottomBlocks{background: darken($white, 6%);}*/
/*********************
NEWS LISTING
*********************/
/*** Home page news block styling **/
.newsWrap {
  -webkit-transform: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transform: all 0.3s ease-in-out; }
  .newsWrap .newsBlock .imgwrap {
    display: block;
    position: relative;
    vertical-align: top;
    max-height: 176px; }
    .newsWrap .newsBlock .imgwrap img {
      display: block;
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .newsWrap .newsBlock .imgwrap a p {
      margin: 0em 0; }
    .newsWrap .newsBlock .imgwrap .caption {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 100%;
      overflow: hidden;
      text-align: center;
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .newsWrap .newsBlock .imgwrap .caption p {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(0, -50.2%, 0);
        -ms-transform: translate3d(0, -50.2%, 0);
        -ms-transform: translateX(0%) translateY(-50%);
        /*correction*/
        transform: translate3d(0, -50.2%, 0); }
        .newsWrap .newsBlock .imgwrap .caption p span {
          padding: 0.2em 0.5em;
          background: #fff; }
        .newsWrap .newsBlock .imgwrap .caption p:after {
          display: block;
          content: "";
          text-align: center;
          margin: auto;
          width: 0%;
          height: 2px;
          background: #222222;
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -transition: all 0.3s linear;
          transition: all 0.3s linear; }
    .newsWrap .newsBlock .imgwrap:hover img {
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transform: scale3d(1.2, 1.2, 1);
      -ms-transform: scale3d(1.2, 1.2, 1);
      transform: scale3d(1.2, 1.2, 1); }
    .newsWrap .newsBlock .imgwrap:hover .caption {
      background: rgba(255, 255, 255, 0.2);
      opacity: 1; }
      .newsWrap .newsBlock .imgwrap:hover .caption h1:after {
        width: 50%;
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -transition: all 0.3s linear;
        transition: all 0.3s linear; }

/*********************
NEWS LISTING
*********************/
#listing {
  list-style: none;
  margin: 0;
  border-bottom: 1px dotted #bbbbbb;
  padding: 1em 1em; }
  #listing h2 {
    margin: 0; }
  #listing p {
    margin-top: 0.25em; }
    #listing p:first-of-type {
      margin: 0 0; }
  #listing:last-child {
    border-bottom: 1px dotted #bbbbbb; }

div.listingImg {
  min-height: 100px; }

div.caseStudy img {
  max-width: 318px;
  height: auto; }

/*********************
NEWS DETAIL
*********************/
body.Newsdescription #newsDetail img {
  display: block;
  padding-bottom: 1em; }

/*********************
GALLERY
*********************/
#gallery {
  display: table;
  margin: 0em auto;
  padding: 0 0 0 0; }
  #gallery li {
    list-style: none;
    width: 45.5%;
    margin-right: 2%;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    border-bottom: 1px dotted #bbbbbb; }
  #gallery p {
    display: none; }

/************************
    ORDER HISTORY
************************/
.orderhistorydetail {
  margin-bottom: 2em;
  padding: 1em;
  background: #f2f2f2;
  margin-top: 1em; }
  .orderhistorydetail .orderItemRow td {
    padding: 1em; }
    .orderhistorydetail .orderItemRow td .fittinginstructions {
      margin-left: 1em; }

/*********************
FOOTER STYLES
*********************/
#newsletter, #footer {
  text-align: center; }

#newsletter {
  padding: 2em 0;
  background: #d9d9d9; }

#footer {
  box-shadow: 0px -5px 10px 2px rgba(0, 0, 0, 0.3) inset, 0px 5px 10px 2px rgba(0, 0, 0, 0.3) inset;
  background: #0071bc; }
  #footer .nav {
    text-transform: capitalize; }
  #footer #links {
    opacity: 0.9;
    padding: 2em 0; }
    #footer #links h3 {
      border-bottom: 1px solid #0071bc; }
    #footer #links > div {
      padding: 0 1em; }
  #footer #copyright p {
    margin: 0.5em 0; }

/* ================================================ */
/* SLIDESHOWS */
/* ================================================ */
/*.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-perspective: 1000px;
}*/
/* SLICK SLIDER */
.slick-slider {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  max-width: 100%;
  overflow: hidden; }
  .slick-slider .slick-list {
    margin: 0 auto; }
    .slick-slider .slick-list .slick-track .slick-slide {
      position: relative; }
      .slick-slider .slick-list .slick-track .slick-slide img {
        z-index: -1; }
      .slick-slider .slick-list .slick-track .slick-slide .slideshow_caption {
        /*transform: translate3d(0,0,0);*/
        /* -webkit-transform: translate3d(0, 0, 0);*/
        -webkit-backface-visibility: hidden;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 1em;
        position: absolute;
        top: 49.8%;
        left: 49.8%;
        /*-webkit-transform: translate3d(-50.2%, -50.2%, 0);*/
        -webkit-transform: translateX(-50%) translateY(-50%);
        /*-ms-transform: translate3d(-50.2%, -50.2%, 0);*/
        -ms-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        /*correction for IE9*/
        /*transform: translate3d(-50.2%, -50.2%, 0);*/
        transform: translateX(-50%) translateY(-50%);
        width: 70%;
        text-align: center; }
      .slick-slider .slick-list .slick-track .slick-slide .row {
        position: absolute;
        top: 49.8%;
        left: 49.8%;
        /*-webkit-transform: translate3d(-50.2%, -50.2%, 0);*/
        -webkit-transform: translateX(-50%) translateY(-50%);
        /*-ms-transform: translate3d(-50.2%, -50.2%, 0);*/
        -ms-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        /*correction for IE9*/
        /*transform: translate3d(-50.2%, -50.2%, 0);*/
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        width: 70%; }
  .slick-slider > button {
    padding: 0.2em;
    height: auto;
    z-index: 99; }
    .slick-slider > button:before {
      content: "\f104";
      font-family: "'Font Awesome 5 Pro'";
      height: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .slick-slider .slick-prev {
    left: 0%; }
  .slick-slider .slick-next {
    right: 0%; }
    .slick-slider .slick-next:before {
      content: "\f105";
      padding-left: 0.1em; }

/* SLICK SLIDER overwrite for featured product slider*/
.prodresponsive {
  margin-top: 0em;
  margin-bottom: 0; }

/* SLICK SLIDER overwrite for product page slider*/
.productImageSlider {
  margin-top: 0em;
  margin-bottom: 0;
  padding-bottom: 0em; }
  .productImageSlider .slick-dots {
    position: absolute;
    bottom: 0px; }

/* SLICK SLIDER overwrite for HERO*/
#hero .slick-slider .slick-list .slick-track .slick-slide {
  /*img {max-width:inherit; max-height: 350px;}*/ }
  #hero .slick-slider .slick-list .slick-track .slick-slide img {
    height: 320px;
    max-width: none;
    width: auto; }

#hero .slick-slider .slick-prev {
  left: 2%; }
  #hero .slick-slider .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    padding-left: 0em; }

#hero .slick-slider .slick-next {
  right: 2%; }
  #hero .slick-slider .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    padding-left: 0em; }

/* FEATURED PRODUCT SLIDER */
.products.slick-slider .slick-list {
  margin: 0 auto;
  padding: 0;
  width: 75%;
  border: 1px solid #bfbfbf; }
  .products.slick-slider .slick-list .slick-track {
    display: -webkit-flex;
    display: flex; }
    .products.slick-slider .slick-list .slick-track .slick-slide {
      margin: 0 0 0 0px;
      height: auto;
      border: none;
      border-left: 1px solid #bfbfbf; }
      .products.slick-slider .slick-list .slick-track .slick-slide:first-of-type {
        margin-left: 0; }

/* end slick-slider */
#bottomBlocks {
  padding-top: 2em;
  padding-bottom: 2em; }
  #bottomBlocks .slick-slider .slideshow_caption {
    display: none; }

/* end slick-slider */
/*********************
CUSTOMISE colorbox
*********************/
#cboxClose {
  top: 4px; }

#cboxCurrent {
  font-size: 120%;
  line-height: 1.8em;
  margin: 1em auto;
  top: -2em; }

#cboxLoadedContent {
  margin-top: 28px; }

/*************************
STICKY BACK TO TOP
*************************/
.cd-top {
  z-index: 9999;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 10px;
  box-shadow: 0 0 10px rgba(36, 36, 39, 0.05);
  white-space: nowrap;
  background: #242427;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-top i {
    margin: auto;
    line-height: 1.6;
    position: absolute;
    top: 49.8%;
    left: 49.8%;
    /*-webkit-transform: translate3d(-50.2%, -50.2%, 0);*/
    -webkit-transform: translateX(-50%) translateY(-50%);
    /*-ms-transform: translate3d(-50.2%, -50.2%, 0);*/
    -ms-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    /*transform: translate3d(-50.2%, -50.2%, 0);*/
    transform: translateX(-50%) translateY(-50%); }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

/*************************
ERP
*************************/
/* STYLE ALL PRODUCT LISTINGS SITE-WIDE IN ONE SPOT */
.categories li {
  padding: 0.5em; }

.products {
  list-style-type: none;
  padding-left: 0; }
  .products .holdButtons {
    text-align: center; }
    .products .holdButtons button, .products .holdButtons .button {
      display: inline-block; }
  .products li {
    padding: 0;
    border: 1px solid #bfbfbf;
    position: relative; }
    .products li .productDetails {
      padding: 0.5em;
      /*Styles added for RRP*/ }
      .products li .productDetails form {
        clear: both; }
        .products li .productDetails form > input, .products li .productDetails form > p {
          /*display:inline-block;*/ }
          .products li .productDetails form > input.sizeVariant, .products li .productDetails form > p.sizeVariant {
            display: block; }
        .products li .productDetails form > p {
          margin: 0; }
      .products li .productDetails > p > .rrp:after {
        display: block;
        content: "";
        width: 100%;
        height: 0.25em; }

.addcartContainer {
  display: inline; }

/* STYLE ALL PRODUCT DETAIL IN ONE SPOT */
#product .productDetails form.addCart {
  border-bottom: 3px solid #ed1c24;
  padding-bottom: 0.5em;
  margin-bottom: 1em; }

#relatedProducts .products li {
  background: #fff; }

ul#products h4 {
  margin-bottom: 0.25em;
  font-size: 0.8em; }

ul#products .CompressorList {
  font-size: 0.8em;
  margin: 0 auto 1em auto;
  list-style-type: none;
  padding-left: 0; }

/*****************************
Cart + Checkout
****************************/
#checkoutBreadcrumbs {
  list-style: none;
  background-color: #e6e6e6;
  margin: 1em 0;
  padding-left: 0;
  display: block; }
  #checkoutBreadcrumbs li {
    float: left;
    width: 33.3%; }
    #checkoutBreadcrumbs li a {
      padding: 0.25em;
      display: inline-block;
      text-decoration: none;
      line-height: 2.5em; }
      #checkoutBreadcrumbs li a span {
        float: left;
        text-align: center;
        border: 1px solid #bfbfbf;
        margin: 0.25em 0.25em 0 0;
        line-height: 2em;
        display: inline-block;
        background: #e6e6e6;
        width: 2em;
        height: 2em;
        border-radius: 1em;
        text-align: center; }

/*Set body class to change styles*/
/*First - View Cart*/
body.viewcart #checkoutBreadcrumbs {
  width: 100%; }
  body.viewcart #checkoutBreadcrumbs li.first {
    width: 60%; }
    body.viewcart #checkoutBreadcrumbs li.first a span {
      border: 1px solid #0071bc;
      background-color: #0071bc;
      color: #fff; }
  body.viewcart #checkoutBreadcrumbs li.second, body.viewcart #checkoutBreadcrumbs li.third, body.viewcart #checkoutBreadcrumbs li.fourth {
    width: 12.5%; }
    body.viewcart #checkoutBreadcrumbs li.second a, body.viewcart #checkoutBreadcrumbs li.third a, body.viewcart #checkoutBreadcrumbs li.fourth a {
      text-indent: -9998em; }
      body.viewcart #checkoutBreadcrumbs li.second a span, body.viewcart #checkoutBreadcrumbs li.third a span, body.viewcart #checkoutBreadcrumbs li.fourth a span {
        text-indent: 0em; }
  body.viewcart #checkoutBreadcrumbs li.second a:hover,
  body.viewcart #checkoutBreadcrumbs li.third a:hover,
  body.viewcart #checkoutBreadcrumbs li.fourth a:hover {
    cursor: default;
    text-decoration: none; }

/*Second - ID*/
body.identification #checkoutBreadcrumbs li.second a span {
  border: 1px solid #0071bc;
  background-color: #0071bc;
  color: #fff; }

/*Third - Checkout*/
body.checkout #checkoutBreadcrumbs li.third {
  width: 60%; }
  body.checkout #checkoutBreadcrumbs li.third a span {
    border: 1px solid #0071bc;
    background-color: #0071bc;
    color: #fff; }

body.checkout #checkoutBreadcrumbs li.fourth a:hover {
  cursor: default;
  text-decoration: none; }

body.checkout #checkoutBreadcrumbs li.first, body.checkout #checkoutBreadcrumbs li.fourth {
  width: 20%; }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: -9998em; }
    body.checkout #checkoutBreadcrumbs li.first a span, body.checkout #checkoutBreadcrumbs li.fourth a span {
      text-indent: 0em; }

body.checkout #rightcol {
  margin-top: 0px; }

/*fourth - Confirmation*/
body.finalise #checkoutBreadcrumbs li.fourth a span {
  border: 1px solid #0071bc;
  background-color: #0071bc;
  color: #fff; }

.Blocks {
  border: 4px solid #ebebeb;
  margin-bottom: 1em;
  padding: 0.75em; }

table.Blocks {
  width: 100%;
  /*margin-bottom:10px;*/ }

/*********************************
VIEW CART
*********************************/
table.ViewCart td.ViewCart_Price_Left div.ViewCart_Price_Left {
  position: relative;
  text-align: right; }

table.ViewCart td.ViewCart_Price_Left #divPopup {
  position: relative;
  margin: 0px 0px 0px auto;
  padding: 10px 10px 10px 10px;
  height: 60px;
  font-size: 80%;
  line-height: 110%;
  text-transform: none;
  text-align: left; }
  table.ViewCart td.ViewCart_Price_Left #divPopup .suburb {
    color: #222222;
    display: block;
    padding: 5px 10px;
    text-align: left;
    white-space: nowrap; }
    table.ViewCart td.ViewCart_Price_Left #divPopup .suburb:hover {
      background: #000080;
      color: #fff;
      text-decoration: none; }

table.ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good,
table.ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good_Quote {
  background: URL("/wmsimages/freight_good.png") no-repeat; }

table.ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Bad,
table.ViewCart td.ViewCart_Price_Left div.ViewCart_Freight_Bad_Quote {
  background: URL("/wmsimages/freight_bad.responsive.png") no-repeat; }

.greytext {
  color: #3c3c3c; }

/* .Proceed {
        background-color: $color-secondary;
        font-size: 90%;
        text-transform: uppercase;
        text-align: right;
        clear: both;

        a {
            color: $white;
            padding: 20px;
            line-height: 2em;
        }
    }*/
input.addQuantity {
  width: 6%;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 9.5px 0 9.5px 0; }

/******************************************************************
TABLE STYLES
******************************************************************/
/* QUICKCART TABLE */
.quickCart {
  background-color: #fff; }
  .quickCart .productRow td {
    border-bottom: 1px solid #ebebeb;
    padding: 0.25em; }
  .quickCart .productRow td:not(last-of-type) {
    text-align: left; }

/* ALL RESPONSIVE TABLES */
table#tableCart, table.tableResp, table#tableTotals {
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  /* /tbody*/ }
  table#tableCart thead tr, table.tableResp thead tr, table#tableTotals thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  table#tableCart tbody, table.tableResp tbody, table#tableTotals tbody {
    display: block; }
    table#tableCart tbody tr, table.tableResp tbody tr, table#tableTotals tbody tr {
      display: block;
      border-bottom: 2px solid #ebebeb; }
      table#tableCart tbody tr td, table.tableResp tbody tr td, table#tableTotals tbody tr td {
        display: block;
        text-align: right;
        padding: 0.25em 0.5em; }
        table#tableCart tbody tr td:before, table.tableResp tbody tr td:before, table#tableTotals tbody tr td:before {
          content: attr(data-label);
          float: left;
          text-transform: uppercase; }

/* /table */
table#tableTotals tbody tr {
  border-bottom: none; }
  table#tableTotals tbody tr td {
    border: none; }

table#tableTotals tbody tr:not(.calcPostage) td:first-child {
  float: left; }

/**********************************
STEP 2/3 CHECKOUT
**********************************/
body.checkout .respond-form fieldset {
  margin-bottom: 1em; }

p.smMessage {
  font-size: 80%;
  text-transform: uppercase;
  padding: 2%;
  background-color: #ebebeb; }

/*********************************
PROCEED
*********************************/
.proceedCart, #Proceed_PayPal {
  margin-left: 0px;
  background-color: #ed1c24;
  margin-bottom: 40px;
  margin-bottom: 10px;
  padding: 10px; }
  .proceedCart span, #Proceed_PayPal span {
    color: #fff;
    text-transform: uppercase;
    font-size: 70%;
    float: left;
    line-height: 4em; }
  .proceedCart #SubmitCheckout, #Proceed_PayPal #SubmitCheckout {
    margin-top: 9px;
    float: right;
    font-size: 1.7em !important;
    width: 100%; }
  .proceedCart #paymentbutton, #Proceed_PayPal #paymentbutton {
    color: #fff;
    background-color: #0071bc;
    padding: 0 5%;
    text-transform: uppercase;
    height: 45px;
    line-height: 1.5em;
    border: 0;
    float: right;
    opacity: 1; }
    .proceedCart #paymentbutton:hover, #Proceed_PayPal #paymentbutton:hover {
      background-color: #0068ad; }
    .proceedCart #paymentbutton[disabled], #Proceed_PayPal #paymentbutton[disabled] {
      cursor: default;
      opacity: 0.5; }
  .proceedCart #payWayPaymentbutton, #Proceed_PayPal #payWayPaymentbutton {
    color: #fff;
    background-color: #0071bc;
    padding: 0 5%;
    text-transform: uppercase;
    height: 45px;
    line-height: 1.5em;
    border: 0;
    float: right;
    opacity: 1; }
    .proceedCart #payWayPaymentbutton:hover, #Proceed_PayPal #payWayPaymentbutton:hover {
      background-color: #0068ad; }
    .proceedCart #payWayPaymentbutton[disabled], #Proceed_PayPal #payWayPaymentbutton[disabled] {
      opacity: 0.5; }
  .proceedCart .processingPayment, #Proceed_PayPal .processingPayment {
    color: #fff;
    background-color: #0071bc;
    padding: 0 5%;
    text-transform: uppercase;
    height: 45px;
    line-height: 1.5em;
    border: 0;
    float: right;
    opacity: 1;
    padding-top: 10px; }
    .proceedCart .processingPayment:hover, #Proceed_PayPal .processingPayment:hover {
      background-color: #0068ad; }
    .proceedCart .processingPayment[disabled], #Proceed_PayPal .processingPayment[disabled] {
      opacity: 0.5; }

/*********************************
SEARCH PAGE
*********************************/
body.Search #bottomBlocks {
  display: none; }

/*********************************
GOOGLE MAP API
*********************************/
/*Additional css to style map info window*/
.mapWindow {
  padding: 1em 0.5em 0.5em 0.5em; }
  .mapWindow .linkRight {
    padding-left: 1em; }
  .mapWindow #mapLogo {
    float: right; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/ }

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
Also colvers tablets in portrait
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%; }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }
  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }
  .first {
    margin-left: 0; }
  .last {
    float: right; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  .showHide {
    display: none; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row, .fullwidth #leftcol > div > div {
    max-width: 1240px; }
  /*********************
SPRITE
*********************/
  /*********************
HEADER STYLES
*********************/
  .header {
    position: relative; }
    .header .innertube {
      text-align: center; }
      .header .innertube > #topmenu, .header .innertube > form {
        margin-top: 0.5em; }
    .header .topline {
      margin: 0 auto;
      width: 100%;
      /*border-bottom: none;*/ }
      .header .topline .welcomemessage {
        display: inline-block;
        min-height: 10px; }
  /*Set height of parallax on home to be bigger than inner pages */
  body.Default .header {
    height: 400px; }
  .parallax-window {
    height: 400px;
    overflow: hidden; }
  /* Search Panel Styling */
  .searchContainer .searchWrap .searchClose {
    width: 50px;
    padding-right: 3em; }
  /*********************
NAVIGATION STYLES
*********************/
  #mainMenu {
    text-align: left; }
  /*********************
CONTENT STYLES
*********************/
  /* content area all inner pages */
  /* content area home page case studies */
  blockquote:before {
    /*margin-bottom:5em;*/
    float: left; }
  #hero {
    background-position: top center; }
  /*********************
HOME STYLES
*********************/
  /*********************
HOME BLOCK LAYOUT
**********************/
  /* blocks that need spacing*/
  .newsWrap > div, .newsWrap li, .newsWrap .newsBlock {
    width: 48%; }
  /*********************
NEWS LISTING
*********************/
  /*** Home page news block styling **/
  .newsWrap .newsBlock .imgwrap {
    max-height: 178px; }
  /*********************
NEWS DETAIL
*********************/
  body.Newsdescription #newsDetail img {
    float: right;
    padding: 0 0 1em 1em;
    max-width: 50%; }
  /*********************
GALLERY
*********************/
  #gallery li {
    width: 22.5%;
    margin-right: 2%; }
  /*********************
VIDEOS
*********************/
  .videoWrapper {
    margin-left: 0px;
    margin-right: 0px; }
  /*********************
FOOTER STYLES
*********************/
  #newsletter {
    text-align: left; }
  /******************************************************************
FORM STYLES
******************************************************************/
  .smallform {
    width: 85%; }
  #footer > div {
    text-align: left; }
  #footer #copyright .last {
    text-align: right; }
  #footer #links {
    padding: 3em 0; }
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  /*************************
SLICK SLIDER
*************************/
  #hero .slick-slider .slick-list .slick-track .slick-slide img {
    max-width: none;
    width: 100%;
    height: auto;
    max-height: none; }
  /*************************
STOCKISTS
*************************/
  body#body_420 .columnlayout > div .srCompany {
    min-height: 57px; }
  /*************************
ERP
*************************/
  /* FEATURED PRODUCT SLIDER */
  .slick-slider.products {
    margin-bottom: 3em; }
    .slick-slider.products .slick-list {
      width: 94%; }
      .slick-slider.products .slick-list .slick-track .slick-slide {
        min-height: 355px; }
  /* end slick-slider */
  /* STYLE ALL PRODUCT LISTINGS SITE-WIDE IN ONE SPOT */
  .products {
    list-style-type: none;
    padding-left: 0; }
    .products li .productDetails {
      padding-bottom: 138px; }
      .products li .productDetails .holdButtons {
        position: absolute;
        bottom: 0.5em;
        margin-right: 0.5em;
        width: 93%; }
  #product .productDetails .addToWishlist span {
    display: inline; }
  /*Responsive Tabbed Content*/
  #horizontalTab .resp-tabs-list {
    display: block;
    padding: 0 0 0 0; }
    #horizontalTab .resp-tabs-list li {
      width: 33.333%;
      text-align: center;
      display: inline-block;
      padding: 0.2em 2em;
      margin: 0;
      list-style: none;
      cursor: pointer;
      float: left;
      background-color: whitesmoke;
      border-top: 3px solid #f14b52; }
      #horizontalTab .resp-tabs-list li:hover {
        background-color: #f0f0f0; }
      #horizontalTab .resp-tabs-list li.resp-tab-active {
        border-bottom: 1px solid #fff;
        border-top: 3px solid #3c3c3c;
        margin-bottom: -1px !important;
        position: relative;
        background-color: #fff; }
  #horizontalTab .resp-tabs-container {
    border-top: none; }
    #horizontalTab .resp-tabs-container h2.resp-accordion {
      display: none; }
    #horizontalTab .resp-tabs-container .resp-tab-content {
      min-height: 250px; }
      #horizontalTab .resp-tabs-container .resp-tab-content.resp-tab-content-active {
        border-bottom: none; }
  /*End Responsive Tabbed Content*/
  /******************************************************************
TABLE STYLES
******************************************************************/
  /* RESPONSIVE TABLES */
  table.tableFixed {
    table-layout: fixed; }
  table#tableCart, table.tableResp, table#tableTotals {
    display: table; }
    table#tableCart thead tr, table.tableResp thead tr, table#tableTotals thead tr {
      position: relative;
      top: 0;
      left: 0; }
      table#tableCart thead tr td, table#tableCart thead tr th, table.tableResp thead tr td, table.tableResp thead tr th, table#tableTotals thead tr td, table#tableTotals thead tr th {
        padding: 0.25em;
        background-color: #ebebeb; }
    table#tableCart tbody, table.tableResp tbody, table#tableTotals tbody {
      display: table-row-group; }
      table#tableCart tbody tr, table.tableResp tbody tr, table#tableTotals tbody tr {
        display: table-row;
        border-bottom: none; }
        table#tableCart tbody tr td, table.tableResp tbody tr td, table#tableTotals tbody tr td {
          display: table-cell;
          text-align: left;
          border-bottom: 1px solid #ebebeb;
          /* Add this class to td's that need to avoid text-wrap */
          /* Hide mobile headings */ }
          table#tableCart tbody tr td.Stretch, table.tableResp tbody tr td.Stretch, table#tableTotals tbody tr td.Stretch {
            word-wrap: break-word; }
          table#tableCart tbody tr td.noStretch, table.tableResp tbody tr td.noStretch, table#tableTotals tbody tr td.noStretch {
            white-space: nowrap; }
          table#tableCart tbody tr td:before, table.tableResp tbody tr td:before, table#tableTotals tbody tr td:before {
            display: none; }
          table#tableCart tbody tr td.text-right, table.tableResp tbody tr td.text-right, table#tableTotals tbody tr td.text-right {
            text-align: right; }
          table#tableCart tbody tr td.text-center, table.tableResp tbody tr td.text-center, table#tableTotals tbody tr td.text-center {
            text-align: center; }
  table#tableTotals tbody tr td {
    border: none; }
    table#tableTotals tbody tr td:first-child {
      border-right: 4px solid #ebebeb; }
    table#tableTotals tbody tr td:last-child {
      width: 10%; }
  table#tableTotals tbody tr:not(.calcPostage) td:first-child {
    float: none; }
  /**********************************
Cart + Checkout
**********************************/
  body.viewcart #checkoutBreadcrumbs li a {
    font-size: 100%;
    text-indent: 0em !important; }
  body.viewcart #checkoutBreadcrumbs li.first {
    width: 40%; }
  body.viewcart #checkoutBreadcrumbs li.second, body.viewcart #checkoutBreadcrumbs li.third, body.viewcart #checkoutBreadcrumbs li.fourth {
    width: 20%; }
  body.checkout #checkoutBreadcrumbs li a {
    font-size: 100%; }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: 0em; }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: 0em; }
  #checkoutBreadcrumbs li {
    width: 33% !important; }
  .ViewCart td.ViewCart_Price_Left #divPopup {
    color: #222222;
    font-weight: normal;
    margin: 10px 0px 0px auto;
    padding: 10px 30px 10px 10px;
    position: absolute;
    right: 150px;
    text-align: left;
    width: 240px;
    height: 60px;
    text-transform: none;
    font-size: 100%; }
    .ViewCart td.ViewCart_Price_Left #divPopup #postcodeSearchInput {
      float: left;
      margin-right: 10px; }
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good,
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good_Quote {
    background: URL("/wmsimages/freight_good.png") no-repeat; }
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Bad,
  .ViewCart td.ViewCart_Price_Left div.ViewCart_Freight_Bad_Quote {
    background: URL("/wmsimages/freight_bad.png") no-repeat; }
  .ViewCart .freight {
    display: table-cell; }
  .Proceed {
    font-size: 150%; }
  body.checkout #rightcol.last {
    float: none;
    width: 100%;
    margin-left: 0; }
  body.checkout #holdLeft.first {
    float: none;
    width: 100%; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Admin Tablet & Small Desktop Stylesheet

Here's where I've put the Admin stuff cause I'm not sure what to do with it just yet.
Keeping it clean and seperate from the new stuff.

******************************************************************/
  /* ============================= */
  /* ! Admin MENU   */
  /* ============================= */
  .adminmenucontainer {
    width: 100%;
    background-color: #eeeeee; }
  .adminmenu {
    width: 100%; }
  .adminmenurow {
    text-align: center;
    height: 24px; }
  .adminrootheading {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    font-weight: bold;
    font-size: 13px; }
  .adminrootitem {
    text-align: center;
    background-color: #eeeeee;
    color: #000000;
    text-decoration: none;
    width: 14.28%;
    text-indent: 30px; }
  a.adminrootmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px; }
  .adminsubmenu {
    line-height: 14px;
    width: 180px;
    display: none;
    position: absolute;
    background-color: #eeeeee;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
    z-index: 1000; }
  .adminmenuitem {
    height: 24px;
    padding: 3px; }
  a.adminmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    text-indent: 10px; }
  body.admcaptcha_edit #leftcol {
    width: 100%; }
  body.admcaptcha_edit #leftcol .block, body.admcaptcha_edit #rightcol {
    display: none; }
  body.admhome #topblocks {
    display: none; }
  /* ============================= */
  /* ! MAIN MENU   */
  /* ============================= */
  body.admindex .header div.menu, body.admhome .header div.menu, body.admnewsection .header div.menu {
    position: relative !important; }
  body.admindex .header, body.admhome .header, body.admnewsection .header {
    z-index: 777 !important; }
  body.admindex .header #logo, body.admhome .header #logo, body.admnewsection .header #logo {
    position: relative;
    float: left !important; }
  body.admindex,
  body.admhome,
  body.admnewsection {
    /* end .topmenu */ }
    body.admindex .header, body.admindex .header .parallax-window, body.admindex .header .topBlock,
    body.admhome .header,
    body.admhome .header .parallax-window,
    body.admhome .header .topBlock,
    body.admnewsection .header,
    body.admnewsection .header .parallax-window,
    body.admnewsection .header .topBlock {
      /*height:auto;
		overflow: visible;*/ }
    body.admindex .topMenu .nav > li,
    body.admhome .topMenu .nav > li,
    body.admnewsection .topMenu .nav > li {
      padding: 0 0.5em;
      /*turn some of the main nav items ON for admin*/ }
      body.admindex .topMenu .nav > li > a,
      body.admhome .topMenu .nav > li > a,
      body.admnewsection .topMenu .nav > li > a {
        font-size: 1em; }
      body.admindex .topMenu .nav > li:first-child, body.admindex .topMenu .nav > li:nth-child(5), body.admindex .topMenu .nav > li:nth-child(6), body.admindex .topMenu .nav > li:nth-child(7),
      body.admhome .topMenu .nav > li:first-child,
      body.admhome .topMenu .nav > li:nth-child(5),
      body.admhome .topMenu .nav > li:nth-child(6),
      body.admhome .topMenu .nav > li:nth-child(7),
      body.admnewsection .topMenu .nav > li:first-child,
      body.admnewsection .topMenu .nav > li:nth-child(5),
      body.admnewsection .topMenu .nav > li:nth-child(6),
      body.admnewsection .topMenu .nav > li:nth-child(7) {
        display: inline-block; }
      body.admindex .topMenu .nav > li:first-child > a,
      body.admhome .topMenu .nav > li:first-child > a,
      body.admnewsection .topMenu .nav > li:first-child > a {
        display: inline-block; }
    body.admindex.fullwidth #leftcol > div,
    body.admhome.fullwidth #leftcol > div,
    body.admnewsection.fullwidth #leftcol > div {
      position: relative;
      display: block; }
  /*********************
HOME BLOCK LAYOUT
**********************/
  /* Needed to lay home blocks out in admin interface and overwrite some of the styling*/
  .columnlayout div.admin_content_block, div.admin_content_block > div {
    width: 96% !important;
    margin: 0 auto; }
  div.admin_content_block div {
    margin: 0px auto;
    padding: 0 0 0 0;
    background: #fff;
    border: none; }
  body.admindex .columnlayout > div {
    width: 100%; }
  body.admhome #imageslider, body.admhome #hero, body.admhome #bottomblocks {
    display: none; }
  /* ============================= */
  /* ! Admin CKEDITOR  */
  /* ============================= */
  .cke_button__kook_templates, .cke_button__kook_forms, .cke_button__kook_slideshows, .cke_button__kook_embed, .cke_button__kook_products, .cke_button__kook_templates_label, .cke_button__kook_forms_label, .cke_button__kook_slideshows_label, .cke_button__kook_embed_label, .cke_button__kook_products_label {
    display: inline !important; }
  .cke_button__kook_templates_icon, .cke_button__kook_forms_icon, .cke_button__kook_slideshows_icon, .cke_button__kook_embed_icon, .cke_button__kook_products_icon {
    display: none !important; }
  .cke_editable {
    line-height: normal !important; }
  body.cke_editable {
    background-color: #fff;
    line-height: normal !important; }
  /*********************
Captcha
**********************/
  #grdCaptcha td {
    padding: 0.25em 0.5em;
    word-wrap: break-word; }
  /* ============================= */
  /* ! Admin DRAG DROP SITEMAP  */
  /* ============================= */
  #sitemap {
    width: 90%; }
    #sitemap ul, #sitemap ol {
      list-style: none; }
      #sitemap ul li > div, #sitemap ol li > div {
        background-color: #f2f2f2;
        border: 1px solid #e6e6e6;
        padding: 0.5em;
        margin-bottom: 0.5em;
        position: relative;
        cursor: move; }
      #sitemap ul li.dragging:hover > div, #sitemap ol li.dragging:hover > div {
        background-color: #cccccc;
        border: 1px solid #bfbfbf; }
      #sitemap ul li.active:hover, #sitemap ol li.active:hover {
        background-color: #fff;
        border: 1px dashed #0071bc; }
  #sitemap .placeholder {
    outline: 1px dashed #4183C4;
    /*-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin: -1px;*/ }
  .notification {
    color: #555;
    border-radius: 10px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    padding: 10px 10px 10px 36px;
    margin: 10px;
    background: #e9ffd9 url("/images/success.png") no-repeat 10px 50%;
    border: 1px solid #a6ca8a; }
  #sitemap .dropzone {
    height: 6px;
    background-color: #fff;
    border-bottom: 4px solid #fff; }
  .HideAdminField {
    display: none; } }

/*
TABLET ONLY (PORTRAIT) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet (Portrait) 

******************************************************************/ }

/*
TABLET ONLY (LANDSCAPE) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Tablet & small Desktop Landscape

 

******************************************************************/ }

/*
TABLET & SMALLER LAPTOPS LANDSCAPE
Tablets in landscape view and upwards, display the desktop menu
*/
@media only screen and (min-width: 1024px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet Landscape

Needed to change the menu styling from mobile to desktop

******************************************************************/
  #hero .slideshow_caption .h1, .clearHeader #searchToggle a {
    font-size: 1.2em; }
  h2, .h2, #product .price {
    font-size: 1.6em; }
  #mainMenu .nav > li > a, #searchToggle a {
    font-size: 0.9em; }
  .Home #topBlocks i {
    font-size: 3em; }
  #topMenu .nav > li > a {
    font-weight: 500; }
  .hideOnDesktop {
    display: none !important; }
  .hideOnMobile {
    display: inline-block !important; }
  /*************************
Colours
*************************/
  .white, #topMenu .nav li a:hover, .clearHeader #cart .CTAs a, .clearHeader #cart .CTAs a:hover {
    color: #fff; }
  .primary, #cart .CTAs a, #cart .cartContainer a:hover, .clearHeader #topMenu .nav > li > a.activerootmenulink, .clearHeader #topMenu .nav > li > a:hover {
    color: #0071bc; }
  .secondary {
    color: #ed1c24; }
  .tertiary, #cart .cartContainer a, .darkHeader #searchToggle a {
    color: #289ee8; }
  .black, .clearHeader #topMenu .nav > li > a, .clearHeader #searchToggle a {
    color: #222222; }
  .clearHeader #cart .CTAs a:hover {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }
  /*********************
HEADER STYLES
*********************/
  .header {
    padding: 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: auto; }
    .header ul#searchToggle, .header ul.nav {
      display: inline-block; }
  .header .topline .welcomemessage {
    display: block; }
  .header .topline #cart > a {
    padding: 0em 0.25em 0.75em 0.25em;
    text-align: center;
    line-height: 1;
    display: inline-block; }
  .header .topline #cart {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-height: 100%; }
    .header .topline #cart .cartContainer .CTAs a {
      padding: 0.5em;
      vertical-align: middle;
      justify-content: center;
      align-items: center;
      z-index: 99; }
      .header .topline #cart .cartContainer .CTAs a span {
        display: inline; }
    .header .topline #cart div.top-mini-content {
      left: auto;
      width: 550px; }
  .header .topline.clearHeader {
    position: relative;
    padding: 0em;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header .topline.clearHeader.topline #searchToggle {
      position: relative;
      top: 0;
      left: 0;
      display: inline-block; }
    .header .topline.clearHeader .innertube {
      height: auto;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: absolute;
      top: 49.8%;
      left: 49.8%;
      /*-webkit-transform: translate3d(-50.2%, -50.2%, 0);*/
      -webkit-transform: translateX(-50%) translateY(-50%);
      /*-ms-transform: translate3d(-50.2%, -50.2%, 0);*/
      -ms-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      /*correction for IE9*/
      /*transform: translate3d(-50.2%, -50.2%, 0);*/
      transform: translateX(-50%) translateY(-50%);
      margin: 0 auto;
      width: 80%; }
    .header .topline.clearHeader #cart {
      background-color: #0071bc;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#289ee8), to(#0071bc));
      background-image: -webkit-linear-gradient(top, #289ee8, #0071bc);
      background-image: -moz-linear-gradient(top, #289ee8, #0071bc);
      background-image: -o-linear-gradient(top, #289ee8, #0071bc);
      background-image: linear-gradient(to bottom, #289ee8, #0071bc); }
      .header .topline.clearHeader #cart .cartContainer {
        padding: 0.25em; }
      .header .topline.clearHeader #cart .phone {
        display: block; }
      .header .topline.clearHeader #cart:after {
        content: '';
        height: 100%;
        position: absolute;
        left: -40px;
        top: 0;
        width: 180px;
        display: block;
        background-color: #0071bc;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#289ee8), to(#0071bc));
        background-image: -webkit-linear-gradient(top, #289ee8, #0071bc);
        background-image: -moz-linear-gradient(top, #289ee8, #0071bc);
        background-image: -o-linear-gradient(top, #289ee8, #0071bc);
        background-image: linear-gradient(to bottom, #289ee8, #0071bc);
        transform: skew(-30deg);
        z-index: 0; }
    .header .topline.clearHeader .logoContainer {
      position: relative;
      left: 1em;
      /* padding: 0.5em;*/
      top: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: auto;
      display: inline-block; }
  .header .topline.topline.darkHeader {
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header .topline.topline.darkHeader.topline #searchToggle {
      position: relative;
      top: 0;
      left: 0;
      display: inline-block; }
    .header .topline.topline.darkHeader .logoContainer {
      position: relative;
      left: 1em; }
      .header .topline.topline.darkHeader .logoContainer #logo {
        display: block;
        width: 110px;
        height: 55px;
        background-size: 110px 55px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .header .topline.topline.darkHeader nav {
      display: none; }
    .header .topline.topline.darkHeader .innertube > form {
      margin-top: 0; }
    .header .topline.topline.darkHeader #cart {
      background: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header .topline.topline.darkHeader #cart .CTAs a {
        display: inline-block; }
      .header .topline.topline.darkHeader #cart .cartContainer .CTAs a span, .header .topline.topline.darkHeader #cart .phone {
        display: none; }
      .header .topline.topline.darkHeader #cart .cartContainer {
        padding: 0em; }
    .header .topline.topline.darkHeader .innertube {
      height: auto;
      width: 80%;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: absolute;
      top: 49.8%;
      left: 49.8%;
      /*-webkit-transform: translate3d(-50.2%, -50.2%, 0);*/
      -webkit-transform: translateX(-50%) translateY(-50%);
      /*-ms-transform: translate3d(-50.2%, -50.2%, 0);*/
      -ms-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      /*correction for IE9*/
      /*transform: translate3d(-50.2%, -50.2%, 0);*/
      transform: translateX(-50%) translateY(-50%); }
  /*********************
NAVIGATION STYLES
*********************/
  .header .innertube nav#topMenu {
    display: block;
    /*turn some of the main nav items OFF for public*/ }
    .header .innertube nav#topMenu .nav > li > a {
      padding: 0.25em 0.5em; }
    .header .innertube nav#topMenu .nav > li:first-child {
      /*display:none;*/ }
  #mainMenu {
    text-align: center; }
    #mainMenu .nav {
      margin-top: 0;
      /*top: initial;*/
      top: 0; }
      #mainMenu .nav > li > a {
        padding: 0.7em 0.65em; }
        #mainMenu .nav > li > a:hover, #mainMenu .nav > li > a:focus {
          background: #fff;
          color: #005266; }
      #mainMenu .nav > li > a.allCategories {
        display: none; }
      #mainMenu .nav > li > a.focusme {
        background: #fff;
        color: #005266; }
  #topMenu, #mainMenu {
    /* end .nav */
    /* active state on home - not sure where else to put this for now*/ }
    #topMenu a.toggleMenu, #mainMenu a.toggleMenu {
      display: none; }
    #topMenu .nav, #mainMenu .nav {
      position: relative;
      width: auto;
      border: 0;
      top: 0;
      /* end .menu ul li */ }
      #topMenu .nav > li, #mainMenu .nav > li {
        display: inline-block; }
      #topMenu .nav li, #mainMenu .nav li {
        position: relative;
        /* highlight current page */
        /*
			plan your menus and drop-downs wisely.
			*/
        /* showing sub-menus */ }
        #topMenu .nav li a, #mainMenu .nav li a {
          background: none;
          border-bottom: none;
          /*&.parent:after {
					content: "\f078";
					font-family: FontAwesome;
					display: block;
					float: right;
					padding-left: 0.3em;
					font-size: small;			
				}*/ }
          #topMenu .nav li a.parent:before, #mainMenu .nav li a.parent:before {
            display: none; }
          #topMenu .nav li a:after, #mainMenu .nav li a:after {
            content: '';
            position: absolute;
            display: block;
            width: 0;
            height: 2px;
            left: 0;
            bottom: 0;
            right: auto;
            width: 0;
            z-index: 999;
            background-color: #fff;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
          #topMenu .nav li a:hover:after, #topMenu .nav li a.activerootmenulink:after, #mainMenu .nav li a:hover:after, #mainMenu .nav li a.activerootmenulink:after {
            right: 0;
            left: auto;
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
        #topMenu .nav li a.activerootmenulink, #mainMenu .nav li a.activerootmenulink {
          color: #fff; }
        #topMenu .nav li ul,
        #topMenu .nav li ul.sub-menu,
        #topMenu .nav li ul.children, #mainMenu .nav li ul,
        #mainMenu .nav li ul.sub-menu,
        #mainMenu .nav li ul.children {
          position: absolute;
          z-index: 9999;
          left: -9999px;
          border-top: 2px solid #0071bc; }
          #topMenu .nav li ul li,
          #topMenu .nav li ul.sub-menu li,
          #topMenu .nav li ul.children li, #mainMenu .nav li ul li,
          #mainMenu .nav li ul.sub-menu li,
          #mainMenu .nav li ul.children li {
            /*
					if you need to go deeper, go nuts
					just remember deeper menus suck
					for usability.
					*/ }
            #topMenu .nav li ul li a,
            #topMenu .nav li ul.sub-menu li a,
            #topMenu .nav li ul.children li a, #mainMenu .nav li ul li a,
            #mainMenu .nav li ul.sub-menu li a,
            #mainMenu .nav li ul.children li a {
              padding: 0.5em 0.5em;
              display: block;
              width: 200px;
              border-top: none;
              border-radius: 0;
              margin-right: 0; }
              #topMenu .nav li ul li a:hover, #topMenu .nav li ul li a:focus,
              #topMenu .nav li ul.sub-menu li a:hover,
              #topMenu .nav li ul.sub-menu li a:focus,
              #topMenu .nav li ul.children li a:hover,
              #topMenu .nav li ul.children li a:focus, #mainMenu .nav li ul li a:hover, #mainMenu .nav li ul li a:focus,
              #mainMenu .nav li ul.sub-menu li a:hover,
              #mainMenu .nav li ul.sub-menu li a:focus,
              #mainMenu .nav li ul.children li a:hover,
              #mainMenu .nav li ul.children li a:focus {
                border-top: none; }
            #topMenu .nav li ul li ul,
            #topMenu .nav li ul.sub-menu li ul,
            #topMenu .nav li ul.children li ul, #mainMenu .nav li ul li ul,
            #mainMenu .nav li ul.sub-menu li ul,
            #mainMenu .nav li ul.children li ul {
              border-top: none; }
    #topMenu .clearHeader #topMenu .nav li a:after, #mainMenu .clearHeader #topMenu .nav li a:after {
      background-color: #0071bc; }
    #topMenu .nav > li.hover > ul, #mainMenu .nav > li.hover > ul {
      left: 0; }
    #topMenu .nav li li ul, #mainMenu .nav li li ul {
      left: -9999px;
      z-index: 99;
      position: absolute; }
    #topMenu .nav li li.hover ul, #mainMenu .nav li li.hover ul {
      left: 100%;
      top: 0;
      z-index: 99;
      position: absolute; }
  /* end .topMenu */
  /*********************
HOME STYLES
*********************/
  .Home #topBlocksWrap {
    transform: skew(-20deg);
    max-width: 95%;
    position: relative;
    display: block;
    margin: 0 auto; }
    .Home #topBlocksWrap #topBlocks {
      position: absolute;
      top: 49.8%;
      left: 49.8%;
      /*-webkit-transform: translate3d(-50.2%, -50.2%, 0);*/
      -webkit-transform: translateX(-50%) translateY(-50%);
      /*-ms-transform: translate3d(-50.2%, -50.2%, 0);*/
      -ms-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      /*correction for IE9*/
      /*transform: translate3d(-50.2%, -50.2%, 0);*/
      transform: translateX(-50%) translateY(-50%);
      width: 80%;
      max-width: 100%;
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.8);
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      .Home #topBlocksWrap #topBlocks .block {
        width: 100%;
        border: none;
        height: 100%;
        margin: 0;
        text-align: center;
        padding: 1em;
        margin-bottom: 0; }
        .Home #topBlocksWrap #topBlocks .block > div {
          transform: skew(20deg);
          margin-left: -1em; }
        .Home #topBlocksWrap #topBlocks .block:hover {
          background: #0071bc;
          transform: skew(0deg);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2) inset, 0px 0px 10px 2px rgba(0, 0, 0, 0.2) inset; }
          .Home #topBlocksWrap #topBlocks .block:hover > div {
            transform: skew(20deg); }
  .Home #content {
    margin-top: 4em; }
  /*********************
    CONTENT STYLES
**********************/
  #content {
    position: relative; }
  body:not(.Home) #leftcol {
    min-height: 300px; }
  .fullwidth #leftcol > div .threecol.last {
    border-left: 1px solid #222222; }
  .fullwidth #leftcol > div .threecol.first {
    border-right: 1px solid #222222; }
  /******************************************************************
FORM STYLES
******************************************************************/
  .smallform {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  /*********************
BLOCK LAYOUT
**********************/
  .columnlayout, ul#products, #categorydetails ul, #relatedProducts ul, .newsWrap {
    /*Top row needs border adding seperatley to prevent double borders*/ }
    .columnlayout > div, .columnlayout > li, .columnlayout .newsBlock, ul#products > div, ul#products > li, ul#products .newsBlock, #categorydetails ul > div, #categorydetails ul > li, #categorydetails ul .newsBlock, #relatedProducts ul > div, #relatedProducts ul > li, #relatedProducts ul .newsBlock, .newsWrap > div, .newsWrap > li, .newsWrap .newsBlock {
      width: 32.5%;
      /*margin-bottom: 1em;*/ }
    .columnlayout > div, .columnlayout > li, ul#products > div, ul#products > li, #categorydetails ul > div, #categorydetails ul > li, #relatedProducts ul > div, #relatedProducts ul > li, .newsWrap > div, .newsWrap > li {
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      /*&:hover{
           cursor: pointer;
           background: $color-tertiary;
           @include transition(all 0.2s ease-in-out);
           a{color: $white;
             @include transition(all 0.2s ease-in-out);
           }
        }*/ }
    .columnlayout > div:nth-child(3), .columnlayout > li:nth-child(3), ul#products > div:nth-child(3), ul#products > li:nth-child(3), #categorydetails ul > div:nth-child(3), #categorydetails ul > li:nth-child(3), #relatedProducts ul > div:nth-child(3), #relatedProducts ul > li:nth-child(3), .newsWrap > div:nth-child(3), .newsWrap > li:nth-child(3) {
      border-top: 1px solid #bfbfbf; }
  ul.confidence > div, ul.confidence li {
    width: 20%; }
  ul.confidence2 > div, ul.confidence2 li {
    width: 16%; }
  /*********************
NEWS LISTING
*********************/
  /*** Home page news block styling **/
  .newsWrap .newsBlock .imgwrap {
    max-height: 235px; }
  /*********************************
BOTTOM BLOCKS
*********************************/
  /*********************************
FOOTER STYLES
*********************************/
  /* SLICK SLIDER */
  .slick-slider .slick-list .slick-track .slick-slide .slideshow_caption .slideDescription {
    transform: translate3d(0, 0, 0);
    display: block; }
  /* SLICK SLIDER overwrite for HERO*/
  #hero .slick-slider .slick-list .slick-track .slick-slide .slideshow_caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50.2%, 0);
    -ms-transform: translate3d(0, -50.2%, 0);
    -ms-transform: translateX(0%) translateY(-50%);
    /*correction*/
    transform: translate3d(0, -50.2%, 0);
    left: 10%;
    width: 40%;
    max-width: 600px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.6); }
  /*************************
STICKY BACK TO TOP
*************************/
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 40px; }
  /*************************
ERP
*************************/
  body.checkout #rightcol.last {
    float: right;
    width: 31.491712705%;
    margin-left: 2.762430939%; }
  body.checkout #holdLeft.first {
    float: left;
    width: 65.74585634900001%; }
  /*****************************
Cart + Checkout
****************************/
  #checkoutBreadcrumbs {
    margin: 2.5em 0 1em 0; } }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/ }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/ }

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  h1, .h1 {
    font-size: 2.5em; }
  h2, .h2, #product .price {
    font-size: 1.8em; }
  #mainMenu .nav > li > a {
    font-size: 1em; }
  #hero {
    max-height: 60vh;
    overflow: hidden; }
  #hero .slick-slider .button {
    font-size: 1.2em; }
  #hero .slideshow_caption .h1 {
    font-size: 2.5em; } }
  @media only screen and (min-width: 1240px) and (min-width: 1400px) {
    #hero .slideshow_caption .h1 {
      font-size: 3em; } }

@media only screen and (min-width: 1240px) {
  #hero .slideshow_caption .h2 {
    font-size: 2em; } }
  @media only screen and (min-width: 1240px) and (min-width: 1400px) {
    #hero .slideshow_caption .h2 {
      font-size: 2.5em; } }

@media only screen and (min-width: 1240px) {
  /*********************
SPRITE
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row {
    /*padding: 2em 0 2em 0;*/ }
  /*********************
HEADER STYLES
*********************/
  /* Search Panel Styling */
  .searchContainer .searchWrap {
    padding: 2em 1em; }
    .searchContainer .searchWrap form {
      width: 100%; }
    .searchContainer .searchWrap .searchClose {
      margin-right: 3em; }
  /*********************
NAVIGATION STYLES
*********************/
  #mainMenu {
    /*turn some of the main nav items OFF for public*/ }
    #mainMenu .nav > li > a {
      padding: 0.7em 0.45em; } }
    @media only screen and (min-width: 1240px) and (min-width: 1400px) {
      #mainMenu .nav > li > a {
        padding: 0.7em 0.65em; } }

@media only screen and (min-width: 1240px) {
  /*********************
CONTENT STYLES
*********************/
  /*********************
BLOCK LAYOUT
**********************/
  .columnlayout, ul#products, #categorydetails ul, #relatedProducts ul {
    /*Top row needs border adding seperatley to prevent double borders*/ }
    .columnlayout > div, .columnlayout > li, ul#products > div, ul#products > li, #categorydetails ul > div, #categorydetails ul > li, #relatedProducts ul > div, #relatedProducts ul > li {
      /*width: 25%;*/ }
    .columnlayout > div:nth-child(4), .columnlayout > li:nth-child(4), ul#products > div:nth-child(4), ul#products > li:nth-child(4), #categorydetails ul > div:nth-child(4), #categorydetails ul > li:nth-child(4), #relatedProducts ul > div:nth-child(4), #relatedProducts ul > li:nth-child(4) {
      /*border-top: 1px solid darken($white, 25%);*/ }
  /*********************
NEWS LISTING
*********************/
  /*** Home page news block styling **/
  .newsWrap .newsBlock .imgwrap {
    max-height: 265px; }
  /*********************
FOOTER STYLES
*********************/
  #newsletter > div .holdCenter {
    width: 70%;
    padding: 2em 1em; }
  #newsletter .first .circle .circleshape {
    width: 170px;
    height: 170px; } }
  @media only screen and (min-width: 1240px) and (min-width: 1400px) {
    #newsletter .first .circle .circleshape {
      width: 150px;
      height: 150px; } }

@media only screen and (min-width: 1240px) {
  #newsletter .first .circle > div {
    width: 150px; }
  /*************************
ERP
*************************/
  /* FEATURED PRODUCT SLIDER */
  .slick-slider.products .slick-list {
    width: 100%; }
    .slick-slider.products .slick-list .slick-track .slick-slide {
      min-height: 349.67px; }
  /* end slick-slider */
  /*LEFT BLOCK*/
  #leftblock {
    display: block; }
    #leftblock h3 {
      display: none; }
    #leftblock .icon {
      position: absolute;
      right: 1532px;
      bottom: 0;
      width: 500px;
      height: 500px;
      opacity: 0.4; } }

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  #logo {
    background: transparent url("../images/logo_2x.png") no-repeat center top;
    display: block;
    width: 200px;
    height: 100px;
    background-size: 200px 100px; } }

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  /*
UNIVERSAL STYLING
Apply the universal selector (*) to remove background colors and shadowing and reset the default font color to black. 
Saves ink and expedites the printing process, it is important to consider how logos and branding elements will appear in grayscale.
*/
  * {
    background: transparent !important;
    color: #555555 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    /*
	If you wish to maintain background colors or images, you can effectively “force” the browser to do so.
	Handy when you want to turn a web page into a PDF file.
	*/
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
  /*
TYPOGRAPHY
*/
  body {
    font-size: 12pt; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  a, a:visited {
    color: #222222 !important;
    text-decoration: underline; }
  a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  /*
GENERAL CONTENT STYLING
*/
  h2, h3, tr, img, pre, blockquote, ul {
    page-break-inside: avoid; }
  pre, blockquote {
    border: 1px solid #555555; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  body, article, section {
    width: 100% !important;
    margin: 0;
    padding: 0; }
  #leftcol {
    min-width: 786px !important; }
  @page {
    margin: 0.5cm;
    size: A3; }
  /* ============================== */
  /* ! Turn OFF none-printable items  */
  /* ============================== */
  .hide,
  #hero,
  #rightcol,
  nav,
  .parallax-slider,
  #userblocks,
  .CaseStudy,
  #imageslider,
  #breadcrumbs {
    display: none; }
  /* ============================== */
  /* ! Turn ON printable items  */
  /* ============================== */ }

@media print {
  .printable {
    display: block; } }

/*IE 10 and 11 */
@media screen\0 {
  /******************************************************************
Site Name: 
Author: Kook

Stylesheet: IE Stylesheet

So instead of using the respond.js file to add media query support
to IE, we're going to use SASS to create an easily readable css file.
Here, we import all the styles the standard stylesheet gets, only
without the media queries. No need to worry about editing anything!

******************************************************************/
  /*
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't 
understand (what's inside the media queries). We also need to
import the mixins file so SASS can understand the variables.
*/
  /* import mixins */
  /******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
  /*********************
CLEARFIXIN'
*********************/
  .cf {
    zoom: 1; }
    .cf:before, .cf:after {
      content: "";
      display: table; }
    .cf:after {
      clear: both; }
  /*********************
TOOLS
*********************/
  .image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  /*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
  /* dblue */
  /* red*/
  /* lblue*/
  /*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
  /*********************
TYPOGRAPHY
*********************/
  /*The following is needed for Adobe Typekit fonts - comment out if not using*/
  /*hide fonts whilst loading*/
  .wf-loading {
    visibility: hidden; }
  /*show fonts once they've loaded*/
  .wf-active {
    visibility: visible; }
  /*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
  span.amp {
    font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
    font-style: italic; }
  .text-left {
    text-align: left; }
  .text-center {
    text-align: center; }
  .text-right {
    text-align: right; }
  /*%alert {
	padding: 0.25em 0.5em;;
	border: 1px solid;
}

.alert-help, .quickCartFreeFreight > p {
	@extend %alert;
	border-color: darken($alert-yellow, 5%);
	color: darken($alert-yellow, 20%);
	background: lighten($alert-yellow, 25%);
}

.alert-info {
	@extend %alert;
	border-color: darken($alert-blue, 5%);
	color: darken($alert-blue, 20%);
	background: $alert-blue;
}

.alert-error {
	@extend %alert;
	border-color: darken($alert-red, 10%);
	color: darken($alert-red, 25%);
	background: lighten($alert-red, 25%);
}

.alert-success {
	@extend %alert;
	border-color: darken($alert-green, 10%);
	color: darken($alert-green, 25%);
	background: $alert-green;
}*/
  /*********************
TRANSITION
*********************/
  /*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
  /*********************
Border Radius
*********************/
  /*
USAGE: @include border-radius($small-border-radius);
*/
  /*********************
Align Center
*********************/
  /*
USAGE: 
@include center(); 
@include center(true, false);
@include center(false, true); 
*/
  /**********************************************
FLEX - Centering
********************************************/
  /*
USAGE: 
@include flexCenter(); 
@include flexCenter(true, false);
@include flexCenter(false, true); 
*/
  /******************************
BOX SHADOW
*******************************/
  /*
USAGE: 
@include box-shadow(0, 1px, 2px, rgba(0, 0, 0, 0.2));
*/
  /***************************
IMG HOVER ZOOM
***************************/
  /*
USAGE: @include transform(scale3d());
*/
  .imgwrap {
    position: relative;
    text-align: center;
    margin: 0;
    overflow: hidden; }
    .imgwrap img {
      max-width: 99.9%;
      vertical-align: middle;
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
      .imgwrap img:hover {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -ms-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1); }
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
  /* @include css-gradient(#dfdfdf,#f8f8f8); */
  /*********************
BOX SIZING
*********************/
  /* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
  /* @include box-sizing(border-box); */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /********************************************
MIXIN CREATED FOR WHEN YOU NEED A BREAKPOINT
********************************************/
  /*
USAGE: @include bp(baby-screen) {
    width: 100%;
  }
*/
  /******************
CIRCLES
******************/
  /*
USAGE: @include circle(inline-block, 30em, $white);
*/
  /*
USAGE: @include fixedCircle(inline-block, 1em, $white);
*/
  /*********************
BUTTONS
*********************/
  .button, button:not(.slick-arrow):not(#cboxClose):not(#search), input.button, input.addCart, .nextLink {
    padding: 0.5em;
    margin: 0 1em 0.25em 1em;
    display: inline-block;
    min-height: 39px;
    text-decoration: none;
    cursor: pointer;
    background: #289ee8;
    position: relative;
    border: 0px solid #289ee8;
    transition: all 0.2s ease-in-out; }
    .button:hover, button:not(.slick-arrow):not(#cboxClose):not(#search):hover, input.button:hover, input.addCart:hover, .nextLink:hover {
      background: #0071bc;
      border: 0px solid #0071bc;
      transition: all 0.2s ease-in-out; }
  .button:not(.slick-arrow):not(.tertiary):not(.secondary):before, button:not(.slick-arrow):not(.tertiary):not(#cboxClose):before {
    content: '';
    height: 100%;
    background: #289ee8;
    width: 30px;
    display: block;
    position: absolute;
    transform: skew(-20deg);
    left: -10px;
    top: 0;
    z-index: -1;
    transition: all 0.2s ease-in-out; }
  .button:not(.slick-arrow):not(.tertiary):not(.secondary):after, button:not(.slick-arrow):not(.tertiary):not(#cboxClose):after {
    content: '';
    height: 100%;
    background: #289ee8;
    width: 30px;
    display: block;
    position: absolute;
    transform: skew(-20deg);
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.2s ease-in-out; }
  .button:not(.slick-arrow):not(.tertiary):not(.secondary):hover:before, .button:not(.slick-arrow):not(.tertiary):not(.secondary):hover:after, button:not(.slick-arrow):not(.tertiary):not(#cboxClose):hover:before, button:not(.slick-arrow):not(.tertiary):not(#cboxClose):hover:after {
    background: #0071bc;
    transition: all 0.2s ease-in-out; }
  a.button.secondary, .button.secondary, input.secondary, button#AddToCartButton {
    background: #ed1c24; }
    a.button.secondary:hover, a.button.secondary:focus, a.button.secondary:active, .button.secondary:hover, .button.secondary:focus, .button.secondary:active, input.secondary:hover, input.secondary:focus, input.secondary:active, button#AddToCartButton:hover, button#AddToCartButton:focus, button#AddToCartButton:active {
      background: #c61017;
      color: #fff; }
    a.button.secondary:before, .button.secondary:before, input.secondary:before, button#AddToCartButton:before {
      content: '';
      height: 100%;
      background: #ed1c24;
      width: 30px;
      display: block;
      position: absolute;
      transform: skew(-20deg);
      left: -10px;
      top: 0;
      z-index: -1;
      transition: all 0.2s ease-in-out; }
    a.button.secondary:after, .button.secondary:after, input.secondary:after, button#AddToCartButton:after {
      content: '';
      height: 100%;
      background: #ed1c24;
      width: 30px;
      display: block;
      position: absolute;
      transform: skew(-20deg);
      right: -10px;
      bottom: 0;
      z-index: -1;
      transition: all 0.2s ease-in-out; }
    a.button.secondary:hover:before, a.button.secondary:hover:after, .button.secondary:hover:before, .button.secondary:hover:after, input.secondary:hover:before, input.secondary:hover:after, button#AddToCartButton:hover:before, button#AddToCartButton:hover:after {
      background: #c61017;
      transition: all 0.2s ease-in-out; }
  .primary, input.primary {
    background: #0071bc;
    border: none; }
    .primary:hover, .primary:focus, .primary:active, input.primary:hover, input.primary:focus, input.primary:active {
      background: #005289;
      color: #fff; }
  .primary.added, input.primary.added {
    opacity: 0.6; }
  .tertiary, input.tertiary {
    background: transparent; }
    .tertiary:hover, .tertiary:focus, .tertiary:active, input.tertiary:hover, input.tertiary:focus, input.tertiary:active {
      background: transparent;
      color: #0071bc; }
  .slick-slider button.slick-arrow {
    /* prev and next controls */
    border-color: #959595;
    background: #fff;
    opacity: 1; }
    .slick-slider button.slick-arrow:hover {
      border-color: #ed1c24;
      background: #fff;
      opacity: 1; }
  #hero .slick-slider button.slick-arrow {
    /* prev and next controls */
    background: transparent;
    opacity: 1;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
    #hero .slick-slider button.slick-arrow:hover {
      background: transparent;
      opacity: 1; }
  .quickCartButton {
    text-align: center; }
    .quickCartButton .button {
      width: 48%;
      text-align: center; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%; }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }
  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }
  .first {
    margin-left: 0; }
  .last {
    float: right; }
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  .showHide {
    display: none; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row, .fullwidth #leftcol > div > div {
    max-width: 1240px; }
  /*********************
SPRITE
*********************/
  /*********************
HEADER STYLES
*********************/
  .header {
    position: relative; }
    .header .innertube {
      text-align: center; }
      .header .innertube > #topmenu, .header .innertube > form {
        margin-top: 0.5em; }
    .header .topline {
      margin: 0 auto;
      width: 100%;
      /*border-bottom: none;*/ }
      .header .topline .welcomemessage {
        display: inline-block;
        min-height: 10px; }
  /*Set height of parallax on home to be bigger than inner pages */
  body.Default .header {
    height: 400px; }
  .parallax-window {
    height: 400px;
    overflow: hidden; }
  /* Search Panel Styling */
  .searchContainer .searchWrap .searchClose {
    width: 50px;
    padding-right: 3em; }
  /*********************
NAVIGATION STYLES
*********************/
  #mainMenu {
    text-align: left; }
  /*********************
CONTENT STYLES
*********************/
  /* content area all inner pages */
  /* content area home page case studies */
  blockquote:before {
    /*margin-bottom:5em;*/
    float: left; }
  #hero {
    background-position: top center; }
  /*********************
HOME STYLES
*********************/
  /*********************
HOME BLOCK LAYOUT
**********************/
  /* blocks that need spacing*/
  .newsWrap > div, .newsWrap li, .newsWrap .newsBlock {
    width: 48%; }
  /*********************
NEWS LISTING
*********************/
  /*** Home page news block styling **/
  .newsWrap .newsBlock .imgwrap {
    max-height: 178px; }
  /*********************
NEWS DETAIL
*********************/
  body.Newsdescription #newsDetail img {
    float: right;
    padding: 0 0 1em 1em;
    max-width: 50%; }
  /*********************
GALLERY
*********************/
  #gallery li {
    width: 22.5%;
    margin-right: 2%; }
  /*********************
VIDEOS
*********************/
  .videoWrapper {
    margin-left: 0px;
    margin-right: 0px; }
  /*********************
FOOTER STYLES
*********************/
  #newsletter {
    text-align: left; }
  /******************************************************************
FORM STYLES
******************************************************************/
  .smallform {
    width: 85%; }
  #footer > div {
    text-align: left; }
  #footer #copyright .last {
    text-align: right; }
  #footer #links {
    padding: 3em 0; }
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  /*************************
SLICK SLIDER
*************************/
  #hero .slick-slider .slick-list .slick-track .slick-slide img {
    max-width: none;
    width: 100%;
    height: auto;
    max-height: none; }
  /*************************
STOCKISTS
*************************/
  body#body_420 .columnlayout > div .srCompany {
    min-height: 57px; }
  /*************************
ERP
*************************/
  /* FEATURED PRODUCT SLIDER */
  .slick-slider.products {
    margin-bottom: 3em; }
    .slick-slider.products .slick-list {
      width: 94%; }
      .slick-slider.products .slick-list .slick-track .slick-slide {
        min-height: 355px; }
  /* end slick-slider */
  /* STYLE ALL PRODUCT LISTINGS SITE-WIDE IN ONE SPOT */
  .products {
    list-style-type: none;
    padding-left: 0; }
    .products li .productDetails {
      padding-bottom: 138px; }
      .products li .productDetails .holdButtons {
        position: absolute;
        bottom: 0.5em;
        margin-right: 0.5em;
        width: 93%; }
  #product .productDetails .addToWishlist span {
    display: inline; }
  /*Responsive Tabbed Content*/
  #horizontalTab .resp-tabs-list {
    display: block;
    padding: 0 0 0 0; }
    #horizontalTab .resp-tabs-list li {
      width: 33.333%;
      text-align: center;
      display: inline-block;
      padding: 0.2em 2em;
      margin: 0;
      list-style: none;
      cursor: pointer;
      float: left;
      background-color: whitesmoke;
      border-top: 3px solid #f14b52; }
      #horizontalTab .resp-tabs-list li:hover {
        background-color: #f0f0f0; }
      #horizontalTab .resp-tabs-list li.resp-tab-active {
        border-bottom: 1px solid #fff;
        border-top: 3px solid #3c3c3c;
        margin-bottom: -1px !important;
        position: relative;
        background-color: #fff; }
  #horizontalTab .resp-tabs-container {
    border-top: none; }
    #horizontalTab .resp-tabs-container h2.resp-accordion {
      display: none; }
    #horizontalTab .resp-tabs-container .resp-tab-content {
      min-height: 250px; }
      #horizontalTab .resp-tabs-container .resp-tab-content.resp-tab-content-active {
        border-bottom: none; }
  /*End Responsive Tabbed Content*/
  /******************************************************************
TABLE STYLES
******************************************************************/
  /* RESPONSIVE TABLES */
  table.tableFixed {
    table-layout: fixed; }
  table#tableCart, table.tableResp, table#tableTotals {
    display: table; }
    table#tableCart thead tr, table.tableResp thead tr, table#tableTotals thead tr {
      position: relative;
      top: 0;
      left: 0; }
      table#tableCart thead tr td, table#tableCart thead tr th, table.tableResp thead tr td, table.tableResp thead tr th, table#tableTotals thead tr td, table#tableTotals thead tr th {
        padding: 0.25em;
        background-color: #ebebeb; }
    table#tableCart tbody, table.tableResp tbody, table#tableTotals tbody {
      display: table-row-group; }
      table#tableCart tbody tr, table.tableResp tbody tr, table#tableTotals tbody tr {
        display: table-row;
        border-bottom: none; }
        table#tableCart tbody tr td, table.tableResp tbody tr td, table#tableTotals tbody tr td {
          display: table-cell;
          text-align: left;
          border-bottom: 1px solid #ebebeb;
          /* Add this class to td's that need to avoid text-wrap */
          /* Hide mobile headings */ }
          table#tableCart tbody tr td.Stretch, table.tableResp tbody tr td.Stretch, table#tableTotals tbody tr td.Stretch {
            word-wrap: break-word; }
          table#tableCart tbody tr td.noStretch, table.tableResp tbody tr td.noStretch, table#tableTotals tbody tr td.noStretch {
            white-space: nowrap; }
          table#tableCart tbody tr td:before, table.tableResp tbody tr td:before, table#tableTotals tbody tr td:before {
            display: none; }
          table#tableCart tbody tr td.text-right, table.tableResp tbody tr td.text-right, table#tableTotals tbody tr td.text-right {
            text-align: right; }
          table#tableCart tbody tr td.text-center, table.tableResp tbody tr td.text-center, table#tableTotals tbody tr td.text-center {
            text-align: center; }
  table#tableTotals tbody tr td {
    border: none; }
    table#tableTotals tbody tr td:first-child {
      border-right: 4px solid #ebebeb; }
    table#tableTotals tbody tr td:last-child {
      width: 10%; }
  table#tableTotals tbody tr:not(.calcPostage) td:first-child {
    float: none; }
  /**********************************
Cart + Checkout
**********************************/
  body.viewcart #checkoutBreadcrumbs li a {
    font-size: 100%;
    text-indent: 0em !important; }
  body.viewcart #checkoutBreadcrumbs li.first {
    width: 40%; }
  body.viewcart #checkoutBreadcrumbs li.second, body.viewcart #checkoutBreadcrumbs li.third, body.viewcart #checkoutBreadcrumbs li.fourth {
    width: 20%; }
  body.checkout #checkoutBreadcrumbs li a {
    font-size: 100%; }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: 0em; }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: 0em; }
  #checkoutBreadcrumbs li {
    width: 33% !important; }
  .ViewCart td.ViewCart_Price_Left #divPopup {
    color: #222222;
    font-weight: normal;
    margin: 10px 0px 0px auto;
    padding: 10px 30px 10px 10px;
    position: absolute;
    right: 150px;
    text-align: left;
    width: 240px;
    height: 60px;
    text-transform: none;
    font-size: 100%; }
    .ViewCart td.ViewCart_Price_Left #divPopup #postcodeSearchInput {
      float: left;
      margin-right: 10px; }
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good,
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good_Quote {
    background: URL("/wmsimages/freight_good.png") no-repeat; }
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Bad,
  .ViewCart td.ViewCart_Price_Left div.ViewCart_Freight_Bad_Quote {
    background: URL("/wmsimages/freight_bad.png") no-repeat; }
  .ViewCart .freight {
    display: table-cell; }
  .Proceed {
    font-size: 150%; }
  body.checkout #rightcol.last {
    float: none;
    width: 100%;
    margin-left: 0; }
  body.checkout #holdLeft.first {
    float: none;
    width: 100%; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet Landscape

Needed to change the menu styling from mobile to desktop

******************************************************************/
  #hero .slideshow_caption .h1, .clearHeader #searchToggle a {
    font-size: 1.2em; }
  h2, .h2, #product .price {
    font-size: 1.6em; }
  #mainMenu .nav > li > a, #searchToggle a {
    font-size: 0.9em; }
  .Home #topBlocks i {
    font-size: 3em; }
  #topMenu .nav > li > a {
    font-weight: 500; }
  .hideOnDesktop {
    display: none !important; }
  .hideOnMobile {
    display: inline-block !important; }
  /*************************
Colours
*************************/
  .white, #topMenu .nav li a:hover, .clearHeader #cart .CTAs a, .clearHeader #cart .CTAs a:hover {
    color: #fff; }
  .primary, #cart .CTAs a, #cart .cartContainer a:hover, .clearHeader #topMenu .nav > li > a.activerootmenulink, .clearHeader #topMenu .nav > li > a:hover {
    color: #0071bc; }
  .secondary {
    color: #ed1c24; }
  .tertiary, #cart .cartContainer a, .darkHeader #searchToggle a {
    color: #289ee8; }
  .black, .clearHeader #topMenu .nav > li > a, .clearHeader #searchToggle a {
    color: #222222; }
  .clearHeader #cart .CTAs a:hover {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }
  /*********************
HEADER STYLES
*********************/
  .header {
    padding: 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: auto; }
    .header ul#searchToggle, .header ul.nav {
      display: inline-block; }
  .header .topline .welcomemessage {
    display: block; }
  .header .topline #cart > a {
    padding: 0em 0.25em 0.75em 0.25em;
    text-align: center;
    line-height: 1;
    display: inline-block; }
  .header .topline #cart {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-height: 100%; }
    .header .topline #cart .cartContainer .CTAs a {
      padding: 0.5em;
      vertical-align: middle;
      justify-content: center;
      align-items: center;
      z-index: 99; }
      .header .topline #cart .cartContainer .CTAs a span {
        display: inline; }
    .header .topline #cart div.top-mini-content {
      left: auto;
      width: 550px; }
  .header .topline.clearHeader {
    position: relative;
    padding: 0em;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header .topline.clearHeader.topline #searchToggle {
      position: relative;
      top: 0;
      left: 0;
      display: inline-block; }
    .header .topline.clearHeader .innertube {
      height: auto;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: absolute;
      top: 49.8%;
      left: 49.8%;
      /*-webkit-transform: translate3d(-50.2%, -50.2%, 0);*/
      -webkit-transform: translateX(-50%) translateY(-50%);
      /*-ms-transform: translate3d(-50.2%, -50.2%, 0);*/
      -ms-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      /*correction for IE9*/
      /*transform: translate3d(-50.2%, -50.2%, 0);*/
      transform: translateX(-50%) translateY(-50%);
      margin: 0 auto;
      width: 80%; }
    .header .topline.clearHeader #cart {
      background-color: #0071bc;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#289ee8), to(#0071bc));
      background-image: -webkit-linear-gradient(top, #289ee8, #0071bc);
      background-image: -moz-linear-gradient(top, #289ee8, #0071bc);
      background-image: -o-linear-gradient(top, #289ee8, #0071bc);
      background-image: linear-gradient(to bottom, #289ee8, #0071bc); }
      .header .topline.clearHeader #cart .cartContainer {
        padding: 0.25em; }
      .header .topline.clearHeader #cart .phone {
        display: block; }
      .header .topline.clearHeader #cart:after {
        content: '';
        height: 100%;
        position: absolute;
        left: -40px;
        top: 0;
        width: 180px;
        display: block;
        background-color: #0071bc;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#289ee8), to(#0071bc));
        background-image: -webkit-linear-gradient(top, #289ee8, #0071bc);
        background-image: -moz-linear-gradient(top, #289ee8, #0071bc);
        background-image: -o-linear-gradient(top, #289ee8, #0071bc);
        background-image: linear-gradient(to bottom, #289ee8, #0071bc);
        transform: skew(-30deg);
        z-index: 0; }
    .header .topline.clearHeader .logoContainer {
      position: relative;
      left: 1em;
      /* padding: 0.5em;*/
      top: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: auto;
      display: inline-block; }
  .header .topline.topline.darkHeader {
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header .topline.topline.darkHeader.topline #searchToggle {
      position: relative;
      top: 0;
      left: 0;
      display: inline-block; }
    .header .topline.topline.darkHeader .logoContainer {
      position: relative;
      left: 1em; }
      .header .topline.topline.darkHeader .logoContainer #logo {
        display: block;
        width: 110px;
        height: 55px;
        background-size: 110px 55px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .header .topline.topline.darkHeader nav {
      display: none; }
    .header .topline.topline.darkHeader .innertube > form {
      margin-top: 0; }
    .header .topline.topline.darkHeader #cart {
      background: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header .topline.topline.darkHeader #cart .CTAs a {
        display: inline-block; }
      .header .topline.topline.darkHeader #cart .cartContainer .CTAs a span, .header .topline.topline.darkHeader #cart .phone {
        display: none; }
      .header .topline.topline.darkHeader #cart .cartContainer {
        padding: 0em; }
    .header .topline.topline.darkHeader .innertube {
      height: auto;
      width: 80%;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: absolute;
      top: 49.8%;
      left: 49.8%;
      /*-webkit-transform: translate3d(-50.2%, -50.2%, 0);*/
      -webkit-transform: translateX(-50%) translateY(-50%);
      /*-ms-transform: translate3d(-50.2%, -50.2%, 0);*/
      -ms-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      /*correction for IE9*/
      /*transform: translate3d(-50.2%, -50.2%, 0);*/
      transform: translateX(-50%) translateY(-50%); }
  /*********************
NAVIGATION STYLES
*********************/
  .header .innertube nav#topMenu {
    display: block;
    /*turn some of the main nav items OFF for public*/ }
    .header .innertube nav#topMenu .nav > li > a {
      padding: 0.25em 0.5em; }
    .header .innertube nav#topMenu .nav > li:first-child {
      /*display:none;*/ }
  #mainMenu {
    text-align: center; }
    #mainMenu .nav {
      margin-top: 0;
      /*top: initial;*/
      top: 0; }
      #mainMenu .nav > li > a {
        padding: 0.7em 0.65em; }
        #mainMenu .nav > li > a:hover, #mainMenu .nav > li > a:focus {
          background: #fff;
          color: #005266; }
      #mainMenu .nav > li > a.allCategories {
        display: none; }
      #mainMenu .nav > li > a.focusme {
        background: #fff;
        color: #005266; }
  #topMenu, #mainMenu {
    /* end .nav */
    /* active state on home - not sure where else to put this for now*/ }
    #topMenu a.toggleMenu, #mainMenu a.toggleMenu {
      display: none; }
    #topMenu .nav, #mainMenu .nav {
      position: relative;
      width: auto;
      border: 0;
      top: 0;
      /* end .menu ul li */ }
      #topMenu .nav > li, #mainMenu .nav > li {
        display: inline-block; }
      #topMenu .nav li, #mainMenu .nav li {
        position: relative;
        /* highlight current page */
        /*
			plan your menus and drop-downs wisely.
			*/
        /* showing sub-menus */ }
        #topMenu .nav li a, #mainMenu .nav li a {
          background: none;
          border-bottom: none;
          /*&.parent:after {
					content: "\f078";
					font-family: FontAwesome;
					display: block;
					float: right;
					padding-left: 0.3em;
					font-size: small;			
				}*/ }
          #topMenu .nav li a.parent:before, #mainMenu .nav li a.parent:before {
            display: none; }
          #topMenu .nav li a:after, #mainMenu .nav li a:after {
            content: '';
            position: absolute;
            display: block;
            width: 0;
            height: 2px;
            left: 0;
            bottom: 0;
            right: auto;
            width: 0;
            z-index: 999;
            background-color: #fff;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
          #topMenu .nav li a:hover:after, #topMenu .nav li a.activerootmenulink:after, #mainMenu .nav li a:hover:after, #mainMenu .nav li a.activerootmenulink:after {
            right: 0;
            left: auto;
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
        #topMenu .nav li a.activerootmenulink, #mainMenu .nav li a.activerootmenulink {
          color: #fff; }
        #topMenu .nav li ul,
        #topMenu .nav li ul.sub-menu,
        #topMenu .nav li ul.children, #mainMenu .nav li ul,
        #mainMenu .nav li ul.sub-menu,
        #mainMenu .nav li ul.children {
          position: absolute;
          z-index: 9999;
          left: -9999px;
          border-top: 2px solid #0071bc; }
          #topMenu .nav li ul li,
          #topMenu .nav li ul.sub-menu li,
          #topMenu .nav li ul.children li, #mainMenu .nav li ul li,
          #mainMenu .nav li ul.sub-menu li,
          #mainMenu .nav li ul.children li {
            /*
					if you need to go deeper, go nuts
					just remember deeper menus suck
					for usability.
					*/ }
            #topMenu .nav li ul li a,
            #topMenu .nav li ul.sub-menu li a,
            #topMenu .nav li ul.children li a, #mainMenu .nav li ul li a,
            #mainMenu .nav li ul.sub-menu li a,
            #mainMenu .nav li ul.children li a {
              padding: 0.5em 0.5em;
              display: block;
              width: 200px;
              border-top: none;
              border-radius: 0;
              margin-right: 0; }
              #topMenu .nav li ul li a:hover, #topMenu .nav li ul li a:focus,
              #topMenu .nav li ul.sub-menu li a:hover,
              #topMenu .nav li ul.sub-menu li a:focus,
              #topMenu .nav li ul.children li a:hover,
              #topMenu .nav li ul.children li a:focus, #mainMenu .nav li ul li a:hover, #mainMenu .nav li ul li a:focus,
              #mainMenu .nav li ul.sub-menu li a:hover,
              #mainMenu .nav li ul.sub-menu li a:focus,
              #mainMenu .nav li ul.children li a:hover,
              #mainMenu .nav li ul.children li a:focus {
                border-top: none; }
            #topMenu .nav li ul li ul,
            #topMenu .nav li ul.sub-menu li ul,
            #topMenu .nav li ul.children li ul, #mainMenu .nav li ul li ul,
            #mainMenu .nav li ul.sub-menu li ul,
            #mainMenu .nav li ul.children li ul {
              border-top: none; }
    #topMenu .clearHeader #topMenu .nav li a:after, #mainMenu .clearHeader #topMenu .nav li a:after {
      background-color: #0071bc; }
    #topMenu .nav > li.hover > ul, #mainMenu .nav > li.hover > ul {
      left: 0; }
    #topMenu .nav li li ul, #mainMenu .nav li li ul {
      left: -9999px;
      z-index: 99;
      position: absolute; }
    #topMenu .nav li li.hover ul, #mainMenu .nav li li.hover ul {
      left: 100%;
      top: 0;
      z-index: 99;
      position: absolute; }
  /* end .topMenu */
  /*********************
HOME STYLES
*********************/
  .Home #topBlocksWrap {
    transform: skew(-20deg);
    max-width: 95%;
    position: relative;
    display: block;
    margin: 0 auto; }
    .Home #topBlocksWrap #topBlocks {
      position: absolute;
      top: 49.8%;
      left: 49.8%;
      /*-webkit-transform: translate3d(-50.2%, -50.2%, 0);*/
      -webkit-transform: translateX(-50%) translateY(-50%);
      /*-ms-transform: translate3d(-50.2%, -50.2%, 0);*/
      -ms-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      /*correction for IE9*/
      /*transform: translate3d(-50.2%, -50.2%, 0);*/
      transform: translateX(-50%) translateY(-50%);
      width: 80%;
      max-width: 100%;
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.8);
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      .Home #topBlocksWrap #topBlocks .block {
        width: 100%;
        border: none;
        height: 100%;
        margin: 0;
        text-align: center;
        padding: 1em;
        margin-bottom: 0; }
        .Home #topBlocksWrap #topBlocks .block > div {
          transform: skew(20deg);
          margin-left: -1em; }
        .Home #topBlocksWrap #topBlocks .block:hover {
          background: #0071bc;
          transform: skew(0deg);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2) inset, 0px 0px 10px 2px rgba(0, 0, 0, 0.2) inset; }
          .Home #topBlocksWrap #topBlocks .block:hover > div {
            transform: skew(20deg); }
  .Home #content {
    margin-top: 4em; }
  /*********************
    CONTENT STYLES
**********************/
  #content {
    position: relative; }
  body:not(.Home) #leftcol {
    min-height: 300px; }
  .fullwidth #leftcol > div .threecol.last {
    border-left: 1px solid #222222; }
  .fullwidth #leftcol > div .threecol.first {
    border-right: 1px solid #222222; }
  /******************************************************************
FORM STYLES
******************************************************************/
  .smallform {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  /*********************
BLOCK LAYOUT
**********************/
  .columnlayout, ul#products, #categorydetails ul, #relatedProducts ul, .newsWrap {
    /*Top row needs border adding seperatley to prevent double borders*/ }
    .columnlayout > div, .columnlayout > li, .columnlayout .newsBlock, ul#products > div, ul#products > li, ul#products .newsBlock, #categorydetails ul > div, #categorydetails ul > li, #categorydetails ul .newsBlock, #relatedProducts ul > div, #relatedProducts ul > li, #relatedProducts ul .newsBlock, .newsWrap > div, .newsWrap > li, .newsWrap .newsBlock {
      width: 32.5%;
      /*margin-bottom: 1em;*/ }
    .columnlayout > div, .columnlayout > li, ul#products > div, ul#products > li, #categorydetails ul > div, #categorydetails ul > li, #relatedProducts ul > div, #relatedProducts ul > li, .newsWrap > div, .newsWrap > li {
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      /*&:hover{
           cursor: pointer;
           background: $color-tertiary;
           @include transition(all 0.2s ease-in-out);
           a{color: $white;
             @include transition(all 0.2s ease-in-out);
           }
        }*/ }
    .columnlayout > div:nth-child(3), .columnlayout > li:nth-child(3), ul#products > div:nth-child(3), ul#products > li:nth-child(3), #categorydetails ul > div:nth-child(3), #categorydetails ul > li:nth-child(3), #relatedProducts ul > div:nth-child(3), #relatedProducts ul > li:nth-child(3), .newsWrap > div:nth-child(3), .newsWrap > li:nth-child(3) {
      border-top: 1px solid #bfbfbf; }
  ul.confidence > div, ul.confidence li {
    width: 20%; }
  ul.confidence2 > div, ul.confidence2 li {
    width: 16%; }
  /*********************
NEWS LISTING
*********************/
  /*** Home page news block styling **/
  .newsWrap .newsBlock .imgwrap {
    max-height: 235px; }
  /*********************************
BOTTOM BLOCKS
*********************************/
  /*********************************
FOOTER STYLES
*********************************/
  /* SLICK SLIDER */
  .slick-slider .slick-list .slick-track .slick-slide .slideshow_caption .slideDescription {
    transform: translate3d(0, 0, 0);
    display: block; }
  /* SLICK SLIDER overwrite for HERO*/
  #hero .slick-slider .slick-list .slick-track .slick-slide .slideshow_caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50.2%, 0);
    -ms-transform: translate3d(0, -50.2%, 0);
    -ms-transform: translateX(0%) translateY(-50%);
    /*correction*/
    transform: translate3d(0, -50.2%, 0);
    left: 10%;
    width: 40%;
    max-width: 600px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.6); }
  /*************************
STICKY BACK TO TOP
*************************/
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 40px; }
  /*************************
ERP
*************************/
  body.checkout #rightcol.last {
    float: right;
    width: 31.491712705%;
    margin-left: 2.762430939%; }
  body.checkout #holdLeft.first {
    float: left;
    width: 65.74585634900001%; }
  /*****************************
Cart + Checkout
****************************/
  #checkoutBreadcrumbs {
    margin: 2.5em 0 1em 0; }
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  /* 
you can call the larger styles if you want, but there's really no need 
*/
  /******************************************************************
ADDITIONAL IE FIXES
These fixes are now ONLY seen by IE, so you don't have to worry
about using prefixes, although it's best practice. For more info
on using Modernizr classes, check out this link:
http://www.modernizr.com/docs/
******************************************************************/
  /* IE 8 and below Target every third home services div to remove right padding - adjascent slibling selectors*/
  /*target every 4th*/
  .columnlayout div + div + div + div,
  .columnlayout div + div + div + div + div + div + div + div,
  .columnlayout div + div + div + div + div + div + div + div + div + div + div + div {
    margin-right: 0%;
    border-right: none; }
  /*target every other*/
  .columnlayout div + div + div + div + div,
  .columnlayout div + div + div + div + div + div + div + div + div
.columnlayout div + div + div + div + div + div + div + div + div + div + div + div + div {
    margin-right: 2%; }
  .Home #topBlocksWrap {
    height: 110px !important; }
  .os-animation {
    opacity: 1 !important; } }

/*# sourceMappingURL=style.css.map */
