﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * 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 {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  -webkit-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 {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * 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] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * 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 {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/*************************************************************

RESPONSIVE SCREEN SIZES

*************************************************************/
/*************************************************************

FONTS AND SIZES

*************************************************************/
/*************************************************************

COLOR PALETTE

*************************************************************/
/*************************************************************

WRAPPER PADDING

*************************************************************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}

html {
  font-size: 52.5%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 55.5%;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

body {
  background: #f1f1f1;
  color: #303030;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

img {
  border: none;
  max-width: 100%;
}

ul ul,
ol ul,
ol ul,
ol ol {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

li {
  margin-bottom: 0.4em;
  line-height: 1.2;
}

p,
ul,
ol {
  margin-bottom: 1.6em;
}

a, a:visited {
  color: #D93634;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

a:hover, a:visited:hover {
  color: #B41F1D;
  text-decoration: none;
}

h1,
.h1 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
  margin: 0 0 0.2em;
  font-size: 5rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h1,
.h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1,
.h1 {
    margin: 0 0 0.6em;
  }
}
h1.bigHeader,
.h1.bigHeader,
.industryContentTop h2.h1,
.industryContent h2.h1 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h1.bigHeader,
.h1.bigHeader,
.industryContentTop h2.h1,
.industryContent h2.h1 {
    font-size: 4rem;
  }
}

h2,
.h2 {
  margin: 0 0 0.2em;
  font-size: 3.6rem;
  line-height: 1.2;
}
h2.bigHeader, .industryContentTop h2, .industryContent h2,
.h2.bigHeader {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h2.bigHeader, .industryContentTop h2, .industryContent h2,
.h2.bigHeader {
    font-size: 4rem;
  }
}

h3,
.h3 {
  margin: 0 0 0.2em;
  font-size: 2.8rem;
  line-height: 1.2;
}
h3.bigHeader,
.h3.bigHeader,
.industryContentTop h2.h3,
.industryContent h2.h3 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h3.bigHeader,
.h3.bigHeader,
.industryContentTop h2.h3,
.industryContent h2.h3 {
    font-size: 4rem;
  }
}

h4,
.h4 {
  margin: 0 0 0.2em;
  font-size: 2.4rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
}
h4.bigHeader,
.h4.bigHeader,
.industryContentTop h2.h4,
.industryContent h2.h4 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h4.bigHeader,
.h4.bigHeader,
.industryContentTop h2.h4,
.industryContent h2.h4 {
    font-size: 4rem;
  }
}

.text-xs {
  font-size: 1.2rem;
}

.text-sm {
  font-size: 1.4rem;
}

.text-lg {
  font-size: 1.8rem;
}

.text-xl {
  font-size: 2rem;
}

.text-dark {
  color: #111;
}

.text-light {
  color: #A6A6A6;
}

.text-ex-light {
  color: #f1f1f1;
}

.line-height-compact {
  line-height: 1.2;
}

.line-height-wide {
  line-height: 1.6;
}

.line-height-wider {
  line-height: 2;
}

.fontStack2 {
  font-family: "Roboto Condensed", sans-serif;
}

.fontStack3 {
  font-family: "Anton", sans-serif;
}

.clearfix, .wrapper:after, .locationSearchForm .formColWrapper:after, .contactPageForm .contactFormColWrapper:after, .contactPageForm:after, .searchResult::after, .searchResultsSearch::after, .searchResultsContainer::after, .locationContact::after, .locationDetailThumbContainer::after, .locationBoxContainer::after, .locationLandingTop::after, .productDetailUnitSelect::after, .productDetailActions::after, .productDetailAccordionContent::after, .productDetailAccordionContainer::after, .productDetailThumbs::after, .productLandingSearch::after, .industryEventBox::after, .industryAsscBox::after, .iResourceBoxContainer::after, .mainNav ul::after, .mainNav::after, header:after, .machineBoxContainer::after, .machineBoxWrapper::after, .pagination::after, .categoryBoxContainer::after, .bottomContact::after {
  content: "";
  display: table;
  clear: both;
}

/*************************************************************

BUTTONS

*************************************************************/
a.btn,
a:visited.btn,
.btn {
  display: inline-block;
  background: #cfcfcf;
  padding: 0.8em 2em 0.9em;
  color: #555;
  margin: 0 0 0.4em;
  text-align: center;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  border: 2px solid transparent;
}
@media only screen and (min-width: 768px) {
  a.btn,
a:visited.btn,
.btn {
    font-size: 0.8em;
    position: relative;
  }
}
a.btn:hover,
a:visited.btn:hover,
.btn:hover {
  background: #bbb;
  text-decoration: none;
}
a.btn.arrow::after,
a:visited.btn.arrow::after,
.btn.arrow::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  display: inline-block;
  margin: -3px 0 0 0.4em;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 0.8;
}

a.btnFull,
a:visited.btnFull,
.btnFull {
  padding: 9px 25px;
  display: block;
}

a.btnWhiteGhost,
a:visited.btnWhiteGhost,
.btnWhiteGhost {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
a.btnWhiteGhost:hover,
a:visited.btnWhiteGhost:hover,
.btnWhiteGhost:hover {
  background: rgba(255, 255, 255, 0.3);
}

a.btnBlackGhost,
a:visited.btnBlackGhost,
.btnBlackGhost {
  background: transparent;
  border-color: #000;
  color: #111;
}
a.btnBlackGhost:hover,
a:visited.btnBlackGhost:hover,
.btnBlackGhost:hover {
  background: rgba(0, 0, 0, 0.2);
}

a.btnPrimary,
a:visited.btnPrimary,
.btnPrimary,
.FormPanel input[type=submit] {
  background: #F6CE3F;
  color: #fff;
}
a.btnPrimary:hover,
a:visited.btnPrimary:hover,
.btnPrimary:hover,
.FormPanel input[type=submit]:hover {
  background: #D6AE1E;
}

a.btnSecondary,
a:visited.btnSecondary,
.btnSecondary {
  background: #D93634;
  color: #fff;
}
a.btnSecondary:hover,
a:visited.btnSecondary:hover,
.btnSecondary:hover {
  background: #B41F1D;
}

a.btnSecondaryGhost,
a:visited.btnSecondaryGhost,
.btnSecondaryGhost {
  border-color: #D93634;
  background: transparent;
  color: #D93634;
}
a.btnSecondaryGhost:hover,
a:visited.btnSecondaryGhost:hover,
.btnSecondaryGhost:hover {
  background: #B41F1D;
  border-color: #B41F1D;
  color: #fff;
}

/*************************************************************

FORMS

*************************************************************/
.contactForm {
  width: 100%;
  margin: 0 auto 2em;
  /* CHECKBOX STYLING*/
  /* RADIO BUTTON STYLING*/
}
.contactForm label {
  display: block;
  margin: 0 0 0.4em;
}
.contactForm input[type=text] {
  width: 100%;
  padding: 0 11px;
  border: 1px solid #303030;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.2;
  margin: 0 0 1em;
  height: 35px;
  line-height: 35px;
  font-weight: 700;
}
.contactForm select {
  width: 100%;
  height: 35px;
}
.contactForm textarea {
  width: 100%;
  padding: 0 11px;
  border: 1px solid #303030;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.2;
  margin: 0 0 1em;
  line-height: 35px;
  font-weight: 700;
  height: 150px;
}
.contactForm input[type=submit] {
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #cfcfcf;
  padding: 0.8em 2em 0.9em;
  color: #555;
  margin: 0 0 0.4em;
  text-align: center;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  border: 2px solid transparent;
  background: #D93634;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .contactForm input[type=submit] {
    font-size: 0.8em;
    position: relative;
  }
}
.contactForm input[type=submit]:hover {
  background: #B41F1D;
}
.contactForm input[type=checkbox] {
  display: none;
}
.contactForm input[type=checkbox] + label {
  display: block;
  margin: 0 0 1em;
  cursor: pointer;
  text-align: left;
  padding: 0 0 0 35px;
  position: relative;
}
.contactForm input[type=checkbox] + label:before {
  border: 2px solid #F6CE3F;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  height: 16px;
  margin: 0 9px 0 0;
  vertical-align: top;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.contactForm input[type=checkbox]:checked + label::before {
  background: #fff;
  color: #666;
  content: "";
  text-align: center;
  color: #fff;
  background: #F6CE3F;
}
.contactForm input[type=radio] {
  display: none;
}
.contactForm input[type=radio] + label {
  display: block;
  margin: 0 0 1em;
  cursor: pointer;
  text-align: left;
  padding: 0 0 0 35px;
  position: relative;
}
.contactForm input[type=radio] + label:before {
  border: 2px solid #F6CE3F;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  height: 16px;
  margin: 0 9px 0 0;
  vertical-align: top;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.contactForm input[type=radio]:checked + label::before {
  background: #fff;
  color: #666;
  text-align: center;
  color: #fff;
  background: #F6CE3F;
}
.contactForm .contactFormInput {
  position: relative;
  margin: 0 0 1em;
}
.contactForm .labelSlide {
  position: absolute;
  top: 50%;
  left: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  font-weight: 700;
}
.contactForm .labelSlide.on {
  color: #A6A6A6;
  top: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  font-size: 0.8em;
}
.contactForm .dropDownBox {
  border: 1px solid #303030;
  margin: 0 0 1em;
  text-transform: uppercase;
}

.dropDownBox {
  position: relative;
  font-weight: 700;
}
.dropDownBox::after {
  content: "";
  font-family: FontAwesome;
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dropDownBox select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0 9px;
}

/* ==========================================================================
   FUNNEL
   ========================================================================== */
.funnelContainer {
  background: url(../images/textureDark.jpg);
  text-align: center;
  color: #fff;
  padding: 2em 0;
  color: #A6A6A6;
}
.funnelContainer input[type=submit] {
  border-radius: 0;
  border: none;
  width: 100%;
  display: inline-block;
  background: #cfcfcf;
  padding: 0.8em 2em 0.9em;
  color: #555;
  margin: 0 0 0.4em;
  text-align: center;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  border: 2px solid transparent;
  background: #D93634;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .funnelContainer input[type=submit] {
    font-size: 0.8em;
    position: relative;
  }
}
.funnelContainer input[type=submit]:hover {
  background: #B41F1D;
}
@media only screen and (min-width: 768px) {
  .funnelContainer input[type=submit] {
    width: 49%;
    float: right;
    height: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .funnelContainer input[type=submit] {
    width: 250px;
    float: none;
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .funnelContainer input[type=submit] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    margin: 0 0 0 21px;
  }
}

.funnelLead {
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  display: block;
  margin: 0 0 1em;
  font-size: 1.4em;
}
@media only screen and (min-width: 992px) {
  .funnelLead {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .funnelLead {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 25px 0 0;
    vertical-align: top;
  }
}

.funnelSteps {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .funnelSteps {
    width: auto;
    display: inline-block;
    margin: 0 0 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .funnelSteps {
    margin-bottom: 0;
  }
}
.funnelAlt .funnelSteps {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .funnelSteps::before {
    content: "";
    position: absolute;
    border-top: 1px solid #767676;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
  }
}

.funnelOption,
a.funnelOption,
a:visited.funnelOption {
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  display: inline-block;
  background: transparent;
  padding: 0.4em 1.4em;
  border: 1px solid #767676;
  color: #A6A6A6;
  text-align: center;
  width: 32.2033898305%;
  float: left;
  margin-bottom: 1em;
  cursor: pointer;
}
.funnelOption:nth-child(3n+1),
a.funnelOption:nth-child(3n+1),
a:visited.funnelOption:nth-child(3n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.funnelOption:nth-child(3n+2),
a.funnelOption:nth-child(3n+2),
a:visited.funnelOption:nth-child(3n+2) {
  margin-left: 33.8983050847%;
  margin-right: -100%;
  clear: none;
}
.funnelOption:nth-child(3n+3),
a.funnelOption:nth-child(3n+3),
a:visited.funnelOption:nth-child(3n+3) {
  margin-left: 67.7966101695%;
  margin-right: -100%;
  clear: none;
}
@media only screen and (min-width: 992px) {
  .funnelOption,
a.funnelOption,
a:visited.funnelOption {
    float: none;
    margin: 0 10px !important;
    display: inline-block;
    width: auto;
    background: url(../images/textureDark.jpg);
    position: relative;
    z-index: 2;
    height: 40px;
    padding: 0 2em;
    line-height: 40px;
    vertical-align: top;
    font-size: 1.8rem;
  }
}
.funnelAlt .funnelOption,
.funnelAlt a.funnelOption,
.funnelAlt a:visited.funnelOption {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .funnelOption:first-child,
a.funnelOption:first-child,
a:visited.funnelOption:first-child {
    margin-left: 0 !important;
  }
}
.funnelOption:last-child,
a.funnelOption:last-child,
a:visited.funnelOption:last-child {
  margin-right: 0 !important;
}
.funnelOption:hover,
a.funnelOption:hover,
a:visited.funnelOption:hover {
  color: #fff;
  text-decoration: none;
}
.funnelOption.on,
a.funnelOption.on,
a:visited.funnelOption.on {
  background: #A6A6A6;
  color: #fff;
}

.funnelDrop {
  position: relative;
  border: 1px solid #767676;
  color: #A6A6A6;
  margin: 0 0 1em;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .funnelDrop {
    width: 49%;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .funnelDrop {
    float: none;
    margin: 0 0 0 7px !important;
    display: inline-block;
    width: 250px;
    position: relative;
    z-index: 2;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1200px) {
  .funnelDrop {
    width: 190px;
  }
}
.funnelDrop::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 21px;
  pointer-events: none;
}
.funnelDrop select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.8em;
  border-radius: 0;
  border: none;
  background: url(../images/textureDark.jpg);
}
.funnelDrop select::-ms-expand {
  display: none;
}
@media only screen and (min-width: 992px) {
  .funnelDrop select {
    padding: 0 0.8em;
    height: 38px;
  }
}

/* ==========================================================================
   SWIPER SLIDESHOW
   ========================================================================== */
.swiper-container {
  padding-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .swiper-container {
    padding: 2em 0;
  }
}

a.swiper-slide {
  display: block;
}
@media only screen and (min-width: 768px) {
  a.swiper-slide {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
a.swiper-slide:hover {
  text-decoration: none;
  background: #f1f1f1;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.slideLeft {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .slideLeft {
    width: 60%;
  }
}

.slideLeftInner {
  padding: 2em 15px;
}
@media only screen and (min-width: 768px) {
  .slideLeftInner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1200px) {
  .slideLeftInner {
    width: 70%;
  }
}

.slideLead {
  font-family: "Anton", sans-serif;
  color: #F6CE3F;
  font-size: 5rem;
  text-transform: uppercase;
  margin: 0 0 0.2em;
}
@media only screen and (min-width: 992px) {
  .slideLead {
    font-size: 6rem;
  }
}

.slideHeader {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
  color: #303030;
}
@media only screen and (min-width: 768px) {
  .slideHeader {
    font-size: 4rem;
  }
}

.slideCaption {
  color: #303030;
  font-size: 2rem;
  margin: 0 0 1em;
}
@media only screen and (min-width: 1200px) {
  .slideCaption {
    font-size: 2.8rem;
  }
}

.slideFine {
  color: #A6A6A6;
}
@media only screen and (min-width: 992px) {
  .slideFine {
    font-size: 1.2rem;
  }
}

.slideRight {
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  .slideRight {
    width: 40%;
    margin: 0;
  }
}
.slideRight::after {
  content: "";
  display: block;
  padding: 0 0 65%;
}
@media only screen and (min-width: 768px) {
  .slideRight::after {
    padding: 0 0 85%;
  }
}

.iSlides .swiper-pagination-bullet {
  border-radius: 0;
  border: 2px solid #e8e8e8;
  background: #fff;
  opacity: 1;
  height: 9px;
  width: 9px;
}
@media only screen and (min-width: 768px) {
  .iSlides .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.iSlides .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e8e8e8;
}

.iSlides .swiper-pagination {
  bottom: 0 !important;
}

/* ==========================================================================
   SUCCESS STORIES
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .successStoryContainer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .successStoryContainer {
    padding: 1em 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .successStoryContainer {
    padding: 2em 0 0;
  }
}

.successStoryThumb {
  margin: 1px 0 2em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .successStoryThumb {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .successStoryThumb {
    width: 55%;
    max-height: 625px;
  }
}
.successStoryThumb::after {
  content: "";
  display: block;
  padding: 0 0 80%;
}
@media only screen and (min-width: 1400px) {
  .successStoryThumb::after {
    padding: 0 0 70%;
  }
}
@media only screen and (min-width: 1400px) {
  .successStoryThumb::before {
    content: "";
    display: block;
    position: absolute;
    left: -900px;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #bbb;
  }
}

.successStoryRight {
  border-top: 1px solid #cfcfcf;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .successStoryRight {
    width: 50%;
    margin-top: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .successStoryRight {
    width: 45%;
    margin-top: 19px;
  }
}
@media only screen and (min-width: 1400px) {
  .successStoryRight::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    right: -9999px;
    border-top: 1px solid #cfcfcf;
  }
}

.successStoryQuote {
  position: absolute;
  left: 15px;
  top: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 9px;
  border: 1px solid #cfcfcf;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .successStoryQuote {
    left: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .successStoryQuote {
    padding: 11px 9px;
  }
}

.successStoryRightContent {
  padding: 2em 15px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .successStoryRightContent {
    padding: 2em 35px;
  }
}
@media only screen and (min-width: 1400px) {
  .successStoryRightContent {
    padding: 0;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.successStoryRightContent a.btn {
  margin-bottom: 0;
}

.successStoryRightCopy {
  font-weight: 700;
  font-size: 2rem;
}

.successStoryRightCredit {
  margin: 0 0 1em;
  padding: 0 0 0 1em;
  position: relative;
}
.successStoryRightCredit::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}

/* ==========================================================================
   BOTTOM CONTACT
   ========================================================================== */
.bottomContact {
  background: #bbb;
}
.bottomContact .wrapper {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .bottomContact .wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

.bottomContactLeft {
  display: none;
}
@media only screen and (min-width: 768px) {
  .bottomContactLeft {
    width: 50%;
    display: block;
  }
}

.bottomContactRight {
  background: url(../images/textureYellow.jpg);
  background-size: cover;
  text-align: center;
  padding: 1em;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .bottomContactRight {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .bottomContactRight {
    padding: 2em;
    font-size: 1.6rem;
  }
}
.bottomContactRight h3 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .bottomContactRight h3 {
    font-size: 4rem;
  }
}
.bottomContactRight a.btn,
.bottomContactRight a:visited.btn {
  border-width: 1px;
  display: block;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.6rem;
  padding: 0.6em 1em;
}
@media only screen and (min-width: 992px) {
  .bottomContactRight a.btn,
.bottomContactRight a:visited.btn {
    font-size: 1.8rem;
  }
}
.bottomContactRight a.btn::before,
.bottomContactRight a:visited.btn::before {
  content: "";
  display: inline-block;
  font-family: Material-Design-Iconic-Font;
  vertical-align: middle;
  margin: 0 9px 0 0;
  font-weight: normal;
}

a.btn.bottomContactPhone {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  a.btn.bottomContactPhone {
    margin-bottom: 0.6em;
  }
}
a.btn.bottomContactPhone::before {
  content: "";
}

@media only screen and (min-width: 992px) {
  a.btn.bottomContactEmail {
    float: left;
    width: 49%;
  }
}
a.btn.bottomContactEmail::before {
  content: "";
}

@media only screen and (min-width: 992px) {
  a.btn.bottomContactLocation {
    float: right;
    width: 49%;
  }
}
a.btn.bottomContactLocation::before {
  content: "";
}

@media only screen and (min-width: 992px) {
  .bottomContactActions {
    max-width: 400px;
    margin: 0 auto;
  }
}

/* ==========================================================================
   CATEGORY BOXES
   ========================================================================== */
.categoryBoxContainer {
  margin: 0 0 2em;
}
a.categoryBox,
a:visited.categoryBox {
  width: 48%;
  margin: 0 1% 0.6em;
  position: relative;
  text-align: center;
  float: left;
}
@media only screen and (min-width: 768px) {
  a.categoryBox,
a:visited.categoryBox {
    width: 31.3333333%;
  }
}
@media only screen and (min-width: 992px) {
  a.categoryBox,
a:visited.categoryBox {
    width: 23%;
    margin-bottom: 0.8em;
  }
}
@media only screen and (min-width: 1200px) {
  a.categoryBox,
a:visited.categoryBox {
    width: 18%;
    margin-bottom: 0.6em;
  }
}
@media only screen and (min-width: 768px) {
  .productLandingRight a.categoryBox,
.productLandingRight a:visited.categoryBox {
    width: 31.3333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .productLandingRight a.categoryBox,
.productLandingRight a:visited.categoryBox {
    width: 23%;
    margin-bottom: 0.8em;
  }
}
@media only screen and (min-width: 1400px) {
  .productLandingRight a.categoryBox,
.productLandingRight a:visited.categoryBox {
    margin-bottom: 1em;
  }
}
a.categoryBox::after,
a:visited.categoryBox::after {
  content: "";
  display: block;
  padding: 0 0 100%;
}
a.categoryBox:hover .categoryBoxTitle,
a:visited.categoryBox:hover .categoryBoxTitle {
  background: rgba(255, 255, 255, 0.5);
  color: #111;
}
a.categoryBox.categoryBoxViewAll,
a:visited.categoryBox.categoryBoxViewAll {
  background: #f1f1f1;
}
a.categoryBox.categoryBoxViewAll:hover .categoryBoxTitle,
a:visited.categoryBox.categoryBoxViewAll:hover .categoryBoxTitle {
  background: #D93634;
  color: #fff;
}

.categoryBoxTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
}
@media only screen and (min-width: 1400px) {
  .categoryBoxTitle {
    font-size: 2rem;
  }
}
.categoryBoxTitle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.categoryBoxTitle span::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  background: #D93634;
  margin: 0.4em auto 0;
  display: block;
  color: #fff;
}

/* ==========================================================================
   VIEWING MESSAGE
   ========================================================================== */
.productLandingViewing {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 0.6em;
}
.productLandingViewing span {
  color: #D93634;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination {
  color: #9B9B9B;
  font-weight: 700;
  padding: 1em 0;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 2em;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .pagination {
    font-size: 1.4rem;
  }
}
.pagination span {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 0 0;
  height: 35px;
  line-height: 35px;
}
.pagination a, .pagination a:visited {
  color: #9B9B9B;
  display: inline-block;
  width: 25px;
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  text-align: center;
}
.pagination a:hover, .pagination a:visited:hover {
  color: #cc0000;
  text-decoration: none;
}
.pagination a.on, .pagination a:visited.on {
  color: #cc0000;
}
.pagination a.paginationNext::after, .pagination a:visited.paginationNext::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  display: inline-block;
}

/* ==========================================================================
   MACHINE BOXES
   ========================================================================== */
.machineBoxWrapper {
  margin: 0 0 2em;
}
.machineBoxContainer {
  margin: 0 0 2em;
}
a.machineBox,
a:visited.machineBox {
  width: 49.1525423729%;
  float: left;
  display: block;
  margin-bottom: 1em;
  border: 1px solid #cfcfcf;
  text-align: center;
  color: #303030;
  padding: 1em;
  font-size: 1.2rem;
  position: relative;
}
a.machineBox:nth-child(2n+1),
a:visited.machineBox:nth-child(2n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
a.machineBox:nth-child(2n+2),
a:visited.machineBox:nth-child(2n+2) {
  margin-left: 50.8474576271%;
  margin-right: -100%;
  clear: none;
}
@media only screen and (min-width: 992px) {
  a.machineBox,
a:visited.machineBox {
    width: 32.2033898305%;
    float: left;
  }
  a.machineBox:nth-child(3n+1),
a:visited.machineBox:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  a.machineBox:nth-child(3n+2),
a:visited.machineBox:nth-child(3n+2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
  }
  a.machineBox:nth-child(3n+3),
a:visited.machineBox:nth-child(3n+3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
  }
}
a.machineBox:hover,
a:visited.machineBox:hover {
  text-decoration: none;
  background: #f1f1f1;
}

.machineBoxThumb {
  margin: 0 0 1em;
}
.machineBoxThumb::after {
  content: "";
  display: block;
  padding: 0 0 50%;
}

.machineBoxTitle {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 0.6em;
}
@media only screen and (min-width: 1400px) {
  .machineBoxTitle {
    font-size: 2rem;
  }
}

.machineBoxAction {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1400px) {
  .machineBoxAction {
    font-size: 2rem;
  }
}
.on .machineBoxAction {
  display: block;
}
.machineBoxAction span {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.machineBoxAction span::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  background: #D93634;
  margin: 0.4em auto 0;
  display: block;
  color: #fff;
}

/* ==========================================================================
   PRODUCT COMPARE
   ========================================================================== */
.productCompareRow {
  padding: 2em 0;
}

/* ==========================================================================
   PRETTY PHOTO
   ========================================================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*************************************************************

STANDARD STYLEGUIDE STYLES

*************************************************************/
.styleWrapper {
  font-family: "Roboto", sans-serif;
  background: #fff;
}

a.guideLink,
a:visited.guideLink {
  color: #999;
  text-decoration: none;
}

a:hover.guideLink,
a:visited:hover.guideLink {
  color: #333;
}

.styleWrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding: 35px 25px 0 25px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .styleWrapper {
    padding-left: 250px;
  }
}
.styleWrapper section {
  margin: 0 0 100px;
}
.styleWrapper section.guideLastSection {
  margin-bottom: 0;
}

.styleMenu {
  position: fixed;
  top: 29px;
  left: 0;
  width: 200px;
  text-align: right;
  bottom: 0;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
  display: none;
}
@media only screen and (min-width: 992px) {
  .styleMenu {
    display: block;
  }
}
.styleMenu a {
  display: block;
  margin: 0 0 11px;
  text-align: right;
  padding: 5px 15px;
  border-right: 4px solid transparent;
}
.styleMenu a:hover {
  background: #f8f8f8;
  text-decoration: none;
}
.styleMenu a.guideLinkOn {
  background: #efefef;
  color: #222;
  border-color: #aaa;
}
.styleMenu a.bkLink {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}
.styleMenu a.bkLink:hover {
  background: transparent;
}
.styleMenu .bkBadge {
  height: 35px;
  width: auto;
  margin: 0 0 0 0;
  opacity: 0.8;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.styleMenu .bkBadge:hover {
  opacity: 1;
}

.guideStyleToggle {
  text-align: right;
  margin: 0 15px 11px 0;
  cursor: pointer;
  color: #999;
}
.guideStyleToggle span {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.guideStyleToggle span:hover {
  background: #fafafa;
}
.guideStyleToggle span.toggleOn {
  background: #00A4E4;
  color: #fff;
  border-color: #00A4E4;
}
.guideStyleToggle span.toggleOn:before {
  content: "";
  font-family: FontAwesome;
  margin: 0 5px 0 0;
}

.guideTag {
  position: relative;
  background: #00A4E4;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1px 4px;
  display: inline-block;
  color: #fff;
  margin: 0 9px;
  display: none;
  border: 1px solid #fff;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.mainHeader {
  font-size: 8rem;
  line-height: 8.4rem;
  margin: 0 0 25px;
  font-family: "Raleway", sans-serif;
  color: #000;
  font-size: 3rem;
  line-height: 3.4rem;
}
@media only screen and (min-width: 992px) {
  .mainHeader {
    font-size: 8rem;
    line-height: 8.4rem;
    margin-bottom: 45px;
  }
}
.mainHeader span {
  color: #aaa;
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.styleHeader {
  border-bottom: 1px solid #333;
  padding: 9px 0;
  margin: 0 0 35px;
  text-align: center;
  font-weight: 700;
  color: #333;
  position: relative;
  text-transform: uppercase;
  font-size: 1.6rem;
  clear: both;
  font-family: "Raleway", sans-serif;
}
.styleHeader:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin: 0 0 0 -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
}
.styleHeader .guideLink {
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: -12px 0 0;
  font-size: 1.6rem;
}

.colorBoxWrapper {
  width: 31.3333%;
  margin: 0 1% 25px;
  float: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .colorBoxWrapper {
    width: 23%;
  }
}
@media only screen and (min-width: 992px) {
  .colorBoxWrapper {
    width: 18%;
  }
}

.colorBox {
  width: 100%;
  height: 90px;
  border-radius: 3px;
  background: #ccc;
  display: block;
  margin: 0 0 5px;
  position: relative;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
}
@media only screen and (min-width: 992px) {
  .colorBox {
    height: 110px;
  }
}

.colorBox-Light {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 31px;
  background: #ddd;
}

.colorBox-Dark {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 31px;
  background: #bbb;
}

.colorTitle {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.colorHex {
  color: #aaa;
  font-family: "Raleway", sans-serif;
}

.colorBoxGray {
  height: 50px;
}

.clearer {
  clear: both;
}

/*************************************************************

UNIQUE STYLEGUIDE STYLES

*************************************************************/
.colorBox-Primary {
  background: #F6CE3F;
}
.colorBox-Primary .colorBox-Light {
  background: #FADA67;
}
.colorBox-Primary .colorBox-Dark {
  background: #D6AE1E;
}

.colorBox-Secondary {
  background: #D93634;
}
.colorBox-Secondary .colorBox-Light {
  background: #DF5856;
}
.colorBox-Secondary .colorBox-Dark {
  background: #B41F1D;
}

.colorBox-Accent1 {
  background: #cc0000;
}
.colorBox-Accent1 .colorBox-Light {
  background: #cc0000;
}
.colorBox-Accent1 .colorBox-Dark {
  background: #cc0000;
}

.colorBox-Gray-Ex-Dark {
  background: #303030;
}

.colorBox-Gray-Dark {
  background: #bbb;
}

.colorBox-Gray-Medium {
  background: #cfcfcf;
}

.colorBox-Gray-Light {
  background: #e8e8e8;
}

.colorBox-Gray-Ex-Light {
  background: #f1f1f1;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
header {
  background: #fff;
  padding: 0 0 1em;
  position: relative;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
@media only screen and (min-width: 992px) {
  header .wrapper {
    padding: 0 45px 0 20px;
  }
}
header.scrolled {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
header.hide {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.headerShim {
  height: 0;
}

/* ==========================================================================
   MENU TOGGLE
   ========================================================================== */
.menuToggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 15px;
  background: #D93634;
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin: 0 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .menuToggle {
    right: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .menuToggle {
    display: none;
  }
}
.menuToggle:hover {
  background: #B41F1D;
}
.menuToggle:after {
  content: "";
  font-family: Material-Design-Iconic-Font;
}

/* ==========================================================================
   SEARCH TOGGLE
   ========================================================================== */
.searchToggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 65px;
  text-align: center;
  color: #A6A6A6;
  font-size: 25px;
  border: 1px solid #A6A6A6;
}
@media only screen and (min-width: 768px) {
  .searchToggle {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .searchToggle {
    display: block;
    bottom: auto;
    right: auto;
    float: right;
    position: relative;
    border: none;
    height: 45px;
    width: 35px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .searchToggle {
    margin-top: 3px;
  }
}
.searchToggle::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
}
@media only screen and (min-width: 992px) {
  .searchToggle::after {
    font-size: 24px;
  }
}
.searchToggle:hover {
  background: #f1f1f1;
}
@media only screen and (min-width: 992px) {
  .searchToggle:hover {
    background: transparent;
    color: #D93634;
  }
}
.searchToggle.on::after {
  content: "";
}

/* ==========================================================================
   TOP SEARCH
   ========================================================================== */
.topSearch {
  position: absolute;
  left: 0;
  top: calc(100% + 1em);
  width: 100%;
  background: #f1f1f1;
  padding: 0.4em 15px;
  display: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .topSearch {
    display: block;
    left: auto;
    right: 75px;
    width: 400px;
    top: auto;
    bottom: -1px;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e8e8e8;
  }
}
@media only screen and (min-width: 992px) {
  .topSearch {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 5px 0 0;
    border: none;
    overflow: hidden;
    -webkit-transition: width 0.2s ease-out, opacity 0.3s ease-out;
    transition: width 0.2s ease-out, opacity 0.3s ease-out;
  }
}
@media only screen and (min-width: 1200px) {
  .topSearch {
    margin-top: 7px;
  }
}
.topSearch.on {
  display: block;
}
@media only screen and (min-width: 992px) {
  .topSearch.on {
    height: 35px;
    width: 300px;
    opacity: 1;
  }
}
.topSearch input[type=text] {
  width: 83.0508474576%;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  border: none;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .topSearch input[type=text] {
    height: 35px;
    line-height: 35px;
    font-size: 1.4rem;
    background: #f1f1f1;
    width: 84.7457627119%;
    float: left;
  }
}
.topSearch input[type=submit] {
  width: 15.2542372881%;
  float: right;
  margin-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #D93634;
  background-size: auto 70%;
  border-radius: 0;
  border: none;
  height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .topSearch input[type=submit] {
    height: 35px;
    line-height: 35px;
    font-size: 1.2rem;
  }
}
.topSearch input[type=submit]:hover {
  background-color: #B41F1D;
}

/* ==========================================================================
   TOP LINKS
   ========================================================================== */
.topLinks {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1.4em 0;
  font-size: 1.4rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .topLinks {
    text-align: center;
    font-size: 1.2rem;
    white-space: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .topLinks {
    padding: 3px 0 0;
    height: 42px;
    line-height: 42px;
    float: right;
    font-size: 1.1rem;
  }
}
.topLinks::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(8%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  /* IE6-9 */
}
@media only screen and (min-width: 768px) {
  .topLinks::after {
    display: none;
  }
}
.topLinks ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: scroll;
}
@media only screen and (min-width: 768px) {
  .topLinks ul {
    overflow: visible;
  }
}
.topLinks li {
  display: inline-block;
  margin: 0;
}
.topLinks a, .topLinks a:visited {
  color: #A6A6A6;
  display: inline-block;
  margin: 0 1em 0 0;
}
.topLinks a:hover, .topLinks a:visited:hover {
  text-decoration: none;
  color: #303030;
}

/* ==========================================================================
   LOGO
   ========================================================================== */
.logo {
  float: left;
}
@media only screen and (min-width: 992px) {
  .logo {
    clear: right;
  }
}
@media only screen and (min-width: 1200px) {
  .logo {
    clear: none;
    padding-top: 23px;
  }
}
.logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  .logo img {
    height: 50px;
  }
}

.preFooter {
  background: #f1f1f1;
  padding: 2em 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .preFooter {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 992px) {
  .preFooter {
    padding: 4em 0;
  }
}

.preFooterCol {
  text-align: center;
  margin: 0 0 2em;
}
@media only screen and (min-width: 768px) {
  .preFooterCol {
    text-align: left;
    margin: 0;
  }
}
.preFooterCol:nth-child(1) {
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .preFooterCol:nth-child(1) {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
@media only screen and (min-width: 1200px) {
  .preFooterCol:nth-child(1) {
    font-size: 1.2rem;
    padding: 0 65px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .preFooterCol:nth-child(2) {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
@media only screen and (min-width: 768px) {
  .preFooterCol:nth-child(3) {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}
.preFooterCol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.preFooterCol li {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .preFooterCol li {
    margin: 0 0 1.2em;
  }
}
.preFooterCol li a, .preFooterCol li a:visited {
  display: block;
  padding: 0.6em 0;
}
.preFooterCol a, .preFooterCol a:visited {
  color: #111;
}
.preFooterCol a:hover, .preFooterCol a:visited:hover {
  color: #D93634;
}

.footerLogo {
  display: block;
  margin: 0 auto 1em;
}
@media only screen and (min-width: 768px) {
  .footerLogo {
    margin: 0 0 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .footerLogo {
    margin: 0 0 2em;
  }
}

.socialConnectHeader {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 0.4em;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  .socialConnectHeader {
    font-size: 4rem;
  }
}

.footerSocialIcons {
  margin: 0 0 1em;
}
.footerSocialIcons a, .footerSocialIcons a:visited {
  display: inline-block;
  font-size: 35px;
  margin: 0 9px 9px 0;
}

.footerNewsletter label {
  display: block;
  margin: 0 0 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.footerNewsletter input[type=text] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #E2E2E2;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 11px;
}
.footerNewsletter input[type=submit] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  background: #D93634;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.footerNewsletter input[type=submit]:hover {
  background: #B41F1D;
}

footer {
  background: #303030;
  text-align: center;
  font-size: 1.2rem;
  padding: 2em 0;
  color: #d6d6d6;
}
footer p {
  margin: 0 0 0.8em;
}
footer p:last-child {
  margin-bottom: 0;
}
footer a, footer a:visited {
  color: #d6d6d6;
}
footer a:hover, footer a:visited:hover {
  color: #D93634;
}

.footerColWrapper {
  padding: 25px 0 0;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .footerColWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footerColWrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footerColWrapper li {
  margin: 0 0 1rem;
}

@media only screen and (min-width: 768px) {
  .footerCol {
    width: 23%;
    text-align: left;
  }
}

.mainNav {
  position: fixed;
  background: #303030;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 100;
  font-family: "Roboto Condensed", sans-serif;
  padding: 50px 0 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media only screen and (min-width: 992px) {
  .mainNav {
    display: block;
    float: right;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 13px 0 0;
    background: transparent;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .mainNav {
    padding-top: 5px;
    clear: right;
  }
}
.mainNav.on {
  left: 0;
}
.mainNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .mainNav ul {
    float: right;
  }
}
.mainNav li {
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .mainNav li {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .mainNav li.hasChildren > a::after, .mainNav li.hasChildren > a:visited::after {
    content: "";
    font-family: Material-Design-Iconic-Font;
    display: inline-block;
    margin: 0 0 0 3px;
    vertical-align: middle;
    color: #A6A6A6;
    font-weight: normal;
    font-size: 16px;
  }
}
.mainNav li.hasChildren.on > a,
.mainNav li.hasChildren.on > a:visited {
  color: #D93634;
  background: rgba(0, 0, 0, 0.2);
}
.mainNav li.hasChildren.on > a::after,
.mainNav li.hasChildren.on > a:visited::after {
  color: black;
}
.mainNav li.mega > ul {
  width: 350px;
}
.mainNav li.mega > ul > li {
  width: 50%;
  float: left;
}
.mainNav li.mega > ul > li:nth-child(odd) {
  clear: left;
}
.mainNav a, .mainNav a:visited {
  color: #fff;
  font-size: 3rem;
  display: block;
  padding: 0.5em 1em;
}
@media only screen and (min-width: 992px) {
  .mainNav a, .mainNav a:visited {
    color: #111;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 5px 7px;
  }
}
@media only screen and (min-width: 1200px) {
  .mainNav a, .mainNav a:visited {
    font-size: 1.4rem;
  }
}
.mainNav a:hover, .mainNav a:visited:hover {
  text-decoration: none;
  background: #B41F1D;
}
@media only screen and (min-width: 992px) {
  .mainNav a:hover, .mainNav a:visited:hover {
    background: transparent;
    color: #D93634;
  }
}
.mainNav li ul {
  display: none;
}
@media only screen and (min-width: 992px) {
  .mainNav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #f1f1f1;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (min-width: 992px) {
  .mainNav li:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .mainNav li li {
    display: block;
  }
}
.mainNav li li a, .mainNav li li a:visited {
  padding-left: 3em;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .mainNav li li a, .mainNav li li a:visited {
    padding: 9px 15px;
    display: block;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .mainNav li li a:hover, .mainNav li li a:visited:hover {
    background: #e8e8e8;
  }
}
.menuChildToggle {
  position: absolute;
  top: 9px;
  right: 15px;
  color: #fff;
  font-size: 32px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  background: #303030;
}
@media only screen and (min-width: 992px) {
  .menuChildToggle {
    display: none;
  }
}
.menuChildToggle:hover {
  background: #000;
}
.menuChildToggle::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  display: inline-block;
}
.menuChildToggle.on {
  background: #fff;
  color: #000;
}
.menuChildToggle.on::after {
  content: "";
}

.navClose {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 32px;
  border: 1px solid #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .navClose {
    display: none;
  }
}
.navClose::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
}
.navClose:hover {
  background: #000;
}

/* ==========================================================================
   INDEX HERO
   ========================================================================== */
.iHero {
  background: #e8e8e8;
  overflow: hidden;
}
.iHero .wrapper {
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
}

.iHeroSlide {
  font-size: 1.6rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (min-width: 768px) {
  .iHeroSlide {
    width: 12%;
    display: inline-block;
    height: 500px;
    -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 0 5px rgba(0, 0, 0, 0.2);
    vertical-align: top;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  .iHeroSlide {
    height: 600px;
  }
}
@media only screen and (min-width: 1400px) {
  .iHeroSlide {
    height: 760px;
  }
}
.iHeroSlide::after {
  content: "";
  display: block;
  padding: 0 0 60%;
  border-bottom: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .iHeroSlide::after {
    content: "";
    display: block;
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
}
.iHeroSlide:last-child::after {
  border: none;
}
@media only screen and (min-width: 768px) {
  .iHeroSlide:hover .iHeroTitle {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .iHeroSlide.on {
    width: 64%;
  }
}
.iHeroSlide:nth-child(1) {
  z-index: 4;
}
.iHeroSlide:nth-child(2) {
  z-index: 3;
}
.iHeroSlide:nth-child(3) {
  z-index: 2;
}
.iHeroSlide:nth-child(4) {
  z-index: 1;
}

.iHeroCaption {
  position: absolute;
  left: 15px;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 2rem;
}
.iHeroCaption p.iHeroText {
  text-shadow: 1px 1px 5px #4C4C4C;
}
@media only screen and (min-width: 768px) {
  .iHeroCaption {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width: 60%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .iHeroCaption {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .on .iHeroCaption {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.iHeroCaption p:last-child {
  margin-bottom: 0;
}
.iHeroCaption .btn {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .iHeroCaption .btn {
    font-size: 1.4rem;
  }
}

.iHeroHeader {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 6vw;
  margin: 0 0 0.8em;
  text-shadow: 1px 1px 5px #4C4C4C;
}
@media only screen and (min-width: 768px) {
  .iHeroHeader {
    font-size: 4.5rem;
    margin: 0 0 0.4em;
  }
}
@media only screen and (min-width: 1200px) {
  .iHeroHeader {
    font-size: 5.8rem;
  }
}

.iHeroTitle {
  display: none;
}
@media only screen and (min-width: 768px) {
  .iHeroTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Anton", sans-serif;
    display: block;
    text-transform: uppercase;
    color: #111;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
}
@media only screen and (min-width: 768px) {
  .on .iHeroTitle {
    opacity: 0;
    pointer-events: none;
  }
}
.iHeroTitle span {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.iHeroTitle span::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #D93634;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 9px);
  transform: translate(-50%, 9px);
  color: #fff;
  font-size: 14px;
}

/* ==========================================================================
   INDEX ROW
   ========================================================================== */
.iRow {
  clear: both;
}

/* ==========================================================================
   INDEX SLIDES
   ========================================================================== */
.iSlides {
  margin: 0 0 2em;
}

/* ==========================================================================
   INDEX SUCCESS STORIES
   ========================================================================== */
.iSuccessStoryRow .wrapper {
  padding-left: 0;
  padding-right: 0;
}

/* ==========================================================================
   INDEX RESOURCES
   ========================================================================== */
.iResourceRow {
  padding: 2em 0;
  background: url(../images/textureYellow.jpg) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .iResourceRow {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 992px) {
  .iResourceRow {
    padding: 4em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .iResourceRow {
    padding: 5em 0;
  }
}
.iResourceRow h2 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .iResourceRow h2 {
    font-size: 4rem;
  }
}
.iResourceRow .clip {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .iResourceRow .clip {
    max-width: 600px;
  }
}

.iResourceBoxContainer {
  padding: 1em 0 0;
  max-width: 900px;
  margin: 0 auto;
}
a.iResourceBox,
a:visited.iResourceBox {
  display: block;
  width: 49.1525423729%;
  float: left;
  margin-bottom: 1em;
  position: relative;
}
a.iResourceBox:nth-child(2n+1),
a:visited.iResourceBox:nth-child(2n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
a.iResourceBox:nth-child(2n+2),
a:visited.iResourceBox:nth-child(2n+2) {
  margin-left: 50.8474576271%;
  margin-right: -100%;
  clear: none;
}
@media only screen and (min-width: 768px) {
  a.iResourceBox,
a:visited.iResourceBox {
    width: 23.7288135593%;
    float: left;
  }
  a.iResourceBox:nth-child(4n+1),
a:visited.iResourceBox:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  a.iResourceBox:nth-child(4n+2),
a:visited.iResourceBox:nth-child(4n+2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none;
  }
  a.iResourceBox:nth-child(4n+3),
a:visited.iResourceBox:nth-child(4n+3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
  a.iResourceBox:nth-child(4n+4),
a:visited.iResourceBox:nth-child(4n+4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none;
  }
}
a.iResourceBox::after,
a:visited.iResourceBox::after {
  content: "";
  display: block;
  padding: 0 0 100%;
}

.iResourceBoxShade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.on .iResourceBoxShade {
  opacity: 1;
}

.iResourceBoxTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  padding: 0.6em;
  color: #fff;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.iResourceBoxTitle::before {
  content: "";
  font-family: Material-Design-Iconic-Font;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #fff;
  background: #000;
  margin: 0 auto 0.4em;
  display: none;
}
.on .iResourceBoxTitle {
  bottom: 50%;
  -webkit-transform: translate(0, 40%);
  transform: translate(0, 40%);
  background: transparent;
}
.on .iResourceBoxTitle::before {
  display: block;
}

/* ==========================================================================
   INDEX USED
   ========================================================================== */
.iUsedRow h2 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .iUsedRow h2 {
    font-size: 4rem;
  }
}
.iUsedRow .wrapper {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .iUsedContainer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

.iUsedLeft {
  text-align: center;
  line-height: 1.6;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .iUsedLeft {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .iUsedLeft {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .iUsedLeft {
    width: 63%;
  }
}
@media only screen and (min-width: 992px) {
  .iUsedLeft a.btn {
    margin-right: 11px;
  }
}

.iUsedLeftInner {
  padding: 2em 15px;
}
@media only screen and (min-width: 768px) {
  .iUsedLeftInner {
    padding: 2em 35px;
  }
}
@media only screen and (min-width: 992px) {
  .iUsedLeftInner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1400px) {
  .iUsedLeftInner {
    width: 60%;
    left: 10%;
  }
}

.iUsedRight {
  margin: 0 0 2em;
}
@media only screen and (min-width: 768px) {
  .iUsedRight {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .iUsedRight {
    width: 37%;
    max-height: 625px;
  }
}
.iUsedRight::after {
  content: "";
  display: block;
  padding: 0 0 100%;
}
.iUsedRight::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -9999px;
  background: #bbb;
}

/* ==========================================================================
   SUB BANNER
   ========================================================================== */
.subBannerContainer {
  background: #bbb;
}
.subBannerContainer .wrapper {
  padding-left: 0;
  padding-right: 0;
}

.subBanner {
  position: relative;
  z-index: 10;
}
.subBanner::after {
  content: "";
  display: block;
  padding: 0 0 21%;
}
.subBanner.subBannerTall::after {
  padding: 0 0 40%;
}
.subBanner.subBannerShort {
  min-height: 150px;
}
.subBanner.subBannerShort::after {
  padding: 0 0 13%;
}

/* ==========================================================================
   CRUMBS
   ========================================================================== */
.crumbs {
  padding: 1em 0;
  color: #A6A6A6;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0 0 2em;
}
@media only screen and (min-width: 992px) {
  .crumbs {
    font-size: 1rem;
    padding: 1.4em 0;
  }
}
.crumbs a, .crumbs a:visited {
  color: #A6A6A6;
  display: inline-block;
}
.crumbs a::after, .crumbs a:visited::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
main {
  line-height: 1.6;
}
main h2, main .h2 {
  /*font-size: 3.3rem;
  font-weight: 400;
  font-family: $font-stack;*/
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 500;
}
main h2 strong, main .h2 strong {
  font-weight: 500;
}
main h3, main .h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: #767676;
  font-size: 2rem;
  margin: 0 0 0.6em;
}
main h3 strong, main .h3 strong {
  font-weight: 400;
}
main h4, main .h4 {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 700;
}
main h4 strong, main .h4 strong {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  main {
    width: 57.6271186441%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 0 0 2em;
  }
}
@media only screen and (min-width: 992px) {
  main {
    width: 69.4915254237%;
    float: left;
    padding: 0 0 3em;
  }
}
@media only screen and (min-width: 1200px) {
  main {
    width: 61.0169491525%;
    float: left;
    padding: 0 0 4em;
  }
}
main.mainWide {
  width: 100%;
  float: none;
}

/* ==========================================================================
   ASIDE
   ========================================================================== */
@media only screen and (min-width: 768px) {
  aside {
    width: 35.593220339%;
    float: right;
    margin-right: 0;
    background: #f1f1f1;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #f1f1f1), to(white));
    background: linear-gradient(to bottom, #f1f1f1 27%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f1f1", endColorstr="#ffffff",GradientType=0 );
    /* IE6-9 */
  }
}
@media only screen and (min-width: 992px) {
  aside {
    width: 25.4237288136%;
    float: right;
    margin-right: 0;
  }
}
aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside li {
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0 1em;
}
aside li::before {
  content: "";
  font-family: Material-Design-Iconic-Font;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.2em;
}
aside li ul {
  margin-top: 15px !important;
}
aside li ul li {
  padding: 0;
}
aside li ul li::before {
  content: "";
}
aside h3 {
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  margin: 0 0 0.6em;
}
aside a, aside a:visited {
  color: #303030;
}

.asideBox {
  margin: 0 0 2em;
}
@media only screen and (min-width: 768px) {
  .asideBox {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .asideBox {
    padding: 0 2em;
  }
}
.asideBox input[type=text],
.asideBox textarea {
  width: 100% !important;
}

.asideContact {
  background: url(../images/textureDark.jpg);
  padding: 2em 1em 1em;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .asideContact {
    padding: 3em 2em 2em;
  }
}
.asideContact a.btn,
.asideContact a:visited.btn {
  display: block;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  padding: 0.6em 1em;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 768px) {
  .asideContact a.btn,
.asideContact a:visited.btn {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .asideContact a.btn,
.asideContact a:visited.btn {
    font-size: 1.8rem;
  }
}
.asideContact a.btn.btnWhiteGhost,
.asideContact a:visited.btn.btnWhiteGhost {
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}
.asideContact a.btn:last-child,
.asideContact a:visited.btn:last-child {
  margin-bottom: 0;
}
.asideContact a.btn::before,
.asideContact a:visited.btn::before {
  content: "";
  display: inline-block;
  font-family: Material-Design-Iconic-Font;
  vertical-align: middle;
  margin: 0 9px 0 0;
  font-weight: normal;
}

a.btn.btnContactPhone::before {
  content: "";
  font-family: Material-Design-Iconic-Font;
}

a.btn.btnContactPhone2::before {
  content: "";
  font-family: Material-Design-Iconic-Font;
  padding-right: 4px;
}

a.btn.btnContactEmail::before {
  content: "";
}

a.btn.btnContactEmail2::before {
  content: "";
  font-family: Material-Design-Iconic-Font;
  padding-right: 4px;
}

a.btn.btnContactLocation::before {
  content: "";
}

a.btn.btnContactQuote::before {
  content: "";
}

.asideContactHeader {
  color: #f1f1f1;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 3.6rem;
  margin: 0 0 0.6em;
}

.asideSpecialThumb::after {
  content: "";
  display: block;
  padding: 0 0 65%;
}

.asideSpecialContent {
  background: #303030;
  text-align: center;
  color: #fff;
  padding: 1em;
}

.asideSpecialHeader {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.6em;
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .asideBuffer {
    padding-top: 3em;
  }
}
.page-contacts {
  text-align: left;
  font-size: 1.5rem;
  margin-top: 10px;
}

.page-contacts span {
  display: block;
  padding-bottom: 3px;
}

.page-contacts .page-contact {
  color: #D7D7D7;
  padding: 17px 10px 15px 10px;
  border-bottom: 1px solid #CACACA;
}

.page-contacts .page-contact:hover {
  color: #FFF;
}

.page-contacts .page-contact:last-of-type {
  border: none;
}

.page-contacts .page-contact a {
  color: #D7D7D7;
  text-decoration: none;
}

.page-contacts .page-contact a:hover {
  color: #D93634;
}

.page-contacts .page-contact .page-contact-name {
  font-weight: normal;
  font-size: 1.8rem;
  color: #D7D7D7;
}

.page-contacts .page-contact .page-contact-title {
  font-size: 1.4rem;
  padding-bottom: 10px;
}

.page-contacts .page-contact.dark {
  color: #303030;
  border-bottom: 1px solid #636363;
}

.page-contacts .page-contact.dark a {
  color: #D93634;
}

.page-contacts .page-contact.dark a:hover {
  color: #B41F1D;
}

.page-contacts .page-contact.dark .page-contact-name {
  color: #303030;
}

.page-contacts .page-contact.dark:last-of-type {
  border: none;
}

/* ==========================================================================
   INDUSTRY LANDING BANNER CAPTION
   ========================================================================== */
.industryLandingBannerCaption {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 15px;
  color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .industryLandingBannerCaption {
    padding: 0 35px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .industryLandingBannerCaption {
    padding: 0 45px;
    width: 80%;
  }
}
.industryLandingBannerCaption .bannerCaptionHeader {
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: 3.4rem;
  text-shadow: 1px 1px 5px #333;
}
@media only screen and (min-width: 768px) {
  .industryLandingBannerCaption .bannerCaptionHeader {
    font-size: 5.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .industryLandingBannerCaption .bannerCaptionHeader {
    font-size: 6rem;
  }
}
.industryLandingBannerCaption p {
  max-width: 500px;
  text-shadow: 1px 1px 5px #333;
}
.industryLandingBannerCaption p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   INDUSTRY ROW
   ========================================================================== */
.industryRow {
  padding: 0 0 2em 0;
}
@media only screen and (min-width: 768px) {
  .industryRow {
    padding: 0 0 3em 0;
  }
}
@media only screen and (min-width: 992px) {
  .industryRow {
    padding: 0 0 3em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .industryRow {
    padding: 0 0 4em 0;
  }
}
@media only screen and (min-width: 1400px) {
  .industryRow {
    padding: 0 0 5em 0;
  }
}

.industryRow.industryRowEvents {
  padding: 2em 0;
}
@media only screen and (min-width: 768px) {
  .industryRow.industryRowEvents {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 992px) {
  .industryRow.industryRowEvents {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .industryRow.industryRowEvents {
    padding: 4em 0;
  }
}
@media only screen and (min-width: 1400px) {
  .industryRow.industryRowEvents {
    padding: 5em 0;
  }
}

/* ==========================================================================
   INDUSTRY CONTENT
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .industryContentTop {
    width: 61.0169491525%;
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  .industryContentTop {
    padding: 0 2em 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .industryPromo {
    width: 33.8983050847%;
    float: right;
    margin-right: 0;
  }
}
.industryPromo .btnContactPhone, .industryPromo .btnContactEmail {
  display: block;
  font-family: "Anton", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
}
.industryPromo .btnContactPhone::before, .industryPromo .btnContactEmail::before {
  content: "";
  display: inline-block;
  font-family: Material-Design-Iconic-Font;
  vertical-align: middle;
  margin: 0 9px 0 0;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .industryPromo .btnContactPhone, .industryPromo .btnContactEmail {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .industryPromo .btnContactPhone, .industryPromo .btnContactEmail {
    font-size: 1.8rem;
  }
}

/* ==========================================================================
   INDUSTRY CATEGORIES
   ========================================================================== */
.industryRowCategories {
  text-align: center;
}

/* ==========================================================================
   INDUSTRY EVENT ROW
   ========================================================================== */
.industryRowEvents {
  background: #f1f1f1;
}
@media only screen and (min-width: 992px) {
  .industryRowEvents .wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.industryRowEvents .wrapper > div:nth-child(2) {
  border-top: 1px solid #cfcfcf;
  padding-top: 2em;
}
@media only screen and (min-width: 992px) {
  .industryRowEvents .wrapper > div:nth-child(2) {
    border-top: none;
    padding-top: 0;
    border-left: 2px solid #cfcfcf;
  }
}
.industryRowEvents h3 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .industryRowEvents h3 {
    font-size: 4rem;
  }
}

.industryAsscContainer {
  margin: 0;
  padding: 0 0 2em;
}
@media only screen and (min-width: 992px) {
  .industryAsscContainer {
    width: 50%;
    border-bottom: none;
    padding: 0 2em 0 0;
    margin: 0;
  }
}

.industryAsscBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 2em;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .industryAsscBox {
    font-size: 1.6rem;
  }
}
.industryAsscBox:last-child {
  margin-bottom: 0;
}

.industryAsscThumb {
  width: 35%;
}
@media only screen and (min-width: 1400px) {
  .industryAsscThumb {
    width: 25%;
  }
}
.industryAsscThumb::after {
  content: "";
  display: block;
  padding: 0 0 75%;
}

.industryAsscContent {
  width: 65%;
  padding: 0 0 0 1em;
}
@media only screen and (min-width: 1200px) {
  .industryAsscContent {
    padding: 0 0 0 2em;
  }
}

@media only screen and (min-width: 992px) {
  .industryEventContainer {
    width: 50%;
    padding: 0 0 0 4em;
  }
}

.industryEventBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 0 2em;
}
.industryEventBox:last-child {
  margin-bottom: 0;
}
.industryEventBox p:last-child {
  margin-bottom: 0;
}
.industryEventBox a.btn,
.industryEventBox a:visited.btn {
  margin-bottom: 0;
}

.industryEventBoxThumb {
  width: 35%;
}
@media only screen and (min-width: 1400px) {
  .industryEventBoxThumb {
    width: 29%;
  }
}

.industryEventBoxContent {
  width: 100%;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .industryEventBoxContent {
    font-size: 1.6rem;
  }
}
.hasImage .industryEventBoxContent {
  width: 65%;
  padding: 0 0 0 1em;
}
@media only screen and (min-width: 1200px) {
  .hasImage .industryEventBoxContent {
    padding: 0 0 0 2em;
  }
}

.industryEventBoxName {
  font-weight: 700;
}

.industryEventBoxDate {
  margin: 0 0 0.6em;
}

/* ==========================================================================
   BANNER CAPTION
   ========================================================================== */
.productsLandingCaption {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  z-index: 50;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: 3.4rem;
  color: #fff;
  line-height: 1.2;
  text-shadow: 1px 1px 10px #333;
}
@media only screen and (min-width: 768px) {
  .productsLandingCaption {
    font-size: 5.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .productsLandingCaption {
    font-size: 6rem;
  }
}

/* ==========================================================================
   CATEGORY SEARCH
   ========================================================================== */
.productLandingSearch {
  border: 1px solid #303030;
  margin: 0 0 2em;
}
.productLandingSearch input[type=text] {
  width: 83.0508474576%;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  font-family: "Anton", sans-serif;
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  padding: 0 1em;
}
@media only screen and (min-width: 992px) {
  .productLandingSearch input[type=text] {
    font-size: 1.8rem;
  }
}
.productLandingSearch input[type=submit] {
  width: 15.2542372881%;
  float: right;
  margin-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  text-indent: -9999px;
  background: url(../images/iconSearchDark.png) 50% 50% no-repeat;
  background-size: auto 25px;
  height: 40px;
  line-height: 40px;
}

/* ==========================================================================
   CATEGORY LIST
   ========================================================================== */
@media only screen and (min-width: 992px) {
  .productLandingLeft {
    width: 32.2033898305%;
    float: left;
    padding: 2em 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .productLandingLeft {
    width: 23.7288135593%;
    float: left;
  }
}
@media only screen and (min-width: 1400px) {
  .productLandingLeft {
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 992px) {
  .productLandingLeft.sticky {
    position: absolute;
    width: initial;
  }
}

.productLandingIndustryTitle {
  position: relative;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  border-bottom: 2px solid #cfcfcf;
  padding: 5px 1em;
  margin: 0 0 1em;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .productLandingIndustryTitle {
    cursor: default;
    font-size: 1.8rem;
  }
}
.productLandingIndustryTitle:hover {
  background: #f1f1f1;
}
@media only screen and (min-width: 992px) {
  .productLandingIndustryTitle:hover {
    background: transparent;
  }
}
.productLandingIndustryTitle::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.productLandingIndustryTitle.on {
  background: #303030;
  color: #fff;
}
.productLandingIndustryTitle.on::after {
  content: "";
}

ul.productLandingIndustryList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 992px) {
  ul.productLandingIndustryList {
    display: block;
  }
}
ul.productLandingIndustryList li {
  margin: 0;
}
ul.productLandingIndustryList a, ul.productLandingIndustryList a:visited {
  display: block;
  padding: 0.8em 1em;
  font-family: "Roboto Condensed", sans-serif;
  color: #303030;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  ul.productLandingIndustryList a, ul.productLandingIndustryList a:visited {
    font-size: 1.4rem;
  }
}
ul.productLandingIndustryList a:hover, ul.productLandingIndustryList a:visited:hover {
  text-decoration: none;
  background: #f1f1f1;
}
@media only screen and (min-width: 992px) {
  ul.productLandingIndustryList a:hover, ul.productLandingIndustryList a:visited:hover {
    background: transparent;
    color: #D93634;
  }
}

/* ==========================================================================
   PRODUCT LANDING RIGHT
   ========================================================================== */
.productLandingRight {
  padding: 2em 0;
}
@media only screen and (min-width: 992px) {
  .productLandingRight {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
    padding: 0 0 0 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .productLandingRight {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .productLandingRight {
    margin-bottom: 4em;
  }
}

/* ==========================================================================
   PRODUCT LANDING DESCRIPTION
   ========================================================================== */
.productLandingDesc {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.productLandingDesc .desc {
  display: none;
}
.productLandingDesc .desc.on {
  display: block;
}
.productLandingDesc a.btn,
.productLandingDesc a:visited.btn {
  font-size: 1.4rem;
}

h1.productDetailTitle {
  background: #303030;
  color: #fff;
  padding: 0.4em;
  margin: 1em 0 0;
  font-size: 2.6rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  h1.productDetailTitle {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  h1.productDetailTitle {
    font-size: 4rem;
  }
}
h1.productDetailTitle.used {
  background: transparent;
  padding: 0 0 1em;
  color: #111;
  margin: 0 0 1em;
  border-bottom: 1px solid #88969F;
}

/* ==========================================================================
   DETAIL LEFT
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .productDetailLeft {
    width: 57.6271186441%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
@media only screen and (min-width: 1200px) {
  .productDetailLeft {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 8.4745762712%;
  }
}
@media only screen and (min-width: 1400px) {
  .productDetailLeft {
    width: 57.6271186441%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 8.4745762712%;
  }
}

/* ==========================================================================
   MAIN IMAGE
   ========================================================================== */
.productDetailMainImage {
  border: 2px solid #cfcfcf;
  margin: 0 0 1em;
}
.productDetailMainImage::after {
  content: "";
  display: block;
  padding: 0 0 60%;
}
@media only screen and (min-width: 1200px) {
  .productDetailMainImage.used {
    margin-top: 2em;
  }
}

/* ==========================================================================
   PRODUCT THUMBS
   ========================================================================== */
.productDetailThumbs {
  margin: 0 0 2em;
}
a.productDetailThumb,
a:visited.productDetailThumb {
  width: 18.3673469388%;
  float: left;
  margin-bottom: 0.6em;
  border: 1px solid #cfcfcf;
  position: relative;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #6A6A6A;
}
a.productDetailThumb:nth-child(5n+1),
a:visited.productDetailThumb:nth-child(5n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
a.productDetailThumb:nth-child(5n+2),
a:visited.productDetailThumb:nth-child(5n+2) {
  margin-left: 20.4081632653%;
  margin-right: -100%;
  clear: none;
}
a.productDetailThumb:nth-child(5n+3),
a:visited.productDetailThumb:nth-child(5n+3) {
  margin-left: 40.8163265306%;
  margin-right: -100%;
  clear: none;
}
a.productDetailThumb:nth-child(5n+4),
a:visited.productDetailThumb:nth-child(5n+4) {
  margin-left: 61.2244897959%;
  margin-right: -100%;
  clear: none;
}
a.productDetailThumb:nth-child(5n+5),
a:visited.productDetailThumb:nth-child(5n+5) {
  margin-left: 81.6326530612%;
  margin-right: -100%;
  clear: none;
}
@media only screen and (min-width: 768px) {
  a.productDetailThumb,
a:visited.productDetailThumb {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  a.productDetailThumb,
a:visited.productDetailThumb {
    width: 13.0434782609%;
    float: left;
  }
  a.productDetailThumb:nth-child(7n+1),
a:visited.productDetailThumb:nth-child(7n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  a.productDetailThumb:nth-child(7n+2),
a:visited.productDetailThumb:nth-child(7n+2) {
    margin-left: 14.4927536232%;
    margin-right: -100%;
    clear: none;
  }
  a.productDetailThumb:nth-child(7n+3),
a:visited.productDetailThumb:nth-child(7n+3) {
    margin-left: 28.9855072464%;
    margin-right: -100%;
    clear: none;
  }
  a.productDetailThumb:nth-child(7n+4),
a:visited.productDetailThumb:nth-child(7n+4) {
    margin-left: 43.4782608696%;
    margin-right: -100%;
    clear: none;
  }
  a.productDetailThumb:nth-child(7n+5),
a:visited.productDetailThumb:nth-child(7n+5) {
    margin-left: 57.9710144928%;
    margin-right: -100%;
    clear: none;
  }
  a.productDetailThumb:nth-child(7n+6),
a:visited.productDetailThumb:nth-child(7n+6) {
    margin-left: 72.4637681159%;
    margin-right: -100%;
    clear: none;
  }
  a.productDetailThumb:nth-child(7n+7),
a:visited.productDetailThumb:nth-child(7n+7) {
    margin-left: 86.9565217391%;
    margin-right: -100%;
    clear: none;
  }
}
@media only screen and (min-width: 1400px) {
  a.productDetailThumb,
a:visited.productDetailThumb {
    width: 11.3924050633%;
    float: left;
  }
  a.productDetailThumb:nth-child(8n+1),
a:visited.productDetailThumb:nth-child(8n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  a.productDetailThumb:nth-child(8n+2),
a:visited.productDetailThumb:nth-child(8n+2) {
    margin-left: 12.6582278481%;
    margin-right: -100%;
    clear: none;
  }
  a.productDetailThumb:nth-child(8n+3),
a:visited.productDetailThumb:nth-child(8n+3) {
    margin-left: 25.3164556962%;
    margin-right: -100%;
    clear: none;
  }
  a.productDetailThumb:nth-child(8n+4),
a:visited.productDetailThumb:nth-child(8n+4) {
    margin-left: 37.9746835443%;
    margin-right: -100%;
    clear: none;
  }
  a.productDetailThumb:nth-child(8n+5),
a:visited.productDetailThumb:nth-child(8n+5) {
    margin-left: 50.6329113924%;
    margin-right: -100%;
    clear: none;
  }
  a.productDetailThumb:nth-child(8n+6),
a:visited.productDetailThumb:nth-child(8n+6) {
    margin-left: 63.2911392405%;
    margin-right: -100%;
    clear: none;
  }
  a.productDetailThumb:nth-child(8n+7),
a:visited.productDetailThumb:nth-child(8n+7) {
    margin-left: 75.9493670886%;
    margin-right: -100%;
    clear: none;
  }
  a.productDetailThumb:nth-child(8n+8),
a:visited.productDetailThumb:nth-child(8n+8) {
    margin-left: 88.6075949367%;
    margin-right: -100%;
    clear: none;
  }
}
@media only screen and (min-width: 1200px) {
  .used a.productDetailThumb,
.used a:visited.productDetailThumb {
    width: 18.3673469388%;
    float: left;
  }
  .used a.productDetailThumb:nth-child(5n+1),
.used a:visited.productDetailThumb:nth-child(5n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .used a.productDetailThumb:nth-child(5n+2),
.used a:visited.productDetailThumb:nth-child(5n+2) {
    margin-left: 20.4081632653%;
    margin-right: -100%;
    clear: none;
  }
  .used a.productDetailThumb:nth-child(5n+3),
.used a:visited.productDetailThumb:nth-child(5n+3) {
    margin-left: 40.8163265306%;
    margin-right: -100%;
    clear: none;
  }
  .used a.productDetailThumb:nth-child(5n+4),
.used a:visited.productDetailThumb:nth-child(5n+4) {
    margin-left: 61.2244897959%;
    margin-right: -100%;
    clear: none;
  }
  .used a.productDetailThumb:nth-child(5n+5),
.used a:visited.productDetailThumb:nth-child(5n+5) {
    margin-left: 81.6326530612%;
    margin-right: -100%;
    clear: none;
  }
}
@media only screen and (min-width: 1400px) {
  .used a.productDetailThumb,
.used a:visited.productDetailThumb {
    width: 15.2542372881%;
    float: left;
  }
  .used a.productDetailThumb:nth-child(6n+1),
.used a:visited.productDetailThumb:nth-child(6n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .used a.productDetailThumb:nth-child(6n+2),
.used a:visited.productDetailThumb:nth-child(6n+2) {
    margin-left: 16.9491525424%;
    margin-right: -100%;
    clear: none;
  }
  .used a.productDetailThumb:nth-child(6n+3),
.used a:visited.productDetailThumb:nth-child(6n+3) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
  }
  .used a.productDetailThumb:nth-child(6n+4),
.used a:visited.productDetailThumb:nth-child(6n+4) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
  .used a.productDetailThumb:nth-child(6n+5),
.used a:visited.productDetailThumb:nth-child(6n+5) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
  }
  .used a.productDetailThumb:nth-child(6n+6),
.used a:visited.productDetailThumb:nth-child(6n+6) {
    margin-left: 84.7457627119%;
    margin-right: -100%;
    clear: none;
  }
}
a.productDetailThumb:hover,
a:visited.productDetailThumb:hover {
  text-decoration: none;
  border-color: #303030;
}
a.productDetailThumb::after,
a:visited.productDetailThumb::after {
  content: "";
  display: block;
  padding: 0 0 100%;
}
a.productDetailThumb.on,
a:visited.productDetailThumb.on {
  border-color: #D93634;
  color: #303030;
}
a.productDetailThumb.on span::before,
a:visited.productDetailThumb.on span::before {
  color: #303030;
}
a.productDetailThumb span,
a:visited.productDetailThumb span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
a.productDetailThumb span::before,
a:visited.productDetailThumb span::before {
  content: "";
  display: block;
  font-family: Material-Design-Iconic-Font;
  font-size: 25px;
  color: #A6A6A6;
  line-height: 25px;
}

a.productDetailThumb360 span::before,
a:visited.productDetailThumb360 span::before {
  content: "";
}

a.productDetailThumbVideo span::before,
a:visited.productDetailThumbVideo span::before {
  content: "";
}

/* ==========================================================================
   DESCRIPTION
   ========================================================================== */
.productDetailDesc h3 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .productDetailDesc h3 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .productDetailDesc h3 {
    font-size: 1.8rem;
  }
}

/* ==========================================================================
   PRODUCT ACCORDIONS
   ========================================================================== */
.productDetailAccordionContainer {
  margin: 0 0 2em;
}
.productDetailAccordionHeader {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
  font-size: 2rem;
  margin: 0;
  padding: 0.8em 15px;
  border-bottom: 2px solid #cfcfcf;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .productDetailAccordionHeader {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .productDetailAccordionHeader {
    font-size: 1.8rem;
  }
}
.productDetailAccordionHeader:hover {
  background: #f1f1f1;
}
.productDetailAccordionHeader::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  height: 20px;
  width: 20px;
  background: #D93634;
  color: #fff;
  text-align: center;
  line-height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 18px;
}
.productDetailAccordionHeader.on::after {
  content: "";
}

.productDetailAccordionContent {
  display: none;
  padding: 7px 15px 2em;
  position: relative;
}
.productDetailAccordionContent h4 {
  font-size: 1.8rem;
}
/* ==========================================================================
   PRODUCT DETAIL RIGHT
   ========================================================================== */
.productDetailRight {
  margin: 0 -15px;
  padding: 1em 15px;
  background: #f1f1f1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #f1f1f1), to(white));
  background: linear-gradient(to bottom, #f1f1f1 27%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f1f1", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
@media only screen and (min-width: 768px) {
  .productDetailRight {
    width: 35.593220339%;
    float: right;
    margin-right: 0;
    padding: 4em 15px 2em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .productDetailRight {
    padding: 5em 40px 2em;
  }
}
@media only screen and (min-width: 1400px) {
  .productDetailRight {
    width: 27.1186440678%;
    float: right;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.productDetailRight a.btnBlackGhost {
  border-color: #767676;
  border-width: 1px;
}

/* ==========================================================================
   DETAIL ACTIONS
   ========================================================================== */
.productDetailActions {
  margin: 0 0 2em;
}
.productDetailActions a.btn,
.productDetailActions a:visited.btn {
  display: block;
  margin: 0 0 0.6em;
}

/* ==========================================================================
   AVAILABLE USED
   ========================================================================== */
.productDetailAvailableUsed h3 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
  font-size: 2rem;
  border-bottom: 2px solid #cfcfcf;
  padding: 0 0 0.6em;
  margin: 0 0 0.6em;
}
@media only screen and (min-width: 768px) {
  .productDetailAvailableUsed h3 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .productDetailAvailableUsed h3 {
    font-size: 1.8rem;
  }
}

a.availableUsedBox,
a:visited.availableUsedBox {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  margin: 0 0 1em;
  color: #303030;
}
a.availableUsedBox:hover,
a:visited.availableUsedBox:hover {
  text-decoration: none;
  color: #D93634;
}

.availableUsedTitle {
  font-weight: 700;
}

.availableUsedMore {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #A6A6A6;
  padding: 1em;
  cursor: pointer;
  line-height: 1.2;
}
.availableUsedMore::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  margin: -5px 0 0;
}
.availableUsedMore:hover {
  background: #f1f1f1;
  color: #303030;
}
.availableUsedMore.on::after {
  content: "";
}

/* ==========================================================================
   PRODUCT SPECS
   ========================================================================== */
.productDetailUnitSelect {
  text-align: right;
  border: 1px solid #e8e8e8;
  position: absolute;
  right: 11px;
  top: 0;
}
.productDetailUnitSelect .unitSelect {
  float: left;
  vertical-align: top;
  font-size: 1.2rem;
  padding: 7px;
  cursor: pointer;
}
.productDetailUnitSelect .unitSelect:nth-child(1) {
  border-right: 1px solid #e8e8e8;
}
.productDetailUnitSelect .unitSelect:hover {
  background: #f1f1f1;
}
.productDetailUnitSelect .unitSelect.on {
  background: #D93634;
  color: #fff;
}

.productDetailSpecTitle {
  clear: both;
  font-family: "Roboto Condensed", sans-serif;
  padding: 11px;
  font-weight: 700;
}

.productDetailSpecLabel {
  width: 25.4237288136%;
  float: left;
  border-top: 1px solid #cfcfcf;
  padding: 11px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  clear: left;
}

.productDetailSpecValue {
  width: 74.5762711864%;
  float: left;
  border-top: 1px solid #cfcfcf;
  padding: 11px;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
}

.unitMetric {
  display: none;
}

.productDetailUsedSpecs {
  position: relative;
}
.productDetailUsedSpecs h3 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .productDetailUsedSpecs h3 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .productDetailUsedSpecs h3 {
    font-size: 1.8rem;
  }
}

/* ==========================================================================
   USED DETAILS
   ========================================================================== */
.productDetailUsedDetails {
  margin: 0 0 2em;
}

.productDetailUsedPrice {
  font-weight: 400;
  font-size: 2.4rem;
  font-family: "Anton", sans-serif;
  margin: 0 0 1em;
}

.productDetailUsedLocation,
.productDetailUsedSerial,
.productDetailUsedId,
.productDetailUsedHours {
  padding: 0 0 0 1em;
  margin: 0 0 0.4em;
  text-transform: uppercase;
}
.productDetailUsedLocation span,
.productDetailUsedSerial span,
.productDetailUsedId span,
.productDetailUsedHours span {
  font-weight: 700;
  display: inline-block;
}

h2.allLocationsHeader {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h2.allLocationsHeader {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .locationLandingTop {
    padding: 2em 0 0;
  }
}
.locationLandingWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .locationLandingWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* ==========================================================================
   LOCATION LANDING MAP
   ========================================================================== */
.locationLandingMap {
  display: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .locationLandingMap {
    display: block;
    margin-bottom: 3em;
  }
}
.locationLandingMap::after {
  content: "";
  display: block;
  padding: 0 0 60%;
}
.locationLandingMap svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.locationLandingMap .mapMarker {
  cursor: pointer;
}
.locationLandingMap .mapMarker:hover .mapRect {
  fill: #cc0000 !important;
}

.mapHotSpot {
  cursor: pointer;
  fill: #fff;
}
.mapHotSpot rect {
  fill: transparent;
}
.mapHotSpot circle {
  stroke: #cc0000;
  fill: rgba(204, 0, 0, 0.4);
}
.mapHotSpot:hover circle {
  fill: #cc0000;
  stroke: #cc0000;
}

.locationLandingRight {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  width: 100%;
  margin: 0 0 11px;
}
@media only screen and (min-width: 992px) {
  .locationLandingRight {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.locationLandingRight::after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .locationLandingRight .locationsMap {
    height: 400px;
  }
}
@media only screen and (min-width: 1400px) {
  .locationLandingRight .locationsMap {
    height: 550px;
  }
}
.locationLandingRight .locationsMap::after {
  content: "";
  display: block;
  padding: 0 0 65%;
}
@media only screen and (min-width: 992px) {
  .locationLandingRight .locationsMap::after {
    display: none;
  }
}

/* ==========================================================================
   LOCATION LANDING HIGHLIGHT
   ========================================================================== */
.locationLandingHighlight {
  margin: 0 0 2em;
}
@media only screen and (min-width: 992px) {
  .locationLandingHighlight {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    margin-bottom: 3em;
    font-size: 1.4rem;
    padding: 1em 0 0;
  }
}
.locationLandingHighlight h3 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .locationLandingHighlight h3 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .locationLandingHighlight h3 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}
.locationLandingHighlight p {
  margin: 0 0 0.6em;
}
.locationLandingHighlight strong {
  text-transform: uppercase;
}

.locationLandingHighlightbox {
  margin: 0 0 1em;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .locationLandingHighlightbox {
    margin: 0 0 2em;
  }
}

a.locationHighlightAction,
a:visited.locationHighlightAction {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
}
a.locationHighlightAction::after,
a:visited.locationHighlightAction::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  margin: 0 0 0 7px;
  display: inline-block;
}

/* ==========================================================================
   LOCATION BOXES
   ========================================================================== */
.locationBoxContainer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em;
}
@media only screen and (min-width: 992px) {
  .locationBoxContainer {
    padding: 2em 0 0;
  }
}
.locationBox {
  width: 50%;
  padding: 0 1em 0 0;
  margin: 0 0 2em;
}
@media only screen and (min-width: 768px) {
  .locationBox {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 992px) {
  .locationBox {
    font-size: 1.4rem;
    margin: 0 0 4em;
  }
}
@media only screen and (min-width: 1200px) {
  .locationBox {
    width: 25%;
  }
}
.locationBox h3 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 0.2em;
  font-size: 2rem;
}
.locationBox h3 a {
  color: #303030;
}
.locationBox h3 a:hover {
  color: #B41F1D;
}
@media only screen and (min-width: 992px) {
  .locationBox h3 {
    font-size: 2.4rem;
    margin: 0 0 0.8em;
  }
}

.locationBoxAddress {
  margin: 0 0 0.6em;
}
@media only screen and (min-width: 992px) {
  .locationBoxAddress {
    margin: 0 0 1.6em;
  }
}

.locationBoxPhones {
  margin: 0 0 0.6em;
}
@media only screen and (min-width: 992px) {
  .locationBoxPhones {
    margin: 0 0 1.6em;
  }
}

.locationBoxHours {
  margin: 0 0 0.6em;
}
@media only screen and (min-width: 992px) {
  .locationBoxHours {
    margin: 0 0 1.6em;
  }
}
.locationBoxHours strong {
  text-transform: uppercase;
}

a.locationBoxAction,
a:visited.locationBoxAction {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
}
a.locationBoxAction::after,
a:visited.locationBoxAction::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  margin: -2px 0 0 2px;
  vertical-align: middle;
  display: inline-block;
}

/* ==========================================================================
   LOCATION DETAIL LEFT
   ========================================================================== */
@media only screen and (min-width: 992px) {
  .locationDetailLeft {
    width: 61.0169491525%;
    float: left;
    margin-top: 2em;
    margin-bottom: 4em;
  }
}

.locationLandingList {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .locationLandingList {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 35%;
    height: 400px;
    overflow-y: scroll;
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 1400px) {
  .locationLandingList {
    height: 550px;
  }
}
.locationLandingList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.locationLandingList li {
  margin: 0 0 1px;
  background: #efefef;
  padding: 1rem;
  position: relative;
  color: #303030;
}
.locationLandingList li a {
  display: block;
  color: #303030;
}
.locationLandingList li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #efefef;
  z-index: 1;
}
.locationLandingList li a:hover:before, .locationLandingList li a:focus:before {
  background: #F6CE3F;
}
.locationLandingList li a:hover, .locationLandingList li a:focus {
  color: #303030;
}
.locationLandingList li a.RentalLocationWebsite {
  border-bottom: solid 3px transparent;
  color: #303030;
  display: inline-block;
  margin-top: 10px;
}
.locationLandingList li a.RentalLocationWebsite:before {
  content: none;
}
.locationLandingList li a.RentalLocationWebsite:hover, .locationLandingList li a.RentalLocationWebsite:focus {
  color: #303030;
  border-bottom: solid 3px #cc0000;
}
.locationLandingList li h3 {
  color: #000;
  position: relative;
  z-index: 2;
}
.locationLandingList li .locationBoxAddress {
  margin: 0;
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   LOCATION DETAIL MAP
   ========================================================================== */
.locationDetailMap {
  position: relative;
  margin: 0 0 1em;
  border: 2px solid #cfcfcf;
}
.locationDetailMap::after {
  content: "";
  display: block;
  padding: 0 0 60%;
}
.locationDetailMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.mapMarker {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background: #D93634;
  cursor: pointer;
}
.mapMarker:hover {
  background: #B41F1D;
}
.mapMarker::after {
  content: "";
  display: block;
  font-family: Material-Design-Iconic-Font;
}

a.locationDetailDirections,
a:visited.locationDetailDirections {
  position: absolute;
  background: #D93634;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 9px 21px;
}
a.locationDetailDirections:hover,
a:visited.locationDetailDirections:hover {
  background: #B41F1D;
  text-decoration: none;
}
a.locationDetailDirections::before,
a:visited.locationDetailDirections::before {
  content: "";
  font-family: Material-Design-Iconic-Font;
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: normal;
  vertical-align: middle;
}

/* ==========================================================================
   LOCATION DETAIL THUMBS
   ========================================================================== */
.locationDetailMainImage {
  position: relative;
  border: 2px solid #cfcfcf;
  margin: 0 0 1em;
  display: none;
}
.locationDetailMainImage::after {
  content: "";
  display: block;
  padding: 0 0 60%;
}

.locationWithSidebarDetail .locationDetailMainImage {
  display: block;
}

.locationWithSidebarDetail .locationDetailMap {
  display: none;
}

.locationDetailThumbContainer {
  margin: 0 0 2em;
}
a.locationDetailThumb,
a:visited.locationDetailThumb {
  width: 18.3673469388%;
  float: left;
  margin-bottom: 0.6em;
  border: 1px solid #cfcfcf;
  position: relative;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #6A6A6A;
}
a.locationDetailThumb:nth-child(5n+1),
a:visited.locationDetailThumb:nth-child(5n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
a.locationDetailThumb:nth-child(5n+2),
a:visited.locationDetailThumb:nth-child(5n+2) {
  margin-left: 20.4081632653%;
  margin-right: -100%;
  clear: none;
}
a.locationDetailThumb:nth-child(5n+3),
a:visited.locationDetailThumb:nth-child(5n+3) {
  margin-left: 40.8163265306%;
  margin-right: -100%;
  clear: none;
}
a.locationDetailThumb:nth-child(5n+4),
a:visited.locationDetailThumb:nth-child(5n+4) {
  margin-left: 61.2244897959%;
  margin-right: -100%;
  clear: none;
}
a.locationDetailThumb:nth-child(5n+5),
a:visited.locationDetailThumb:nth-child(5n+5) {
  margin-left: 81.6326530612%;
  margin-right: -100%;
  clear: none;
}
@media only screen and (min-width: 768px) {
  a.locationDetailThumb,
a:visited.locationDetailThumb {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  a.locationDetailThumb,
a:visited.locationDetailThumb {
    width: 13.0434782609%;
    float: left;
  }
  a.locationDetailThumb:nth-child(7n+1),
a:visited.locationDetailThumb:nth-child(7n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  a.locationDetailThumb:nth-child(7n+2),
a:visited.locationDetailThumb:nth-child(7n+2) {
    margin-left: 14.4927536232%;
    margin-right: -100%;
    clear: none;
  }
  a.locationDetailThumb:nth-child(7n+3),
a:visited.locationDetailThumb:nth-child(7n+3) {
    margin-left: 28.9855072464%;
    margin-right: -100%;
    clear: none;
  }
  a.locationDetailThumb:nth-child(7n+4),
a:visited.locationDetailThumb:nth-child(7n+4) {
    margin-left: 43.4782608696%;
    margin-right: -100%;
    clear: none;
  }
  a.locationDetailThumb:nth-child(7n+5),
a:visited.locationDetailThumb:nth-child(7n+5) {
    margin-left: 57.9710144928%;
    margin-right: -100%;
    clear: none;
  }
  a.locationDetailThumb:nth-child(7n+6),
a:visited.locationDetailThumb:nth-child(7n+6) {
    margin-left: 72.4637681159%;
    margin-right: -100%;
    clear: none;
  }
  a.locationDetailThumb:nth-child(7n+7),
a:visited.locationDetailThumb:nth-child(7n+7) {
    margin-left: 86.9565217391%;
    margin-right: -100%;
    clear: none;
  }
}
@media only screen and (min-width: 1400px) {
  a.locationDetailThumb,
a:visited.locationDetailThumb {
    width: 11.3924050633%;
    float: left;
  }
  a.locationDetailThumb:nth-child(8n+1),
a:visited.locationDetailThumb:nth-child(8n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  a.locationDetailThumb:nth-child(8n+2),
a:visited.locationDetailThumb:nth-child(8n+2) {
    margin-left: 12.6582278481%;
    margin-right: -100%;
    clear: none;
  }
  a.locationDetailThumb:nth-child(8n+3),
a:visited.locationDetailThumb:nth-child(8n+3) {
    margin-left: 25.3164556962%;
    margin-right: -100%;
    clear: none;
  }
  a.locationDetailThumb:nth-child(8n+4),
a:visited.locationDetailThumb:nth-child(8n+4) {
    margin-left: 37.9746835443%;
    margin-right: -100%;
    clear: none;
  }
  a.locationDetailThumb:nth-child(8n+5),
a:visited.locationDetailThumb:nth-child(8n+5) {
    margin-left: 50.6329113924%;
    margin-right: -100%;
    clear: none;
  }
  a.locationDetailThumb:nth-child(8n+6),
a:visited.locationDetailThumb:nth-child(8n+6) {
    margin-left: 63.2911392405%;
    margin-right: -100%;
    clear: none;
  }
  a.locationDetailThumb:nth-child(8n+7),
a:visited.locationDetailThumb:nth-child(8n+7) {
    margin-left: 75.9493670886%;
    margin-right: -100%;
    clear: none;
  }
  a.locationDetailThumb:nth-child(8n+8),
a:visited.locationDetailThumb:nth-child(8n+8) {
    margin-left: 88.6075949367%;
    margin-right: -100%;
    clear: none;
  }
}
a.locationDetailThumb:hover,
a:visited.locationDetailThumb:hover {
  text-decoration: none;
  border-color: #303030;
}
a.locationDetailThumb::after,
a:visited.locationDetailThumb::after {
  content: "";
  display: block;
  padding: 0 0 100%;
}
a.locationDetailThumb.on,
a:visited.locationDetailThumb.on {
  border-color: #D93634;
  color: #303030;
}
a.locationDetailThumb.on span::before,
a:visited.locationDetailThumb.on span::before {
  color: #303030;
}
a.locationDetailThumb span,
a:visited.locationDetailThumb span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
a.locationDetailThumb span::before,
a:visited.locationDetailThumb span::before {
  content: "";
  display: block;
  font-family: Material-Design-Iconic-Font;
  font-size: 25px;
  color: #A6A6A6;
  line-height: 25px;
}

a.locationDetailThumbMap span::before,
a:visited.locationDetailThumbMap span::before {
  content: "";
}

a.locationDetailThumbVideo span::before,
a:visited.locationDetailThumbVideo span::before {
  content: "";
}

/* ==========================================================================
   LOCATION DETAOL DETAILS
   ========================================================================== */
.locationDetailDetails {
  margin: 0 0 2em;
}
@media only screen and (min-width: 992px) {
  .locationDetailDetails {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    font-size: 1.4rem;
    margin-top: 2em;
    margin-bottom: 4em;
  }
}
.locationDetailDetails h3 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .locationDetailDetails h3 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .locationDetailDetails h3 {
    font-size: 1.8rem;
  }
}
.locationDetailDetails strong {
  text-transform: uppercase;
}
.locationDetailDetails a.locationDetailOther,
.locationDetailDetails a:visited.locationDetailOther {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0 1em 0.4em 0;
  display: inline-block;
  font-weight: 700;
}
.locationDetailDetails a.locationDetailOther::after,
.locationDetailDetails a:visited.locationDetailOther::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  display: inline-block;
  margin: 0 0 0 2px;
  vertical-align: middle;
}

h2.locationDetailHeader {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  margin: 0 0 0.6em;
  line-height: 1.2;
  clear: both;
}
@media only screen and (min-width: 768px) {
  h2.locationDetailHeader {
    font-size: 4rem;
  }
}

/* ==========================================================================
   LOCATION CONTACT FORM
   ========================================================================== */
.locationContact .contactFormInput {
  position: relative;
  margin: 0 0 2em;
}
@media only screen and (min-width: 992px) {
  .locationContact .contactFormInput {
    width: 48%;
    float: left;
    margin: 0 1% 2em;
  }
}
@media only screen and (min-width: 992px) {
  .locationContact .contactFormInput.full {
    float: none;
    width: 98%;
    clear: both;
    margin: 0 1% 2em;
    height: auto;
  }
}
.locationContact input[type=text] {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .locationContact input[type=text] {
    height: 50px;
    line-height: 50px;
  }
}
.locationContact .dropDownBox {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .locationContact .dropDownBox select {
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 992px) {
  .locationContact input[type=submit] {
    float: right;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.locationContact label {
  display: none;
}

.locationSearchForm {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #efefef;
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 11px;
}
.locationSearchForm .formColWrapper {
  width: calc(50% - 5px);
  margin: 0 0 11px;
}
@media only screen and (min-width: 992px) {
  .locationSearchForm .formColWrapper {
    width: auto;
    margin: 0 11px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .locationSearchForm .formColWrapper:nth-child(1), .locationSearchForm .formColWrapper:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.locationSearchForm .formColWrapper:nth-child(3) {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .locationSearchForm .formColWrapper:nth-child(3) {
    width: auto;
    margin: 0 0 0 auto;
  }
}
.locationSearchForm input[type=text] {
  height: 35px;
  line-height: 35px;
  width: 100%;
  border: 1px solid #aaaaaa;
}
@media only screen and (min-width: 992px) {
  .locationSearchForm input[type=text] {
    height: 40.75px;
    line-height: 40.75px;
  }
}
.locationSearchForm select {
  height: 35px;
  width: 100%;
  -webkit-appearance: menulist-button;
  border: 1px solid #aaaaaa;
}
@media only screen and (min-width: 992px) {
  .locationSearchForm select {
    height: 40.75px;
  }
}
.locationSearchForm .btn {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .locationSearchForm .btn {
    width: auto;
  }
}

/* ==========================================================================
  TemplateLocationWithSidebar
  ========================================================================== */
.locationContentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.locationContentWrap .locationDetailLeft,
.locationContentWrap .locationDetailDetails {
  width: 100%;
  float: none;
}

.locationContentFull {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .locationContentMain {
    width: 57.6271186441%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
@media only screen and (min-width: 992px) {
  .locationContentMain {
    width: 69.4915254237%;
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  .locationContentMain {
    width: 61.0169491525%;
    float: left;
  }
}

.locationContentSidebar {
  background: transparent;
}

.locationAsideBox {
  padding: 2em;
  background: #f1f1f1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #f1f1f1), to(white));
  background: linear-gradient(to bottom, #f1f1f1 27%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f1f1", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.locationAsideBox ul li.CMSListMenuHighlightedLI {
  padding: 0 0 0 1.2em;
}
.locationAsideBox ul li.CMSListMenuHighlightedLI::before {
  content: "";
  font-family: Material-Design-Iconic-Font;
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 28px;
  color: #d93634;
}
.locationAsideBox ul li::before {
  content: none;
}

.searchResultsSearch {
  margin: 0 0 1em;
  padding: 2em 0;
}
.searchResultsSearch #lblSearch {
  display: none;
}
.searchResultsSearch input[type=text] {
  width: 83.0508474576%;
  float: left;
  border: none;
  border: 1px solid #303030;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media only screen and (min-width: 1200px) {
  .searchResultsSearch input[type=text] {
    width: 83.0508474576%;
    float: left;
  }
}
.searchResultsSearch input[type=submit] {
  width: 15.2542372881%;
  float: right;
  margin-right: 0;
  background: #cc0000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 50px;
}
@media only screen and (min-width: 1200px) {
  .searchResultsSearch input[type=submit] {
    width: 15.2542372881%;
    float: right;
    margin-right: 0;
  }
}
.searchResultsSearch input[type=submit]:hover {
  background: #cc0000;
}

.searchResult {
  padding: 2em 0;
  position: relative;
  clear: both;
}
.searchResult h3 {
  font-size: 2rem;
}
.searchResult p {
  margin: 0 0 0.8em;
}
.searchResult p:last-child {
  margin-bottom: 0;
}
.searchResult a, .searchResult a:visited {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
}
.searchResult a::after, .searchResult a:visited::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  display: inline-block;
  margin: -2px 0 0 9px;
  vertical-align: middle;
}

.searchResultContent {
  float: none;
  width: 100%;
}
.hasImage .searchResultContent {
  float: right;
  width: 74%;
}

.searchResultThumb {
  width: 21%;
  float: left;
}
.searchResultThumb::after {
  content: "";
  display: block;
  padding: 0 0 100%;
}

.FormPanel table {
  width: 100%;
}
.FormPanel table input[type=text], .FormPanel table textarea, .FormPanel table select {
  width: 100%;
  padding: 15px;
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1;
  margin: 0 0 1em;
  color: #aaa;
  font-size: 1.1em;
  font-weight: 300;
}
.FormPanel table input[type=checkbox] {
  margin: 0 10px;
}
.FormPanel table td.FieldLabel {
  vertical-align: top;
}
.FormPanel table .Error input[type=text] {
  background: #F9F0F0;
}
.FormPanel table .EditingFormErrorLabel {
  color: #AC011B;
  margin-bottom: 15px;
  display: block;
}
.FormPanel table .EditingFormErrorLabel:before {
  font-family: FontAwesome;
  padding-right: 15px;
  content: "";
}
.FormPanel table input[type=text]:focus::-webkit-input-placeholder, .FormPanel table textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.FormPanel table input[type=text]:focus:-moz-placeholder, .FormPanel table textarea:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.ErrorLabel {
  color: #AC011B;
  margin-bottom: 15px;
  display: block;
}

.contactPageForm {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 2em;
}
.contactPageForm label {
  display: block;
  margin: 0 0 0.4em;
}
.contactPageForm input[type=text], .contactPageForm textarea {
  width: 100%;
  padding: 9px;
  border: 1px solid #bbb;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.2;
  margin: 0 0 1em;
  color: #303030;
  font-size: 1.4rem;
}
.contactPageForm select {
  width: 100%;
  margin: 0 0 1em;
}
.contactPageForm textarea {
  width: 100%;
  padding: 9px;
  border: 1px solid #bbb;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.2;
  margin: 0 0 1em;
  color: #303030;
  font-size: 1.4rem;
}
.contactPageForm input[type=submit] {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: inline-block;
  background: #cfcfcf;
  padding: 0.8em 2em 0.9em;
  color: #555;
  margin: 0 0 0.4em;
  text-align: center;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  border: 2px solid transparent;
  background: #D93634;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .contactPageForm input[type=submit] {
    font-size: 0.8em;
    position: relative;
  }
}
.contactPageForm input[type=submit]:hover {
  background: #B41F1D;
}
.contactPageForm .contactDrop {
  overflow: hidden;
  border: 1px solid #bbb;
  margin: 0 0 1em;
  position: relative;
  color: #303030;
}
.contactPageForm .contactDrop select {
  width: 110%;
  border: none;
  -webkit-appearance: none;
  padding: 0 9px;
  height: 40px;
  margin: 0;
  font-size: 1.4rem;
}
.contactPageForm .contactDrop:after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.6em;
  pointer-events: none;
}
.contactPageForm input[type=checkbox] {
  display: none;
}
.contactPageForm input[type=checkbox] + label {
  margin: 0 0 1em;
  font-size: 1.2rem;
  color: #777;
}
.contactPageForm input[type=checkbox] + label:before {
  content: "";
  font-family: Material Icons;
  color: #F6CE3F;
  vertical-align: middle;
  margin: 0 9px 0 0;
  font-size: 29px;
}
.contactPageForm input[type=checkbox]:checked + label:before {
  content: "";
}
@media only screen and (min-width: 992px) {
  .contactPageForm .contactForm50,
.contactPageForm input.contactForm50 {
    width: 48.7179487179%;
    float: left;
  }
  .contactPageForm .contactForm50:nth-child(2n+1),
.contactPageForm input.contactForm50:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .contactPageForm .contactForm50:nth-child(2n+2),
.contactPageForm input.contactForm50:nth-child(2n+2) {
    margin-left: 51.2820512821%;
    margin-right: -100%;
    clear: none;
  }
}

.bluekey-biz-form .form-table-group {
  margin: 0 0 20px 0;
  font-size: 14px;
}

.bluekey-biz-form .form-table-label-cell {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
}

.bluekey-biz-form .form-table-value-cell {
  display: block;
}

.bluekey-biz-form .form-table-value-cell input[type=text], .bluekey-biz-form .form-table-value-cell .contactForm textarea, .contactForm .bluekey-biz-form .form-table-value-cell textarea, .bluekey-biz-form .form-table-value-cell .contactPageForm textarea, .contactPageForm .bluekey-biz-form .form-table-value-cell textarea, .bluekey-biz-form .form-table-value-cell textarea, .bluekey-biz-form .form-table-value-cell select {
  width: 90%;
  padding: 10px 5px;
  border: 1px solid #CECECE;
  background: #F5F5F5;
  font-size: 1.1em;
  font-weight: 300;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  margin-bottom: 0;
}

.bluekey-biz-form .form-table-value-cell input[type=text]:focus, .bluekey-biz-form .form-table-value-cell .contactForm textarea:focus, .contactForm .bluekey-biz-form .form-table-value-cell textarea:focus, .bluekey-biz-form .form-table-value-cell .contactPageForm textarea:focus, .contactPageForm .bluekey-biz-form .form-table-value-cell textarea:focus, .bluekey-biz-form .form-table-value-cell textarea:focus, .bluekey-biz-form .form-table-value-cell select:focus {
  border: 1px solid #b5b5b5;
  background: #fff;
}

.bluekey-biz-form .form-table-value-cell textarea {
  min-height: 200px;
}

.bluekey-biz-form .form-table-value-cell input[type=text]:focus::-webkit-input-placeholder, .bluekey-biz-form .form-table-value-cell .contactForm textarea[type=text]:focus::-webkit-input-placeholder, .contactForm .bluekey-biz-form .form-table-value-cell textarea[type=text]:focus::-webkit-input-placeholder, .bluekey-biz-form .form-table-value-cell .contactPageForm textarea[type=text]:focus::-webkit-input-placeholder, .contactPageForm .bluekey-biz-form .form-table-value-cell textarea[type=text]:focus::-webkit-input-placeholder, .bluekey-biz-form .form-table-value-cell textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.bluekey-biz-form .form-table-value-cell input[type=text]:focus:-moz-placeholder, .bluekey-biz-form .form-table-value-cell .contactForm textarea[type=text]:focus:-moz-placeholder, .contactForm .bluekey-biz-form .form-table-value-cell textarea[type=text]:focus:-moz-placeholder, .bluekey-biz-form .form-table-value-cell .contactPageForm textarea[type=text]:focus:-moz-placeholder, .contactPageForm .bluekey-biz-form .form-table-value-cell textarea[type=text]:focus:-moz-placeholder, .bluekey-biz-form .form-table-value-cell textarea:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}

.bluekey-biz-form .form-table-value-cell input[type=checkbox] {
  margin: 3px 10px 0 10px;
}

.bluekey-biz-form .EditingFormControlNestedControl {
  margin: 0 0 1em;
}

.bluekey-biz-form .EditingFormControlNestedControl .dropdown {
  position: relative;
  overflow: hidden;
  border: 1px solid #CECECE;
  background: #F5F5F5;
  margin: 0 0 1em;
  position: relative;
  width: 90%;
}

.bluekey-biz-form .EditingFormControlNestedControl .dropdown select {
  padding: 0 9px;
  height: 40px;
  margin: 0;
  border: none;
  background: none;
  width: 100% !important;
}

.bluekey-biz-form .EditingFormControlNestedControl .dropdown select::-ms-expand {
  display: none;
}

.bluekey-biz-form .EditingFormControlNestedControl .dropdown:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Material-Design-Iconic-Font;
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.6em;
  pointer-events: none;
}

.bluekey-biz-form .form-table-validation-cell .EditingFormErrorLabel {
  color: #AC011B;
  margin-bottom: 10px;
  padding: 4px 0 4px 10px;
  width: 90%;
  display: block;
  background: #AC011B;
  color: #FFF;
}

.bluekey-biz-form .form-table-validation-cell .EditingFormErrorLabel:before {
  font-family: Material-Design-Iconic-Font;
  content: "";
  padding-right: 8px;
}

@media only screen and (min-width: 992px) {
  .locationSearchForm .form50,
.locationSearchForm input.form50 {
    width: 48.7179487179%;
    float: left;
  }
  .locationSearchForm .form50:nth-child(2n+1),
.locationSearchForm input.form50:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .locationSearchForm .form50:nth-child(2n+2),
.locationSearchForm input.form50:nth-child(2n+2) {
    margin-left: 51.2820512821%;
    margin-right: -100%;
    clear: none;
  }
}
.locationSearchForm .formDrop {
  overflow: hidden;
  border: 1px solid #bbb;
  margin: 0 0 1em;
  position: relative;
  color: #303030;
}
.locationSearchForm .formDrop select {
  width: 110%;
  border: none;
  -webkit-appearance: none;
  padding: 0 9px;
  height: 40px;
  margin: 0;
  font-size: 1.4rem;
}
.locationSearchForm .formDrop:after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.6em;
  pointer-events: none;
}
.locationSearchForm input[type=text], .locationSearchForm textarea {
  width: 100%;
  padding: 9px;
  border: 1px solid #bbb;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.2;
  margin: 0 0 1em;
  color: #303030;
  font-size: 1.4rem;
}
.locationSearchForm select {
  width: 100%;
  margin: 0 0 1em;
}
.locationSearchForm textarea {
  width: 100%;
  padding: 9px;
  border: 1px solid #bbb;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.2;
  margin: 0 0 1em;
  color: #303030;
  font-size: 1.4rem;
}
.locationSearchForm input[type=submit] {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: inline-block;
  background: #cfcfcf;
  padding: 0.8em 2em 0.9em;
  color: #555;
  margin: 0 0 0.4em;
  text-align: center;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  border: 2px solid transparent;
  background: #D93634;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .locationSearchForm input[type=submit] {
    font-size: 0.8em;
    position: relative;
  }
}
.locationSearchForm input[type=submit]:hover {
  background: #B41F1D;
}

body.home .bottomContact {
  display: none;
}

.valSummary {
  background: #D93634;
  padding: 15px 15px 5px 15px;
  margin: 0 0 15px 0;
  color: #FFF;
}

.alertEmailAddress {
  color: #900;
}

.contactForm .contactFormInput.full .labelSlide {
  top: 15%;
}
.contactForm .contactFormInput.full .labelSlide.on {
  visibility: hidden;
}

.funnelContainer.new .funnelSteps a.funnelOption.new,
.funnelContainer.used .funnelSteps a.funnelOption.used,
.funnelContainer.rental .funnelSteps a.funnelOption.rental {
  color: #FFF;
}

#tab-container {
  margin: 0 auto;
}
#tab-container iframe {
  overflow: hidden;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "Roboto", sans-serif;
  border-bottom: 3px solid #F6CE3F;
}
ul.tabs li {
  background: #e8e8e8;
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
ul.tabs li.current, ul.tabs li.current a {
  background: #F6CE3F;
  color: #333;
}

.tab-content {
  display: none;
  padding: 1rem 0;
}
.tab-content.current, .tab-content.on {
  display: inherit;
}

.wide {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.wrapper {
  max-width: 1696.25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.wrapper.sm {
  max-width: 1300px;
}

//Conditions on Detail Used Machine pages
.condition-key {
    display: flex;
    margin: 0 0 2rem;
}

.condition-anchors {
    padding: 2rem 0 calc(2rem - 5px);
    margin: 2rem 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

a.condition-anchor {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background-color: #bbb;
    color: #333;
    margin: 0 5px 5px 0;
    font-size: 1.2rem;
    font-weight: bold;
}

    a.condition-anchor:hover, a.condition-anchor:focus {
        background-color: #ddd;
        color: #333;
    }

.condition-row {
    border-bottom: 1px solid #cfcfcf;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
}

@media only screen and (min-width: 992px) {
    .condition-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.condition-row h3 {
    min-width: 100%;
}

.condition-row .condition-item {
    margin: 0 0 1rem;
}

@media only screen and (min-width: 992px) {
    .condition-row .condition-item {
        flex: 1;
        min-width: 50%;
    }
}

.condition-key__item {
    flex: 1;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

    .condition-key__item p {
        margin: 0;
    }

.condition-dot {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    display: inline-block;
    margin: 0 5px 0 0;
}

    .condition-dot.good {
        background: green;
    }

    .condition-dot.fair {
        background: #F6CE3F;
    }

    .condition-dot.poor {
        background: #D93634;
    }

.condition-category {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.condition-value + .condition-category {
    margin-top: 2.6rem;
}

.condition-name {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block;
}

.condition-value {
    display: block;
    margin: 0 0 1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.4rem;
}

.condition-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .condition-ul li {
        margin: 0 0 2rem;
    }

@media only screen and (min-width: 992px) {
    .condition-ul li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-right: 35px;
    }
}