/* compiled by scssphp v0.0.12 on Mon, 17 Feb 2025 13:59:06 +1300 (1.3233s) */

/* All core SCSS documents combined using import */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* --------------------------------------------------- 
TEMPLATE.CORE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Background */
/* Spacing */
/* Main body */
/* --------------------------------------------------- 
TEMPLATE.RESPONSIVE.SCSS contains responsive design styles
to effect the design layout based on screen resolution
--------------------------------------------------- */
/* --------------------------------------------------- 
PRINT.CSS contains print only styles to effect the 
design layout for print
--------------------------------------------------- */
html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /**
 * Remove default margin.
 */
}
body {
  margin: 0;
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
}
audio, canvas, progress, video {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
}
audio:not([controls]) {
  display: none;
  height: 0;
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
}
[hidden], template {
  display: none;
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
}
a {
  background-color: transparent;
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
}
a:active, a:hover {
  outline: 0;
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
}
b, strong {
  font-weight: bold;
  /**
 * Address styling not present in Safari and Chrome.
 */
}
dfn {
  font-style: italic;
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  /**
 * Address styling not present in IE 8/9.
 */
}
mark {
  background: #ff0;
  color: #000;
  /**
 * Address inconsistent and variable font size in all browsers.
 */
}
small {
  font-size: 80%;
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
}
img {
  border: 0;
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
}
svg:not(:root) {
  overflow: hidden;
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
}
figure {
  margin: 1em 40px;
  /**
 * Address differences between Firefox and other browsers.
 */
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  /**
 * Contain overflow in all browsers.
 */
}
pre {
  overflow: auto;
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
  /* Forms
   ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
}
button, input, optgroup, select, textarea {
  /* 1 */
  color: inherit;
  /* 2 */
  font: inherit;
  /* 3 */
  margin: 0;
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
}
button {
  overflow: visible;
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
}
button, select {
  text-transform: none;
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
  /**
 * Re-set default cursor for disabled elements.
 */
}
button[disabled], html input[disabled] {
  cursor: default;
  /**
 * Remove inner padding and border in Firefox 4+.
 */
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
}
input {
  line-height: normal;
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
}
input[type="checkbox"], input[type="radio"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
}
input[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /**
 * Define consistent border, margin, and padding.
 */
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
}
legend {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
}
textarea {
  overflow: auto;
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
}
optgroup {
  font-weight: bold;
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
.wf-loading {
  visibility: hidden;
}
.material-icons {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
.wf-active .material-icons {
  visibility: visible;
  /* Main body */
}
html, body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #000;
  clear: both;
  margin: 0 auto;
}
body {
  visibility: hidden;
}
.wf-active body {
  visibility: visible;
  /* Default links */
}
a {
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.backgroundimage-content a {
  color: #fff;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #000;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a img {
  border: none;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover {
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.backlink:hover {
  /* Default headers */
}
h1, h2 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
article h1, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 26px;
  line-height: 1.2;
  padding: 10px 0 22px 0;
}
h2 {
  font-size: 22px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h3 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h4, article h1 {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
  /* Backgrounds */
}
.background.light {
  background-color: #f9f9f9;
}
.background.dark {
  color: #fff;
  background-color: #204659;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background.parallax {
  color: #fff;
  min-height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}
.backgroundimage-content {
  color: #fff;
  /* Borders */
}
.border, .divider, hr {
  border: solid #e1e1e1 0px;
}
.border.full {
  border-width: 1px;
}
.border.top {
  border-top-width: 1px;
}
.border.left {
  border-left-width: 1px;
}
.border.right {
  border-right-width: 1px;
}
.border.bottom {
  border-bottom-width: 1px;
  /* Standard clearer */
}
.clearer {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
  /* Standard divider */
}
.divider, hr {
  background: none;
  clear: both;
  font-size: 0;
  line-height: 20px;
  height: 20px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  border-top-width: 1px;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
  /* Text size */
}
.tiny {
  font-size: 80%;
}
.small {
  font-size: 90%;
}
.small-center {
  font-size: 90%;
  text-align: center;
  font-style: italic;
}
.large {
  font-size: 110%;
}
.center {
  text-align: center;
  /* Align divs center */
}
.align.center {
  text-align: center;
}
.align.right {
  text-align: right;
}
.align.center-vert {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.align.center-horz {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.align.center-horz.center-vert, .align.center-vert.center-horz {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* list element */
}
ul {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  left: 5px;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 35px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
  /* Other default elements */
}
acronym {
  border: none;
}
p {
  padding-top: 0;
  margin-top: 0;
  /* Hide elements that only work with javascript */
}
.js-show {
  display: none;
  /* Hide/show element that should only show on mobile */
}
.show-on-mobile {
  display: none;
  /* Legacy gaps to space elements */
}
.gap1 {
  float: left;
  width: 10px;
}
.gap2 {
  float: left;
  width: 4px;
}
.gap3 {
  float: left;
  width: 30px;
  /* Embedded */
}
embed, object, iframe, .map-holder {
  max-width: 100%;
  width: 100%;
  /* Images default */
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  /* Image holders to hold images to the left or right */
}
.img-left {
  float: left;
  margin-right: 15px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-right {
  clear: right;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-left-small {
  float: left;
  margin-right: 15px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-right-small {
  clear: right;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-main, .img-center {
  text-align: center;
  margin-bottom: 6px;
}
.img-left img, .img-right img, .img-left-small img, .img-right-small img, .img-main img, .img-center img {
  vertical-align: middle;
}
img.lazy {
  display: none;
  /* Random images */
}
.random-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
  pointer-events: none;
  /* Standard page elements for laying out the main content of a website. */
}
#container1 {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
#container2 {
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 100%;
  max-width: 1080px;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
  /* Header */
}
#container-header {
  background-color: #204659;
}
#container-header.random-image {
  background-color: transparent;
}
#header {
  height: 100px;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  padding-left: 25px;
  max-width: 260px;
}
#header #logo img {
  vertical-align: middle;
  /* Mobile quick call */
}
#header #mobile-link {
  display: none;
}
#header #mobile-link a {
  color: #fff;
}
#header #mobile-link h4 {
  display: inline-block;
  /* Top navigation */
}
#top-nav {
  float: right;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding-right: 20px;
}
#top-nav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#top-nav ul li {
  float: left;
  display: inline-block;
  line-height: 22px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
}
#top-nav ul li:before {
  display: none;
}
#top-nav ul ul.sub-nav {
  position: relative;
  display: none;
  z-index: 950;
  /* Search */
}
#header #search {
  float: right;
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-right: 20px;
}
#header #search .search-off {
  color: #000;
  font-style: italic;
}
#header #search #search-box-input {
  width: 200px;
}
#header #search #search-button {
  margin-left: 6px;
  /* Main navigation */
}
#navigation {
  height: 40px;
  line-height: 40px;
  color: #fff;
}
#mobile-navigation {
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 40px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation li > a {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
#navigation .material-icons {
  line-height: 40px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #fff;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul .drop > a strong, #navigation > ul .drop > a b, #navigation > ul .drop > a:hover strong, #navigation > ul .drop > a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  /*font-size:0;*/
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  color: #fff;
  background: none;
  padding: 12px 13px;
  background-color: #204659;
  border-bottom: solid #204659 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #000;
  border-radius: 0px;
  background-color: #6d9ead;
  border-bottom: solid #6d9ead 1px;
}
#navigation .sub-nav li:last-child a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#container-header #shopping-cart-summery, #container-navigation #shopping-cart-summery {
  font-size: 13px;
  color: #000;
  text-align: left;
  background-color: #fff;
  line-height: 1.6;
  padding: 10px 20px;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  color: #000;
}
#container-header #shopping-cart-summery .summery-item, #container-navigation #shopping-cart-summery .summery-item {
  padding-bottom: 10px;
  /* Mobile menu button */
}
#mobile-menu {
  float: left;
  display: none;
}
#mobile-menu a {
  display: inline-block;
  color: #fff;
  line-height: 22px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}
#container-flash {
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: ;
  text-align: right;
  color: #fff;
  background-color: #204659;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 25px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  color: #fff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
}
#container-flash.backgroundimage-container .backgroundimage-content a {
  color: #fff;
}
#container-flash.backgroundimage-container .backgroundimage-content a:hover {
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 25px 4px 25px;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.8;
  padding: 25px 25px;
  padding-bottom: 0px;
  /* Main title area spacing */
}
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.8;
  padding: 25px 25px;
  /* Main top area spacing */
}
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
  /* Main content area with layouts */
}
.content {
  line-height: 1.8;
  padding: 25px 25px;
}
.content h1 {
  color: #204659;
}
.backgroundimage-content .content h1 {
  color: #fff;
}
.content article h1 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
  /* Full width column */
}
.layout-full {
  /* Two column equal */
}
.layout-two-col-equal .layout.half + .layout.half {
  float: right;
  /* Two column main left */
}
.layout-two-col-left .layout.side {
  float: right;
  /* Two column main right */
}
.layout-two-col-right .layout.main {
  float: right;
  /* Three column main middle */
}
.layout-three-col .layout.middle + .layout.side {
  float: right;
  /* Three column main left */
}
.layout-three-col-left .layout.middle + .layout.side + .layout.side {
  float: right;
  /* Three column main right */
}
.layout-three-col-right .layout.middle {
  float: right;
  /* Three column equal */
}
.layout-three-col-equal .layout.third + .layout.third + .layout.third {
  float: right;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
..layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main areas spacing */
}
.container-main-title + .container-main .content {
  padding-top: 0px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.8;
  padding: 25px 25px;
  /* Main bottom areas spacing */
}
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
  /* Contact map */
}
#contact-us-bottom-container .map-holder {
  /* Backgrounds */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 25px;
  padding-bottom: 25px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 25px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 25px;
  /* Footer */
}
#container-footer {
  background: #204659;
}
#container-footer.random-image {
  background-color: transparent;
}
#footer {
  line-height: ;
  color: #fff;
  text-align: left;
  padding: 20px 25px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a:hover {
  color: #fff;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #204659;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-contact1 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-contact2 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-links1 {
  float: right;
  width: 34%;
  text-align: right;
}
#footer .footer-links1 a {
  /* Base */
}
#base {
  line-height: ;
  font-size: smaller;
  color: #cbcccc;
  text-align: center;
  padding: 10px 25px 10px;
}
#base a:hover {
  text-decoration: underline;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
  /* Common styles for database pages. */
  /* Module class styles */
}
.module .module-text {
  /* Grid class styles */
}
.grid .grid-item {
  float: left;
  display: inline-block;
}
.grid .grid-item img {
  vertical-align: middle;
  /* 7 column grid */
}
.grid.seven-column .grid-item {
  width: 13%;
  margin-right: 1.5%;
  margin-bottom: 20px;
}
.grid.seven-column .grid-item:nth-child(7n+7) {
  margin-right: 0%;
}
.grid.seven-column .grid-item:nth-child(7n+8) {
  clear: both;
  /* 6 column grid */
}
.grid.six-column .grid-item {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.grid.six-column .grid-item:nth-child(6n+6) {
  margin-right: 0%;
}
.grid.six-column .grid-item:nth-child(6n+7) {
  clear: both;
  /* 5 column grid */
}
.grid.five-column .grid-item {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 20px;
}
.grid.five-column .grid-item:nth-child(5n+5) {
  margin-right: 0%;
}
.grid.five-column .grid-item:nth-child(5n+6) {
  clear: both;
  /* 4 column grid */
}
.grid.four-column .grid-item {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.grid.four-column .grid-item:nth-child(4n+4) {
  margin-right: 0%;
}
.grid.four-column .grid-item:nth-child(4n+5) {
  clear: both;
  /* 3 column grid */
}
.grid.three-column .grid-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
.grid.three-column .grid-item:nth-child(3n+3) {
  margin-right: 0%;
}
.grid.three-column .grid-item:nth-child(3n+4) {
  clear: both;
}
.layout.side .grid.three-column .grid-item {
  margin-bottom: 12px;
  /* 2 column grid */
}
.grid.two-column .grid-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.grid.two-column .grid-item:nth-child(2n+2) {
  margin-right: 0%;
}
.grid.two-column .grid-item:nth-child(2n+3) {
  clear: both;
}
.layout.side .grid-two-column .grid-item {
  margin-bottom: 12px;
  /* 1 column grid */
}
.grid.one-column .grid-item {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
  /* Paginate class styles */
}
.paginate {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}
.paginate .paginate-title {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.paginate .paginate-direction {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.paginate span.paginate-direction {
  color: #e1e1e1;
}
.paginate [class^="icon-"], .paginate [class*=" icon-"], .paginate .material-icons {
  font-size: 22px;
  line-height: 24px;
}
.paginate a.paginate-number {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 4px;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.paginate a.paginate-number.on, .paginate a.paginate-number:hover {
  color: #fff;
  background-color: #204659;
  border-color: #204659;
  /* Standard table styles */
}
.standard-table-wrap {
  overflow: auto;
  margin-bottom: 30px;
}
.standard-table tr.row-important td {
  font-weight: bold;
  background-color: #f9f9f9;
}
.standard-table tr td.column-important {
  font-weight: bold;
}
.standard-table td {
  line-height: 1.4;
  padding: 12px 15px;
  white-space: nowrap;
  /* Older styles for database pages. */
}
.googlemap-box {
  width: 100%;
  color: #000;
  overflow: hidden;
}
.googlemap-box .img-right {
  max-width: none !important;
}
.googlemap-box img {
  width: auto;
  max-width: none !important;
}
.googlemap-box a:hover {
  color: #000;
}
.map-holder img {
  width: auto;
  max-width: none !important;
  /* Service slide box (legacy?) */
}
#slidebox {
  width: 940px;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
  font-size: 14px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#slidebox-holder {
  float: left;
  width: 940px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
#slidebox-slider {
  position: absolute;
  left: 0px;
  top: 0px;
}
#slidebox a {
  color: #fff;
}
#slidebox a:hover {
  text-decoration: underline;
}
#slidebox .slidebox-item {
  float: left;
  width: 200px;
}
#slidebox #slidebox-left {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 60px;
  height: 140px;
  z-index: 850;
}
#slidebox #slidebox-left a {
  display: block;
  height: 140px;
  text-decoration: none;
  background-color: #d6d6d6;
  background-image: url(../images/slider_left.png);
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
#slidebox #slidebox-left a:hover {
  background-color: #ededed;
}
#slidebox #slidebox-right {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 60px;
  height: 140px;
  z-index: 851;
}
#slidebox #slidebox-right a {
  display: block;
  height: 140px;
  text-decoration: none;
  background-color: #d6d6d6;
  background-image: url(../images/slider_right.png);
  background-position: center;
  background-repeat: no-repeat;
}
#slidebox #slidebox-right a:hover {
  background-color: #ededed;
}
#slidebox #slidebox-left a:focus, #slidebox #slidebox-right a:focus {
  outline: 0;
  /* BEFORE AND AFTER GALLERY PAGES */
}
.beforeafter-holder {
  display: block;
}
.beforeafter-holder .beforeafter-item {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 14px;
  text-align: left;
  position: relative;
}
.beforeafter-holder .beforeafter-item .before-image img {
  max-width: 60%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.beforeafter-holder .beforeafter-item .after-image img {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 980;
  max-width: 50%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.beforeafter-holder div:nth-child(3n+3) {
  margin-right: 0%;
}
.beforeafter-holder div:nth-child(3n+4) {
  clear: left;
}
.beforeafter-side-holder {
  display: block;
}
.beforeafter-side-holder .beforeafter-item {
  float: left;
  width: 140px;
  text-align: left;
  position: relative;
  padding-bottom: 102px;
}
.beforeafter-side-holder .beforeafter-item .before-image img {
  position: absolute;
  left: 0px;
  top: 18px;
}
.beforeafter-side-holder .beforeafter-item .after-image img {
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 980;
}
.beforeafter-cat-holder {
  display: block;
}
.beforeafter-cat-holder .beforeafter-item {
  float: left;
  width: 22%;
  height: auto;
  margin-right: 4%;
  margin-bottom: 14px;
  text-align: center;
}
.beforeafter-cat-holder .beforeafter-item img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.beforeafter-details .before-image {
  float: left;
  width: 47%;
}
.beforeafter-details .after-image {
  float: right;
  width: 47%;
  /* VIDEO PAGES */
}
.video-holder {
  display: block;
}
.video-holder .video-item {
  float: left;
  width: 22%;
  height: auto;
  margin-right: 4%;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
}
.video-holder .video-item img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.video-holder div:nth-child(4n+4) {
  margin-right: 0%;
}
.video-holder div:nth-child(4n+5) {
  clear: left;
  /* Site map */
}
.sitemap-holder {
  float: left;
  width: 30%;
  margin-bottom: 14px;
  /* Subscription plans */
}
.subscription-plans {
  display: block;
}
.subscription-plans .subscription-plan {
  float: left;
  width: 32%;
  height: auto;
  padding: 10px 15px;
  margin-right: 2%;
  margin-bottom: 18px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.subscription-plans .subscription-plan .subs-plan-desc {
  min-height: 120px;
  padding-bottom: 20px;
}
.subscription-plans .subscription-plan .subs-plan-desc h2 {
  font-size: 24px;
  font-weight: normal;
}
.subscription-plans div.subscription-plan:nth-child(3n+3) {
  margin-right: 0%;
}
.subscription-plans div.subscription-plan:nth-child(3n+4) {
  clear: left;
}
.subscription-payments {
  float: left;
  max-width: 600px;
}
.subscription-table .subscription-left {
  float: left;
  width: 30%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-middle {
  float: left;
  width: 40%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .full-subscription-middle {
  float: left;
  width: 70%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-right {
  float: left;
  width: 30%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
  /* Shopping cart summary */
}
#shopping-cart-summery .summery-image {
  float: left;
  width: 20%;
}
#shopping-cart-summery .summery-text {
  float: right;
  width: 75%;
}
#shopping-cart-summery .summery-price {
  /* Shopping cart */
}
.shopping-cart-list .shopping-cart-list-header {
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 4px 0;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-list-items {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .scl-image {
  float: left;
  width: 15%;
  padding-right: 3%;
}
.shopping-cart-list .scl-image img {
  max-height: 100px;
}
.shopping-cart-list .scl-products {
  float: left;
  width: 55%;
  padding-right: 3%;
}
.shopping-cart-list .scl-products .was-price-line {
  font-style: italic;
}
.shopping-cart-list .scl-products .was-price-line .was-price {
  text-decoration: line-through;
}
.shopping-cart-list .scl-products .scl-products-additional .label {
  width: 100%;
}
.shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
  width: 70%;
  margin: 1px 0 6px 0;
}
.shopping-cart-list .scl-products .cart-msg-box textarea {
  width: 70%;
  height: 70px;
}
.shopping-cart-list .scl-quantity {
  float: left;
  width: 10%;
  text-align: center;
  padding-right: 3%;
}
.shopping-cart-list .scl-quantity .scl-quantity-text {
  display: none;
}
.shopping-cart-list .scl-quantity input.text {
  width: 30px;
}
.shopping-cart-list .remove-link {
  font-size: 10px;
}
.shopping-cart-list .scl-price {
  float: right;
  width: 10%;
  text-align: right;
  padding-right: 1%;
}
.shopping-cart-list .shopping-cart-update {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-update .scl-quantity {
  float: right;
  width: auto;
  text-align: right;
  padding-right: 0px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space {
  float: left;
  width: 45%;
  padding-top: 5px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space-base {
  float: left;
  padding-top: 10px;
  font-size: 11px;
  font-weight: bold;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space select {
  max-width: 96%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
  float: left;
  width: 40%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
  float: left;
  width: 12%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-space {
  float: left;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-final .totals-text {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-value {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals #sc-subtotals .totals-text, .shopping-cart-totals #sc-subtotals .totals-value {
  border-top: none;
  /* Shopping cart message Holder */
}
.message-holder {
  padding: 4px 6px;
  background-color: #f3f3f3;
  border: solid #e1e1e1 1px;
  margin-bottom: 16px;
}
.message-holder ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.message-holder ul li {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.msg-small {
  font-size: 11px;
  color: #666;
}
.cart-box-holder {
  padding: 10px 15px;
  border: solid #f1f1f1 1px;
  margin-bottom: 10px;
}
.cart-box {
  /* Checkout address select */
}
.address-selector {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.address-selector li {
  float: left;
  width: 33%;
  line-height: 18px;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 7px;
  margin-left: 0;
  padding-left: 0;
  background: none;
}
.address-selector li:before {
  display: none;
}
.address-selector .address-selector-button {
  float: left;
  width: 10%;
}
.address-selector .address-selector-address {
  float: left;
  width: 88%;
  padding-top: 2px;
  /* Checkout checkboxes */
}
.cart-checkradio-holder .checkradio {
  float: left;
  width: 33%;
  padding-bottom: 4px;
}
.cart-checkradio-holder .checkradio .checkradio-button {
  float: left;
  width: 10%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.cart-checkradio-holder .checkradio label {
  float: left;
  width: 80%;
}
.checkout-error {
  padding-bottom: 16px;
}
.cart-progress .cart-progress-item {
  display: block;
  /* Checkout order summary */
}
.order-summary .os-left {
  padding: 2px 4px 2px 0;
}
.order-summary .os-right {
  padding: 2px 0 2px 0;
  text-align: right;
}
.order-summary .os-total {
  padding-top: 6px;
  border-top: solid #c3d0d2 1px;
  /* Checkout payment holders */
}
.payment-holder-table {
  margin-bottom: 10px;
  padding: 4px 6px;
  border: solid #e1e1e1 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.payment-radio-holder {
  float: left;
  width: 5%;
  padding: 4px 0 5px 0;
}
.payment-holder {
  float: right;
  width: 95%;
  padding: 2px 0 5px 0;
  background-position: right top;
  background-repeat: no-repeat;
}
.payment-holder label {
  display: block;
}
.payment-holder img {
  margin-top: 6px;
}
.payment-holder label, .payment-holder h5, .payment-holder p {
  cursor: pointer;
  /* Checkout country */
}
#country-line {
  line-height: 28px;
}
.country-holder {
  float: left;
  display: inline-block;
}
.country-changer {
  float: left;
  padding-left: 10px;
  display: inline-block;
}
.country-picker {
  float: left;
  display: none;
  padding-left: 10px;
  padding-top: 4px;
  /* Cart order history */
}
.orderhistory-titles {
  padding: 5px 3px;
  background-color: #f9f9f8;
  border-bottom: solid #d9d9d9 1px;
}
.orderhistory-td {
  padding: 5px 3px;
  /* Tables Module Styles */
}
.display-table th {
  color: #fff;
  text-align: left;
  background-color: #5a5a5a;
}
.display-table td {
  text-align: left;
}
.display-table .dt-colhighlight {
  font-weight: bold;
}
.display-table .dt-modon {
  background-color: #eeeff0;
}
.display-table .dt-modoff {
  /* User Images */
}
.user-images .user-image {
  float: left;
  width: 15%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 14px;
  text-align: center;
}
.user-images .user-image img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.user-images .user-image:nth-child(6n+6) {
  margin-right: 0%;
}
.user-images .user-image:nth-child(6n+7) {
  clear: left;
  /* Login */
}
#login .login-form li {
  padding-left: 0px;
  background: none;
}
#login .login-form li label {
  display: inline-block;
  width: 200px;
  /* Form styles for standard forms */
}
form {
  margin: 0 auto;
  padding: 0 0 0 0;
}
.req {
  color: #d60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item .label, .form-item .label2 {
  width: 100%;
}
.form-item .label-padding {
  margin-left: 0%;
}
.layout.side .form-item .label-padding .layout.third .form-item .label-padding {
  margin-left: 0%;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, .form-footer, #recaptcha_image {
  padding-left: 0%;
}
.form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea {
  width: 100%;
}
.form-item .label {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 0 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.layout.side .form-item .label, .layout.third .form-item .label {
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 2px;
}
.form-item .label-details {
  clear: both;
  display: block;
  width: 100%;
  margin-right: 0%;
  font-weight: normal;
  font-size: 11px;
  color: #666;
  line-height: 16px;
  padding-top: 2px;
}
.form-item .input {
  float: left;
  height: auto;
}
.layout.side .form-item .input, .layout.third .form-item .input {
  float: none;
  width: auto;
}
.form-item .input input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item .select {
  float: left;
  height: auto;
}
.layout.side .form-item .select, .layout.third .form-item .select {
  float: none;
  width: auto;
}
.form-item .select select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item .checkbox {
  float: left;
  height: auto;
  vertical-align: middle;
}
.layout.side .form-item .checkbox, .layout.third .form-item .checkbox {
  float: none;
  width: auto;
}
.form-item .checkbox-list .checkbox {
  width: 50%;
  margin-right: 0%;
}
.form-item .checkbox-list .checkbox:nth-child(2n+3) {
  clear: both;
}
.form-item .checkbox input[type=checkbox] {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 4px;
}
.form-item .radio {
  float: left;
  height: auto;
}
.layout.side .form-item .radio, .layout.third .form-item .radio {
  float: none;
  width: auto;
}
.form-item .textarea {
  float: left;
  height: auto;
  margin-bottom: 5px;
}
.layout.side .form-item .textarea, .layout.third .form-item .textarea {
  float: none;
  width: auto;
}
.form-item .textarea textarea {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.form-item .textarea img {
  padding-top: 3px;
}
.form-item .input.input-small input, .form-item .select.select-small select {
  max-width: 100px;
}
.form-item .input.input-medium input, .form-item .select.select-medium select {
  max-width: 300px;
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 28px;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  background-color: #fff;
  border: solid #c2c1c1 1px;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item .image-file {
  clear: both;
  height: auto;
  padding: 8px 8px;
}
.form-item .image-file input[type=file] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-item .image-file.with-image input[type=file] {
  margin-top: 30px;
  margin-bottom: 0px;
}
.form-item .image-file .image-holder {
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #f7f7f7;
  margin-right: 15px;
}
.form-item .image-file .image-holder img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, #recaptcha_image {
  width: 100%;
  margin-top: 6px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.layout.side .form-item .subbut, .layout.third .form-item .subbut, .layout.side .recaptcha-item .g-recaptcha, .layout.third .recaptcha-item .g-recaptcha, .layout.side #recaptcha_image, .layout.third #recaptcha_image {
  width: 100% !important;
  float: none;
  margin-left: 0%;
  padding-left: 0px;
  /* Custom button */
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
}
#checkout_button {
  margin-left: 5px;
}
.form-footer {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #666;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.layout.side .form-footer, .layout.third .form-footer {
  float: none;
  width: auto;
  /* Sub forms */
}
.subform th {
  background-color: #ccc;
}
.subform td {
  border-bottom: solid #ccc 1px;
}
.sub-button-holder {
  text-align: right;
  margin: 10px 0;
}
.sub-form-holder {
  padding: 10px 0;
  border: solid #ccc 1px;
  display: none;
  margin: 10px 0;
}
.sub-form-holder .subbut2 {
  padding-left: 150px;
  /* Google reCaptcha widget styles */
}
.recaptcha-item .g-recaptcha > div > div {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha > div > div > iframe {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha {
  overflow: hidden;
}
#recaptcha_image {
  width: 60% !important;
  margin-left: 40%;
  text-align: center;
  padding: 5px;
  background-color: #fff;
  border: solid #e1e1e1 1px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
#recaptcha_image img {
  max-width: 100%;
  max-height: 100%;
}
#recaptcha_image embed, #recaptcha_image object, #recaptcha_image iframe {
  float: left;
  max-width: 0px;
  width: 0px;
  height: 0px;
}
#recaptcha_image br {
  display: none;
}
#recaptcha_image #recaptcha_audio_play_again, #recaptcha_image #recaptcha_audio_download {
  clear: left;
  float: left;
  cursor: pointer;
}
.recaptcha_input {
  position: relative;
}
.recaptcha_input .input {
  padding-right: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Typekit FOUT Fix */
}
.layout.side .input, .layout.third .input {
  padding-right: 0px;
}
.recaptcha_options {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li a {
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  text-indent: -5000px;
  overflow: hidden;
}
.recaptcha_options #recaptcha_refresh_button a {
  right: 60px;
}
.recaptcha_options #recaptcha_sound_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_image_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_help_button a {
  right: 0px;
}
.layout.side .recaptcha_options li a, .layout.third .recaptcha_options li a {
  top: 0px;
  /* Icon set styles */
}
*[class*='iconblack-'] {
  background-repeat: no-repeat;
}
.iconblack-refresh {
  background-image: url(../images/icons/iconblack_refresh.png);
}
.iconblack-sound {
  background-image: url(../images/icons/iconblack_sound.png);
}
.iconblack-picture {
  background-image: url(../images/icons/iconblack_picture.png);
}
.iconblack-help {
  background-image: url(../images/icons/iconblack_help.png);
}
@font-face {
  font-family: 'social';
  src: url('../images/social/social.eot?dbpphs');
  src: url('../images/social/social.eot?dbpphs#iefix') format('embedded-opentype'), url('../images/social/social.woff2?dbpphs') format('woff2'), url('../images/social/social.ttf?dbpphs') format('truetype'), url('../images/social/social.woff?dbpphs') format('woff'), url('../images/social/social.svg?dbpphs#social') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="social-"], [class*=" social-"] {
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-facebook:before {
  content: "\e906";
}
.social-facebook-boxed:before {
  content: "\e907";
}
.social-facebook2:before {
  content: "\e908";
}
.social-facebook2-boxed:before {
  content: "\e909";
}
.social-twitter:before {
  content: "\e905";
}
.social-twitter2:before {
  content: "\e90c";
}
.social-twitter2-boxed:before {
  content: "\e90d";
}
.social-instagram:before {
  content: "\e904";
}
.social-instagram2:before {
  content: "\e90e";
}
.social-google:before {
  content: "\e903";
}
.social-google-plus:before {
  content: "\e902";
}
.social-google-plus-boxed:before {
  content: "\e90a";
}
.social-google2:before {
  content: "\e90f";
}
.social-google-plus2:before {
  content: "\e910";
}
.social-google-plus2-boxed:before {
  content: "\e911";
}
.social-youtube2:before {
  content: "\e912";
}
.social-youtube3:before {
  content: "\e913";
}
.social-youtube3-boxed:before {
  content: "\e914";
}
.social-youtube:before {
  content: "\e901";
}
.social-linkedin:before {
  content: "\e900";
}
.social-linkedin-boxed:before {
  content: "\e90b";
}
.social-linkedin2:before {
  content: "\e915";
}
.social-linkedin2-boxed:before {
  content: "\e916";
}
.social-pinterest:before {
  content: "\e917";
}
.social-pinterest2-boxed:before {
  content: "\e918";
}
html, body {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #000;
  background-color: #fff;
  /* Default links */
}
a {
  color: #c41230;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #aaa;
}
a:hover {
  text-decoration: none;
  color: #aaa;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover {
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.button {
  color: #fff;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 900;
  background-color: #c41230;
  border-top-right-radius: 33px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 3px;
  padding: 18px 30px;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.button.big {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
a.button.right {
  float: right;
  margin-left: 32px;
}
a.button:hover {
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 3px 8px;
  border-top-left-radius: 33px;
  border-bottom-right-radius: 33px;
}
.click-through a {
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  font-weight: 700;
  font-size: 24px;
  padding: 18px 36px;
  color: #fff;
  background-color: #c41230;
  text-transform: uppercase;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-top: 44px;
  margin-bottom: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.click-through a:hover {
  background-color: #000;
}
.backgroundimage-content h4 {
  color: #fff;
  /* Default headers */
}
h1, h2, .subtitle, .heading {
  font-weight: 600;
  margin: 0px 0px 0px 0px;
}
article h1, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
.home-page h3, .heading, h1 {
  font-size: 40px;
  line-height: 1.2;
  padding: 10px 0 40px 0;
  font-weight: 500;
}
.subtitle, h2 {
  font-size: 28px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h3 {
  font-size: 26px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h4, article h1 {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
  color: #000;
}
h5 {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.heading, .subtitle {
  display: block;
}
.home-page .content h2 {
  color: #fff;
}
.products.textunder .product-item .module-text h4 {
  color: #fff;
  /* Backgrounds */
}
.background.light {
  background-color: #f9f9f9;
}
.background.dark {
  color: #fff;
  background-color: #000;
}
.background.dark a:hover {
  color: #fff;
}
.background.dark h1, .background.dark h2, .background.dark h3, .background.dark h4, .background.dark h5, .background.dark h6, .background.dark p {
  color: #fff;
}
.background.image {
  color: #fff;
}
.background.parallax {
  color: #fff;
  /* Borders */
}
.border, .divider, hr {
  border: solid #e1e1e1 0px;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
}
.curved-img {
  overflow: hidden;
}
ul > li:before {
  color: #c41230;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}
.btn-blk {
  background-color: #000 !important;
  border-radius: 25px;
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  color: #fff !important;
  padding: 20px 50px;
  border: solid 1px #000;
  font-weight: 600;
}
a.btn-blk:hover {
  color: #fff !important;
  background-color: #c41230 !important;
  border: solid 1px #fff;
}
.btn-red {
  background-color: #c41230 !important;
  border-radius: 25px;
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  color: #fff !important;
  padding: 20px 50px;
  border: solid 1px #c41230;
  font-weight: 600;
}
a.btn-red:hover {
  color: #fff !important;
  background-color: #000 !important;
  border: solid 1px #fff;
}
.no-top-pad {
  padding-top: 0;
}
.red-top-border {
  display: block;
  border-top: solid 1px #c41230;
  padding-top: 8px !important;
  margin-top: 80px;
}
.red-top-border.no-top {
  margin-top: 0 !important;
}
.layout.side .red-top-border {
  margin-top: 20px;
}
.space-bot {
  padding-bottom: 90px;
}
p.space-bot {
  padding-bottom: 0;
  margin-bottom: 90px;
}
.heading-spacer {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
  text-indent: -200%;
  overflow: hidden;
  opacity: 0;
}
.uppercase {
  text-transform: uppercase;
}
#container-flash #image-rotator {
  display: none;
}
@media screen and (min-width: 601px) {
  #container-flash #image-rotator {
    display: block;
  }
}
#image-rotator div[class*="uk-position-"] {
  top: 72%;
}
#image-rotator .rotator-button {
  background-color: #c30e2c !important;
  border-radius: 25px;
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  color: #fff !important;
  padding: 15px 20px;
  border: solid 1px #c30e2c;
  font-weight: 800;
  text-transform: uppercase;
}
#image-rotator .rotator-button:hover {
  background-color: #000 !important;
  border: solid 1px #000;
}
.mobile-rotator {
  display: none;
  /* Standard page elements for laying out the main content of a website. */
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #fff;
}
.container-main-title {
  background-color: #c41230;
  color: #fff !important;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-left-radius: 0 !important;
  overflow: hidden;
}
.container-main-title .content h1, .container-main-title .content h2, .container-main-title .content h3, .container-main-title .content h4, .container-main-title .content h5, .container-main-title .content h6 {
  color: #fff;
}
.container-main-title .content h1 {
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
}
#privacy-top-container.container-main-top .content {
  padding-bottom: 0;
}
main {
  background-color: #fff;
}
.wrap {
  width: 100%;
  max-width: 1160px;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.image-over {
  position: absolute;
  max-width: 280px;
  top: 10px;
  z-index: 999;
}
.image-over a {
  display: block;
  /* Header */
}
#container-header {
  background-color: #fff;
}
#header {
  height: 70px;
  position: relative;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  position: absolute;
  top: 0px;
  left: -2px;
  margin-top: 0;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  padding-left: 0px;
  max-width: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#header #logo img {
  vertical-align: middle;
  max-width: 360px;
  max-height: 100%;
  height: auto;
  /* Mobile quick call */
}
#header #mobile-link {
  display: none;
}
#header #mobile-link a {
  color: #fff;
}
#header #mobile-link h4 {
  display: inline-block;
  /* Top navigation */
}
#top-nav {
  float: right;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding-right: 20px;
}
#top-nav a {
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}
#top-nav > ul > li {
  padding: 0 8px;
}
#top-nav > ul > li:before {
  content: ' | ';
  display: inline-block;
  left: -1px;
  top: -1px;
}
#top-nav > ul > li:first-child:before {
  display: none;
  /* Header right holder */
}
#header-right {
  float: right;
  width: 30%;
  height: 30px;
  vertical-align: middle;
  margin-top: 30px;
  /* Header Icon Links */
}
#header-links {
  float: right;
  max-width: 100%;
  line-height: 30px;
  margin-right: 12px;
}
#header-links a {
  margin-left: 10px;
  text-align: center;
}
#header-links a [class^="icon-"], #header-links a [class*=" icon-"], #header-links a [class^="social-"], #header-links a [class*=" social-"], #header-links a .material-icons {
  border-radius: 8px;
  height: 30px;
  width: 30px;
  padding: 6px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  background-color: #000;
  color: #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: normal;
  text-align: center;
}
#header-links a .material-icons {
  font-size: 20px;
  padding: 1px 0;
}
#header-links a:hover [class^="icon-"], #header-links a:hover [class*=" icon-"], #header-links a:hover [class^="social-"], #header-links a:hover [class*=" social-"], #header-links a:hover .material-icons {
  background-color: #c41230;
  color: #fff;
  /* Search */
}
#header #search {
  float: right;
  display: inline-block;
  height: auto;
  margin-top: 0px;
  width: 50%;
  max-width: 200px;
}
#header #search h4 {
  display: block;
  color: ;
  padding-top: 0;
  padding-bottom: 6px;
  font-size: 20px;
}
#header #search .search-off {
  color: #000;
  /*font-style:italic;*/
  font-style: normal;
  font-size: 16px;
}
#header #search #search-box {
  position: relative;
  width: 100%;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#header #search #search-box-input {
  width: 100%;
  padding-right: 30px;
  padding-left: 10px;
  height: 30px;
  background-color: #e5e5e5;
  border: solid 1px #e5e5e5;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#header #search #search-button {
  margin-left: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#header #search #search-button:hover {
  background-color: #c41230;
}
#header #search #search-button [class^="icon-"], #header #search #search-button [class*=" icon-"], #header #search #search-button .material-icons {
  font-size: 20px;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
  display: block;
  /* Main navigation */
}
#container-navigation {
  background-color: #fff;
  height: 50px;
}
#navigation {
  height: 50px;
  line-height: 50px;
  color: #fff;
  float: right;
  display: block;
}
#mobile-navigation {
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: right;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 50px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #000;
  padding-left: 12px;
  padding-right: 12px;
  /*-moz-transition:none;
		-webkit-transition:none;
		transition:none;*/
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  margin-left: -1px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  font-weight: bold;
  font-size: 16px;
}
#navigation li > a:after {
  content: '';
  position: absolute;
  right: 0px;
  left: auto;
  top: 20px;
  bottom: 14px;
  height: 12px;
  width: 1px;
  background-color: #ecccd1;
  opacity: 1;
  z-index: 100;
}
#navigation li > a.on:after, #navigation li > a.over:after, #navigation li > a:hover:after {
  opacity: 0;
}
#navigation li > .sub-nav a:after {
  display: none !important;
}
#navigation li:last-child > a:after {
  display: none !important;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
#navigation .material-icons {
  line-height: 40px;
}
#navigation li > a:hover, #navigation li > .over {
  color: #fff;
  background-color: #000;
  z-index: 894;
}
#navigation li > .on {
  color: #fff;
  background-color: #c41230;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul .drop > a strong, #navigation > ul .drop > a b, #navigation > ul .drop > a:hover strong, #navigation > ul .drop > a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  /*font-size:0;*/
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 50px;
  left: -1px;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
  /*overflow:hidden;*/
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  color: #000;
  background: none;
  padding: 12px 13px;
  padding-right: 20px;
  background-color: #fff;
  border-bottom: solid #f5f5f5 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #c41230;
  border-bottom: solid #c41230 1px;
}
#navigation .sub-nav li.drop > a {
  position: relative;
}
#navigation .sub-nav li.drop > a:before {
  content: '>';
  font-size: 16px;
  line-height: 14px;
  position: absolute;
  right: 10px;
  left: auto;
  vertical-align: middle;
  color: #c41230;
  z-index: 900;
  font-weight: bold;
}
#navigation .sub-nav li.drop > a:hover:before {
  color: #fff;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}
#navigation .sub-nav li:last-child > a:hover {
  border-bottom-left-radius: 25px;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
#navigation ul li > .sub-nav .sub-nav a {
  border-bottom-left-radius: 0px;
  border-bottom: solid #f5f5f5 1px;
}
#navigation ul li > .sub-nav .sub-nav a:hover {
  border-bottom-left-radius: 0px;
  border-bottom: solid #c41230 1px;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
.close-menu {
  display: none !important;
  /* Mobile menu button */
}
#mobile-menu {
  float: right;
  display: none;
  width: 50%;
  /*border-bottom-left-radius:25px;
	border-top-right-radius:25px;*/
  overflow: hidden;
}
#mobile-menu a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 70px;
  padding: 0px 20px;
  font-size: 18px;
  /*background-color:#000000;
		background-color:#c41130;
		background-color:rgb(251,251,251);*/
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 48px;
  line-height: 70px;
  vertical-align: middle;
}
#home-mobile-navigation {
  display: none;
}
#container-flash {
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.8;
  text-align: right;
  color: #fff;
  background-color: #c41230;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
  /* Random images */
}
#container-flash.random-image {
  color: #fff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #fff;
}
#container-flash.random-image a:hover {
  /* Breadcrump area */
}
#container-bread {
  color: #fff;
  background: none;
  /* breadcrumb */
}
#breadcrumb {
  font-size: 13px;
  line-height: 1.8;
  padding: 0px 0px 0px 0px;
}
#breadcrumb a {
  color: #fff;
}
#breadcrumb a:hover {
  color: #000;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.8;
  padding: 90px 0px;
  padding-bottom: 0px;
  /* Main title area spacing */
}
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
}
.service-item-page #service-item-title-container {
  border-bottom-left-radius: 0 !important;
}
.service-item-page #service-item-title-container .backgroundimage-image, #giltrap-engineering-title-container .backgroundimage-image, #hustler-title-container .backgroundimage-image, #case-ih-title-container .backgroundimage-image, #optum-title-container .backgroundimage-image, #farmall-b-title-container .backgroundimage-image, #farmall-jx-title-container .backgroundimage-image, #farmall-c-title-container .backgroundimage-image, #farmall-u-title-container .backgroundimage-image, #maxxum-title-container .backgroundimage-image, #puma-title-container .backgroundimage-image {
  background-color: transparent;
}
.service-item-page #service-item-title-container .backgroundimage-image img, #giltrap-engineering-title-container .backgroundimage-image img, #hustler-title-container .backgroundimage-image img, #case-ih-title-container .backgroundimage-image img, #optum-title-container .backgroundimage-image img, #farmall-b-title-container .backgroundimage-image img, #farmall-jx-title-container .backgroundimage-image img, #farmall-c-title-container .backgroundimage-image img, #farmall-u-title-container .backgroundimage-image img, #maxxum-title-container .backgroundimage-image img, #puma-title-container .backgroundimage-image img {
  display: none !important;
}
#case-ih-title-container, #giltrap-engineering-title-container, #hustler-title-container, #optum-title-container, #farmall-b-title-container, #farmall-jx-title-container, #farmall-c-title-container, #farmall-u-title-container, #maxxum-title-container, #puma-title-container {
  border-bottom-left-radius: 0 !important;
}
#service-item-bottom-container .wrap .content {
  text-align: center;
  /* Main under title area */
}
.container-main-under-title .wrap {
  max-width: 100%;
}
.container-main-under-title .content {
  line-height: 1.8;
  padding: 90px 0px;
  padding-bottom: 0px;
}
.container-main-under-title .flexslider .slides, .container-main-under-title .flexslider .slides img, .container-main-under-title .uk-slideshow .slides, .container-main-under-title .uk-slideshow .slides img {
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 120px !important;
  /* Main title area spacing */
}
.container-main-title + .container-main-under-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-under-title .content {
  padding-top: 0px;
}
.container-main + .container-main-under-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-under-title .content {
  padding-top: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.8;
  padding: 90px 0px;
  /* Main top area spacing */
}
.container-main-title + .container-main-top .content {
  padding-top: 90px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
  /* Main content area with layouts */
}
.container-main {
  /* iFrame code */
}
.iframe iframe {
  height: 1000px;
}
.content {
  line-height: 1.8;
  padding: 90px 0px;
}
.content h1, .content h2, .heading, .subtitle {
  color: #c41230;
}
.content article h1 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
#p-nospace {
  padding: 0;
  margin: 0;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
  /*.layout.half {float:left;width:48%;}
		.layout.main {float:left;width:74%;}*/
}
.layout.side {
  float: left;
  width: 22%;
  /*.layout.middle {float:left;width:48%;}*/
}
.layout.third {
  float: left;
  width: 30%;
  /*.layout.gap {margin-left:4%;}*/
}
.layout.third.gap {
  margin-left: 5%;
  /* Modified Layout widths */
}
.layout.main {
  float: left;
  width: 70%;
}
.layout.middle {
  float: left;
  width: 40%;
}
.layout.half {
  float: left;
  width: 46%;
}
.layout.gap {
  margin-left: 8%;
}
.layout:first-child > h1, .layout:first-child > h2, .layout:first-child > h3, .layout:first-child > h4, .layout:first-child > h5, .layout:first-child > h6 {
  padding-top: 0;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main areas spacing */
}
.container-main-title + .container-main .content {
  padding-top: 90px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
  /* Our sales team page */
}
.our-sales-team-page #our-sales-team-title-container {
  border-bottom-left-radius: 0 !important;
}
.our-sales-team-page .container-main-top {
  position: relative;
  border-top: 1px solid #e22343;
  margin-bottom: 60px;
}
.our-sales-team-page .container-main-top .wrap {
  max-width: 100%;
  padding: 0;
}
.our-sales-team-page .container-main-top .wrap .content {
  padding: 0;
}
.our-sales-team-page .container-main-top .wrap .content img {
  border-bottom-left-radius: 110px;
  width: 100%;
}
p.text-over-image {
  display: inline-block;
  width: 60%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20%;
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  z-index: 800;
  transform: translateY(-60%);
  margin-bottom: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* apprentice-program-page */
}
.apprentice-program-page img.mfp-img {
  max-height: none !important;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.8;
  padding: 90px 0px;
  /* Main bottom areas spacing */
}
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main-title .content {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.container-main-title .content h1, .container-main-title .content h2 {
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 900;
  /* Backgrounds */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 90px;
  padding-bottom: 90px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title.background + .container-main-title .content, .container-main-title.background + .container-main-top .content, .container-main-title.background + .container-main .content, .container-main-title.background + .container-main-bottom .content, .container-main-top.background + .container-main-title .content, .container-main-top.background + .container-main-top .content, .container-main-top.background + .container-main .content, .container-main-top.background + .container-main-bottom .content, .container-main.background + .container-main-title .content, .container-main.background + .container-main-top .content, .container-main.background + .container-main .content, .container-main.background + .container-main-bottom .content, .container-main-bottom.background + .container-main-title .content, .container-main-bottom.background + .container-main-top .content, .container-main-bottom.background + .container-main .content, .container-main-bottom.background + .container-main-bottom .content {
  padding-top: 90px;
  /* New Background System */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 90px;
  padding-bottom: 90px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 90px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 90px;
  /* Main title area spacing */
}
.container-main-title.background + .container-main-title.background .content {
  padding-top: 0px;
}
.container-main-top.background + .container-main-title.background .content {
  padding-top: 0px;
}
.container-main.background + .container-main-title.background .content {
  padding-top: 0px;
}
.container-main-bottom.background + .container-main-title.background .content {
  padding-top: 0px;
  /* Main top area spacing */
}
.container-main-title.background + .container-main-top.background .content {
  padding-top: 0px;
}
.container-main-top.background + .container-main-top.background .content {
  padding-top: 0px;
}
.container-main.background + .container-main-top.background .content {
  padding-top: 0px;
}
.container-main-bottom.background + .container-main-top.background .content {
  padding-top: 0px;
  /* Main areas spacing */
}
.container-main-title.background + .container-main.background .content {
  padding-top: 0px;
}
.container-main-top.background + .container-main.background .content {
  padding-top: 0px;
}
.container-main.background + .container-main.background .content {
  padding-top: 0px;
}
.container-main-bottom.background + .container-main.background .content {
  padding-top: 0px;
  /* Main bottom areas spacing */
}
.container-main-top.background + .container-main-bottom.background .content {
  padding-top: 0px;
}
.container-main.background + .container-main-bottom.background .content {
  padding-top: 0px;
}
.container-main-bottom.background + .container-main-bottom.background .content {
  padding-top: 0px;
  /* Extra spacing for background image content */
}
.container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  /* Font tweak for headings over backgrounds */
}
#image-rotator h1, #image-rotator h2, #image-rotator .heading {
  font-family: 'Kaushan Script', "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: normal;
  padding: 0 0 0 0;
}
#image-rotator h3 {
  font-size: 24px;
}
.container-main-top.backgroundimage-container h1, .container-main.backgroundimage-container h1, .container-main-bottom.backgroundimage-container h1, .container-main-top.backgroundimage-container h2, .container-main.backgroundimage-container h2, .container-main-bottom.backgroundimage-container h2, .container-main-top.backgroundimage-container .heading, .container-main.backgroundimage-container .heading, .container-main-bottom.backgroundimage-container .heading {
  font-family: 'Kaushan Script', "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: normal;
  -moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
  -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
  -o-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
  padding: 0 0 0 0;
  /* Hide products top container (which has search) until mobile 
#products-top-container,
#product-items-top-container,
#product-details-top-container {display:none;}

#products-container,
#product-items-container,
#product-details-container {padding-top:$layout-vert-spacing;}*/
}
.container-messages {
  background-color: #c41230;
  border-bottom: 1px solid #a8031f;
}
.message-content {
  color: #fff;
  padding: 32px 0;
}
.message-content h4 {
  float: left;
  max-width: 32%;
  color: #fff;
  padding: 0;
  margin-right: 4%;
}
.message-content h4 a {
  color: #58000b;
  text-decoration: none;
}
.message-content a {
  color: #fff;
  text-decoration: underline;
}
.message-content h4 a:hover {
  color: #fff;
}
.message-content a:hover {
  text-decoration: none;
}
.right-holder {
  float: right;
  max-width: 64%;
}
@media screen and (max-width: 700px) {
  .right-holder, .message-content h4 {
    float: left;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  /* Home Page */  .message-content h4 {
    padding-bottom: 22px;
  }
}
.uk-slideshow .uk-slideshow-items li:before {
  display: none;
}
#edit5dd71442629f1-slider + * + .flex-control-nav, .home-page #image-rotator .uk-slideshow-nav {
  bottom: 110px;
}
#home-container {
  position: relative;
  z-index: 600;
  background: none;
}
#home-container .wrap {
  max-width: none;
  padding: 0 0 0 0;
}
#home-container .content {
  padding: 0 0 0 0 !important;
  margin-top: -80px;
}
@media screen and (max-width: 1160px) {
  #edit5dd71442629f1-slider + * + .flex-control-nav, .home-page #image-rotator .uk-slideshow-nav {
    bottom: 30px;
  }
  #home-container .wrap {
    padding: 0 20px;
  }
  #home-container .content {
    padding: 30px 0 0px !important;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .flex-control-nav, .home-page #image-rotator .uk-slideshow-nav {
    display: none;
  }
}
#home-2-container .btn-blk {
  margin-top: 60px;
}
#home-2-top-container .content {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 1160px) {
  /* Home Page Link Colour */  #home-2-top-container .content {
    padding-top: 40px !important;
  }
}
#home-2-top-container a {
  color: #000;
}
#home-2-top-container a:hover {
  color: #aaa;
}
#home-2-top-container .grid.two-column {
  width: 80%;
  margin: 0 auto;
}
#home-2-top-container .grid.two-column .grid-item {
  max-width: 441px;
}
#home-2-1-container {
  position: relative;
}
#home-2-1-container h2 {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 39px;
  font-weight: 600;
  padding-bottom: 90px;
}
#home-2-1-container .content {
  padding-bottom: 140px !important;
}
#home-2-1-container .backgroundimage-image:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /* Colours */
  background-color: rgba(0, 0, 0, 0.4);
}
.home-page .content > .layout.half ul:first-child {
  margin-top: 0;
}
#image-rotator .align.center-vert {
  width: 100%;
  left: 0;
  right: 0;
}
#image-rotator .flex-caption-inner {
  text-align: center;
}
.home-page .imageboxes.textunder .imagebox-item {
  margin-bottom: 0;
  /* Feildays */
}
.fieldays-page .product-title {
  background-color: #000;
  color: #fff !important;
  padding: 0 15px;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 26px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  text-align: left;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  padding: 10px;
  padding-left: 30px;
}
.fieldays-page .content {
  padding: 0px 0px;
}
.fieldays-page .btn-blk {
  background-color: #c41230 !important;
  border: solid 1px #c41230;
}
.fieldays-page .btn-blk:hover {
  background-color: #000 !important;
  border: solid 1px #000;
  /* Services module pages */
}
.service-details .service-block-A span, .service-details .service-block-A p:first-of-type {
  font-size: 30px;
  line-height: 35px;
  color: #c41230;
}
.service-details .service-block-A p:first-of-type {
  margin-bottom: 1.1em;
}
.service-details .service-block-A .quote {
  width: 40%;
  max-width: 250px;
  margin-left: 50px;
}
.service-details .service-block-A .quote p {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
.service-details .service-block-A .quote span > p:before {
  content: ' ';
  width: 63px;
  height: 39px;
  background-image: url("../edit/images/open_quote.png");
  display: inline-block;
  margin-right: 5px;
}
.service-video {
  text-align: center;
  margin: 3em 0 0 0;
}
.manufacturer-buttons a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px 20px;
  background-color: #c41230;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0 0 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.manufacturer-buttons a:hover {
  color: #fff;
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 3px 8px;
}
.manufacturer-buttons a:first-child {
  border-top-left-radius: 30px;
}
.manufacturer-buttons a:last-child {
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 480px) {
  .service-details .service-block-A .quote {
    width: 100%;
    max-width: none;
    margin-left: 0px;
  }
}
#service-item-top-container .wrap {
  max-width: none;
  padding: 0;
  text-align: center;
}
#service-item-top-container .services-banner-image {
  max-height: 34.65vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#service-item-top-container .services-banner-image img {
  width: 2000px;
  max-width: 100%;
  /*#service-item-top-container .services-banner-image {position: relative;}
        #service-item-top-container .services-banner-image:before {
        content: ' ';
        position: absolute;
        top: -123px;
        left: 0;
        right: 0;
        height: 123px;
        background: #c4112f;
        z-index: 0;
        border-top-right-radius: 61.5px;
        }*/
}
.service-item-page .container-main-title + .container-main-top .content {
  padding-top: 0;
  /* ZQ - Shift to the Waikato */
}
#shift-to-the-waikato-title-container.container-main-title {
  border-bottom-left-radius: 0 !important;
}
#shift-to-the-waikato-top-container {
  border-bottom-left-radius: 110px;
  overflow: hidden;
}
#shift-to-the-waikato-top-container.container-main-top.backgroundimage-container h2 {
  color: #fff !important;
  padding-bottom: 24px;
  font-size: 50px;
}
#recruitment-sub-page-top-container .wrap {
  max-width: 100vw;
  position: relative;
}
#recruitment-sub-page-top-container.container-main-top .content {
  padding-top: 0;
}
.text-over-rotator {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.7) 0 0 10px;
  width: 60vw;
}
.text-over-rotator h2 {
  color: #fff;
  font-size: 56px;
  font-family: 'Kaushan Script', "proxima-nova", Arial, Helvetica, sans-serif;
  padding: 0;
  line-height: 69px;
}
.text-over-rotator h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 100;
  padding: 0;
  margin-top: 14px;
}
.form-item.edit5c6df9db0278c-item {
  max-width: 32%;
  margin-right: 2%;
  clear: none;
  float: left;
}
.form-item.edit5c6df9db07915-item {
  max-width: 32%;
  margin-right: 2%;
  clear: none;
  float: left;
}
.form-item.edit5c72f4e638805-item {
  max-width: 32%;
  margin-right: 0;
  clear: none;
  float: left;
}
.form-item.edit5c6df9db0800c-item {
  width: 100%;
  max-width: 100%;
}
#form-edit5d479a82cf5b4 .layout.half:nth-of-type(1) {
  margin-right: 8%;
}
#form-edit5d479a82cf5b4 .form-item {
  float: left;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 2%;
  clear: none;
  max-width: none;
}
#form-edit5d479a82cf5b4 .form-item.edit5d479a82d6e4f-item, #form-edit5d479a82cf5b4 .form-item.edit5d479a82d7970-item, #form-edit5d479a82cf5b4 .form-item.edit5d47a5b366552-item {
  float: right;
  margin-right: 0;
}
#form-edit5d479a82cf5b4 .form-item.edit5d479b9f6076d-item {
  width: 100%;
  margin-right: 0;
}
#form-edit5d479a82cf5b4 .form-item .radio > table > tbody > tr {
  float: left;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 12px;
}
#form-edit5d479a82cf5b4 .form-item .radio > table > tbody > tr:nth-child(2n+2) {
  margin-right: 0;
  /* Promos */
}
.promo-page .product-title {
  background-color: #000;
  color: #fff !important;
  padding: 0 15px;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 26px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  text-align: left;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  padding: 10px;
  padding-left: 30px;
  margin-top: 10px;
}
.promo-page .content {
  padding: 0px 0px;
}
.promo-page .btn-blk {
  background-color: #c41230 !important;
  border: solid 1px #c41230;
}
.promo-page .btn-blk:hover {
  background-color: #000 !important;
  border: solid 1px #000;
}
.promo-page .layout.main {
  width: 75%;
}
.promo-page .unslider-holder ul > li:before, .used-tractor-campaign-page .unslider-holder ul > li:before {
  display: none !important;
}
.promo-page .unslider-holder ul > li, .used-tractor-campaign-page .unslider-holder ul > li {
  padding: 0;
}
.quantum-page .imageboxes.textunder.curved-title .module-title {
  border-top-right-radius: 0px !important;
}
.quantum-page .imageboxes.textunder .module-image img {
  border-top-right-radius: 22px;
}
.quantum-page .imageboxes.textunder.curved-title .module-image {
  padding-bottom: 0px;
}
.quantum-page h2 {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
  color: #c4112f;
  text-transform: uppercase;
}
.quantum-page p.large-text {
  line-height: 30.6px;
  margin-top: 1.8em;
}
.large-text {
  font-size: 20px;
}
.red-button {
  border: 1px solid #c41230;
  border-bottom-left-radius: 26px;
  border-top-right-radius: 26px;
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #c41230;
}
.red-button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff !important;
  /* Campaign page for new tractors */
}
.used-tractor-campaign-page .slides .flex-active-slide > a > img {
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.used-tractor-campaign-page .large-text {
  font-size: 30px;
}
.used-tractor-campaign-page img.img-right {
  margin-top: 15px;
  margin-left: 60px;
  max-width: 30%;
}
.used-tractor-campaign-page #container-bread {
  display: none;
}
.used-tractor-campaign-page .grid.two-column {
  width: 50%;
  margin: 0 auto;
}
.used-tractor-campaign-page .grid.two-column > .grid-item {
  width: 40%;
}
.promo-page img.img-right {
  margin-top: 5px;
  margin-bottom: 40px;
  margin-left: 60px;
  max-width: 30%;
  /* Contact page */
}
#contact-us-bottom-container .map-holder {
  /* Staff */
}
.staff-category-holder h3 {
  display: block;
  border-top: solid 3px #c41230;
  padding-top: 2px !important;
  margin-top: 70px;
  /* Demo Days Landing Page */
}
.demo-days-page #image-rotator .flexslider .slides img {
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  /* Box Shadow for Images */
}
.image-shadow img {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.hire-lease-items-page h2:first-of-type, .terms-of-trade-page h2:first-of-type {
  color: #000;
}
.imports-direct-page .imageboxes.imageright.grid.four-column .imagebox-item.grid-item {
  width: 20%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.imports-direct-page .imageboxes.imageright .module-image {
  text-align: center;
  padding: 30px 10px;
}
.imports-direct-page #imports-direct-container .content .layout.full > h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
  padding-bottom: 15px;
}
.imports-direct-page #imports-direct-container .content .layout.full > .sub-title {
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.imports-direct-page #imports-direct-container.container-main.backgroundimage-container .content {
  padding-bottom: 30px !important;
}
.imports-direct-page p.sub-title > img {
  margin-left: 20px;
  width: 40px;
}
.imports-direct-page .imageboxes.imageright .module-image img {
  max-width: 100%;
}
.imports-direct-page .imageboxes .module-image {
  line-height: 94px !important;
}
.imports-direct-page .imageboxes .imagebox-item {
  background-color: rgba(242, 242, 242, 0.6) !important;
  border-top-right-radius: 40px !important;
  height: 150px !important;
}
.imports-direct-page .imageboxes .imagebox-item:hover {
  background-color: #c41230 !important;
  /* Credit Application Page */
}
.hire-lease-items-page .button-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.button-holder a {
  display: flex;
  flex-direction: column;
  flex-basis: 45%;
  flex: 1;
  text-align: center;
}
.button-holder a:first-child {
  margin-right: 5%;
}
.red-banner-strip {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding-top: 30px;
  font-weight: 300;
}
.red-banner-strip a {
  color: #fff;
}
.form-item .subbut > input {
  display: inline-block;
  background-color: #c41230;
  color: #fff;
  border: none;
  padding: 10px 30px;
}
.form-item .subbut > input:hover {
  background-color: #670919;
}
.contact-c2a {
  margin-top: 40px;
  margin-left: -10px;
  /* Footer */
}
.contact-c2a a.button {
  margin-left: 10px;
  display: inline-flex;
  margin-top: 10px;
}
.contact-c2a a.button:before {
  content: '\e0b0';
  font-family: 'Material Icons';
  margin-right: 10px;
}
#container-footer {
  background: #c41230;
}
#footer {
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 100px 0px 90px 0px;
  font-size: 15px;
  position: relative;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #000;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h2 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 22px;
  font-size: 29px;
  font-weight: 800;
}
#footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 4px;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-contact1 {
  float: left;
  width: 65%;
  text-align: left;
  border-bottom: solid 1px #a3021d;
  padding-bottom: 50px;
}
#footer .footer-contact2 {
  float: left;
  width: 65%;
  text-align: left;
  clear: left;
  border-bottom: solid 1px #a3021d;
  padding-bottom: 50px;
  padding-top: 20px;
}
#footer .footer-contact2 a {
  display: inline-block;
  float: left;
  clear: both;
  font-weight: 700;
}
#footer .footer-contact3 {
  float: left;
  width: 65%;
  text-align: left;
  clear: left;
  padding-top: 30px;
}
#footer .footer-contact3 .button-item [class^="icon-"], #footer .footer-contact3 .button-item [class*=" icon-"], #footer .footer-contact3 .button-item [class^="social-"], #footer .footer-contact3 .button-item [class*=" social-"], #footer .footer-contact3 .button-item .material-icons {
  border-radius: 8px;
  height: 25px;
  width: 25px;
  padding: 5px;
  margin-right: 8px;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
  background-color: #000;
  color: #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
}
#footer .footer-contact3 .button-item .material-icons {
  font-size: 18px;
  padding: 0;
}
#footer .footer-contact3 .button-item a:hover [class^="icon-"], #footer .footer-contact3 .button-item a:hover [class*=" icon-"], #footer .footer-contact3 .button-item a:hover [class^="social-"], #footer .footer-contact3 .button-item a:hover [class*=" social-"], #footer .footer-contact3 .button-item a:hover .material-icons {
  background-color: #fff;
  color: #c41230;
}
#footer .footer-links1 {
  float: right;
  width: 35%;
  text-align: right;
  position: absolute;
  top: -24px;
  right: 0px;
  left: auto;
}
#footer .footer-links1 .copyright {
  padding-right: 24px;
  padding-left: 20%;
  padding-top: 20px;
  text-align: center;
  line-height: 1;
}
#footer .footer-links1 img {
  margin-bottom: 5px;
  height: 550px;
  width: auto;
}
#footer .footer-links1 a {
  /* Round social link styles */
}
#footer .links.iconlinks a.link-item:hover {
  /* Base */
}
#container-base {
  background: #c41230;
}
#base {
  line-height: 1.8;
  font-size: smaller;
  color: #fff;
  text-align: center;
  padding: 10px 0px 10px;
}
#base a {
  color: #fff;
}
#base a:hover {
  text-decoration: underline;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
  /* Pagination colours */
}
.paginate a.paginate-number {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.paginate a.paginate-number.on, .paginate a.paginate-number:hover {
  background-color: #c41230;
  border-color: #c41230;
  /* Form */
}
.contact-form {
  background-color: #f9fafa;
  padding: 30px;
  border-top: solid 1px #c41230;
  display: block;
}
.entry-form-page .layout.half {
  width: 36%;
}
.entry-form-page .layout-two-col-equal .layout.half + .layout.half {
  width: 56%;
}
.boxed.content {
  padding: 20px 40px !important;
  background-color: #c4112f;
  border: 1px solid #ff9393;
  border-top: 3px solid #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
div.pack {
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
  /*box-sizing: border-box;*/
  display: none;
}
div.pack > * {
  margin: 0;
}
div.pack > *:not(:last-child) {
  margin-right: 10px;
}
div.pack img {
  width: 100%;
  height: auto;
}
@media (max-width: 560px) {
  div.pack {
    flex-wrap: wrap;
  }
  div.pack > * {
    flex: 1 0 auto !important;
    max-width: 100%;
    margin: 0 !important;
  }
  div.pack > *:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
.table-responsive {
  overflow-y: auto;
}
.table-responsive table {
  width: 100%;
  min-width: 1000px;
  margin-top: 1em;
}
.table-responsive table th, .table-responsive table td {
  padding: 6px 0;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.table-responsive table th {
  background-color: #efefef;
}
.table-responsive + .small {
  display: block;
  font-size: 13px;
  font-style: italic;
  padding-top: 10px;
}
#hire-lease-container .contact-form {
  margin-top: 80px;
}
.content form p {
  margin-bottom: 30px;
}
form .subtitle {
  padding: 0;
}
.req {
  color: #d60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 0 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 28px;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  background-color: #fff;
  border: solid #c2c1c1 1px;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
  /* Custom button */
}
.form-item.submit-item {
  margin-bottom: 0;
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
}
form#form-edit5bd0dc36220e8 .input input, form#form-edit5bd0dc36220e8 select, form#form-edit5bd0dc36220e8 textarea {
  display: block;
  border: 0px solid #aaa;
  border-bottom-width: 1px;
  background-color: transparent;
  border-radius: 0;
  outline: none;
}
form#form-edit5bd0dc36220e8 .form-item {
  width: 49%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  max-width: none;
}
form#form-edit5bd0dc36220e8 .form-item.edit5bd0dd42ba527-item, form#form-edit5bd0dc36220e8 .form-item.edit5bd0dd42c0229-item {
  width: 100%;
}
form#form-edit5bd0dc36220e8 .form-item .label {
  color: #b1b1b1;
  font-weight: 200;
}
form#form-edit5bd0dc36220e8 .form-item.submit-item {
  width: 100%;
  text-align: center;
}
form#form-edit5bd0dc36220e8 .form-item.edit5bd0dd42ba527-item .label {
  display: none;
}
form#form-edit5bd0dc36220e8 .subbut input {
  background-image: linear-gradient(#c4112f, #a21028);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  padding: 10px 50px;
  border-radius: 5px;
  color: #fff;
}
form#form-edit5bd0dc36220e8 .subbut input:hover {
  background-image: linear-gradient(#c4112f, #c4112f);
}
form#form-edit5bd0dc36220e8 tr table {
  margin-top: 10px;
}
form#form-edit5bd0dc36220e8 tr label {
  font-weight: 300;
  font-size: 18px;
}
#mc_embed_signup.contact-form {
  background-color: #f9fafa;
}
#mc_embed_signup .indicates-required {
  position: relative;
  left: 0;
}
#mc_embed_signup .indicates-required .asterisk {
  right: 95px;
  left: auto;
}
#mc_embed_signup .mc-field-group.grid-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  clear: none;
}
#mc_embed_signup .mc-field-group.grid-item.last {
  margin-right: 0;
}
#mc_embed_signup.contact-form .asterisk {
  position: absolute;
  top: 0;
}
#mc_embed_signup .mc-field-group.input-group ul li {
  padding: 0;
  position: relative;
  display: block;
  float: left;
  clear: both;
  min-width: 210px;
}
#mc_embed_signup .mc-field-group.input-group label {
  padding: 12px 30px;
  width: 100%;
  display: block !important;
  text-align: left;
  color: #3c454c;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 100ms ease-in;
  overflow: hidden;
  text-align: center;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#mc_embed_signup .mc-field-group.input-group label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #c41230;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 100ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
#mc_embed_signup .mc-field-group.input-group label:after {
  width: 20px;
  height: 20px;
  content: '';
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 0px -3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 50ms ease-in;
}
#mc_embed_signup .mc-field-group.input-group input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
#mc_embed_signup .mc-field-group.input-group input:checked ~ label {
  color: #fff;
}
#mc_embed_signup .mc-field-group.input-group input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
#mc_embed_signup .mc-field-group.input-group input:checked ~ label:after {
  background-color: #ba102d;
  border-color: #fff;
}
#mc_embed_signup .mc-field-group.input-group ul li:before {
  content: none;
  /* Service form */
}
form#form-edit599100016d144 {
  /* Hide Taupo from service form */
  /* service form              question               dropdown           taupo */
}
form#form-edit599100016d144 .edit59921b3b7b698-item #edit59921b3b7b698 [value=edit5cf0a97d38caa] {
  display: none;
  /* Styles for the Entry Form (based off of Mailchimp) */
  /* Edited by ZQ 11th October | Created by KC & KT 11th October */
}
#form-edit5d9bdc1f4f8c6 h2 {
  padding-bottom: 3%;
  /* Each Form Item's standard styles */
}
#form-edit5d9bdc1f4f8c6 .form-item {
  float: left;
  clear: none;
  width: 32%;
  margin-right: 2%;
  padding-bottom: 3%;
}
#form-edit5d9bdc1f4f8c6 .form-item:nth-child(4) {
  margin-right: 0px;
  /* Radio Buttons FORM ITEM in Entry Form */
}
#form-edit5d9bdc1f4f8c6 .form-item.edit5d9bdcbb732e1-item {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  /* Each individual Radio button as an item */
}
#form-edit5d9bdc1f4f8c6 .form-item.edit5d9bdcbb732e1-item .radio-item {
  float: left;
  width: 22%;
  margin-right: 4%;
}
#form-edit5d9bdc1f4f8c6 .form-item.edit5d9bdcbb732e1-item .radio-item:nth-child(4n+4) {
  margin-right: 0;
  /* Terms & Conditions Field */
}
#form-edit5d9bdc1f4f8c6 .form-item.edit5d9bdd1f9a10f-item {
  width: 100%;
  max-width: 100%;
  /* Unsure what this is, maybe not necessary after tweaking */
}
#form-edit5d9bdc1f4f8c6 .form-item:nth-child(6) {
  width: 100%;
}
#form-edit5d9bdc1f4f8c6 .form-item:nth-child(6) table > tbody > tr > td > table {
  width: 25%;
  line-height: 36px;
}
#form-edit5d9bdc1f4f8c6 div:nth-child(7) {
  clear: none;
}
#form-edit5d9bdc1f4f8c6 .form-item .input-radio-holder {
  position: relative;
  /* End of the 'Unsure what this is' section of code */
}
#form-edit5d9bdc1f4f8c6 .form-item .input input {
  height: 36px;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#form-edit5d9bdc1f4f8c6 .form-item input[type="radio"] {
  height: auto;
  /* Each Radio Buttons Tickbox */
}
#form-edit5d9bdc1f4f8c6 .form-item .radio-item input {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  order: 1;
  cursor: pointer;
  visibility: hidden;
  z-index: 2;
  /* Important, changes colours based on if item is checked */
}
#form-edit5d9bdc1f4f8c6 .form-item .radio-item input:checked ~ label {
  color: #fff;
  background-color: #c41230;
  /* Can't see what this actually does without viewing inspect? */
}
#form-edit5d9bdc1f4f8c6 .form-item .radio input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
  background-color: #c41230;
  /* Controls the tick and circle based on input */
}
#form-edit5d9bdc1f4f8c6 .form-item .radio input:checked ~ label:after {
  background-color: #ba102d;
  border-color: #fff;
  /* Each Radio Buttons Label */
}
#form-edit5d9bdc1f4f8c6 .form-item .radio-item label {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 30px;
  margin-bottom: 10px;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Add Box shadow to the hover effect on each label */
}
#form-edit5d9bdc1f4f8c6 .form-item .radio-item label:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px;
}
#form-edit5d9bdc1f4f8c6 .form-item .radio-item label:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c41230;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}
#form-edit5d9bdc1f4f8c6 .form-item .radio-item label:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 0px -3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Recpatcha Box Styles */
}
#form-edit5d9bdc1f4f8c6 .form-item.recaptcha-item {
  padding-bottom: 10px;
  /* Subbut Styles */
}
#form-edit5d9bdc1f4f8c6 .form-item.submit-item {
  clear: both;
  padding-bottom: 0;
  width: auto;
  margin-right: 0;
}
#form-edit5d9bdc1f4f8c6 .form-item .subbut > input {
  display: inline-block;
  width: auto;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.center.button a {
  display: inline-block;
  background-color: #c41230;
  color: #fff !important;
  padding: 12px 38px;
  margin: 0 auto;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.center.button a:hover {
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #000;
}
#red-december-contact-container {
  background-color: #f2f2f2;
}
#red-december-contact-container h2 {
  padding: 0 0 70px 0;
  font-weight: 500;
}
#red-december-contact-container .contact-form {
  background-color: #fff;
}
.red-december-page .form-item {
  clear: none;
  float: left;
  width: 48%;
  max-width: 48%;
  margin-right: 4%;
}
.red-december-page .form-item.edit4b5506379b088-item, .red-december-page .form-item.edit59af7e5aa20fa-item {
  margin-right: 0;
}
.red-december-page .form-item.edit51423ed0ea959-item {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.covid-19-page .grid.three-column .grid-item {
  width: 32%;
  margin-right: 2%;
}
.covid-19-page .grid.three-column .grid-item:nth-child(3n+3) {
  margin-right: 0;
}
.covid-19-page .imageboxes.imageright .imagebox-item {
  height: 200px;
}
.covid-19-page .imageboxes.imageright .module-image {
  line-height: 150px;
}
.covid-19-page .imageboxes.imageright .module-image img {
  max-width: 50%;
}
.covid-19-page .imageboxes.imageright .module-text h4 {
  font-size: calc(4px + 1.2vw);
}
.covid-19-page .imageboxes.imageright .module-text h5 {
  font-size: calc(0px + 1vw);
}
.something-for-everyone-page #image-rotator div[class*="uk-position-"] {
  top: 25%;
  max-width: 1200px;
  width: 100%;
}
.something-for-everyone-page #image-rotator .uk-slideshow-items h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
  font-size: 84px;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.95;
  letter-spacing: -0.01em;
}
.something-for-everyone-page #image-rotator .uk-slideshow-items h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  padding: 12px 15px 15px;
}
.something-for-everyone-page #image-rotator .uk-slideshow-items h3 .small {
  font-size: 24px;
  vertical-align: top;
  margin-top: 9px;
  display: inline-block;
}
#something-for-everyone-top-container .content {
  color: #fff;
  font-weight: 300;
  padding-top: 40px;
  padding-bottom: 40px;
}
#something-for-everyone-top-container .content h1 {
  color: #fff;
  max-width: 60%;
  font-size: 50px;
  font-weight: 700;
}
#something-for-everyone-top-container .content p {
  float: left;
  max-width: 60%;
}
.something-for-everyone-points {
  float: right;
  width: 30%;
  font-weight: 600;
  text-transform: uppercase;
}
.something-for-everyone-points li {
  display: flex;
  align-items: center;
  max-width: 250px;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.something-for-everyone-points li:before {
  display: none;
}
.something-for-everyone-points .material-icons {
  font-size: 53px;
  vertical-align: middle;
  margin-right: 10px;
}
#something-for-everyone-container .imageboxes.textabove .imagebox-item {
  display: inline-block;
  position: relative;
  border: solid 1px #636365;
  box-shadow: 0 0 1px 0px #666;
  box-sizing: border-box;
}
#something-for-everyone-container .imageboxes.textabove .module-text {
  width: 100%;
  display: block;
  color: #636365;
  font-size: 15px;
  line-height: 1.3;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
#something-for-everyone-container .imageboxes.textabove .module-text h4 {
  color: #c41230;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  padding: 0px;
  margin: 0px;
}
#something-for-everyone-container .imageboxes.textabove .module-text h5 {
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0px;
  margin: 2px 0px 4px;
}
#something-for-everyone-container .imageboxes.textabove .module-text .price {
  float: right;
  display: block;
  max-width: 150px;
  color: #000;
  font-size: 9px;
  font-weight: 700;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#something-for-everyone-container .imageboxes.textabove .module-text .price .red {
  display: block;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 8px 10px;
  background-color: #c41230;
  margin-bottom: 5px;
}
#something-for-everyone-container .imageboxes.textabove .module-text .price .red span {
  display: block;
  font-size: 9px;
  font-weight: 700;
}
#something-for-everyone-container .imageboxes.textabove .module-text .price .red span:nth-child(1) {
  text-align: left;
}
#something-for-everyone-container .imageboxes.textabove .module-text .price .red span:nth-child(2) {
  text-align: right;
}
#something-for-everyone-container .imageboxes.textabove .module-image .view {
  color: #fff;
  padding: 0 10px;
  background-color: #010101;
}
#something-for-everyone-container .wrap .content .layout .imageboxes.textabove:first-child .imagebox-item:nth-child(2n+1) {
  width: 65%;
}
#something-for-everyone-container .wrap .content .layout .imageboxes.textabove:first-child .imagebox-item:nth-child(2n+2) {
  margin-right: 0%;
}
#something-for-everyone-container .wrap .content .layout .imageboxes.textabove:first-child .imagebox-item:nth-child(2n+1) .module-image {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#something-for-everyone-container .wrap .content .layout .imageboxes.textabove:first-child .imagebox-item:nth-child(2n+2) .module-image {
  position: absolute;
  bottom: 0px;
}
.something-for-everyone-terms {
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .something-for-everyone-page #image-rotator div[class*="uk-position-"] {
    top: 30%;
    max-width: 1160px;
    padding: 0 20px;
  }
  .something-for-everyone-page #image-rotator .uk-slideshow-items h2 {
    font-size: calc(4vw + 20px);
  }
  .something-for-everyone-page #image-rotator .uk-slideshow-items h3 {
    font-size: calc(4vw - 13px);
  }
  .something-for-everyone-page #image-rotator .uk-slideshow-items h3 .small {
    font-size: 2vw;
    margin-top: 2px;
  }
  #something-for-everyone-top-container .content h1 {
    font-size: calc(3vw + 10px);
  }
  #something-for-everyone-container .imageboxes.textabove .module-text .price {
    float: none;
    display: block;
    max-width: none;
    color: #6d6e71;
    font-size: 9px;
    font-weight: 700;
    margin-top: 4px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 4px;
  }
  #something-for-everyone-container .imageboxes.textabove .module-text .price .red {
    display: block;
    color: #6d6e71;
    font-size: 15px;
    text-align: left;
    padding: 0 0 0 0;
    background: none;
    margin-bottom: 5px;
  }
  #something-for-everyone-container .imageboxes.textabove .module-text .price .red span {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 850px) {
  .something-for-everyone-page #image-rotator div[class*="uk-position-"] {
    display: block;
  }
  .something-for-everyone-page #image-rotator .uk-slideshow-items h2 {
    font-size: calc(4vw + 12px);
  }
  .something-for-everyone-page #image-rotator .uk-slideshow-items h3 {
    font-size: calc(3vw + 0px);
  }
  #something-for-everyone-top-container .content h1 {
    max-width: 600px;
  }
  #something-for-everyone-top-container .content p {
    float: none;
    max-width: none;
  }
  .something-for-everyone-points {
    float: none;
    width: auto;
    display: flex;
  }
  .something-for-everyone-points li {
    display: flex;
    width: 100%;
    max-width: 240px;
    margin-bottom: 0;
    margin-right: 30px;
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .something-for-everyone-page #image-rotator .uk-slideshow-items h2 {
    font-size: calc(3vw + 10px);
  }
  .something-for-everyone-page #image-rotator .uk-slideshow-items h3 {
    font-size: calc(3vw + 0px);
    padding: 6px 15px 15px;
  }
  .something-for-everyone-points {
    display: block;
  }
  .something-for-everyone-points li {
    font-size: 18px;
    max-width: none;
    margin-bottom: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1400px) {
  .test-page-page .flex-caption {
    bottom: 10% !important;
  }
}
@media screen and (max-width: 1300px) {
  /* Small Screens / Tablets */  p.text-over-image {
    width: 80%;
    left: 10%;
  }
  .container-main-title {
    border-top-right-radius: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  html {
    -webkit-text-size-adjust: none;
  }
  #none {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
    /* ie8 */
    width: auto\9;
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .hire-lease-items-page iframe {
    height: -webkit-fill-available;
  }
  .img-left, .img-right {
    max-width: 50%;
    /* Hide/show element that should only show on mobile */
  }
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: inline;
  }
  #container2, #container-header, #container-navigation, #container-flash, #container-bread, #container-intro, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
    width: 100%;
  }
  #container1, .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrap {
    padding: 0 20px;
  }
  #header {
    height: auto;
  }
  #header #logo {
    position: relative;
  }
  #top-nav {
    width: 30%;
  }
  #header #search #search-box-input {
    width: 150px;
  }
  #navigation, #breadcrumb, .auth-details, .container-main .content, .container-main-title .content, .container-main-top .content, .container-main-bottom .content, #footer, #base {
    padding-left: 0px;
    padding-right: 0px;
  }
  #navigation {
    clear: both;
    float: none;
    height: auto;
    text-align: center;
  }
  #navigation ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 0;
    float: none;
  }
  #navigation li > a {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  #site-messages .wrap {
    padding: 0 0px;
  }
  #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
    padding: 15px 20px;
  }
  #image-rotator h3 {
    font-size: 22px;
    padding: 5px 0 5px 0;
  }
  #slidebox {
    display: none;
    /*#desktop-link {display:inline;}*/
  }
  .product-item {
    width: 32%;
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+4) {
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+5) {
    clear: none;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: both;
  }
  .our-sales-team-page .container-main-top .wrap .content img {
    border-bottom-left-radius: 60px;
  }
  p.text-over-image {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 1120px) {
  #image-rotator h1, #image-rotator h2, #image-rotator .heading {
    font-size: 70px;
  }
}
@media screen and (max-width: 1080px) {
  .container-main-title .content h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footer-links1 {
    width: 45%;
  }
  #footer .footer-contact1, #footer .footer-contact2, #footer .footer-contact3 {
    width: 55%;
  }
}
@media screen and (max-width: 1100px) {
  .used-tractor-campaign-page .grid.two-column > .grid-item {
    width: 39%;
  }
  p.text-over-image {
    width: 96%;
    left: 2%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .used-tractor-campaign-page .grid.two-column {
    width: 66%;
  }
  .used-tractor-campaign-page .grid.two-column > .grid-item {
    width: 40%;
  }
}
@media screen and (max-width: 950px) {
  #image-rotator h1, #image-rotator h2, #image-rotator .heading {
    font-size: 60px;
  }
  .container-main-title .content h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 940px) {
  #container-navigation {
    height: auto;
    /* Hide navigation for mobile */
  }
  #navigation {
    display: none !important;
    /* Show mobile navigation */
  }
  #mobile-navigation {
    display: block;
    height: auto;
    padding-bottom: 10px;
  }
  #mobile-navigation a {
    float: left;
    display: inline-block;
    width: 32%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0 0 0;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #efefef;
    border-radius: 15px;
    margin-bottom: 14px;
  }
  #mobile-navigation a:nth-child(3n+3) {
    margin-right: 0%;
  }
  #mobile-navigation a:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 850px) {
  #image-rotator h1, #image-rotator h2, #image-rotator .heading {
    font-size: 50px;
  }
  #image-rotator div[class*="uk-position-"] {
    display: none;
  }
  .used-tractor-campaign-page img.img-right, .promo-page img.img-right {
    max-width: 40%;
  }
  #footer {
    padding: 60px 0px 10px 0px;
  }
  #footer .footer-links1 {
    display: none;
  }
  #footer .footer-contact1, #footer .footer-contact2, #footer .footer-contact3 {
    width: 100%;
  }
  #home-2-1-container h2 {
    padding-bottom: 50px;
  }
  #home-2-1-container .content {
    padding-bottom: 80px !important;
  }
  .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .content {
    padding: 60px 0px;
  }
  .container-main-top .content {
    padding: 60px 0px;
    /* Grid class styles */
  }
  .grid .grid-item {
    float: left;
    display: inline-block;
  }
  .grid .grid-item img {
    vertical-align: middle;
    /* 7 column grid to 4 column */
  }
  .grid.seven-column .grid-item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: both;
    /* 6,5,4 column grid to 3 column */
  }
  .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 5%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 5%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 5%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .grid.four-column .grid-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.four-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .home-page .imageboxes.textunder .imagebox-item {
    margin-bottom: 40px;
  }
  .home-page .imageboxes.textunder .imagebox-item:last-of-type {
    margin-bottom: 0;
  }
  .used-tractor-campaign-page .grid.two-column {
    width: 80%;
  }
  .used-tractor-campaign-page .grid.two-column > .grid-item {
    width: 40%;
  }
  p.text-over-image {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 840px) {
  a.button.big {
    font-size: 22px;
    line-height: 32px;
  }
  a.button:hover {
    background-color: #c41230;
    box-shadow: none;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
@media screen and (max-width: 750px) {
  #image-rotator h1, #image-rotator h2, #image-rotator .heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  /* Small Tablets */  .used-tractor-campaign-page .grid.two-column {
    width: 75%;
    margin: 0;
  }
}
@media screen and (max-width: 670px) {
  #container-header .wrap {
    padding: 0 0;
  }
  #header {
    text-align: center;
  }
  #header #logo {
    max-width: 100%;
    width: auto;
    display: inline-block;
    float: none;
    padding: 20px;
    height: auto;
    line-height: 1;
    margin: 0 0 0 0;
  }
  #top-nav {
    clear: right;
  }
  #header-right {
    display: none;
  }
  #header #search {
    display: none;
  }
  #demo-days-title-container {
    margin-top: 0;
    /* Mobile navigation */
  }
  #mobile-navigation {
    padding-top: 10px;
  }
  #mobile-navigation a {
    width: 30%;
    margin-right: 5%;
  }
  #mobile-navigation a:nth-child(4n+4) {
    margin-right: 5%;
  }
  #mobile-navigation a:nth-child(4n+5) {
    clear: none;
  }
  #mobile-navigation a:nth-child(3n+3) {
    margin-right: 0%;
  }
  #mobile-navigation a:nth-child(3n+4) {
    clear: both;
    /* Three column equal */
  }
  .layout-three-col-equal .layout.third {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .layout-three-col-equal .layout.third.gap {
    margin-left: 0%;
  }
  .layout.half, .layout.main, .layout.side, .layout.middle, .layout.third {
    float: none !important;
    width: 100% !important;
  }
  .layout.gap, .layout.third.gap {
    margin-left: 0%;
  }
  .layout.main {
    margin-bottom: 20px;
  }
  .layout.half + .layout.half {
    padding-top: 40px;
  }
  .our-sales-team-page .container-main-top {
    background-color: #c4112f;
  }
  .our-sales-team-page .text-over-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    transform: none;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .our-sales-team-page .container-main-top .wrap .content img {
    display: none;
    /*#image-rotator {display:none;}*/
    /*	
		#footer .footer-contact1 {
		width:45%;
		margin-bottom:18px;
		}
			
		#footer .footer-contact2 {
		clear:left;
		width:45%;
		}
		
		#footer .footer-links1 {
		width:50%;
		}
		*/
  }
  .used-tractor-campaign-page img.img-right, .promo-page img.img-right {
    max-width: 45%;
  }
  #footer .layout.third {
    float: left !important;
    width: 32% !important;
  }
  #footer .layout.third.gap {
    margin-left: 2% !important;
  }
  #footer .footer-contact3 .layout.third {
    width: 49% !important;
  }
  #footer .footer-contact3 .layout.third:nth-child(3) {
    margin-left: 0 !important;
    clear: both;
    /* 7,6,5,4,3 column grid to 2 column */
  }
  .grid.seven-column .grid-item, .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 4%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.six-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 4%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.five-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.four-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.three-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.three-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.three-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.three-column .grid-item:nth-child(2n+3) {
    clear: both;
    /* Before and After */
  }
  .beforeafter-holder .beforeafter-item {
    width: 45%;
    margin-right: 10%;
  }
  .beforeafter-holder div:nth-child(3n+3) {
    margin-right: 10%;
  }
  .beforeafter-holder div:nth-child(3n+4) {
    clear: none;
  }
  .beforeafter-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .beforeafter-holder div:nth-child(2n+3) {
    clear: left;
    /* Videos */
  }
  .video-holder .video-item {
    width: 45%;
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+3) {
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+4) {
    clear: none;
  }
  .video-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .video-holder div:nth-child(2n+3) {
    clear: left;
  }
  .subscription-plans .subscription-plan {
    width: 47%;
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+3) {
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+4) {
    clear: none;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: left;
  }
  .pricelist-header .pricelist-price, .pricelist-header .pricelist-inclusive {
    display: none;
  }
  .pricelist-product {
    float: left;
    width: 75%;
    margin-right: 2%;
    padding-bottom: 6px;
  }
  .pricelist-price {
    clear: left;
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-inclusive {
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-qty {
    float: right;
    width: 23%;
  }
  .product-item {
    width: 47%;
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: none;
  }
  .products-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(2n+3) {
    clear: both;
  }
  .form-item .label, .form-item .label2 {
    margin-bottom: 2px;
  }
  .form-item .label, .form-item .label2, .form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea, .form-item .label-padding, .form-item .subbut, .form-item .g-recaptcha, #recaptcha_image {
    width: 100% !important;
    padding-left: 0px;
    margin-left: 0%;
  }
  .form-item .g-recaptcha > div > div {
    max-width: 100%;
    overflow: hidden;
  }
  .recaptcha_input .input {
    padding-right: 0px;
  }
  .recaptcha_options li a {
    top: 0px;
  }
  form#form-edit5bd0dc36220e8 .form-item {
    width: 100%;
  }
  .shopping-cart-list .shopping-cart-list-header {
    display: none;
  }
  .shopping-cart-list .shopping-cart-list-items {
    padding: 4px 10px;
    border: solid #f0e8e6 1px;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
  }
  .shopping-cart-list .scl-image {
    float: right;
    position: absolute;
    text-align: center;
    right: 5px;
    top: 8px;
    width: 20%;
    max-height: 60px;
  }
  .shopping-cart-list .scl-image img {
    max-height: 60px;
  }
  .shopping-cart-list .scl-products {
    width: 100%;
    min-height: 60px;
    padding-right: 0%;
  }
  .shopping-cart-list .scl-products-title {
    float: left;
    width: 68%;
  }
  .shopping-cart-list .scl-products-additional {
    clear: both;
    width: 100%;
  }
  .shopping-cart-list .scl-products .cart-msg-box, .shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
    width: 98%;
  }
  .msg-small {
    font-size: 13px;
    line-height: 17px;
  }
  .shopping-cart-list .scl-quantity {
    clear: both;
    width: 59%;
    text-align: left;
    padding-right: 0px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-list .scl-quantity .scl-quantity-text {
    float: left;
    display: inline-block;
    padding-right: 3%;
    line-height: 26px;
    font-size: 14px;
  }
  .shopping-cart-list .scl-quantity input {
    float: left;
    font-size: 15px;
    display: inline-block;
    margin-right: 12%;
  }
  .shopping-cart-list .remove-link {
    float: left;
    display: inline-block;
    text-align: left;
    line-height: 26px;
    font-size: 12px;
  }
  .shopping-cart-list .scl-price {
    width: 40%;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    padding-right: 1%;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-space, .shopping-cart-totals .shopping-cart-total-final .totals-space, #sc-subtotals .totals-space-base {
    display: none;
  }
  .shopping-cart-totals .shopping-cart-total-item, .shopping-cart-totals .shopping-cart-total-final {
    display: block;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
    float: left;
    width: 66%;
    text-align: left;
    padding-right: 0;
    padding-left: 4%;
    margin: 0 0 0 0;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
    float: left;
    width: 26%;
    font-size: 15px;
    padding-right: 4%;
    margin: 0 0 0 0;
  }
  .address-selector li {
    width: 48%;
  }
  .cart-checkradio-holder .checkradio {
    width: 50%;
  }
  .payment-radio-holder {
    width: 10%;
  }
  .payment-holder {
    width: 90%;
  }
  #something-for-everyone-container .wrap .content .layout .imageboxes.textabove:first-child .imagebox-item:nth-child(2n+1) {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  a.button {
    padding: 10px 20px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  a.button.big {
    font-size: 16px;
    line-height: 24px;
  }
  a.button.right {
    margin-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  /* Phones */  .used-tractor-campaign-page .grid.two-column {
    width: 75%;
  }
  .used-tractor-campaign-page .grid.two-column > .grid-item {
    width: 60%;
  }
  .mobile-rotator {
    display: block !important;
  }
  #container-flash #image-rotator {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
  }
  img {
    max-width: 100%;
    height: auto;
    /* ie8 */
    width: auto\9;
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .hire-lease-items-page iframe {
    height: -webkit-fill-available;
  }
  ul li {
    line-height: 26px;
    padding-bottom: 8px;
    background-position: 5px 9px;
  }
  ul > li:before {
    font-size: 10px;
    font-family: Arial, sans-serif;
  }
  a.button {
    border-radius: 18px;
    margin-bottom: 24px;
    text-align: center;
  }
  a.button.right {
    width: 100%;
    margin-left: 0;
  }
  a.button.big {
    font-size: 22px;
    letter-spacing: 1px;
  }
  #container1 {
    width: 100%;
  }
  #container2 {
    width: 100%;
    /* Center number on promo mobile */
  }
  .promo-num {
    display: block;
    text-align: center;
  }
  #header {
    height: auto;
  }
  #header #logo {
    width: 100%;
    padding: 20px;
    text-align: center;
    max-width: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }
  #header #logo img {
    max-width: 100%;
  }
  #top-nav, #header #search {
    display: none;
  }
  #header #mobile-link {
    float: left;
    display: block;
    width: 50%;
    /*border-bottom-left-radius:26px;
		border-top-right-radius:26px;*/
    overflow: hidden;
  }
  #header #mobile-link a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 70px;
    padding: 0px 20px;
    font-size: 18px;
    /*background-color:rgb(251,251,251);*/
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    /*#header #mobile-link h4 {display:none;}
					#header #mobile-link:hover a {color:#fff;background-color:#ed611d;}*/
  }
  #mobile-link a [class^="icon-"], #mobile-link a [class*=" icon-"], #mobile-link a .material-icons {
    display: inline-block;
    font-size: 50px;
    line-height: 70px;
    vertical-align: middle;
  }
  #mobile-link a i {
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: phone-rotate 440ms infinite;
    -moz-animation: phone-rotate 440ms infinite;
    -o-animation: phone-rotate 440ms infinite;
    animation: phone-rotate 440ms infinite;
  }
  @keyframes phone-rotate {
    0% {
      transform: rotate(135deg);
    }
    33% {
      transform: rotate(150deg);
    }
    66% {
      transform: rotate(110deg);
    }
    100% {
      transform: rotate(135deg);
    }
  }
  #mobile-menu, #header #mobile-link {
    background: #c41130;
    text-align: center;
  }
  #mobile-navigation {
    display: none !important;
    height: auto;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    padding: 20px 30px;
    padding-right: 60px;
  }
  #mobile-navigation a {
    float: none;
    display: block;
    height: auto;
    width: 100%;
    line-height: 1.4;
    text-align: left;
    color: #fff;
    padding: 10px 10px;
    margin-bottom: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  #mobile-menu {
    display: inline-block;
  }
  .mobile-active #mobile-menu a .material-icons {
    display: none;
  }
  .mobile-active #mobile-menu a:before {
    content: 'close';
    width: auto;
    height: 70px;
    line-height: 70px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 54px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    background: none;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
  #container-navigation .wrap {
    padding: 0 0 0 0;
  }
  .mobile-active #navigation {
    display: block !important;
  }
  #navigation ul {
    display: block;
    width: 100%;
    float: none;
  }
  #navigation ul li {
    float: none;
    display: block;
    width: 100%;
  }
  #navigation li > a {
    position: relative;
    float: none;
    display: block;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    height: 54px;
    line-height: 54px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #navigation li > a strong, #navigation li > a b {
    height: 54px;
    line-height: 54px;
  }
  #navigation li:first-child > a {
    border-top: none;
  }
  #navigation li > a:after {
    display: none;
  }
  #navigation li > a:hover, #navigation li > .on {
    color: #000;
    background: none;
    background-color: rgba(0, 0, 0, 0.05);
  }
  #navigation li.expanded > a {
    background-color: #fff;
  }
  #navigation li.drop > a:after {
    content: 'add';
    position: absolute;
    top: 5px;
    right: 10px;
    width: auto;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 44px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    background: none;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
  #navigation li.drop.expanded > a:after {
    content: 'remove';
  }
  #navigation li > a.on:after, #navigation li > a.over:after, #navigation li > a:hover:after {
    opacity: 1;
  }
  #navigation .sub-nav {
    position: relative;
    top: auto;
    left: auto;
  }
  #navigation .expanded .sub-nav {
    display: block;
  }
  #navigation .sub-nav li {
    width: 100%;
    height: auto;
  }
  #navigation .sub-nav li > a {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 20px 16px 40px;
    line-height: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
  #navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
    color: #000 !important;
    border-radius: 0px !important;
    background-color: #fff !important;
    border-bottom: none !important;
    /*.mobile-active #container-outer {
    max-width:100%;
    overflow-x:hidden;
  	background-color:#c41130;
	}
	
	.mobile-active #mobile-navigation {
	position:absolute;
	top:0px;
	right:0px;
	width:270px;
	transform:translateX(270px);
	@include border-box();
	}
	
		.close-menu {
		position:absolute !important;
		top:10px;
		right:10px;
		width:60px !important;
		height:60px !important;
		display:inline-block !important;
		line-height:60px;
		text-align:center !important;
		padding:0 0 0 0 !important;
		margin:0 0 0 0 !important;
		z-index:1001;
		}
			.close-menu .material-icons {
			line-height:60px;	
			}
	
	#container1 {
	-moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
	
	.mobile-active #container1 {
	transform:translateX(-270px);
	background-color:#ffffff;
	}
	
		.mobile-active #container1:after {
		content:'';
		position:absolute;
		left:0px;
		right:0px;
		top:0px;
		bottom:0px;
		background-color:rgba(0, 0, 0, 0.75);
		z-index:1000;
		}*/
  }
  #home-mobile-navigation {
    display: block;
  }
  #home-mobile-navigation a {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 16px 20px;
    background: #e51437;
    background: -moz-linear-gradient(top, #e51437 0%, #c41130 100%);
    background: -webkit-linear-gradient(top, #e51437 0%, #c41130 100%);
    background: linear-gradient(to bottom, #e51437 0%, #c41130 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e51437', endColorstr='#c41130',GradientType=0);
    border-top: solid rgba(229, 20, 55, 0.3) 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #home-top-container {
    display: none;
  }
  .container-main-title {
    border-radius: 0 !important;
    border-top: 1px solid #a3021d;
  }
  .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content .img-left, .content .img-right, .content .img-center {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    padding: 10px 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content, .layout.side p, .layout.side .side-holder {
    font-size: 16px;
    line-height: 24px;
  }
  .content h1, .heading {
    font-size: 36px;
    line-height: 1.2;
  }
  .content h2, .subtitle {
    font-size: 32px;
    line-height: 1.2;
  }
  .content h3 {
    font-size: 26px;
    line-height: 1.2;
  }
  .content h4 {
    font-size: 22px;
    line-height: 1.2;
  }
  .layout.side h5 {
    font-size: 18px;
    line-height: 1.2;
  }
  .layout.side h6 {
    font-size: 18px;
    line-height: 1.2;
  }
  .small {
    font-size: 15px;
    line-height: 1.2;
  }
  .large {
    font-size: 17px;
    line-height: 1.2;
  }
  .layout.half, .layout.main, .layout.side, .layout.middle, .layout.third {
    float: none !important;
    width: 100% !important;
  }
  .layout.gap, .layout.third.gap {
    margin-left: 0%;
  }
  .layout.main {
    margin-bottom: 20px;
  }
  .used-tractor-campaign-page img.img-right, .promo-page img.img-right {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
  .imports-direct-page #imports-direct-container .content .layout.full > h1 {
    font-size: 75px;
  }
  .imports-direct-page #imports-direct-container.container-main.backgroundimage-container .content {
    padding-bottom: 60px !important;
    /*	
	#footer .footer-contact1 {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	margin-bottom:18px;
	}
		
	#footer .footer-contact2 {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	}
	
	#footer .footer-links1 {
	float:none;
	display:block;
	width:100%;
	text-align:left;
	margin-bottom:18px;
	}*/
    /* Increase mobile tap target size for SEO */
  }
  #footer .footer-contact2 a {
    min-width: 48px;
    min-height: 48px;
    line-height: 48px;
  }
  #footer .footer-contact3 .layout.third, #footer .layout.third {
    clear: both;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  #footer .layout.third.gap {
    margin-left: 0 !important;
    margin-top: 20px;
  }
  #footer {
    font-size: 16px;
    line-height: 26px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  #footer h4 {
    /*#desktop-link {display:inline;}*/
    /* Site Map */
  }
  .sitemap-holder {
    width: 100%;
    /* Grid */
  }
  .grid .grid-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Before and After */
  }
  .beforeafter-holder .beforeafter-item, .beforeafter-details .before-image, .beforeafter-details .after-image {
    width: 100%;
    margin-right: 0%;
  }
  .beforeafter-details .before-image {
    margin-bottom: 12%;
    /* Video */
  }
  .video-holder .video-item {
    width: 100%;
    margin-right: 0%;
  }
  .product-item {
    width: 100%;
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .subscription-plans .subscription-plan {
    width: 100%;
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: none;
  }
  .subscription-table .subscription-left, .subscription-table .subscription-middle, .subscription-table .full-subscription-middle, .subscription-table .subscription-right {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #f1f1f1 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subscription-table .subscription-left {
    padding-top: 8px;
    border-bottom: none;
  }
  .subscription-table .subscription-middle {
    border-top: none;
    border-bottom: none;
  }
  .subscription-table .full-subscription-middle {
    padding-bottom: 8px;
    border-top: none;
  }
  .subscription-table .subscription-right {
    padding-bottom: 8px;
    border-top: none;
  }
  .address-selector li {
    width: 100%;
    margin-bottom: 18px;
  }
  .cart-checkradio-holder .checkradio {
    width: 100%;
    /* iPhone zoom fix */
  }
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px !important;
  }
  #something-for-everyone-container .wrap .content .layout .imageboxes.textabove:first-child .imagebox-item:nth-child(2n+2) .module-image {
    position: unset;
  }
  .hire-lease-items-page .button-holder {
    flex-direction: column;
  }
  .hire-lease-items-page .button-holder a {
    margin-bottom: 20px;
    width: 100%;
    flex-basis: 100%;
  }
  .hire-lease-items-page .button-holder a:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 380px) {
  .imports-direct-page #imports-direct-container .content .layout.full > h1 {
    font-size: 60px;
  }
}
